/*reset*/
* {margin: 0; padding: 0; border: 0px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/background-repeat.png) repeat;
}

#page-wrap {
	background: url(../img/background.png) center top no-repeat;
}

#container {
	margin: 0 auto;
	width: 900px;
	min-height: 613px;
	padding-top: 20px;
}

#header {
	margin-bottom: 20px;
}

#header h1 a {
	display: block;
	width: 900px;
	height: 100px;
	color: #FFFFFF;
	background: url(../img/title.png) no-repeat;
	text-indent: -9000px;
	padding-bottom: 30px;
	
}

#header h2 {
	width: 900px;
	height: 90px;
	background: url(../img/summary.png) no-repeat;
	text-indent: -9000px;
}

#social-media {
	margin-bottom: 20px;
	width: 900px;
	height: 40px;
}

#social-media ul {
	list-style: none;
	width: 480px;
	margin: 0 auto;
}

#social-media ul li {
	float: left;
}

#social-media ul li a {
	display: block;
	height: 40px;
	width: 160px;
	text-decoration: none;
	background: url(../img/social-media.png) no-repeat;
	text-indent: -9000px;
}

#social-media ul li a.email { background-position: 0 0; }
#social-media ul li a.facebook { background-position: 0 -40px; }
#social-media ul li a.twitter { background-position: 0 -80px; }

#navigation h3 {
	height: 30px;
	margin-bottom: 30px;
	text-indent: -9000px;
	float: left;
}

#navigation h3#work {
	background: url(../img/work-header.png);
	width: 210px;
}

#navigation h3#blog {
	background: url(../img/nav-blog.png);
	width: 160px;
	margin-left: 160px;
}

#navigation h3#hire {
	background: url(../img/nav-hire.png);
	width: 210px;
	margin-left: 160px;
}

#navigation h3 a {
	display: block;
}

#portfolio {
	margin-bottom: 20px;
}

#portfolio ul {
	list-style: none;
}

#portfolio ul li {
	float: left;
	margin-bottom: 26px;
}

#portfolio ul li img {
	border: 2px solid #aa7637;
}

#portfolio ul li.port-left {
	margin-right: 34px;
}

#footer p.copyright {
	clear: both;
	margin-bottom: 30px;
	text-align: center;
	font-size: 11px;
	color: #aa7637;
}

