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

/*
Theme Name:		Kimball Starr
Theme URI:		http://kimballstarr.com
Description:	
Version:		May 2009
Author:			Hien Hoang (Noise 13)
Author URI:		http://noise13.com/
*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
body {
	background: #FFFFFF url("images/global/bg_top.gif") repeat-x;
	}
	
/*====================================================================
DEFAULTS
====================================================================*/
h1 {
	text-transform: uppercase;
	color: #f4432f;
	letter-spacing: 1px;
	font-size: .80em;
	}
h1.unlink {
	font-size: .75em;
	padding-top: 5px;
	}
	
h2 {
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0px 15px 15px;
	font-size: .65em;
	}
h2.archive_title {
	padding-left: 0px;
	}
	
h3 {
	color: #777870;
	font-size: .75em;
	}
	
h4 {
	text-transform: uppercase;
	color: #f4432f;
	letter-spacing: 1px;
	}

p {
	color: #6d6a6a;
	font-size: .75em;
	line-height: 1.5em;
	padding: 7px 0px;
	}
	
p.insight {
	font-size: .80em;
	}

span.insight {
	font-size: .75em;
	color: #c0bcaf;
	display: block;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
	width: 75px;
	}
	
p.date, span.date_side {
	color: #c0bcaf;
	display: block;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
	width: 158px;
	}
	
span.date_side {
	font-size: .85em; 
	width: 65px;
	padding-top: 2px;
	}

a:link, a:visited {
	color: #f4432f;
	text-decoration: none;
	background: none;
	}
	
a:hover, a:active {
	outline: none;
	text-decoration: underline;
	}
	
img {
	border: 0;
	}
	
span.orange {
	color: #fcca81;
	}
	
em {
	font-style: italic;
	}
	
strong {
	font-style: bold;
	}

/*====================================================================
STRUCTURE
====================================================================*/
#container {
	margin: 0px auto;
	width: 1015px;
	padding-top: 24px;
	}
	
#header {
	width: 1015px;
	background: url("images/global/bg_header.gif") no-repeat;
	float: left;
	height: 76px;
	padding-bottom: 20px;
	}
	
#logo {
	width: 283px;
	float: left;
	}
	
#content {
	padding: 0px;
	position: relative;
	z-index: 2;
	height: 627px;
	top: 96px;
	margin: 0px;
	overflow: visible;
	}

#full_module {
	width: 700px;
	float: left;
	}

#large_module {
	width: 473px;
	border-right: solid #FFFFFF 2px;
	float: left;
	position: relative;
	height: 546px;
	z-index: 1;
	}
	
#large_module.home {
	background: url("images/home_large.jpg") no-repeat;
	}
	
#large_module.about {
	background: url("images/about_large.jpg") no-repeat;
	}
	
#large_module_over {
	position: absolute;
	height: 546px;
	width: 473px;
	z-index: 500;
	}

#small_module {
	width: 225px;
	border-right: solid #FFFFFF 2px;
	float: left;
	}
	
#med_module {
	width: 311px;
	float: right;
	}

#med_module.about {
	padding-left: 30px;
	width: 279px;
	}
	
#post {
	float: right;
	width: 534px;
	border-bottom: solid #c0bcaf 1px;
	padding-bottom: 34px;
	}
	
#insight {
	clear: both;
	border-top: solid #c0bcaf 1px;
	border-bottom: solid #c0bcaf 1px;
	padding: 5px 34px;
	margin-top: 10px;
	}
	
/*====================================================================
MAIN NAV
====================================================================*/
ul#main_nav, ul#project_nav {
	list-style: none;
	width: 80px;
	float: right;
	padding-top: 36px;
	}
	
ul#project_nav {
	width: 172px;
	}

ul#main_nav li, ul#project_nav li {
	float: left;
	width: 80px;
	color: #FFFFFF;
	}
	
ul#project_nav li {
	width: 172px;
	font-size: .95em;
	}
	
ul#project_nav li p.project {
	font-size: .75em;
	color: #FFFFFF;
	padding-bottom: 3px;
	letter-spacing: 1px;
	}
	
ul#main_nav li a, ul#main_nav li a:visited,
ul#project_nav li a, ul#project_nav li a:visited {
	display: block;
	width: 70px;
	padding: 7px 0px 7px 8px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: .70em;
	text-decoration: none;
	}
	
ul#project_nav li a, ul#project_nav li a:visited, 
ul#project_nav li a:hover, ul#project_nav li a:active {
	width: 172px;
	font-size: .70em;
	}
	
ul#main_nav li a:hover, ul#main_nav li a:active, 
ul#project_nav li a:hover, ul#project_nav li a:active,
ul#main_nav li a.active, ul#project_nav li a.active {
	background: #000000;
	}
	
ul#main_nav li ul, ul#project_nav li ul {
	position: absolute;
	width: 62px;
	left: -999em;
	list-style: none;
	background: #000000;
	padding: 8px;
	border-top: solid #8b7a6d 1px;
	z-index: 700;
}

ul#project_nav li ul {
	width: 164px;
	}

ul#main_nav li ul a, ul#main_nav li ul a:visited,
ul#project_nav li ul a, ul#project_nav li ul a:visited {
	color: #a3e5c3;
	font-weight: normal;
	padding: 3px 0px;
	}

ul#main_nav li ul a:hover, ul#project_nav li ul a:hover {
	width: 62px;
	color: #FFFFFF;
	}
	
ul#project_nav li ul a:hover {
	width: 164px;
	}

ul#main_nav li:hover ul, ul#main_nav li.sfhover ul,
ul#project_nav li:hover ul, ul#project_nav li.sfhover ul {
	left: auto;
}

/*====================================================================
PROJECT NAME
====================================================================*/
#project_name {
	float:right;
	width: 300px;
	text-align: right;
	padding: 43px 70px 0px 10px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: .70em;
	}

/*====================================================================
PROJECT LANDING IMAGE HOVERS
====================================================================*/
table#project_grid {
	height: 543px;
	width: 1015px;
	}
	
table#project_grid td {
	width: 336px;
	height: 182px;
	border: solid #FFFFFF 1px;
	}
	
table#project_grid a#one, 
table#project_grid a#two, 
table#project_grid a#three,
table#project_grid a#four,
table#project_grid a#five,
table#project_grid a#six,
table#project_grid a#seven,
table#project_grid a#eight,
table#project_grid a#nine {
	display: block;
	width: 336px;
	height: 182px;
	background: url("images/project_off.jpg") no-repeat;
	}

table#project_grid a#one:hover, 
table#project_grid a#two:hover, 
table#project_grid a#three:hover,
table#project_grid a#four:hover,
table#project_grid a#five:hover,
table#project_grid a#six:hover,
table#project_grid a#seven:hover,
table#project_grid a#eight:hover,
table#project_grid a#nine:hover {
	background: url("images/project_on.jpg") no-repeat;
	}
	
table#project_grid a#two, table#project_grid a#two:hover {
	background-position: -339px 0px;
	}
	
table#project_grid a#three, table#project_grid a#three:hover {
	background-position: -679px 0px;
	}
	
table#project_grid a#four {
	background-position: 0px -183px;
	}
	
table#project_grid a#four:hover {
	background-position: 0px -184px;
	}
	
table#project_grid a#five {
	background-position: -339px -183px;
	}
	
table#project_grid a#five:hover {
	background-position: -339px -184px;
	}
	
table#project_grid a#six {
	background-position: -679px -183px;
	}
	
table#project_grid a#six:hover {
	background-position: -679px -184px;
	}

table#project_grid a#seven {
	background-position: 0px -367px;
	}
	
table#project_grid a#seven:hover {
	background-position: 0px -368px;
	}
	
table#project_grid a#eight {
	background-position: -339px -367px;
	}
	
table#project_grid a#eight:hover {
	background-position: -339px -368px;
	}
	
table#project_grid a#nine {
	background-position: -679px -367px;
	}
	
table#project_grid a#nine:hover {
	background-position: -679px -368px;
	}

/*====================================================================
GALLERIA
====================================================================*/
ul.gallery {padding-left: 5px;list-style: none; height: 80px; overflow: hidden; position:absolute; z-index: 100; top: 547px;}
ul.gallery li{height: 69px; overflow: hidden;display:inline;}
.galleria{list-style:none;width:1014px; height: 547px;}
.galleria li{display:block;width:124px;height:66px;float:left;margin:10px 2px 10px 0; background: #1f1512;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block;}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto;}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

#main_image{padding-left: 5px;margin:0;height:547px;width:1015px;position:absolute; top: 0px;}
#main_image img{margin-bottom:10px; width: 1007px;}

/*====================================================================
PROJECT OVERLAY
====================================================================*/
#overlay {
	position: absolute;
	width: 310px;
	height: 546px;
	left: 702px;
	z-index: 300;
	top: 0;
	}
	
#overlay a.details, a.details:visited {
	color: #a3e5c3;
	display: block;
	float: right;
	background: #000000 url("images/global/arrow_detail.gif") 3px 3px no-repeat;
	font-size: .60em;
	padding: 3px 3px 3px 20px;
	letter-spacing: 1px;
	top: 0;
	}
	
#overlay a.details:hover, a.details:active {
	color: #51aa86;
	text-decoration: none;
	}
	
#overlay a.details_close, a.details_close:visited {
	color: #a3e5c3;
	display: block;
	padding: 15px 3px 3px 0px;
	}
	
#overlay a.details_close:hover, a.details_close:active {
	color: #51aa86;
	text-decoration: none;
	}
	
p#proj_info {
	display: block;
	padding: 45px 35px 0px 35px;
	height: 497px;
	color: #FFFFFF;
	line-height: 1.5em;
	background-image: url("images/global/bg_info.png");
	width: 240px;
	position: absolute;
	z-index: 325;
	top: 0;
	}
	
span.title {
	text-transform: uppercase;
	color: #f4432f;
	letter-spacing: 1px;
	font-size: 1.1em;
	}
	
span.subtitle {
	color:#f4432f;
	text-transform: uppercase;
	font-size: .75em;
	}
	
span.quote {
	font: italic 1.15em Georgia, "Times New Roman", Times, serif;
	border-bottom: dotted #FFFFFF 1px;
	border-top: dotted #FFFFFF 1px;
	display:block;
	padding: 10px 0px;
	margin: 10px 0px;
	line-height: 1.5em;
	}
	
a#overlay_before, a#overlay_before:visited {
	color: #FFFFFF;
	display: block;
	background: #f4422f;
	padding: 3px 3px 3px 10px;
	margin-top: 270px;
	width: 135px;
	left: 5px;
	z-index: 350;
	position: absolute;
	letter-spacing: 1px;
	font-size: .65em;
	top: 0;
	}
	
a#overlay_before:hover, a#overlay_before:active {	
	color: #92261b;
	text-decoration: none;
	}
	
#overlay a#hidden {
	visibility: hidden;
	}

/*====================================================================
INSIGHT
====================================================================*/
ul#blog {
	list-style: none;
	}
	
ul#blog li {
	padding: 5px 0px 5px 15px;
	list-style: none;
	border-top: solid #f0eee8 1px;
	border-bottom: solid #f0eee8 1px;
	color: #777870;
	font-size: .85em;
	}
	
ul#blog li a {
	color: #777870;
	font-size: .90em;
	}
	
.post {
	float:left;
	width: 525px;
	padding-top: 5px;
	}
	
a.archive, a.archive:visited {
	color: #47baa8;
	display: block;
	padding: 15px 0px 0px 15px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: .60em;
	}
	
a.archive:hover, a.archive:active {
	color: #a3e5c3;
	text-decoration: none;
	}

/*====================================================================
FOOTER
====================================================================*/
#footer, #footer_proj {
	height: 70px;
	background: url("images/global/bg_footer.gif") 0px 0px no-repeat;
	width: 1015px;
	margin: 0px auto;
	clear: both;
	padding-top: 15px;
	margin-top: 80px;
	}
	
#footer_proj {
	position: relative;
	top: 80px;
	}
	
#footer p.footer, #footer_proj p.footer {
	font-size: .70em;
	float: left;
	width: 270px;
	}
	
#footer p.footer_right, #footer_proj p.footer_right {
	display: block;
	float: right;
	font-size: .70em;
	text-align: right;
	}
	
#footer a.footer, #footer a.footer:visited,
#footer_proj a.footer, #footer_proj a.footer:visited,
#footer_proj a.credit, #footer_proj a.credit:visited {
	color: #706957;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .5px;
	}
	
#footer_proj a.credit, #footer_proj a.credit:visited {
	font-weight: normal;
	}
	
#footer a.footer:hover, #footer a.footer:active,
#footer_proj a.footer:hover, #footer_proj a.footer:active {
	outline: none;
	text-decoration: underline;
	}

/*====================================================================
FIX
====================================================================*/
br.clear {
	clear:both;
	}
