/* 
by Sergi Bosch

body: #EEEEEF
dark blue: #0D2447
light gray: #E6E6E6
christine yellow: #F5BF01
footer gray: #454545
brown: #5F3913
	dark: #452A0E
	mid: #603913
	light: #5F3913
*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,em,font,img,center,dl,dt,dd,ul,ol,li,fieldset,form,label,legend,table,caption,tbody,thead,tr,th,td {
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;
}
ol,ul { list-style:none;}
table { border-collapse:collapse;border-spacing:0;}
em, cite { font-style: italic;}

/*-  BASE STYLES
----------------------------------------------------------------------*/

body {
	font: 1.5em/1.4 Arial, Verdana, sans-serif;
	color: #171111;
	text-align: left;
	background: url(../images/middle-div032811.jpg) repeat-x 0 294px #eeeeef;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	text-decoration: none;
	color: #999;
}

a:visited {
	
}

a:hover,
a:focus {
	text-decoration: none;
}

input.text,
textarea {
	border: 1px solid #7C7C7C;
	border-color: #7C7C7C #7C7C7C #C3C3C3 #C3C3C3;
}
hr {
	left: -1000em;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}

/*- LAYOUT
----------------------------------------------------------------------*/

/*
	Content
*/

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;	
}

header {
	padding-top: 1px;
	position: relative;
	height: 400px;
}

#topBar {
	height: 10px;
	background: #484848;
	width:100%;
}

section { background: none; margin-bottom: 5%;}


#casa {
	position: absolute;
	left: 0;
	top: 29px;
}

/*
	Footer
*/

footer {
	background: #454545;
	color: #fff;
	text-align: center;
}

/* 
	sticky footer
*/
html, body { height: 100%;}
#wrapper {
	min-height: 100%;
	margin: 0 auto -200px;
}

footer, .clear { height: 200px; }


/*- MASTHEAD
----------------------------------------------------------------------*/

header h1 {
	font-family: Arial,Verdana,serif;
	font-size:5.7em;
	line-height: .72em;
	position: absolute;
	left: 0;
	top: 188px;
	color: #603913;
	text-transform: lowercase;
	letter-spacing: -0.05em;
	font-weight: 700;
}

header h2 {
	text-indent: -9999px;
	background: url(../images/headshot_home112811-fl.png) no-repeat 0 -6px #eeeeef;
	width: 389px;
	height: 386px;
	position: absolute;
	right: 0;
}


header h1.combo span.word1 {
	position: absolute;
	left: 0;
	top:0;
	font-family: Arial;
}

header h1.combo span.word2 {
	position: absolute;
	left: 296px;
	top:90px;
}

#casa p {
	margin:0;
	padding: 0;
	text-indent: -9999px;
	width: 35px;
	height: 25px;
}

#casa p a {
	display: block;
	padding:0;
	height: 100%;
}

#casa p a { background: url(../images/home.png) repeat 0 0 #000;}

#casa p a:hover { background-position: 5px 0;} /* initial position */

/*
	Navigation
*/

#nav ul {
	margin: 61px 0 0;
	padding: 0;
	text-transform: uppercase;
	font-size: .7em;
}

#nav li {
	float: left;
	padding: 0;
	margin:0;
	width: 150px;
	text-align: center;
}

#nav li a {
	display: block;
	padding: 5px 10px;
	height: 100%;
	color: #F5BF01;
}

#nav li a { background: url(../images/nav-bg-sprite.png) repeat 0 0 #000;}

#nav li a:hover { background-position: 50px 0;} /* initial position */



/*- CONTENT 
----------------------------------------------------------------------*/

/*
	project page 
*/

.projects section div {
	font-size: .7em;
	height: 350px;
	margin-bottom: 3%;
}

.projects section img {
	float: right;
	border: 4px solid #777;
}

.projects section h4 {
	width: 400px;
}

.projects section p {
	width: 400px;
}

/*
	projects all 
*/

.all-projects section .content{
	margin-top: 3%;

}

.all-projects h3 {
	text-transform: uppercase;
	font-size: .7em;
	text-align: right;
}

a.arrowline {
	color: #603913;
	display: block;
	height: 17px;
	padding-right: 17px;
	padding-bottom: 1px;
	background: url(../images/arrow.png) no-repeat right 6px;
}

a:hover.arrowline {
	color: #444;
	text-shadow:1px 1px 1px #fff;
	background: url(../images/arrow.png) no-repeat right -11px;
}

/*
	details 
*/
.about p a {
	text-shadow:6px 1px 15px #F5BF01;
	color: #000;
}

.about footer a:last-child { text-shadow: none; color: #999;}


.roundie {
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.word1 {
	text-shadow: 1px 1px 1px #000;
}

.word2 {
	text-shadow: 1px 1px 1px #fff;
}

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

footer p {
	padding-top: 40px;
	font-size: smaller;
}

/*- FORM
----------------------------------------------------------------------*/

form {
	margin: 0 auto;
	width: 590px;
}

form p {
	margin: 0 0 15px;
}

form span {
	font: italic 70% 'Georgia', serif;
}

form label {     			
	color: #000;
	font-variant: small-caps;
}

input, textarea, select {
    font-family: inherit;
    font-size: 100%;
}

input[type="text"], textarea {
    background: #454545;
    border: none;
    color: #fff;
    padding: 6px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
}

input[type="text"] {
    max-width: 96%;
    width: 368px;
}

textarea {
	line-height: 1.4;
	width: 95%;
}

textarea:focus, input[type=text]:focus {
	background: #454545;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
	form validation
*/

#note {
	width:75%
	background: red;
}

.notification_error {
	height: auto;
	width: 90%
	padding: 0 8px 8px 24px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
	color: #fff;
	font: italic 90%/1.5 'Georgia', serif;
	background: #454545;
}
.notification_ok {
	height: auto;
	padding: 10px 0;
	color: #fff;
	font:normal 90% 'Georgia', serif;
}
.info_fieldset { 
	background: #A8A8A8;
	padding: 30px;
}

.error-pop {
	font-weight: 100;
	text-align: center;
}

.form-button {
	width: 100%;
	margin: 0 auto;
}

.form-button a, .form-button button{
    display:block;
    float:right;
    height: 100%;
    margin:0 7px 0 0;
    background-color:#5F3913;
    border:1px solid #dedede;
    font-family: Arial,Verdana,sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#F5BF01;
    cursor:pointer;
    padding:5px 10px 6px 7px;
    background: url(../images/nav-bg-sprite.png) repeat 0 0 #000000;
}
.form-button button{
    width:auto;
    overflow:visible;
}

*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

button {
    color:#F5BF01;
    background: #5F3913;
}
.form-button a:hover, button:hover{
    border:1px solid #F5BF01;
    color:#fff;
    background-position: 150px 0;
}
.form-button a:active{
    border:1px solid #F5BF01;
    color:#fff;
}



/*- CLEAR
----------------------------------------------------------------------*/

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* clearfix */
.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: "."; 
	clear: both; 
	height: 0; 
}


/*- HTML 5
----------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


/*----------------------------------------------------------------------*/

/*- MEDIA QUERY  layouts smaller than 750px and mobiles 
----------------------------------------------------------------------*/

