/*
Theme Name: Octane Design
Theme URI: http://octanedesign.com/
Description: Custom theme for Octane Design.
Version: 1.0
Author: Rob Ritzenhein
Author URI: 
Tags: 

&copy; 2009 Octane Design
*/

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

body, html{
	margin:0px;
	padding:0px;
}

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;

}

a:link {
	color: #666666;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	background-color:#FFFF00;
}


/* container */
.achtizzle #outerbounds {
	width: 960px; 
	margin: 0 auto; 
	text-align: left; 
}

/* ACHTUNG!!! */
.achtizzle #logo {
	float:left;
	padding-top: 20px;
	height: 75px;
	width:175px;
	background-image:url('images/octane_logo.gif');
	background-repeat:no-repeat;
}
.achtizzle #logo a:link, .achtizzle #logo a:visited, .achtizzle #logo a:hover{
	text-decoration:none;
	background:none;
}

.achtizzle #navigation {
	margin-left:5px;
	margin-right:5px;
	height: 75px;
	float:right;
	font-size: 10px;
	line-height: 12px;
	padding-top: 15px;
}

.achtizzle .content{
	clear:both;
}


/* Work thumbnails page navigation */
.achtizzle #navigation #selected {
	background-color:#000000;
	color:#FFFF00;
}

.achtizzle #worknav{
	clear:both;
	text-align:left;
	padding-bottom:6px;
	color:#d2d2d2;
	border-bottom:1px solid #dddddd;
}


.achtizzle #worknav span{
	text-decoration:none;
	border-bottom:1px dotted #666666; 
	color:#666666;
	cursor:pointer;
}

.achtizzle #worknav span:hover{
	background-color:#FFFF00;
	color:#000000;
	border-bottom:1px dotted #000000; 
}

/* Work thumbnail grid */
#workgrid {
	float: left;
	padding:0px;
	//padding-top:10px;
	width: 967px;
	//margin-left:0px;
	clear:both;
}
#workgrid .size-full{
	display:none;
}
#workgrid .thumb{
	border:none;
}

#workgrid ul {
	display:inline;
	padding: 0px;
	clear:both;
}

#workgrid li {
	list-style: none;
	float: left;
	/*clear: left;*/
	padding-bottom: 8px;
	
}

#workgrid li strong {
	font-size: 11px;
	font-weight: bold;
	color: #707070;
	display: block;
}

#workgrid li strong span {
	font-weight: normal;
}


#workgrid .thumbnails {
	width: 967px;
	margin:0px;
}

#workgrid .thumbnails li {
	font-size: 11px;
	float: left;
	clear: none;
	margin-right: 8px;
	margin-bottom: 0px;
	width: auto;
	background: none;
	position: relative;
	display: block;
	height:100px;
}

#workgrid .thumbnails li a {
	text-decoration: none;
}

#workgrid .thumbnails li strong {
	border-bottom:1px dotted #666666;
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border-top:4px solid #FFFF00;
}

#workgrid .thumbnails li strong:hover {
	color: #000000;
	background-color:#FFFF00;
	text-decoration: none;
}

#workgrid .thumbnails div.overview {
	display: none;
	top: 0;
	width: 130px;
	background-color: #ffffff;
	padding-bottom: 5px;
	position: absolute;
	left:0px;
}

/* work samples */
#worksamples {
	position:absolute;
	width:960px;
	top:96px;
	margin:0px;
	z-index:0;
}

#worksamples .description{
	position:absolute;
	float:left;
	top:0px;
	left:155px;
	width:275px;
	z-index:1;
}

#worksamples .whitebox {
	background-color:#FFFFFF;
	padding:0px 5px 1px 5px;
}

#worksamples .title{
	padding-left:4px;
	padding-right:4px;
	font-size:20px;
	font-weight:lighter;
	color:#000000;
	background-color:#FFFF00;
	line-height:24px;
}

#worksamples .bodycopy{
	color:#666666;
	font-size:11px;
	line-height:13px;
	padding-left:4px;
}

#worksamples .image {
	padding-bottom:3px;
}

.related {
	margin:0px;
	padding:0px 4px 6px 0px;
	background-color:#a2a2a2;
	line-height:15px;
	display:block;
}

.related .projectheadline {
	background-color:#000000;
	color:#FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
}

.related a:link, .related a:visited{
	padding-left: 4px;
	text-decoration:none; !important;
	border-bottom:1px dotted #FFFF00; 
	color:#111111;
	display:block;
}

.related a:hover{
	padding-left: 4px;
	color:#000000;
	border-bottom:1px dotted #FFFFFF; 
}


#worksamples .subnavholder{
	margin-top:0px;
	width:275px;
	background-color:#FFFFFF;
	height: 20px;
}

#worksamples .subnavholder .previous{
	font-size:10px;
	text-align:left;
	background-color:#FFFFFF;
	float:left;
	width:50px;
	padding-top:3px;
	padding-left:10px;
	padding-bottom:3px;
}

#worksamples .subnavholder .next{
	font-size:10px;
	text-align:right;
	background-color:#FFFFFF;
	float:right;
	width:30px;
	padding-top:3px;
	padding-right:10px;
	padding-bottom:3px;
}

#worksamples .previous .next a:link{
	color:#000000;
	text-decoration:none; !important;
	border-bottom:1px dotted #666666; 
}


.featured_project{
	margin:0px;
	padding:6px 0px 6px 8px;
	background-color:#FFFF00;
	line-height:13px;
	bottom:4px;
	//bottom:8px;
	position:absolute;
	margin-left:-4px;
	width:245px;
}

.featured_project .projectheadline {
	background-color:#000000;
	color:#FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	line-height:16px;
}

#work, #container{
	clear:both;
	color:#666666;
	background-repeat:no-repeat;
	overflow:visible;
}

#work.page16, #work.page11, #work.the404{
	height:614px;
}
#work .entry{
	margin:0px;
	padding:0px;
	
}

#work .entry .thumb{
	display:none;
}
#work .entry img{
	margin-bottom:8px;
}
#work .entry blockquote, #container .content, #work.page11 .content, #work.page16 .content, #work.page254 .content, #work.page258 .content, #work.page256 .content, #work.page260 .content,#work.the404 .content {
	width:245px;
	background-color:#ffffff;
	position:absolute;
	top:0px;
	margin-left:148px;
	font-size:11px;
	line-height:14px;
	margin-top:95px;
	padding:0px 4px 4px 4px;
	//padding-top:4px;
}
#work .entry p{
	//margin:4px 2px 0px;
	padding-left:4px;
	padding-right:4px;
}
#work .entry blockquote p{
	//margin-top:10px;
}

#work.page16 .content p{
	margin-left:4px;
	margin-right:4px;
}

#work .entry blockquote p a:link{
	color:#000000;
	text-decoration:underline;
}

#work .entry blockquote p a:visited{
	color:#000000;
	text-decoration:underline;
}

#work .entry h2{
	height:30px;
	padding:0px 10px 0px 10px;
	z-index:100;
	margin-top:108px;
	font-size:24px;
	font-style:italic;
	font-weight:normal;
	color:#797979;
}
h1{
	padding-left:4px;
	padding-right:4px;
	font-size:20px;
	font-weight:lighter;
	color:#000000;
	background-color:#FFFF00;
	line-height:24px;
	margin:0px;
}

#work .navigation .alignleft{
	float:left;
	padding-left:4px;
}
#work .navigation .alignright{
	float:right;
	padding-right:4px;

}

#blog{
	clear:both;
}
#container{
	clear:both;
	background-repeat:no-repeat;
	height:620px;
	overflow:visible;
}
#container.homeFeatured .content{
	height:614px;
}

#container.homeFeatured .content p{
	margin-left:4px;
	margin-right:4px;
}

#work.page11{
	background-image:url('images/backgrounds/new_bknd_contact.jpg');
}
#work.page16{
	background-image:url('images/backgrounds/bknd_about.jpg');
}
#work.page254{
	background-image:url('images/backgrounds/bknd_capabilities.jpg');
}
#work.page258{
	background-image:url('images/backgrounds/bknd_partners.jpg');
}
#work.page256{
	background-image:url('images/backgrounds/bknd_people.jpg');
}
#work.page260{
	background-image:url('http://www.octanedesign.com/site/wp-content/uploads/2009/10/charlie_checkingtraps.jpg');
}
#work.the404{
	background-image:url('http://www.octanedesign.com/site/wp-content/uploads/2009/10/charlie_checkingtraps.jpg');
}

.fadeThumb{
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.highlightThumb{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#work .backToProjects,#work .shareIt{
	background-color:#ffffff;
	position:absolute;
	padding:4px;
	font-size:10px;
}
#work .shareIt{
	margin-left:884px;
}
.page11 .backToProjects, .page16 .backToProjects, .page254 .backToProjects, .page256 .backToProjects, .page258 .backToProjects, .page260 .backToProjects,
.page11 .shareIt, .page16 .shareIt, .page254 .shareIt, .page256 .shareIt, .page258 .shareIt, .page260 .shareIt{
	display:none;
}
.post-edit-link{
	clear:both;
}

.subnav{
	position:absolute;
	top:0px;
	margin-top:75px;
	color:#d2d2d2;
}
.page11 .subnav, .page2 .subnav, .page9 .subnav{
	display:none;
}
.page16 .page_item, .page254 .page_item, .page256 .page_item, .page258 .page_item, .page260 .page_item{
	list-style:none;
	display:inline;
	margin-right:0px;
}
.page_item a:link, .page_item a:visited{
	text-decoration:none;
	border-bottom:1px dotted #666666; 
	color:#666666;
	cursor:pointer;
} 
.page_item a:hover{
	background-color:#FFFF00;
	color:#000000;
	border-bottom:1px dotted #000000;
}
#outerbounds{
	
}
#outerbounds #navigation a:link, #outerbounds #navigation a:visited {
	padding-right:4px;
	color: #666666;
	text-decoration: none;
}
#outerbounds #navigation a:hover {
	padding-right:4px;
	background-color:#FFFF00;
	color:#000000;
}
#outerbounds #navigation .selected{
	padding-right:4px;
	background-color:#000000;
	color:#FFFF00 !important;
}

#blog{
	width:715px;
	background-color:#ededed;
	color:#767676;
}
#blog .post{
	margin-bottom:20px;
	font-size:14px;
}
#blog .post small{
	float:left;
	background-color:#000000;
	font-size:20px;
	color:#ffffff;
	margin-bottom:20px;
	padding:10px;
}
#blog .post .view_post{
	float:left;
	font-size:15px;
	margin-top:13px;
	margin-right:20px;
}
#blog .post .view_post:link, #blog .post .view_post:visited{
	color:#000000;
	margin-left:15px;
}
#blog .post .entry .thumb, #blog .entry .size-full, #blog .backToProjects{
	display:none;
}
#blog .post .entry blockquote{
	margin:15px;
	padding:0px;
	clear:both;
	overflow:hidden;
}
#blog .post .entry h1{
	background:none;
	margin-bottom:15px;
	color:#000000;
	font-size:29px;
	line-height:33px;
}
#blog .post .entry p{
	clear:both;
}
#blog .post .entry .featured{
	width:675px;
	height:432px;
	display:block;
	margin-left:15px;
}

.hide, .show{
	position:absolute;
	background-color:#ffffff;
	margin-top:0px;
	padding:4px;
	margin-left:105px;
	cursor:pointer;
}


.copyright{
	font-size:9px;
	color:#666666;
	margin-top:10px;
	clear:both;
	margin-bottom:10px;
	text-align:left;
	float:left;
}


#worknav .showing, .current_page_item{
	color:#000000; !important;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	
	background-color:#FFFF00;
}

.shareIt{
	float:right;
	
}