@charset "UTF-8";
/* CSS Document */

a:link { color: #99173c; text-decoration: none; }
a:visited { color: #891536; text-decoration: none; }
a:hover { color: #99173c; text-decoration: underline; }
a:active { color: #891536; text-decoration: none; }

body { color: #666; font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; }

h1 { height: 0; text-indent: -9999px; }

h2 { 
	border-top: 2px dotted #aaa6a7;
	border-bottom: 2px dotted #aaa6a7;
	color: #2e2633;
	font-family: 'Cabin', arial, serif;
	font-size: 5.0em;
	margin: 30px 10px 20px 10px;
	text-shadow: 1px 1px 1px #fff;
}

h3 {
	color: #2e2633;
	font-family: 'Cabin', arial, serif;
	font-size: 3.6em;
	margin: 0 0 7px 0;
	text-shadow: 1px 1px 1px #fff;
}

h4 {
	color: #99173c;
	font: normal 2.4em Arial, Helvetica, sans-serif;
	margin: 15px 0 0 0;	
}

h5 { 
	color: #2e2633;
	font-family: 'Cabin', arial, serif;
	font-size: 2.4em;
	margin: 15px 0 5px 0;
	text-shadow: 1px 1px 1px #fff;
}

.section {
	margin: 0px auto;
	width: 960px;
}

/* Header
/*******************************************************************************/

#header {
	background: #96c03e url("../images/header.jpg") repeat-x top left;
	height: 118px;
}

#nav {
	margin: 0 0 0 570px;
	padding: 40px 0 0 0;
}
	#nav a { color: #2e2633; font-family: 'Cabin', arial, serif; font-size: 2.8em; text-decoration: none; text-shadow: 1px 1px 1px #ebf4d3; }
	#nav a:hover { border-bottom: 2px dotted #555152; }
	#nav li { display: inline; margin-right: 30px; }
	
.logo { float: left; margin-left: 10px; }

/* Main
/*******************************************************************************/

#main {
	background: #eeeeee url("../images/main.jpg") repeat top left;
}

#portfolio {
	overflow: hidden;
}
	#portfolio img { border: 8px solid #aaa6a7; -moz-box-shadow: 1px 1px 10px #aaa6a7; -webkit-box-shadow: 1px 1px 10px #aaa6a7; box-shadow: 1px 1px 10px #aaa6a7; }
	#portfolio img:hover { border: 8px solid #918c8d; }
	#portfolio p { font-size: 1.4em; line-height: 1.4em; }
	#portfolio li { display: inline; float: left; margin: 0 10px; width: 300px; height: 310px; }
	
#about {
	display: inline;
	float: left;
	margin: 0 10px 30px 10px;
	width: 540px;
}
	#about p { font-size: 1.8em; line-height: 1.5em; text-shadow: 1px 1px 1px #fff; }
	#about ul { margin: 0 0 20px 0; }
	#about li { background: transparent url(../images/bullet.gif) no-repeat; background-position: 0 12px; font-size: 1.8em; line-height: 1.7em; padding-left: 15px; text-shadow: 1px 1px 1px #fff; }
	
#contact {
	background: transparent url("../images/contact.png") no-repeat;
	display: inline;
	float: left;
	margin: 0 10px 30px 10px;
	overflow: hidden;
	padding: 20px 10px 10px 150px;
	width: 220px; /*actual width: 380px*/
	height: 248px; /*actual height: 278px*/
}
	#contact p { font-size: 1.5em; line-height: 1.3em; margin: 0 0 10px 0; }
	#contact ul { margin: 0 0 0 10px; }
	#contact li { display: inline; }
	#contact .me { float: left; position: relative; left: -137px; margin-right: -117px; }

.adobeIcon { 
	margin: 0 0 -2px 2px;
	width: 16px;
	height: 15px;
}

.quote { margin: 30px 10px 0 10px; }

/* Footer
/*******************************************************************************/

#footer {
	background: #29222e url("../images/footer.jpg") repeat-x top left;
	clear: both;
	font-size: 1.1em;
	height: 65px;
}
	#footer a { color: #666; text-decoration: underline; }
	#footer p { padding: 30px 10px 0 10px; }

.top { float: right; }
