/*------------------------------------------------------------
NORMALIZE styles
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,textarea,p,blockquote,th,td, img {  
	margin: 0; 
	padding: 0;
	border: 0;
	}
	
a:focus, a:active, a { outline: none;}

/*------------------------------------------------------------
STRUCTURE styles
-------------------------------------------------------------*/

body {
	font-family: Arial, Verdana, sans-serif;
	background: #000 url("../images/_site/body_bg.jpg") top left repeat-x;
	color: #636363;
	font-size: 10px;
	}
	
#header {
	width: 900px;
	height: 190px;
	background: transparent url("../images/_site/header.jpg") top left no-repeat;
	position: relative;
	}

#wrap {
	width: 900px;
  	margin: 0 auto;
	}

.description {
	float: right;
	width: 282px;
	background-color: #0d0d0d;
	margin: 10px;
	height: 310px;
	position: relative;
	}
#project1, #project2, #project3, #project4, #project5, #project6, #project7,
#project8, #project9, #project10, #project11, #project12, #project13, #project14, #project15 {
	width: 900px;
	_width: 920px; /*IE6*/
	background-color: #1a1a1a;
	float: left;
	margin-top: 28px;
	position: relative;
	}

.project_solo {
	width: 900px;
	_width: 920px; /*IE6*/
	background-color: #1a1a1a;
	float: left;
	margin-top: 28px;
	position: relative;
	}

/*------------------------------------------------------------
NAVIGATION styles
-------------------------------------------------------------*/

.navigation {
	position: absolute;
	z-index: 10;
	left: 10px;
	width: 588px;
	float: none;
	margin-top: 10px;
	}

	.navigation .previous {
		float: left;
		text-align: left;	
		}

	.navigation .next {
		float: right;
		text-align: right;		
		}

.navigation a {
	width: 292px;
	height: 310px;
	display: block;	
	background: transparent url("../images/_site/slider_nav_ie_hack.gif") center center no-repeat;
	}

.navigation a:hover.previous {
	background: transparent url("../images/_site/slider_nav_left.png") left center no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
	}
	
.navigation a:hover.next {
	background: transparent url("../images/_site/slider_nav_right.png") right center no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
	}

.navigation a span, .navigation a:hover span { display: none;}

/*------------------------------------------------------------
SLIDER styles
-------------------------------------------------------------*/

div.scroller { 
	width: 588px; 
	height: 310px;
	overflow: hidden;
	float: right;
	padding: 0;
	margin: 10px 0 0 10px;
	padding-bottom: 10px;
	}

div.scroller div.section {
	width: 588px;
	height: 310px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
	}

div.scroller div.content {
	width: 10000px;
	}

.active {
	background-color: #000;
	color: #fff;
	}

/*------------------------------------------------------------
TEXT styles
-------------------------------------------------------------*/

h2 {
	font-size: 15pt;
	margin: 20px 0 10px 10px;
	}

.description p {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	padding: 0 15px 0 10px;	
	line-height: 140%;
	}	
	
#header span, #header p {
	display: none;
	}
	
#header ul {
	position: absolute;
	list-style: none;
	left: 760px;
	top: 70px;
	margin: 0;
	padding: 0;
	}

#header li {
	margin: 3px 0 0 0;
	padding: 0;
	height: 23px;
	}

	#head_link_email a, #head_link_resume a {
	display: block;
	color: #2dacfd;
	font-weight: bold;
	font-size: 11px;
	height: 23px;
	line-height: 23px;
	width: 149px;
	text-decoration: none;
	text-indent: 37px;
	}
		

#head_link_email a { background: url("../images/_site/head_link_email.gif") 0 0 no-repeat;}
#head_link_resume a { background: url("../images/_site/head_link_resume.gif") 0 0 no-repeat;}

#head_link_email a:hover, #head_link_resume a:hover { 
	background-position: 0 -23px;
	color: #fff;
	}

.description a, .description a:visited { color: #888888; text-decoration: none;}
.description a:hover { color: #fff; }

/*------------------------------------------------------------
ACTION styles
-------------------------------------------------------------*/

.action {
	top: 273px;
	left: 0;
	position: absolute;
	margin-left: 10px;
	}

	.launch {
		background: transparent url("../images/_site/launch.gif") 0 0 no-repeat;
		float: left;
		height: 22px;
		position: relative;		
		width: 67px;
		}
	a:hover.launch { background: transparent url("../images/_site/launch.gif") 0px -22px no-repeat;}
		
	.launch span {display: none;}
		
/*------------------------------------------------------------
FOOTER styles
-------------------------------------------------------------*/

#footer {
	clear:both;
	padding-top:20px;
	text-align: right;
	margin-bottom: 30px;
	}
	
#footer_nav {
	width: 900px;
	height: 90px;
	background: url("../images/_site/footer.gif");
	margin: 0 0 20px 0; 
	padding: 0;
	position: relative;
	}

#footer_nav li { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute;
	top: 0;
	text-align: center;
	}

#footer_nav li, #footer_nav a {
    height: 90px; 
	display: block;
	}

#footer_nav #location  	{left: 0; width: 143px; overflow: hidden;}
#footer_nav #phone 		{left: 143px; width: 152px; overflow: hidden;}
#footer_nav #email 		{left: 294px; width: 152px; overflow: hidden;}
#footer_nav #aim 		{left: 445px; width: 153px; overflow: hidden;}
#footer_nav #resume 	{left: 597px; width: 152px; overflow: hidden;}
#footer_nav #vcard  	{left: 748px; width: 153px; overflow: hidden;}

#footer_nav #location a:hover 	{ background: transparent url("../images/_site/footer.gif") 0px -90px no-repeat;}
#footer_nav #phone a:hover 		{ background: transparent url("../images/_site/footer.gif") -143px -90px no-repeat;}
#footer_nav #email a:hover 		{ background: transparent url("../images/_site/footer.gif") -294px -90px no-repeat;}
#footer_nav #aim a:hover 		{ background: transparent url("../images/_site/footer.gif") -445px -90px no-repeat;}
#footer_nav #resume a:hover 	{ background: transparent url("../images/_site/footer.gif") -597px -90px no-repeat;}
#footer_nav #vcard a:hover 		{ background: transparent url("../images/_site/footer.gif") -748px -90px no-repeat;}

#footer_nav a {
	color: #fff;
	padding-top: 70px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	}

#location a:hover {color: #c60000;}
#phone a:hover {color: #ff9000;}
#email a:hover {color: #fff32d;}
#aim a:hover {color: #2cff16;}
#resume a:hover {color: #2581f2;}
#vcard a:hover {color: #d02983;}

.site_version a {
	background: transparent url("../images/_site/version_link_arrow.gif") 50% right no-repeat;
	color: #4a5558;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 30px 0 0;
	padding: 0 8px 0 0;
	text-decoration: none;
	}

.site_version a:hover { 
	background: transparent url("../images/_site/version_link_arrow_hover.gif") 50% right no-repeat;
	color: #2dacfd;
	border-bottom: 1px dotted #2dacfd;
	}

/*----------------------------------------------
IMAGE REPLACEMENT styles
-----------------------------------------------*/

h2.swap { 
	background-repeat: no-repeat; 
	height: 24px; 
	width: 262px;
	}
	
h2.swap span { display: none;}

h2#title_gh { background: transparent url("../images/title_gh.gif") top left no-repeat;}
h2#title_bb { background: transparent url("../images/title_bb.gif") top left no-repeat;}
h2#title_dominos { background: transparent url("../images/title_dominos.gif") top left no-repeat;}
h2#title_ss { background: transparent url("../images/title_ss.gif") top left no-repeat;}
h2#title_eden { background: transparent url("../images/title_eden.gif") top left no-repeat;}
h2#title_artwork { background: transparent url("../images/title_artwork.gif") top left no-repeat;}
h2#title_gp { background: transparent url("../images/title_gp.gif") top left no-repeat;}
h2#title_studio1 { background: transparent url("../images/title_studio_1.gif") top left no-repeat;}
h2#title_ritz { background: transparent url("../images/title_ritz.gif") top left no-repeat;}
h2#title_logos { background: transparent url("../images/title_logos.gif") top left no-repeat;}
h2#title_spectrum { background: transparent url("../images/title_spectrum.gif") top left no-repeat;}
h2#title_capri{ background: transparent url("../images/title_capri.gif") top left no-repeat;}
h2#title_cheesenips{ background: transparent url("../images/title_cheesenips.gif") top left no-repeat;}
h2#title_concert_posters{ background: transparent url("../images/title_concert_posters.gif") top left no-repeat;}
h2#title_mana{ background: transparent url("../images/title_mana.gif") top left no-repeat;}
h2#title_tsr{ background: transparent url("../images/title_tsr.gif") top left no-repeat;}
h2#title_bl{ background: transparent url("../images/title_bl.gif") top left no-repeat;}
h2#title_homestars{ background: transparent url("../images/title_homestars.gif") top left no-repeat;}

/*------------------------------------------------------------
CLEARFIX Hack
-------------------------------------------------------------*/		

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

	a:focus, a:active, a { outline: none;}
