/*			COLORS			

Dirt
#554234

Rust
#A5583C

Burnt Orange
#D99848

Mustard
#D9BB61

*/


/*			GENERAL RULES AND STRUCTURE			*/

html { -webkit-text-size-adjust: none; }

a { text-decoration:none;
	color:#A5583C; }
	
img { border-style: none; }

ul { list-style: none; }

* { margin: 0px; padding: 0px; }

body {
	color: #554234;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%; }

#wrap {
	width:960px;
	height:auto;
	margin: auto; }
	

	





/*			HEADER			*/
	
#header {
	width: 960px;
	height: 130px;
	border-bottom:#DDC8BA 1px solid;
}
	


.header-image {
	width: 60px;
	height: 58px;
	float: left;
	margin:40px 0px 0px 50px;
	background:url(images/newheader.png) left top no-repeat; }
	
	
	
/*			INTRO			*/	
	
#intro {
	width: 390px;
	height: 82px;
	float: right;
	margin-top: 35px; }
	
#intro a {
	color: #A5583C; }	
	
#intro a:hover {
	background-color:#554234;
	color: #fff; }
	
#intro span {
	font-size:14px;  
	line-height: 140%;
	color: #554234; }
	
ul#sociallinks {
	width:380px;
	height:10px; }
	
ul#sociallinks li {
	display: inline; }	
	
ul#sociallinks li a {
	color: #554234;
	float: right;
	margin:7px 0px 0px 5px;
	padding: 1px 3px 1px 3px;
	
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; }
	
ul#sociallinks a:hover {
	color:#FFF;
	background-color:#554234; }

	
	






/*			TOP NAVIGATION			*/
	
ul#navigation {
	width: 960px;
	height: 26px;
	padding-top: 2px;
	border-bottom:#DDC8BA 1px solid; 
	margin-bottom: 20px; }

ul#navigation li {
	display: inline; }	

ul#navigation li a {
	color: #A5583C;
	float: right;
	margin-left: 20px;
	padding:5px 10px 5px 10px; }
	
@-moz-document url-prefix() {
	 ul#links li a { padding:7px 10px 4px 10px; } }	
	
ul#navigation li a:hover {
	background-color:#554234;
	color:#FFF; }
	
ul#navigation li a:active {
	color:#967660; }


#home .home > a {
	color: #D9BB61;
	border-bottom: #D9BB61 3px solid; }
	
#about .about > a {
	color: #D9BB61;
	border-bottom: #D9BB61 3px solid; } 
	
#contact .contact > a {
	color: #D9BB61;
	border-bottom: #D9BB61 3px solid; } 	
	
#portfolio .portfolio > a {
	color: #D9BB61;
	border-bottom: #D9BB61 3px solid; } 
	
#resume1 .resume > a {
	color: #D9BB61; 
	border-bottom: #D9BB61 3px solid; }	
	





/*			CONTENT AREA - PORTFOLIO		*/


#content {
	width: 960px;
	height: auto;
	line-height: 150%; }
	
#content img {
	margin: 5px; }
	
#content img.bigpic {
	display:block;
	margin: 20px auto 0px; }
	
#content p.title {
	margin:5px 0px 0px 20px;
	font-style: italic;
	color: #554234; }
	
p {margin-bottom: 10px; }
	
	
	
	
	
/*			ABOUT ME			*/	

#content-about {
	width: 400px;
	height: 520px;
	line-height: 150%; }
	
	
	
	
	
	
/*			RESUME			*/

#resume {
	width: 950px;
	height: auto;
	line-height: 150%; }
	
#resume a:hover {
	background-color:#fbaf5d;
	color: #fff; }		
	
img.pdf {
	margin-right: 5px;
	margin-bottom: -3px;}		
	
	
h3 {
	font-size: 14px;
	font-weight: 400;
	color: #554234;
	margin: 15px 0px 15px 0px; }
	
h3.top {
	margin: 0px 0px 15px 0px;
	padding-top: 10px; }

h4 {
	font-size: 11px;
	font-weight: 600;
	display:inline; }
	


/*			CONTACT			*/

#form {
	width: 510px;
	height: 439px; }

	
	
	
/*			FOOTER			*/

#footer {
	width: 960px;
	height: 40px;
	margin-top: 40px;
	padding-top: 10px;
	border-top: #DDC8BA 1px solid; }



