/* DOCUMENT ---------------------------------------------------------------------- */
body{
	background:url(../../images/misc/body-bg.gif) repeat-x #232427;
}
.hr-primary{
	background:url(../../images/misc/hr-primary-bg.gif) repeat-x;
	height:16px;
	margin:28px 0px 28px 0px;
}
.hr-secondary{
	background:url(../../images/misc/hr-secondary-bg.gif) repeat-x;
	height:2px;
	margin:26px 0px 26px 0px;
}
.hidden{
	visibility:hidden;
}
/* WRAPPER ---------------------------------------------------------------------- */
#wrapper{
	background:#000;
	padding-top:54px;
	width:790px;
}
/* HEADER ---------------------------------------------------------------------- */
#logo{
	background:url(../../images/misc/logo.gif) no-repeat;
	height:90px;
	text-indent:-9999px;
	width:270px;
}
/* NAVIGATION ---------------------------------------------------------------------- */
#navigation ul{
	float:right;
	margin:18px 0px 0px 0px;
	padding:0px;
}
#navigation ul li{
	display:inline;
	float:left;
	margin-left:15px;
}
#nav-featured-work, #nav-web, #nav-branding, #nav-print, #nav-client-list, #nav-resume, #nav-contact{
	background:url(../../images/misc/navigation.gif) no-repeat;
	display:block;
	height:20px;
	text-indent:-9999px;
}
#nav-featured-work{
	background-position:0px 0px;
	width:76px;
}
#nav-featured-work:hover{
	background-position:0px -36px;
}
#nav-web{
	background-position:-100px 0px;
	width:37px;
}
#nav-web:hover{
	background-position:-100px -36px;
}
#nav-branding{
	background-position:-200px 0px;
	width:82px;
}
#nav-branding:hover{
	background-position:-200px -36px;
}
#nav-print{
	background-position:-300px 0px;
	width:43px;
}
#nav-print:hover{
	background-position:-300px -36px;
}
#nav-client-list{
	background-position:-400px 0px;
	width:59px;
}
#nav-client-list:hover{
	background-position:-400px -36px;
}
#nav-contact{
	background-position:-500px 0px;
	width:68px;
}
#nav-contact:hover{
	background-position:-500px -36px;
}
/* CONTENTS ---------------------------------------------------------------------- */
#contents{}
#title-featured-work, #title-web, #title-branding, #title-print, #title-client-list, #title-contact{
	background:url(../../images/misc/sections-title-bg.gif) no-repeat;
	display:block;
	height:36px;
	margin-bottom:36px;
	text-indent:-9999px;
	width:200px;
}
#title-featured-work{
	background-position:0px 0px;
}
#title-web{
	background-position:-200px 0px;
}
#title-branding{
	background-position:-400px 0px;
}
#title-print{
	background-position:-600px 0px;
}
#title-client-list{
	background-position:-800px 0px;
}
#title-contact{
	background-position:-1000px 0px;
}
.work-name{
	color:#666;
	margin:0px 0px 18px 0px;
	padding:0px;
}
.work-name strong{
	color:#cf3;
	font-weight:normal;
}
.top-link-jump{
	margin-top:18px;
}
.top-link{
	border-bottom:1px dashed #cf3;
	color:#cf3;
	float:right;
	text-decoration:none;
}
.top-link:hover{
	border-bottom:1px dashed #000;
	color:#fff;
}
.work-info{
	color:#666;
	margin:18px 0px 0px 0px;
	padding:0px;
}
.work-info strong{
	color:#999;
	font-weight:normal;
}
.site-link{
	border-bottom:1px dashed #cf3;
	color:#cf3;
	float:right;
	margin-top:18px;
	text-decoration:none;
}
.site-link:hover{
	border-bottom:1px dashed #000;
	color:#fff;
}
#client-list-list{
	color:#666;
	margin:0px;
	padding:0px;
}
#client-list-list li{
	display:inline;
	float:left;
	width:195px;
}
#logo-list{
	list-style:none;
	margin:-18px 0px 0px 0px;
	padding:0px;
}
#logo-list li{
	display:inline;
	float:left;
	height:72px;
	margin:18px 0px 0px 0px;
	width:158px;
}
#contact a{
	border-bottom:1px dashed #cf3;
	color:#cf3;
	text-decoration:none;
}
#contact a:hover{
	border-bottom:1px dashed #000;
	color:#fff;
}
/* CONTENTS ---------------------------------------------------------------------- */
#footer{
	color:#666;
	padding:100px 0px 40px 0px;
}
#footer a{
	border-bottom:1px dashed #666;
	color:#666;
	text-decoration:none;
	margin-left:15px;
}
#footer a:hover{
	border-bottom:1px dashed #000;
	color:#fff;
}
#validation{
	text-align:right;
}