@import url(reset.css);
@import url(960.css);

/* iPhone */
@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: 150%; } }

/*GENERAL
-------------------------------------------------------- */
body{
	background: #FFEDBF;
	font:85%/150% "helvetica neue", helvetica, sans-serif;
	color:#2E0D23;
	text-shadow: 1px 1px 1px rgba(255,255,255,.9);
}
.container_12 {
	margin-top: 30px;
	margin-bottom: 30px;
}
hr {
	border-color: #2E0D23;
	border-style: dashed;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-bottom: 2em;
}
dl {
	float: left;
}
dt {
	font-weight: bold;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 130px;
}
dd {
	padding-left: 140px;
	margin-bottom: 1em;
}

ul {
	list-style: square;
	margin-left: 30px;
}
.hide {position: absolute; top: -900em;}

.clear {clear: both;}

blockquote {
	border-left: 1px solid rgba(0,0,0,.3);
	padding-left: 15px;
	margin-bottom: 1.5em;
}

p{
	line-height:1.5em;
	margin-bottom:1.5em;
}

ul{
	margin-bottom:1.8em;
}

#portfolio img {
	-moz-box-shadow: rgba(0,0,0,.6) 1px 1px 10px;
	-webkit-box-shadow: rgba(0,0,0,.6) 1px 1px 10px;
	box-shadow: rgba(0,0,0,.6) 1px 1px 10px;
	margin-bottom: 30px;
}

.validation-advice {color: red; font-size: 0.9em; font-weight: bold; text-transform: uppercase;}

input.required,
textarea {
	font-weight: normal;
	border: 1px solid rgba(0,0,0,.3);
	padding: 3px;
	margin: 2px 0 0 0;
	color: #020304;
	background-color: #fff;
	width: 100%;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

input.button {
	font-weight: bold;
	width: auto;
}

.mast img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*HEADINGS
-------------------------------------------------------- */
h1{
	color: #2E0D23;
	font-size: 2.4em;
	font-weight: bold;
	font-family: futura, helvetica, sans-serif;
	line-height: 1.1;
	letter-spacing: -0.03em;
	margin-bottom: 0.5em;
}

h2{
	color: #2E0D23;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 1.3;
	margin: 0 0 0.75em;
}

h3{
	color: #2E0D23;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 1.5em;
}

h4{
	color: #2E0D23;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 1.5em;
}

/*LINKS
-------------------------------------------------------- */
a{
	color:#F54828;
	-webkit-transition: all .33s ease-in;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #F7803C;
}

/*HEADER
-------------------------------------------------------- */

#header a.logo {
	float: left;
}

#header ul {
	display: inline;
	float: right;
	margin: 0;
}
#header ul li {
	display: inline;
}
#header ul li a {
	float: left !important;
	font-family: futura, helvetica, sans-serif;
	font-size: 0.9em;
	margin: 1em 0 1em 30px;
	padding: 0;
	text-transform: uppercase;
}
#header ul li a.active,
#header ul li a:hover { 
	color: #2E0D23;
}

/*BLOG
-------------------------------------------------------- */

#blog h5 {
	color: rgba(0,0,0,0.4);
	font-size: 0.9em;
	margin-bottom: 0;
}

#blog .quiet {
	color: rgba(0,0,0,0.4);
}

#blog img {
	border: 2px solid #fff;
	-moz-box-shadow: rgba(0,0,0,.6) 0 1px 10px;
	-webkit-box-shadow: rgba(0,0,0,.6) 0 1px 10px;
}

#blog img.right {
	float: right;
	margin: 0 0 20px 20px;
}

#blog img.left {
	float: left;
	margin: 0 20px 20px 0;
}

#blog .comment_link {
	clear: both;
}

#blog .entry {
	clear: both;
	margin-bottom: 60px;
}

.pagination {
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}

.pagination .prev {
	float: left;
}

.pagination .next {
	float: right;
}

.sidebar ul {
	margin-left: 17px;
}

/*FOOTER
-------------------------------------------------------- */

#footer {
	clear: both;
}
