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

/*zero all */
* {
	padding:0;
	margin:0;
	border:none;
	outline:none;
}
/*FF outline fix*/
a:active, a:focus {
	outline: 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;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1;
	background-image:url(../images/layout-assets/body-bk.gif);
	background-repeat:no-repeat;
	background-position:center 60px;
	background-color:#000;
	color:#fff;
	font-size:0.9em;
}
blockquote, q {
	quotes: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfloats{
	clear:both;
	float:none;
	padding:0;
	margin:0;
	border:none;
}

#wrap-outer {
	background-image:url(../images/layout-assets/job-details.gif);
	background-position: 0 621px;
	background-repeat:no-repeat;
	padding:0 35px 0 35px;
	margin:0 auto auto auto;
    width: 970px;
}


#wrap {
	background-image:url(../images/layout-assets/header-bk-graphic.jpg);
	background-repeat:no-repeat;
	width:970px;
	background-position: -150px 50px;
	padding:0;
	margin:0;
	min-height:600px;
	}

a {	color:#939598;
	text-decoration:none;}


a:hover {color:#FFF3B9;}

#header {
	width:100%;
	height:190px;
	margin-bottom:20px;
	}

ul#nav {
	display:block;
	width:970px;
	padding:64px 0 0 0;
	}

ul#nav li {
	display:block;
	width:auto;
	padding:0 70px 0 0;
	margin:0;
	list-style:none;
	float:left;
	}

ul#nav li#navitem01, ul#nav li#navitem02, ul#nav li#navitem03, ul#nav li#navitem04 {}

#primary-content{
	width:770px;
	float:left;
	padding:0;
	border:none;
	margin:0;
	display:block;
	min-height:504px;
}

#aside {
	width:190px;
	padding:0 0 0 10px;
	border:none;
	margin:0;
	float:left;
}

ul.category-nav {
	padding:0 0 20px 0;}

ul.category-nav li, ul.projects-nav li {
	list-style:none;
	font-size:12px;
	padding:0 0 20px 0;
	margin:0;
}

li.category01, li.category02, li.category03, li.category04, li.project01, li.project02, li.project03, li.project04, li.project05, li.project06, li.project07, li.project08, li.project09, li.project10 {}

ul.projects-nav li a {
	padding-left:12px;
	background-image:url(../images/layout-assets/template-sprites.png);
	background-position:0 0;
	background-repeat:no-repeat;}

ul.projects-nav li a:hover {
	background-position:0 -50px;}



h1, h1 .category, h1 .project-name, h1 .location, h1 .year {
	background-image:url(../images/layout-assets/template-sprites.png);
	background-position: 0 -96px;
    background-repeat: no-repeat;
    padding-left: 15px;
	color:#939598;
}
h1 {
	padding:0 0 15px 15px;
	font-size:1.5em;
	color:#fff;
	background-position: 0 -148px;
	text-transform:lowercase;
	}	
	
h1 .category {
	background-image:none;
	padding-left:0;
	color:#fff;}

p {
	padding:0 0 1.5em 0;
	margin:0;
	line-height:1.5em
	}

#footer {
	width:532px;
	border:none;
	border-top:11px solid #331705;
	padding:10px 438px 20px 0;
	margin:10px 0 0 0;
	text-align:justify;
	}

#footer p {
	line-height:2em;
	font-size:12px;}
	

#gallery {
	width:770px;
	height:504px;
	position:relative;
	padding:0;
	margin:0;
	border:none;
}

/*
	Slideshow
*/

/*#gallery {
	margin-left:26px;
}*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#gallery .slides_container {
	width:535px;
	overflow:hidden;
	float:left;
	position:relative;
	border:none;
	display:none;
	padding:0 10px 0 0;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#gallery .slides_container div {
	width:531px;
	height:504px;
	display:block;
}

#gallery .slides_container div img {
	display:block;
	width:auto;
	margin:auto;
	padding:0;
	border:none;
	position:relative;}

/*
	Next/prev buttons
*/

#gallery .next,#gallery .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#gallery .prev {
	background:url(../img/arrow-prev.png);
}

#gallery .next {
	left:398px;
	background:url(../img/arrow-next.png);
}

/*
	Pagination
*/

#gallery .pagination {
	width:224px;
	padding:0;
	float:left;
}

#gallery .pagination li {
	float:left;
	padding:0 10px 10px 0;
	border:none;
	margin:0;
	list-style:none;
}

#gallery .pagination li a {
	display:block;
	width:102px;
	height:93px;
	margin:0;
	float:left;
	border:none;
/*	border:1px solid #666;*/
}

#gallery .pagination li.current a {
/*	border:1px solid #fff;*/
	background-color:#000;
}

#gallery .pagination li.current a img {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
