/*
THEME NAME: VBS Summer 2010
THEME URI: http://www.plaintxt.org/themes/sandbox/ & http://www.vbrunetti.com
DESCRIPTION: Customized for VBS
VERSION: 1.0
AUTHOR: <a href="http://www.vbrunetti">Victor Brunetti</a> & <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: VBS, sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder */ 
@import url('examples/2c-r2.css');

@import url('examples/960.css');

@font-face {
	font-family: 'InterstateRegular';
	src: url('font/interstate-regularcondensed-webfont.eot');
	src: local('☺'), url('font/interstate-regularcondensed-webfont.woff') format('woff'), url('font/interstate-regularcondensed-webfont.ttf') format('truetype'), url('font/interstate-regularcondensed-webfont.svg#webfontYCeRGcO9') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*font: 30px/35px 'VBSdisplayFont';*/

/*======================================*/
ul {
	padding-left: 30px;
	padding-right: 30px;
	list-style-type: circle;
}
img {
	border-style: none;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
	width: 500px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}

body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 0;
	color: rgb(169,169,169);
	color: rgba(255,255,255,0.5);
	background-color: #222427;
	font: 14px/20px Helvetica, Arial, Geneva, sans-serif;
	height:100%;
}

a {
	text-decoration: none;
	color: rgb(209,209,209);
	color: rgba(255,255,255,0.75);
}
a:hover {
	color: #fff;
}
blockquote{
	/*border-left: 1px dotted #262d32;*/
	padding-left: 30px;
	background: url(gfx/bquote.png) no-repeat 0 0px;
	margin-left: 0;
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	color: rgb(169,169,169);
	color: rgba(255,255,255,0.5);
	text-align: left;
}
h1 {
	
}
h2{


}
h3{
	font: 18px 'InterstateRegular';
	text-transform: uppercase;
	color: rgb(169,169,169);	
	color: rgba(255,254,255,0.5);	
}
/* header, footer ======================================*/
div#header{
	top:0;
}
div#header, div#footer {
	left:0px;
	bottom:0;
	position:fixed;
	width:160px;
	display:table;
	display:block;
	overflow:hidden;
	z-index: 20;
}
#siteLogo {
	display: inline-block;
	position: relative;
	top: 20px;
	left: 10px;
}
div#footer {
	padding-left: 10px;
}
div#footer, div#footer a {
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-decoration: none;
	font-size: 10px;
	padding-bottom: 10px;
}
div#footer a:hover {
	color: #fff;
}
/* navigation ======================================*/
div#access {
	top: 30%;
	display: block;
	background: url(gfx/nav.png) no-repeat 10px 0;
	padding-top: 78px;
	position: absolute;
	width: 160px;
}

div#access:hover {
	background: url(gfx/navRO.png) no-repeat 10px 0;

}

div#access  a{
	text-decoration: none;
}
div#access .navItem:hover{
	color: #fff;
}
.navItem{
	font: 18px 'InterstateRegular';
	display: block;
	position: relative;
	height: 30px;
	padding-top: 10px;
	padding-left: 20px;
	text-transform: uppercase;
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
}
.current_page_item {
	background: url(gfx/navHighlight.png) no-repeat -10px;
	color: #000;
}
div#access .current_page_item:hover {
	color: #000;
}
/* sidebar ==============================================*/
#gamma{
	top: 100px;
	left: 160px;
}
div#portTout {
	background: url(gfx/port.png) no-repeat 0px 0;
	padding-top: 78px;
	margin-bottom: 13px;
	font: 18px 'InterstateRegular';
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-transform: uppercase;
}
div#portTout:hover {
	background: url(gfx/portRO.png) no-repeat 0px 0;
	color: white;
}
div#caseTout {
	background: url(gfx/case.png) no-repeat 0px 0;
	padding-top: 78px;
	margin-bottom: 13px;
	font: 18px 'InterstateRegular';
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-transform: uppercase;
}
div#caseTout:hover {
	background: url(gfx/caseRO.png) no-repeat 0px 0;
	color: white;
}


div#blogSearch {
	background: url(gfx/search.png) no-repeat 0px 0;
	padding-top: 78px;
	margin-bottom: 30px;
}
div#blogSearch:hover {
	background: url(gfx/searchRO.png) no-repeat 0px 0;
}
div#twitterList {
	background: url(gfx/twitter.png) no-repeat 0px 0;
	padding-top: 78px;
	margin-bottom: 30px;
}
div#twitterList:hover {
	background: url(gfx/twitterRO.png) no-repeat 0px 0;
}
div#twitterList ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#twitterList li {
	margin-bottom: 10px;
	border-bottom: 1px dotted rgb(169,169,169);
	border-bottom: 1px dotted rgba(255,254,255,0.5);
	padding-bottom: 10px;
}
div#twitterList a#twitter-link {
	float: left;
	
}
form#searchform .screen-reader-text {
	display: none;
}
#submit.button {
	float: right;
}
form#searchform #searchsubmit {
	float: right;
	top: -29px;
	position: relative;
	background-color: transparent;
	border-style: none;
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	font-size: 20px;
	margin: 0;
	padding: 0;
	width: 20px;
}
form#searchform #searchsubmit:hover {
	color: #fffeff;
}
form#searchform #s{
	background-color: transparent;
	border-style: none;
	border-bottom: 1px solid rgb(169,169,169);
	border-bottom: 1px solid rgba(255,254,255,0.5);
	width: 140px;
	color: #fffeff;
	font: 18px 'InterstateRegular';
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 0;
}

/* content ===============================================*/
/*
div#delta {
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
}
div#delta .postOuter {
	margin-left: 160px;
}
div#delta .postOuter .entry-content {
	top: 30%;
	display: block;
	position: absolute;
}
*/
/*
div#beta {
	display:table;
	display:block;
	left: 160px;
	bottom: 0;
	height: 100%;
	padding-bottom: 40px;
	min-height:800px;
	background-image: url(gfx/semiBlackRepeater.png);
}
*/
div#beta {
	display:table;
	display:block;
	left: 160px;
	top: 0;
	bottom: 0;
	position: relative;
	height: 100%;
	overflow: visible;
}
/*
.category-portfolio div#beta {
	background-color: transparent;
}
*/
div#nav-above {
	display: block;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
div#theContent,div#theContent-NI, div#container {
	/*
	margin-top: 0;
	padding-top: 0;
	display: inline-block;
	height: 100%;
	*/
	margin: 0 auto;
	width: 960px;
	height: 100%
	/*margin-bottom: -9999px;*/;
	display: table;
	bottom: 0;
	top: 0;
	overflow: visible;
	position: absolute;
}
div#theContent {
	background: url(gfx/semiBlackRepeater620.png) repeat-y 170px;
}
div#pageHead {
	color: #fffeff;
	font: 48px 'InterstateRegular';
	letter-spacing: -1px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	padding-top: 105px;
}
.search-results .post, .search .postOuter, .tag .post,.blog .postOuter, .category-blog .postOuter, .s-category-blog .postOuter {
	border-bottom: 1px solid rgb(21,23,25);
	border-bottom: 1px solid rgba(0,0,0,0.5);
	border-top: 1px solid rgb(70,74,80);
	border-top: 1px solid rgba(255,254,255,0.1);
	padding-top: 30px;
	padding-bottom: 30px;
}
/* portfolio =======================================*/

.innerPostImage {
	margin-left: -15px;
	height: auto;
	width: 590px;
	display: inline-block;
	position: relative;
}
.innerPostImage:hover {
	background-color: #f6ff00;
	height: auto;
	width: 590px;
	padding: 15px;
	display: inline-block;
	position: relative;
	margin: -15px -30px;
}
#allThumbsContainer {
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	border-top: 1px solid rgb(70,74,80);
	border-top: 1px solid rgba(255,254,255,0.1);
	padding-top: 30px;
}
#thumbListOuter {
	display: inline;
	width: 160px;
	padding: 0 10px 10px;
	background-image: url(gfx/semiBlackRepeater.png);
	/*background-color: rgba(0,0,0,0.3);*/
	height: 195px;
	border-style: none;
	position: relative;
	float: left;
	margin: 0 5px 20px 15px;
	/*
	margin-bottom: 30px;
	border-top: 1px dotted rgba(0,0,0,0.3);
	padding-top: 30px;
	*/
}
#thumbListOuter:hover img{
	border: 1px solid rgb(21,23,25);
	border: 1px solid rgba(0,0,0,0.3);
	margin-left: -1px;
	margin-top: -1px;
}
#thumbListOuter:hover {
	background-color: #f6ff00;
	color: #000;
	background-image: none;
}

/* blog ===============================================*/

div#comments-list.comments {
	margin-bottom: 60px;
}

.entry-meta a, #related a{
	/*
	background-color: black;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	*/
}
.s-category-blog #related {
	margin-top: 7px;
}
.s-category-blog div#pageHead, .category-portfolio div#pageHead  {
	color: #fffeff;
	font: 48px 'InterstateRegular';
	letter-spacing: -1px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	padding-top: 62px;
}
#nav-above.navigation {
	font: 18px 'InterstateRegular';
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-transform: uppercase;
	display: block;
	position: relative;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	margin: 0;
	height: 22px;
	border-bottom: 1px solid rgb(21,23,25);
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

.nav-next{
	float: right;
}
.nav-previous{
	float: left;
}
.s-category-portfolio .nav-next, .s-category-portfolio .nav-previous {
	float: none;
}
#backtoBlog  {
	font: 18px 'InterstateRegular';
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-transform: uppercase;
	display: block;
	position: relative;
	margin: 0 0 -6px;
	padding: 27px 30px 0;
}


.category-blog .entry-content img, .category-blog .entry-content object   {
	display: block;
	position: relative;
	left: -15px;
}



.category-blog .entry-content a:hover img{



	background-color: #f6ff00;


	padding: 15px;
	display: inline-block;
	position: relative;
	margin: -15px -30px -15px -15px;

}
.category-blog .entry-content object, .category-blog .entry-content embed {
	margin-top: 10px;
}
.category-blog .entry-meta, #jumpTop  {
	padding-left: 30px;
	padding-right: 30px;
	font: 18px 'InterstateRegular';
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-transform: uppercase;
	display: block;
	position: relative;
	margin: 0 0 -6px;
	padding-bottom: 0;
}
.s-category-blog #jumpTop {
	margin-bottom: 0;
	padding-bottom: 15px;
}
.category-blog .entry-date, .s-category-portfolio .entry-date {
	padding-left: 30px;
	padding-right: 30px;
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	display: block;
	position: relative;
	margin: 0 0 -6px;
	padding-bottom: 0;
	font-size: 12px;
}
.category-blog .published, .category-blog .published{
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}
.s-category-blog .category-blog .entry-title{
	/*
	color: #fff;
	font: 30px 'InterstateRegular';
	letter-spacing: -1px;
	display: block;
	position: relative;
	padding-left: 30px;
	margin: 15px 0 0;
	*/
	color: #fff;
	font: 36px 'InterstateRegular';
	letter-spacing: -1px;
	display: inline-block;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin: 7px 0 0 20px;
}
.category-blog .entry-title a{
	/*
	color: #000;
	background-color: #f6ff00;
	font: italic 36px/38px georgia;
	padding: 5px 15px 5px 30px;
	margin-top: -2px;
	display: inline-block;
	*/
	color: #fff;
	font: 36px 'InterstateRegular';
	letter-spacing: -1px;
	display: inline-block;
	position: relative;
	margin: -10px 0 0 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.category-blog .entry-title a:hover {
	/*
	color: #000; 
	background-color:#fff;
	*/
	background-color: #f6ff00;
	color: #000;
}
.category-blog .entry-content  {
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	padding-top: 0;
}
.s-category-blog .entry-content {
	padding-bottom: 30px;

}

.s-category-portfolio .postOuter {
	border-bottom: 1px none rgb(0,0,0,0.5);
}

#jumpTop {
	display: block;
	margin-top: 11px;
}
#comments {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	border-top: 1px solid rgb(70,74,80);
	border-top: 1px solid rgba(255,254,255,0.1);
}
#commentform .text, input.wpcf7-text, .your-message textarea, .wpcf7-validates-as-required, .your-subject input {
	display: inline-block;
	position: relative;
	width: 550px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.2);
	
	border: 1px solid rgb(21,23,25);
	border: 1px solid rgba(0,0,0,0.5);
	
	
	
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	padding: 5px;
}
div#trackbacks-list {
	padding-bottom: 30px;
}
.wpcf7-form{
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 30px;
	border-top: 1px solid rgb(70,74,80);
	border-top: 1px solid rgba(255,254,255,0.1);
}
.wpcf7-not-valid-tip {
	color: black;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wpcf7-submit {
	float: right;
}

/*	border-top: 1px dotted rgba(255,254,255,0.5);*/
/* pagination
==============================================*/
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	list-style: none;
}

#wp_page_numbers, #subhead {
	padding-left: 30px;
	font: 18px 'InterstateRegular';
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-transform: uppercase;
	padding-bottom: 50px;
	padding-right: 30px;
	border-bottom: 1px solid rgb(21,23,25);
	border-bottom: 1px solid rgba(0,0,0,0.5);
}


#wp_page_numbers ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	margin-right: 5px;
}

#wp_page_numbers a {

}

#wp_page_numbers li a:hover {
	
}

#wp_page_numbers li.space {
	
}

#wp_page_numbers li.first_last_page {
	
}

#wp_page_numbers li.active_page a {
	color: white;
	text-decoration: underline;
}
#wp_page_numbers li.active_page a:hover  {
	color: white; /* IE fix */
}

#wp_page_numbers li.page_info {
	margin-right: 10px;
}
/*=============== case studies */
/*
div#delta {
	display:table;
	display:block;
	left: 160px;
	bottom: 0;
	height: 100%;
}
div#delta .entry-content {
	top: 30%;
	display: block;
	position: relative;

}
*/




/*
div#delta {

}
div#delta .postOuter {
	top:0;
	bottom:0;
	position:fixed;
	display:table;
	display:block;
	overflow:hidden;
}
div#delta .entry-content {
	top: 30%;
	display: block;
	position: relative;
}
*/

/*
#delta{
	top:0;
	bottom:0;
	display:table;
	display:block;
	overflow:hidden;
	background-color: maroon;
	position: absolute;
	left: 160px;
}
div#delta .postOuter {
	height: 100%;
	display: block;
	background-color: red;
}

div#delta .entry-content{
	top: 30%;
	display: block;
	position: relative;
	background-color: orange;
}
*/
div#delta {
	top: 0;
	bottom: 0;
	display: block;
	position: absolute;
}
div#delta .postOuter {
	margin-left: 160px;
}
div#delta .postOuter .entry-content {
	top: 30%;
	display: block;
	position: absolute;
}


/*==================================*/

#delta #pageHead {
	color: #fffeff;
	font: 48px 'InterstateRegular';
	letter-spacing: -1px;
	display: inline-block;
	position: relative;
	padding-left: 0px;
	background-color: transparent;
	padding-top: 20px;
}
div#delta .postOuter .entry-content #pageHead {
	padding-top: 0;
}
#delta #subhead {
	padding-left: 0px;
	font: 18px 'InterstateRegular';
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-transform: uppercase;
	padding-bottom: 30px;
	border-bottom: 1px none white;
	padding-right: 0;
	margin-right: 0;
}
#nuggetQuote {
	/*
	background-color: #f6ff00;
	color: #000;
	font: 30px/37px 'InterstateRegular';
	letter-spacing: 0;
	display: inline;
	padding-right: 10px;
	word-spacing: 0;
	*/
	/*border-left: 1px dotted #262d32;*/

	font: italic 20px/27px Georgia, "Times New Roman", Times, serif;
	color: #000;
	overflow: visible;
	background-color: #f6ff00;
	display: inline;
	padding-top: 2px;
	padding-bottom: 2px;
}
#nuggetTout {
	background: url(gfx/case.png) no-repeat 0px 0;
	font: 18px 'InterstateRegular';
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-transform: uppercase;
	padding-left: 78px;
	height: 64px;
	margin-top: 10px;
	padding-top: 22px;
	display: inline-block;
	position: relative;
}

#nuggetTout:hover{
	background: url(gfx/caseRO.png) no-repeat 0px 0;
	color: white;
}
div#beta-1 {
	/*background-color: rgba(0,0,0,0.3);*/
	
	display:table;
	display:block;
	left: 160px;
	/*top: 0;*/
	bottom: 0;
	height: 100%;
	padding-bottom: 15px;
	min-height:800px;
	/*background-image: url(gfx/semiBlackRepeater.png);*/
}
div#beta-1 div#pageHead  {
	color: #fffeff;
	font: 48px 'InterstateRegular';
	letter-spacing: -1px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
	padding-top: 62px;
}
span.highlightText {
	color: white;
}
div#beta-1 #subhead {
	padding-left: 0px;
	font: 18px 'InterstateRegular';
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-transform: uppercase;
	padding-bottom: 50px;
	border-bottom: 1px none rgb(0,0,0);
	padding-right: 0px;
}
.s-category-portfolio div#beta-1 #subhead{
	padding-left: 30px;
}
div#beta-1 div.entry-content {
	padding-right: 30px;
	padding-left: 30px;
}
div#beta-1 h2{
	color: #fff;
	/*
	font: 36px 'InterstateRegular';
	letter-spacing: -1px;
	display: inline-block;
	position: relative;
	margin: 0 0 10px;
	padding: 0;
	*/

	font: 18px 'InterstateRegular';
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin: 0 0 7px;
	padding: 30px 0 0;
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);

}

span#attentionText {
	color: #fff;
	font: 20px/28px 'InterstateRegular';
	display: inline-block;
	margin-bottom: 15px;
}

/* Easy Slider */

div.afterSliderSpacer {
	display: block;
	position: relative;
	height: 28px;
	background-color: black;
	z-index: 0;
	top: -10px;
}

div#slider {
	margin-bottom: 10px;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

div#beta-1 #slider li{ 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width: 560px;
	height: 400px;
	overflow: hidden;
}

#slider li{ 
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width:780px;
	overflow:hidden; 
}
span#prevBtn, span#nextBtn{
	font: 18px 'InterstateRegular';
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	text-transform: uppercase;
}
span#prevBtn{
	float: left;
}
span#nextBtn{
	float: right;
}
div#beta-1 span#prevBtn a, div#beta-1 span#nextBtn a {
	color: rgb(169,169,169);
	color: rgba(255,254,255,0.5);
	z-index: 2;
	display: block;
	position: relative;
	top: -5px;
	padding-right: 5px;
	padding-left: 5px;
}
div#beta-1 span#prevBtn a:hover, div#beta-1 span#nextBtn a:hover{
	color: white;
}

/* // Easy Slider */
