/*Author: Liliana Gaete
Date: March 2010*/

/*This css styles lilianagaete.com home page*/


/*RESET
-------------------------------*/
* {
	margin:0;
	padding:0;
}

/*BODY AREA
-------------------------------*/

body {
	padding: 0;
	margin: 0;
	background: #fff0e1 url(../images/bg_pagesfinal.jpg) top center no-repeat;
}

/*WRAP AREA - GENERAL RULES
-------------------------------*/

#wrap a {
	color: #9e1618;
	text-decoration: none;
}

#wrap a:hover {
	text-decoration: underline;
} 

#latest a:hover {
	text-decoration: none;
}

#wrap img {
	border: none;
}

.clear {
	clear: both; /*clear fix*/
}

.center {
	text-align: center;
}

/*TYPOGRAPHY
----------------------------*/

#wrap {
	font-family: "Helvetica neue", verdana, arial, sans-serif;
	font-size: small;
}

h1, h2 {
	font-family: "Helvetica Neue", calibri, verdana, arial, sans-serif;
}

#contentmiddle p, #contentbottom p {
	padding-bottom: 15px;
}

#innercontentbottom h2 {
	padding-bottom: 25px;
}

#main {
	font-size: 110%;
}


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

#header {
	width: 960px;
	margin: auto;
}

/*NAVIGATION AREA
----------------------------*/

#nav {
	width: 100%;
	line-height: .7em;
	margin-top: 30px; /*Pushes the nav down*/
	padding: 0;
}

#innernav {
	float: right;
	margin-right: 30px;
} 

#innernav ul li#local a {
	background: #000;
}

#innernav li {
	float: left; 
	list-style: none;
	text-align: center; 
	margin: 10px 8px 10px 0;    
}

#innernav li a {
	display: block;
	padding: 10px 15px;
	font-family: "Helvetica Neue", calibri, verdana, arial, sans-serif;
	font-size: 140%;
	color: #E1CBB3;
	text-decoration: none;
	border-radius: .3em;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	background: #7A1C1C;      
} 

/*Descendant selectors to highligh the page you are on*/
#innernav li a:hover, body#home #index_btn a, body#port #portfolio a, body#aboutme #about a, body#cont #contact a, body#blo #blog a {
	color: #eee7dd;
	background: #000;
	text-decoration: none;
}


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

#contenttop {
	clear: both; /*Clears from the nav*/
}


#innercontenttop {
	width: 960px; /*Max width content can be on*/
	margin: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative; 
	
}

#innercontenttop img {
	position: absolute;
	top: 35px;
	left: 60px;
}

#innercontenttop h2 {
	margin-left: 510px;
	font-size: 35px;
	padding-top: 48px;
}

#innercontenttop strong {
	color: #721c1c;
}

#contentmiddle {
	clear: both; /*Clears from the content top*/
	background: #621213 url(../images/grad_middle.jpg) top left repeat-x;
}

#innercontentmiddle {
	width: 960px; /*Max width content can be on*/
	margin: auto;
	padding-top: 15px;
	padding-bottom: 50px;
}
	
	
#innercontentmiddle p  {
	font-size: 125%;
	margin-left: 510px;
	width: 430px;
}

#innercontentmiddle a {
	color: inherit;
	text-decoration: none;
}

#innercontentmiddle a:hover {
	color: #9e1618;
	text-decoration: underline;
}


.white {
	color: #d9c0a2;
}


/*CONTENT BOTTOM AREA
-------------------------------*/

#contentbottom {
	clear: both; /*Clears from the top content*/
	width: 100%;
	color: #d9c0a2;
	background: #621213;
	padding: 0; /*Defaults so content bleeds up right to the sides of the browser*/
	margin: 0;
	min-height: 200px;
	padding-bottom: 35px;
	padding-top: 50px;
}

#innercontentbottom {
	width: 880px; 
	margin: auto;
	padding-top: 150px;
	background: #3f0c0c;
	padding: 15px;
	border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	border: 2px solid #2f0809;
	overflow: hidden;
}

#featured_project { 
	width: 66.6%;
	float: left;
	margin: auto;
}

#featured_project h2.center {
	font-size: 175%;
}

#project_img {
	width: 50%;
	float: left;
}


#text_project {
	float: left;
	width: 50%;
}

#innertext_project {
	padding-left: 10px;
	padding-right: 10px;
}

#tech li {
	list-style-position:inside;
	list-style-image: url(../images/check.png);
	padding-top: 5px;
}

#index_seemore {
	float: right;
	text-decoration: none;
}

#index_seemore:hover {
	text-decoration: underline;
}

#latest {
	width: 31.4%; /*33.3 minus the 2px from the left border*/
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
	float: right;
	border-left: 2px dashed #d9c0a2;
}

#latest h2 {
	font-size: 175%;
}

a.sample_left {
	float: left;
	border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	border: 2px solid #AF7F5F;
	background: #e8d7c4;
	padding: 8px;
	margin-bottom: 8px;
	position: relative;
}

a.sample_right {
	float: right;
	background: #e8d7c4;
	border-radius: 0.7em;
	-moz-border-radius: 0.7em;
	-webkit-border-radius: 0.7em;
	border: 2px solid #AF7F5F;
	padding: 8px;
	margin-bottom: 8px;
	position: relative;
}

a:hover.sample_right, a:hover.sample_left  {
	border: 2px solid #000;
}

div#latest a span {
	background: #000;
	height: 20px;
	color: #fff;
	position: absolute;
	left: 8px;
	bottom: 8px;
	width: 115px;
	display: none;
}

div#latest a:hover span {
	display: block;
}



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

#footer {
	background: #621213 url(../images/gradient_bottom2.jpg) top left repeat-x;
	width: 100%;
	font-size: 110%;
}

#innerfooter {
	width: 960px;
	margin: auto;
	padding-bottom: 15px;
	padding-top: 20px;
	color: #D9C0A2;
}

#innerfooter dl {
	overflow: hidden; /*Clears the floated elements within this dl*/
	margin: 5px;
}

#innerfooter dt {
	float: right;
	width: 60%; 
	padding-bottom: 10px;
	padding-right: 25px;
	font-size: 115%;
}

#innerfooter dd {
	margin: 0 0 0 10%;  
	padding-right: 10px;
}


#innerfooter dd.image img {
	float: left;
	margin: 0 0 0 15px;
	border: none;
}

#innerfooter dd.image {
	margin: 0;	
}

#innerfooter hr {
	clear: both;
	margin: auto;
	margin-bottom: 10px;
	width: 960px;	
}


.left {
	float: left;
	color: #D9C0A2;
}

#innerfooter p.copy a {
	color: #D9C0A2;
	display: block;
	font-style: italic;
}
				 

#footerleft {
	width: 33.3%;
	float: left;
}

#innerfooterleft {
	margin-left: 18.5px;
	margin-bottom: 10px;
	width: 250px;
	padding: 5px;
	min-height: 60px;
}

#innerfooterleft p.margin {
	margin-left: 82px;
	margin-bottom: 5px;
	font-size: 115%;
}

#footermiddle {
	width: 33.3%;
	float: left;
}

#innerfootermiddle {
	width: 250px;
	margin-left: 18.5px;
	padding: 5px;
	text-align: center;
	min-height: 60px;
}
	

#footerright {
	width: 33.3%;
	float: right;	
}

#innerfooterright {
	text-align: center;
	width: 250px;
	margin-left: 18.5px;
	padding: 5px;
	min-height: 60px;
}

.copy {
	float: right;
	text-align: right;
}

#tweet {
	float: left;
	padding-right: 5px;
}










