@charset "utf-8";
/* CSS Document */
/* 
 --------------------------------------
 ----- Eric Meyer CSS RESET v1.0 ------
 -------------------------------------- 
*/
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; font-weight:normal;}
body {line-height: 1; font-family:Arial, Helvetica, sans-serif;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
a {text-decoration:none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}

body {
	background:#9e6725 url(images/bg.jpg);
	text-align:center;
}

#page {
	background:url(images/top_rpt.png) repeat-x;
	text-align:center;
	padding-bottom:40px;
}

#wrapper {
	width:880px;
	margin:0 auto;
	overflow:auto;
}

#placeholder {
	background:url(images/temp.jpg) -14px 0px;
	height:505px;
	width:100%;
	margin-top:1px;
	margin-bottom:0px;
	display:block;
}

#masthead {
	background:url(images/header.jpg) -27px 0px;
	height:192px;
}

h2 {
	text-align:left;
	margin: 20px 0px;
}

#portfolio {
	overflow:hidden;
}

#spotlight #frame {
	background:url(images/portfolio_bg.png);
	width:881px;
	height:354px;
	display:block;
	margin-top:-5px;
}


#work li a {
	margin:0px 10px;	
}

.wslide-menu {
	float:right;
}

.wslide-menu a {
	display: block;
	float:left;
	background:url(images/bullet.png) no-repeat;
	width: 14px;
	height:15px;
	float:left;
	overflow:hidden;
	text-indent:-1000px;
	margin:10px 5px;
}

.wslide-menu a.wactive {
	background-image:url(images/bullet_selected.png);
}



#detail {
	background:none;
}

#detail img {
	float:left;
}

#description {
	float:left;
	margin-left:20px;
	text-align:left;
}



#testimonials li {
	overflow:auto;
}

#testimonials li em {
	float:left;
}

#testimonials li div{
	background:url(images/testimonial_bg.jpg) no-repeat;
	width:712px;
	height:123px;
	display:table;
	vertical-align:middle;
	float:right;
}

#testimonials li p {
	font-style:italic;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	width:80%;
	padding: 0px 30px;
	display:table-cell;
	vertical-align:middle;
}

#about div {
	background:url(images/about_me_bg.png);
	width:870px;
	height:154px;
	position:relative;
}

#about #me {
	float:left;	
	margin-left:29px;
	margin-top:22px;
}

#about p {
	width: 440px;
	color:#ccc;
	font-size:17px;
	line-height:21px;
	float:left;
	margin-left:25px;
	text-align:left;
	margin-top:25px;
}

#socialize, #blog, #share {
	position:absolute;
	bottom:53px;
	right: 167px;
}

#blog {
	right: 105px;
	bottom: 50px;
}

#share {
	right:30px;
}

#footer {
	background:#090b0a url(images/footer_bg.jpg) center -1px no-repeat;
	height:118px;
}
