
body {
	background: url('../assets/container_bg.gif') top center repeat-y;
}

#microcontact {
	background-color: #FCF8BC;
	color: #0B8C8F;
	text-align: right;
	border-bottom: 1px solid #e2dfa9;
}

#microcontact a  {
	color: #0B8C8F;
	padding-right: 100px;
}

#header {
	background-color: #fff;
	padding-top: 10px;
}

#header h1, h2, h3 {
	margin: 0;
}

#header h1 {
	padding-left: 10px;
}

#header a {
	font-size: 2em;
	text-decoration: none;
	letter-spacing: -1px;
	color: #5b6567;
	font-family: Georgia, serif;
	padding-left: 10px;
}

#tag {

}
	


.container { background-color: #FAF7F0; }


#sidebar {
	margin-top: 1em;
}
	
#sidebar ul {
	list-style-type: none;
	margin: 0;
	}
	
#sidebar li {
	padding-bottom: 10px;
	background: url(../images/li_arrow.gif) no-repeat top left;
	padding-left: 10px;
	}
	
#sidebar li ul li {
	margin-top: 10px;
	padding-bottom: 2px;
	}
	
	
#menu {
	background-color: #CACF43;
	color: #b5ba3c;
	border-bottom: 2px solid #b5ba3c;
	padding: 5px 0 5px 0;
}

#menu a {
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
}

#menu span {
	margin-left: 10px;
}

#menu span.separator {
	font-size: 2em;
	padding-right: 2px;
	color: #b5ba3c;
}

#footer {
	text-align: center;
	background-color: #0B8C8F;
	color: #ffffee;
	padding: 5px 0 5px 0;
	border-top: 1px solid #0a7e80;
	border-bottom: 3px solid #0a7e80;
	margin-top: 10px;
	}
	
	
	
	
/* PORTFOLIO */

.portfolio{
	text-align: center;
	background-color: #eee;
	}

.portfolio img {
	padding: 10px;
	border: 1px solid #ccc;
	}
	
.portfolio div {
	position: relative;
	top: -4px;
	left: -4px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
}



/* RESUME */

div.resume h2 {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #555555;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
}

div.resume h3 {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #003366;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	line-height: 1.2em;	
}

div.resume h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.4em;
}

div.resume li {
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}