/*
Theme Name: Stairwell Blog Theme
Theme URI: http://stairwellblog.com/
Description: The default Wordpress theme for The Stairwell Blog.
Version: 1.0
Author: Billups Design
Author URI: http://billupsdesign.com.com/
Tags: awesome, sweet, incredible, amazing, stunning, extraordinary, jaw-dropping, spectacular

	Stairwell Blog Theme v1.0
	 http://stairwellblog.com/

	This theme was designed and built by Billups Design,
	whose blog you will find at http://stairwellblog.com/

*/

/************************
RESETS
************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
body { line-height: 1;
}
ol, ul { list-style: none;
}
blockquote, q { quotes: none;
}

/ remember to define focus styles! /
:focus { outline: 0;
}

/ remember to highlight inserts somehow! /
ins { text-decoration: none;
}
del { text-decoration: line-through;
}

/ tables still need ‘cellspacing=”0”’ in the markup /
table { border-collapse: collapse; border-spacing: 0;
}
td{vertical-align:top;}
/************************
GLOBAL STYLES
************************/
html,body{height:100%;}
body{
	color:#b5b5b5;
	background:#131616 url(images/body_bg.png) top left no-repeat;
	font:normal 13px/20px "Myriad Pro", "Myriad", "Helvetica",Arial, sans-serif;
	width:100%;
	
}
#container{
	width:1220px;
	padding:0 0 0 30px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom:-45px;
}
#header{
	height:70px;
}
#content{
	clear:both;
}
#sidebar{
	float:left;
	width:260px;
	padding:0 0 0 40px;
}
#main{
	float:right;
	width:865px;
	padding:20px;
	background:url(images/mainBG.png) no-repeat;
	min-height:841px;
}
#middle{
	float:left;
	width:655px;
}
#mainSidebar{
	float:left;
	width:185px;
	margin:0 0 0 25px;
}
#main h2,
#main h2 a{
	font:normal 24px "Century Gothic", Verdana, sans-serif;
	color:#d3ffff;
	text-decoration:none;
	-webkit-transition:color .3s linear;
}
#main h2 a:hover{
	color:#9cc7c7;
	-webkit-transition:color .3s linear;
}
#main h2.bioTitle{
	font-size:36px;
}
.navigation{
	font-size:10px;
}
/*Logo*/
h1{display:inline;}
h1 a{
	float:left;
	width:254px;
	height:35px;
	background:url(images/stairwellSprite.png) 100% 0 no-repeat;
	text-indent:-9999px;
	margin:20px 0 0 85px;
	display:block;
}
h3{
	font:normal 26px "Century Gothic",verdana, sans-serif;
	color:#5f7782;
	text-transform:lowercase;
	padding:0 0 14px 0;
}
h4{
	font:normal 18px "Myriad Pro", Helvetica, Arial, sans-serif;
	color:#6ec4a9;
	text-transform:lowercase;
	padding:0 0 2px 0;
}
a{
	color:#fa005c;
}
a:hover{
	text-decoration:underline;
}
a:active{
	color:#c40050;
}
p{
	padding:5px 0;
}
small{
	font-size:11px;
	font-style:italic;
	color:#666;
	line-height:17px;
	clear:both;
}
.alignleft{float:left;}
.alignright{float:right;}
.clear{clear:both;}
/************************
NAVIGATION
************************/
.bdBack{
	display:inline-block;
	width:167px;
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/stairwellSprite.png);
	margin:15px 40px;
	float:left;
}
.bdBack:hover{
	background-position:-167px 0;
}
.bdBack:active{
	background-position:-334px 0;
}





#mainNav li{display:inline;}
#mainNav li a{
	display:block;
	height:53px;
	background-image:url(images/sprite.png);
	text-indent:-9999px;
	float:left;
	margin-left:8px;
}
#home{background-position: 0 -26px;width:75px;}
#home:hover{background-position: -76px -26px;}
#home:active,#homeSelect{background-position: -152px -26px;width:75px;}

#about{background-position: -227px -26px;width:78px;}
#about:hover{background-position: -305px -26px;}
#about:active,#aboutSelect{background-position: -383px -26px;width:78px;}

#portfolio{background-position: -460px -26px;width:98px;}
#portfolio:hover{background-position: -558px -26px;}
#portfolio:active,#portfolioSelect{background-position: -656px -26px;width:98px;}

#contact{background-position: -754px -26px;width:96px;}
#contact:hover{background-position: -851px -26px;}
#contact:active,#contactSelect{background-position: -948px -26px;width:96px;}

#mainNav li a#stairwell{background-position: -1045px -26px;width:130px;float:right;}
#mainNav li a#stairwell:hover{background-position: -1175px -26px;}
#mainNav li a#stairwell:active,#mainNav li a#stairwellSelect{background-position: -1305px -26px;width:130px;float:right;}

#mainNav li a#labs{background-position: -1435px -26px;width:58px;float:right;}
#mainNav li a#labs:hover{background-position: -1493px -26px;}
#mainNav li a#labs:active,#labsSelect{background-position: -1551px -26px;width:58px;}

#mainNav li a#newsletter{background-position: -1609px -26px;width:118px;float:right;}
#mainNav li a#newsletter:hover{background-position: -1727px -26px;}
#mainNav li a#newsletter:active,#mainNav li a#newsletterSelect{background-position: -1845px -26px;width:118px;float:right;}

#socialLinks{
	float:right;
	width:48px;
	height:26px;
	background:url(images/BGSocialModule.png);
	padding:8px 9px;
	margin:11px 0 0 7px;
}
#mainNav #socialLinks a{
	text-indent:0;
	margin:0 3px 0 0;
	height:auto;
	background:none;
	opacity: 0.85;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	-webkit-transition:.3s linear opacity;
	-moz-transition:.3s linear opacity;
}
#mainNav #socialLinks a:hover{
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
/************************
FOOTER
************************/
#footer{
	width:100%;
	background:#fff;
	clear:both;
	font:13px "Century Gothic", Verdana, sans-serif;
	color:#666;
	height:35px;
	padding-top:10px;
	min-width:1250px;
}
#footerContent{
	width:1220px;
	padding:0 30px;
}
#footerNav{
	display:inline;
}
#footerNav li{
	display:inline;
	padding:0 5px;
	border-right:1px solid #ccc;
}
#footerNav li a{
	text-decoration:none;
	color:#666;
}
#footerNav li a:hover{
	color:#999;
}
#footerNav li a:active{
	color:#333;
}
#footerContact{
	float:right;
}	
/************************
SIDEBAR
************************/
#sidebar ul.categories{
	background:url(images/sidebarBG.png) repeat-y;
	width:264px;
}
#sidebar  ul.categories li{
	width:240px;
	border-top:1px solid #1d1e1e;
	width:210px;
	margin:0 auto;
	text-transform:lowercase;
}

#portfolioNav{position:absolute;}
#sNav {
	position: relative;
	overflow: hidden;
	background: url(images/portfolioNavBg.png); 
	height: 186px;
	width:262px;
}
#example_4_frame {position: relative}
.sitem li {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #000;
}

li.current-cat a{
	color:#fff;
	background: #191919 url(images/subNavActiveBg.png) center right no-repeat;
}
#sidebar ul.categories li a{
	color:#b2b2b2;
	font:14px/14px "Century Gothic", Helvetica, Arial, sans-serif;
	padding:8px 5px;
	display:block;
	text-decoration:none;
	
}
.subNavBottom{
	display:block;
	width:264px;
	height:27px;
	background:url(images/subNavBottom.png);
	text-align:center;
}
.scrollDown{
	background:url(images/subNavArrows.png) no-repeat;
	width:11px;
	height:8px;
	text-indent:-9999px;
	display: -moz-inline-block;
	    display: -moz-inline-box;
	    display: inline-block;
	margin:10px 4px;
	font-size:0;
}
.scrollDown:hover{
	background-position:-12px 0;
}
.scrollDown.disabled{
	background-position:-24px 0;
}
.scrollUp{
	background:url(images/subNavArrows.png) -36px 0 no-repeat;
	width:11px;
	height:8px;
	text-indent:-9999px;
	display: -moz-inline-block;
	    display: -moz-inline-box;
	    display: inline-block;
	margin:10px 4px;
	font-size:0;
}
.scrollUp:hover{
	background-position:-48px 0;
}
.scrollUp.disabled{
	background-position:-60px 0;
}
/********SEARCH*********/
#searchForm{
	background:url(images/searchForm.png);
	padding: 14px 11px 9px 11px;
	width:241px;
}
#srch_fld{
	background:url(images/searchInput.png);
	border:none;
	width:200px;
	height:25px;
	padding: 5px 5px 0px 35px;
	font: bold 16px/20px "Century Gothic", Helvetica, Arial, sans-serif;
	color:#fff;
}
#srch_fld:focus{
	outline:none;
}
#search404 #srch_fld{
	background:url(images/searchInput404.png);
	margin-left:-11px;
}
/************************
ENTRIES
************************/
.post{
	clear:both;
	padding:0 0 15px 0;
	margin-bottom:20px;
	background: url(images/wideDivider.png) bottom no-repeat;
}
#lastPostSep{
	background: url(images/wideDivider.png) bottom no-repeat;
	height:15px;
	clear:both;
	padding:15px 0 0 0;
	margin-bottom:15px;
}
.meta{
	color:#5f7782;
	font:bold 14px/20px "Century Gothic", Helvetica, Arial, sans-serif;
}
.meta a{
	color:#5f7782;
}
small#postMeta{
	padding-top:10px;
	display:block;
}
.btnReadMore{
	display:block;
	width:106px;
	height:21px;
	background:url(images/btnReadMore.png);
	text-indent:-9999px;
	margin-top:10px;
}
.btnReadMore:hover{
	background-position:-106px 0;
}
#btnShare{
	background:url(images/btnShare.png);
	font-size:0;
	width:93px;
	height:0;
	overflow:hidden;
	padding:27px 0 0 0;
	display:block;
	margin-bottom:5px;
}
#btnShare:hover{
	background-position:-93px 0;
}
.entry #shareLayer img{
	border:none;
	padding:0;
	margin:0;
}
.entry p{
	padding:10px 0;
}
.imgWrap{
	padding:5px;
	background:#fff;
	margin:2px 8px;
}
.imgWrap.alignleft{
	margin:10px 8px 0 0;
}
.imgWrap img{
	border:1px solid #999;
}
.entry{
	margin-top:10px;
	overflow:auto;
}

.entry ul li{
	list-style:disc;
	margin-left:20px;
}
.entry ol{
	list-style:decimal;
	padding-left:30px;
}
/************************
COMMENTS
************************/
.avatar{display:none;}
.commentlist{
	margin:20px 0;
}
.commentlist li{
	margin:20px 0;
}
.commentName span{
	color:#ccc;
	font-size:14px;
}
.commentName span a{
	color:#ccc;
	font-size:14px;
	text-decoration:underline;
}
.commentMessage{
	font-size:12px;
	line-height:15px;
}
#commentform input{
	width:215px;
	height:29px;
	background:url(images/stairwellCommentSprite.png);
	border:none;
	color:#fff;
	padding:0 8px 0 8px;
	vertical-align:middle;
	margin:2px 0;
}
#commentform input:focus{
	background-position:0 -29px;
	outline:none;
}
#commentform input.btnSubmit{
	width:113px;
	height:0;
	border:none;
	padding:27px 0 0 0;
	overflow:hidden;
	font-size:0;
	line-height:0;
	color:#cb0754;
	background:url(images/btnSubmit.png);
	cursor:pointer;
	vertical-align:bottom;
	margin:0;
}
#commentform textarea{
	width:424px;
	height:118px;
	background:url(images/stairwellCommentSprite.png) 0 -58px no-repeat;
	border:none;
	color:#fff;
	margin:12px 0;
	resize:none;
}
#commentform textarea:focus{
	outline:none;
	background-position: 0 -176px;
}
#commentform input.btnSubmit:active{
	background-position: -113px 0;
	
}
#respond{
	clear:both;
}
/************************
NEXT/PREV NAVIGATION
************************/
.navLeft{
	width:31px;
	height:28px;
	background:url(images/btnNavigation.png) -93px 0 no-repeat;
	display:block;
	float:right;
	text-indent:-9999px;
}
.navLeft a{
	width:31px;
	height:28px;
	background:url(images/btnNavigation.png) 0 0 no-repeat;
	display:block;
	text-indent:-9999px;
}
.navLeft a:hover{
	background-position:-31px 0;
}
.navLeft a:active{
	background-position:-62px 0;
}
.navRight{
	width:31px;
	height:28px;
	background:url(images/btnNavigation.png) 0 -28px no-repeat;
	display:block;
	float:right;
	text-indent:-9999px;
}
.navRight a{
	width:31px;
	height:28px;
	background:url(images/btnNavigation.png) -93px -28px no-repeat;
	display:block;
	text-indent:-9999px;
}
.navRight a:hover{
	background-position:-62px -28px;
}
.navRight a:active{
	background-position:-31px -28px;
}
/************************
FLICKR BADGE
************************/
#flickr_badge_uber_wrapper {text-align:center; width:181px;}
#flickr_badge_wrapper {background:#0d0f0e;width:181px;}
.flickr_badge_image {padding:10px;}
.flickr_badge_image img {}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/*************************
SHARE THIS 
*************************/
#shareLayer{
	position:absolute;
	width:196px;
}
#shareLayerTop{
	width:196px;
	height:8px;
	font-size:1px;
	line-height:1px;
	background:url(images/sharebg.png) top left no-repeat;
}
#shareLayer ul{
	background:#000;
	width:189px;
	margin:0;
	list-style:none;
	overflow:auto;
	padding:0 0 0 7px;
}
#shareLayer li{
	width: 92px;
	float:left;
	margin:5px 0;
	list-style:none;
}
#shareLayer a{
	color:#b2b2b2;
	text-decoration:none;
	font-size:12px;
}
#shareLayer a:hover{
	color:#999;
}
#shareLayer a:active{
	color:#666;
}
#blogPod #shareLayer img{
	padding:0;
	vertical-align:baseline;
}

#shareLayerBottom{
	width:196px;
	height:8px;
	font-size:1px;
	line-height:1px;
	background:url(images/sharebg.png) 0 -8px no-repeat;
	clear:left;
}
#shareLayer h5{
	color:#80ceb7;
	font:normal 18px "Myriad Pro", "Helvetica", arial, sans-serif;
	text-indent:7px;
	background:url(images/bgShareHeader.png) bottom left no-repeat;
	padding-bottom:5px;
}


#twitterTop{
	background:url(images/twitterCorners.png);
	height:5px;
	font-size:0;
	width:259px;
	margin-top:15px;
}
#twitterBottom{
	background:url(images/twitterCorners.png) 0 -5px;
	height:5px;
	font-size:0;
	width:259px;
}
#twitterContent{
	background:#000;
	width:229px;
	padding:15px;
	overflow-x:hidden;
}
#btnTwitter{
	position:absolute;
	margin:-4px 0 0 -4px;
}
.twitter-message{
	padding:5px 0;
	border-bottom:1px solid #141515;
}
.twitter-timestamp{
	font-size:11px;
	color:#666;
	display:block;
}

/********IMAGES*************/
.wp-caption{
	width:auto !important;
	clear:both;
}
.wp-caption.aligncenter{
	margin:10px auto;
}
.entry img{
	border:6px solid #fff;
	background:#999;
	padding:1px;
	margin:0 8px;
}
.entry p.wp-caption-text{
	padding:0;
}
.imageleftalignrow .wp-caption{
	clear:none;
}
.clearnone{
	clear:none;
}
.clearboth{
	clear:both;
}
/*******************************
Bio Pages
*******************************/
.bioPic{
	border:8px solid #46585e;
	float:left;
	margin:5px 10px 0 0;
}
#bioSidebarTop{
	background:url(images/bioSidebarTop.png);
	height:7px;
	width:181px;
	font-size:1px;
}
#bioSidebarBottom{
	background:url(images/bioSidebarBottom.png);
	height:7px;
	width:181px;
	font-size:1px;
}
#bioSidebarMiddle{
	width:173px;
	background:#000;
	padding:0 4px;
}
.bioEntry{
	font-size:14px;
}
#bioPosts li{
	padding:4px;
	font-size:12px;
	
}
#bioPosts li a{
	color:#5f7782;
	display:block;
	border-bottom:1px solid #222c2d;
	text-decoration:none;
}
#bioPosts li a:hover{
	text-decoration:underline;
}
