/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

br.clearfix{
	display: block;
	clear: both;
}

/* ----  BEGIN STYLES  ---- */

body{
	background: url(../images/bg.png) repeat-x #f3f4f6;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#wrapper{
	width: 820px;
	margin: 0px auto;
	padding: 60px 0px 0px;
}

h1{
	margin-bottom: 60px;
}

#portfolio{
	position: relative;
}


#featured{
	background: url(../images/shadow.png) bottom no-repeat;
	padding-bottom: 16px;
	height: 410px;
	width: 818px;
	display: block;
	position: relative;
}

#featured li{
	border: 1px solid #ffffff;
	height: 410px;
	width: 818px;
}

#nav{
	position: absolute;
	width: 940px;
	left: -60px;
	bottom: 50%;
	height: 30px;
}

	#nav a{
		cursor: pointer;
		display: block;
		text-indent: -9999px;
		height: 44px;
		width: 44px;
	}
	
		#nav a#prev{
			background: url(../images/feature-arrows.png) 0px -44px no-repeat;
			float: left;
		}
		
			#nav a#prev:hover{
				background-position: 0px -132px;
			}

		#nav a#next{
			background: url(../images/feature-arrows.png) 0px 0px no-repeat;
			float: right;
		}
		
			#nav a#next:hover{
				background-position: 0px -88px;
			}

span.find-me-on{
	display: block;
	background: url(../images/sprite.png) -451px -109px no-repeat;
	height: 13px;
	width: 86px;
	text-indent: -9999px;
	margin: 0px 0px 10px;
}

span.follow-me-on{
	display: block;
	background: url(../images/sprite.png) -451px -122px no-repeat;
	height: 13px;
	width: 103px;
	text-indent: -9999px;
	margin: 0px 0px 10px;
}

#social{
	margin-top: 40px;
}

ul.social{
	width: 400px;
	display: block;
	float: left;
}

ul.social li{
	display: block;
	float: left;
	margin: 0px 22px 0px 10px;
}

li a.facebook{
	display: block;
	background: url(../images/sprite.png) 0px -109px no-repeat;
	height: 34px;
	width: 169px;
	text-indent: -9999px;
}

	a.facebook:hover{
		background-position: 0px -143px;
	}

li a.wdf{
	display: block;
	background: url(../images/sprite.png) -169px -109px no-repeat;
	height: 34px;
	width: 65px;
	text-indent: -9999px;
}

	a.wdf:hover{
		background-position: -169px -143px;
	}

li a.da{
	display: block;
	background: url(../images/sprite.png) -234px -109px no-repeat;
	height: 34px;
	width: 62px;
	text-indent: -9999px;
}

	a.da:hover{
		background-position: -234px -143px;
	}

div#follow-me-on{
	width: 164px;
	float: right;
}

a.twitter{
	display: block;
	background: url(../images/sprite.png) -297px -109px no-repeat;
	height: 34px;
	width: 154px;
	text-indent: -9999px;
	float: right;
}

	a.twitter:hover{
		background-position: -297px -143px;
	}

a.contact{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: -3px;
	color: #bfbfc1;
	text-shadow: 0px 2px 0px #ffffff;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 50px 0px;
}

	a.contact:hover{
		color: #cccccc;
	}

	a.contact span{
		color: #dbdbdb;
	}

#footer{
	background: url(../images/footer-bg.png) top center no-repeat;
	display: block;
	width: 820px;
	height: 100px;
	padding-top: 40px;
	margin-top: 60px;
}

	#footer p{
		font-size: 11px;
		letter-spacing: .5px;
		color: #bfbfc1;
		text-shadow: 0px 1px 0px #ffffff;
		text-align: center;
	}