/*  
Theme Name: Greytlife
Theme URI: http://www.nimbusblue.com/
Description: Custom WP love for Greytlife.com
Version: 1.1
Author: SNOE 
Based off of: Wordpress Lab
Author URI: http://www.nimbusblue.com
*/
/*snoe.biz | nimbusblue.com */
/*
cream - #faf3ec
fig - #3f3138;
dk fig - #2b2226;
lt fig - #8f8288; 
*/







/* ----------snippets-----------*/
.m5 {margin:5px;}
.m10 {margin:10px;}
 
.width100 { width: 100%; } 
.width75 { width: 75%; } 
.width50 { width: 50%; } 
.width40 { width: 40%; } 
.width25{ width: 25%; } 
.width33 { width: 33%; display:inline;} 

.flLeft { float: left; } 
.flRight { float: right; } 
.flNone {float:none;}

.alCenter{margin-left:auto;margin-right:auto;}
.alLeft { text-align: left; } 
.alRight { text-align: right; }
.centered {text-align:center;}
.justify { text-align: justify; } 

.top { vertical-align: top; } 
.middle { vertical-align: middle; } 
.bottom { vertical-align: bottom; } 
.sup { vertical-align: super; } 
.sub { vertical-align: sub; } 

.b { font-weight: bold; } 
.i { font-style: italic; } 

.u { text-decoration: underline; } 
.o { text-decoration: overline; } 
.s { text-decoration: line-through !important;} 

.lowercase { text-transform: lowercase; } 
.uppercase { text-transform: uppercase; } 
.capitalize { text-transform: capitalize; } 

.smallCaps { font-variant: small-caps; } 
.small {font-size:80%;}
.slant { font-style: oblique; } 
.indent { text-indent: 10px; } 
.wrap { word-wrap: break-word; white-space: normal; } 
.pre { white-space: pre; } 

.block { display: block; } 
.inline { display: inline; } 
.hide { display: none; } 

.flow {overflow:visible;}
.limit{overflow:hidden;}
.scroll{overflow:auto;}

.visible { visibility: visible; } 
.hidden { visibility: hidden; } 
.collapse { visibility: collapse; } 

.circle { list-style-type: circle; } 
.disc { list-style-type: disc;} 

.clBoth { clear: both;} 
.clLeft {clear:left;}
.clRight {clear:right;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    padding-bottom: 5px;/*testing*/
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.forward {font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif; font-size:105%; color:#3F3138; margin:45px 20px;display:block;}
.media {padding:20px 0; margin:0 auto;display:block;text-align: center;}
.primary img {border:7px solid #fff;}

/*nav region*/

#navbar {}

#navbar ul {
	width:970px; 
	margin:0 auto;
	padding:20px 0 20px 0;
	background: url(images/bgMain.jpg) 0 0 repeat-x #2b2226;
	height:24px;
}

#navbar li {
	display:inline;
	list-style-type:none;
	
}

#navbar ul li a {
	font-size:110%;
	font-weight:bold;
	text-transform:uppercase;
	color:#faf3ec;
	text-decoration:none;
	font-family:'Hoefler Text', Georgia, 'Times New Roman', serif;
	/*padding:2px 10px;*/
}

#navbar ul li a:hover {
	color:#a03e86;
}



#search {}



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

* html #ancillary .block{
	margin: 0px 0px 0px 4%;
}

* html #comments cite{
	width: 30.6%;
}

* html #primary .secondary{
	margin-right: 4%;
}

* html #primary.twocol-stories .story{
	margin-left: 2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 50%;
}

a{
	color: #a03e86;
}

a img{
	border: none;
}

blockquote{
	border-left: 2px solid #000000;
	color: #000000;
        margin-left: 1em;
	padding-left: 1em;
}

#slide {background: #100B0D;}
/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{	background: #100B0D;
	
	color: #3f3138;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
}

fieldset {
	padding: .5em;
}

h1{
	color: #333333;
	font-size: 200%;
	font-weight: normal;
	margin: 1.5em 0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0px;
}

h1,h2,h3,h4,h5,h6{	
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
	letter-spacing: .2em;

	text-transform: uppercase;}
	

h3{
	font-size: 120%;
	font-weight: normal;
}

h2{
color: #4E4E4E;
	font-size: 140%;
	font-weight: normal;
}

input.textfield, textarea{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 15em;
}

label.text{
	left: 0.5em;
	position: relative;
	top: -0.5em;
}

li, dd {
	margin-left: 5%;
}

ol#comments{
	list-style-type: none;
	margin: 2em 0px;
}

ol#comments li{
	list-style-type: none;
	margin: 2em 0px;
}

p{
	line-height: 2;
	font-size: 110%;
}

pre{
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	overflow: auto;
	padding: 1em 0px;
	width: 100%;
}

select option{
	padding: 0px 5px;
}

table{
	border-spacing: 2px;
	margin: 1.5em 0px;
	width: 100%;
}

table caption{
	color: #000000;
	margin-bottom: -1em;
	margin-top: 1em;
	text-align: left;
}

table td{
	background: #CCCCCC;
	color: #000000;
}

table th{
	background: #CCCCCC;
	color: #000000;
	text-align: left;
}

table th, table td{
	padding: 0.3em 0.75em;
}

textarea.commentbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	height: 10em;
	margin: 5px 0px;
	padding: 0.25em;
	width: 28em;
}

ul li{
	list-style-type: none;
	margin: 0.5em 0px 0.5em 2em;
        color:#787878;
}

ul.counts .count{
	color: #7A7A7A;
	float: right;
}

ul.dates .date{
	color: #FF91BC;
	padding: 0px 1.5em 0px 0px;
}

ul.dates a, ul.counts a{
	color: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{
	color: #FFFFFF;
}

ul.dates li, ul.counts li{
	border-bottom: 0px solid #C2C2C2;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em 0px;
}

ul.dates, ul.counts{
	border-top:0px solid #C2C2C2;
	list-style-type: none;
	margin: 1.5em 0px;
}

.sidebar-title{display:none}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.comment-head{
	border-bottom: 1px solid #8f8288;
	padding: 0.8em 2em 1.0em 2em;
}

.comment-head .details{
	font-size: 0.95em;
}

.comment-head a{
	color: #8f8288;
	text-decoration: none;
}

.comment-head h2{
	font-size: 1.5em;
	margin: 0px;
}

.formactions .spinner{
	float: right;
	margin: -8px -20px 0px 0px;
}

.formactions input.submit{
	background-color: #8f8288;
	border: 1px solid #8f8288;
    color:#2b2226;
	float: right;
	padding: .8em;
}

.formhead {
color:#faf3ec;
}

.hide, .print-logo, .close-button{
	display: none;
}

/* This class sets the width and position for all rows */
.inside{
	width:970px;
	margin:0 auto;

}

#primary .inside {background: url(images/bgMain.jpg) 0 -65px repeat-x #faf3ec; padding-bottom: 3em;}

#secondary .inside {background:#4b4045; padding: 1em 0 3em; color:#8f8288;}

.featured a:link,
.featured a:visited{color:#faf3ec; font-size: 110%;}

.featured a:hover{color:#faf3ec;}

.left{
	float: left;
}

.right{
	float: right;
}

.rule{
	border-top: 1px solid #faf3ec;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1.5em 0px;
}

.secondary .featured dl{
	border-bottom: 0px solid #faf3ec;
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;
       
}

.secondary .featured p{
	border-bottom: 0px solid #faf3ec;
	border-top: 0px solid #faf3ec;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	padding: 0.5em 0px 0.6em 0px;
        color: #faf3ec;
}


.secondary dd{
	display: inline;
	margin: 0px;
	padding: 0px;
        color:#FF91BC;
}

.secondary dd a{
	color: #FF91BC;
}

.secondary dd a:hover{
	color: #faf3ec;
}

.secondary dt{
	color: #faf3ec;
	display: inline;
	margin: 0px;
	padding: 0px;
}


.single-post h1, .single-post h2{
	margin-top: 0px;
	margin-bottom: 1em;
        
}

.story h3{
	color: #2B2226;
	font-size: 1.15em;
	font-weight: normal;
	margin: 1em 0 1em 0;
}

.story h3 a{
	border-bottom: 1px dotted #666666;
	color: #2B2226;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary{background:#100B0D;
	padding: 2em 0 0px 0;
}

#ancillary .block{
	float: left;
	margin: 0 0 0 5%;
	width: 30%;
}

#ancillary .block h2, #ancillary .block h3{
	margin: 0px 0px 2em 0px;
	color:#faf3ec;
}

#ancillary .block-separator{
	clear: both;
	height: 2.5em;
}

#ancillary .first, * html #ancillary .first{
	clear: both;
	margin: 0px;
}

#ancillary .thrice-length{
	width: 100%;
}

#ancillary .twice-length{
	width: 65%;
}



#comment-form{
	margin: 5em 0px 5em 35.4%;
	width: 36em;
}

#comments .content{
	border-left: 1px solid #868686;
	float: left;
	margin-left: 1.9%;
	padding: 0px 0px 0px 2%;
	width: 60%;
}

#comments .content h3{
	font-size: 1em;
	margin: 0px;
}

#comments .content p{
	margin: 0px 0px 1em 0px;
}

#comments .pingback cite .author{
	background: url(../images/trackback_pingback.gif) 100% 0 no-repeat;
	display: block;
	padding-top: 68px;
}

#comments cite{
	float: left;
	font-style: normal;
	text-align: right;
	width: 31%;
}

#comments cite .admin-tools{
	margin: 5px 0px;
}

#comments cite .admin-tools a{
	background: #666666;
	border: 1px solid #999999;
	float: right;
	margin: 0px 5px;
	padding: 0px 3px 3px;
	text-decoration: none;
}

#comments cite .author{
	font-size: 1.2em;
}

#comments cite .author a{
	text-decoration: none;
	color:#faf3ec;
}

#comments cite span{
	display: block;
}

#errors{
	color: #FF0000;
	font-weight: bold;
}

#amazon { padding-top:1.5em;margin:auto; text-align: center;}

#amazon iframe { font-size:100%;}

#amazon iframe *{font-size:90%;border:0;}

.inside #amazon li {text-align: center;}



/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	color: #6C6C6C;
	margin: 2em 0px 3em 0px;
}

#footer .inside{

	padding: 1em 0px;
}

#footer p{
	font-size: 1.0em;
	margin: 0px;
}

#footer p.attributes{
	float: right;
}

#footer p.attributes a{
	color: #525252;
	padding: 0px 0px 0px 1em;
	text-decoration: none;
}

#footer p.attributes a:hover{
	color: #FF91BC;
}

#footer p.copyright{
	float: left;
}

#footer p.copyright a{
	color: #FF91BC;
	text-decoration: none;
}

#footer p.copyright a:hover{
	color: #FF91BC;
}   


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background:url(images/greytlifeMast.gif) center top no-repeat #faf3ec;height:275px; width:970px; margin:1.5em auto 0;
}

#header .inside{
	padding: 7em 0px;
}

#header h2{
	border-right: 1px solid #808080;
	float: left;
	font-size: 2.25em;
	margin: 0px 0.5em 0px 0px;
	padding: 0px 0.5em 0.25em 0px;
}

#header h2 a{
	color: #2B2226;
	text-decoration: none;
}

#header p{
	line-height: 1em;
	margin: 0px;
	padding: 1em 0px;
}

/*-----------------------------------------------------------------------------------------------
  Live Search
-----------------------------------------------------------------------------------------------*/
#live-search{
	-moz-opacity: 0.4;
	position: absolute;
	text-align: right;
	top: 260px;
	right:20px;
	width: 100%;
}

#live-search:hover{
	-moz-opacity: 1.0;
}

#preview{
	border: 1px solid #faf3ec;
	margin: 1em 0px;
	padding: 0.5em;
}

#preview p{
	margin: 1em 0px 0px 0px;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{

	color: #000000;
	padding:1px 0 2em 0;
	line-height: 2;
}

#primary .primary{
	float: right;
	width: 65%;
	margin-top: 3em;
	margin-right:1em;
}

#primary .secondary{
	display: inline;
	float: left;
	margin-left:20px;
	padding-top: 0.65em;
	width: 30%;
	margin-top:3em;
}

#primary .secondary .admin-tools{ margin:1em 0; }

#primary .featured h2{
	color:#faf3ec;
}
#primary .entry h2, #primary .entry h3 {color:#161616;}

hr {margin:1em 0; color:none;}

#primary.onecol-stories .primary{
	float: left;
	width: 50%;
}

#primary.onecol-stories .secondary{
	float: right;
	margin: 0 0 0 10%;
	width: 40%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first {
	margin:0 0 0 0;
}

#primary.twocol-stories .story,
#primary .inside .story {
	width:60%;
	margin:0 0 0 4%;
	clear:both;
}

* html #primary.twocol-stories .story{
	margin-left:2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0;
}

.story .details{
	margin:0;
	text-align:left;
	padding:1em;
	color:#4D4D4D; 
	width:100%;
}

.details h3 {font-size:2em; clear:left;}


.post-day {font-weight: bold;}
.post-month {font-weight: bold;}
.post-cat {color:#a03e86;}

.story .details .read-on{
	background:url(../images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}
.story .details a{
	color:#a03e86;
	text-decoration:none;
}

.story .details a:hover{ color:#faf3ec; }

#search .spinner{
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img{
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#search img.archives-icon{
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	font-size: 110%;
	margin-top: 2px;
	width: 175px;
}

#search input:focus{
	background: #faf3ec;
}

#search-result ul{
	margin: 0px;
}

#search-results{
	background: #faf3ec;
	border-top: 1em solid #000000;
	float: right;
	-moz-opacity: 0.9;
	padding: 0px 0px 0px 0px;
	width: 30%;
}

#search-results h3{
	background: #faf3ec;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	text-align: left;
}

#search-results small{
	border-bottom: 1px solid #555555;
	border-top: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	padding: 0.5em 1em 0.7em 1em;
	text-align: left;
}

#search-results small a{
	color: #faf3ec;
}

#search-results ul li{
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0px 1em 0.5em 1em;
}

#search-results ul li a{
	border-bottom: 1px dotted #faf3ec;
	text-decoration: none;
}

#search-results ul li:hover{
	background: #202020;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/
#secondary{
	padding:1px 2em;
    color:#000000;
}

#secondary h2{color:#faf3ec;}

/*-----------------------------------------------------------------------------------------------
        Spiffy 
----------------------------------------------------------------------------------------------*/
.spiffy{
display:block;
}
.spiffy h2 {margin-bottom:.5em;}

.spiffy *{
display:block;
height:1px;
overflow:hidden;
background:#3f3138
}
.spiffy1{
border-right:1px solid #919191;
padding-right:1px;
margin-right:3px;
border-left:1px solid #919191;
padding-left:1px;
margin-left:3px;
background:#3f3f3f;
}
.spiffy2{
border-right:1px solid #e5e5e5;
border-left:1px solid #e5e5e5;
padding:0px 1px;
background:#303030;
margin:0px 1px;
}
.spiffy3{
border-right:1px solid #303030;
border-left:1px solid #303030;
margin:0px 1px;
}
.spiffy4{
border-right:1px solid #919191;
border-left:1px solid #919191;
}
.spiffy5{
border-right:1px solid #3f3f3f;
border-left:1px solid #3f3f3f;
}
.spiffy_content{
padding:.8em;
background:#3f3138;
} 


#theshelf {
	height: 280px;
	background: #faf3ec;
}

/*The Menu CSS*/
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
background: lightyellow;
}

#tabcontentcontainer{
width:480px;
height:40px;
}

.tabcontent{
display:none;
}
