/*
Theme Name: Confessio Beta 3
Theme URI: http://www.diligentgeek.com/
Description: Grungy but Crisp
Version: 3.0
Author: Original design by Think Design. Coded by Qkin. Adaptations by Matt Hauger.
Author URI: http://www.diligentgeek.com/
Tags: fixed width, two columns, widgets
*/

/* zero-out styles */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	    padding: 0;
	    margin: 0;
	}
	h1, h2, h3, h4, h5, h6, pre, code {
	    font-size: 1em;
	}
	a {
	    text-decoration: none;
	}
	a img {
	    border: none;
	}

/* basic styles */

html { 
	height: 100%;
	background: #000000;
}

body {
	font-size: 85.5%; /* Resets 1em to 10px */
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #333;
	margin:0px 0 0 0;
	padding:0;
	text-align: left;
	height: 100%;
	}

a:link {
	color:#5B7876;
}

a:visited {
	color:#5B7876;
}

a:hover { 
	color: #000000;
}

a:active {
	color:#5B7876;
}

/*fix superscript so it doesn't add line height*/
sub, sup { 
	line-height: 0;
}

/*------------ Basic layout outline ------------ */

#container {
	min-height: 100%;
	position: relative;
}

.wrapwrap {
	width:100%;
	background: url(images/mainbg.jpg) top center no-repeat;
	padding-bottom: 153px;
}

.wrap-middle{
	margin: 0px auto 0px auto;
	width: 910px;
	background: url(images/pageshadow.png) repeat-y;
	padding:15px 25px;
}

.fixwrap {
	clear:both;
}

/*-------------Header------------ */

#headerwrapper {
	width:100%;
	background: #292929 url(images/headerbg.jpg) repeat-x;
	border-top:5px solid #000;
}

.top-header{
	width: 940px;
	height: 150px;
	margin: 0px auto 0px auto;
	position:relative;
	
}

#logo  {
	position: absolute;
	top: 8px;
	left: 12px;
}

.topmenu{
	position:absolute;
	top:10px;
	right: 10px;
}

.topmenu ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: century gothic, avant garde, verdana;
    text-transform: uppercase;
	letter-spacing:1px;
    font-size: 12px;
}

.topmenu li{
	display:inline;
}

.topmenu li a{
	margin-right: 10px;
}

.topmenu li a:visited{
	color:#B5B6B7;
	text-decoration:none;
}

.topmenu li a:hover{
	color:#5B7876;
}

.topmenu li a{
	color:#B5B6B7;
	text-decoration:none;
}

.topslogan {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #B5B6B7;
	font-family:century gothic, avant garde, verdana;
    text-transform: uppercase;
	letter-spacing:1px;
    font-size: 20px;
	max-width: 825px;
	text-align: right;
}

/*featured block below logo*/

#featured-block{
	position:relative;
	padding: 0;
	width: 536px;
	height: 310px;
	border: 2px solid #FFF;
	margin-bottom: 15px;
}

.top-left-splash{
	width: 536px;
	height: 310px;
	background:#e5e5e5;
	overflow:hidden;
}

.featured-story{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 515px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 13px;
	background: url(images/featured-story-bg.png) repeat;
	max-height: 310px;
}

* html .featured-story {
	bottom: 3px;
}

div.featured-story div.entry {
	color: #FFFFFF;
}

#featured-block .featured-story h2.link a{
    font-size: 20px;
	text-transform:uppercase;
	font-family:century gothic, avant garde, verdana;
	color:#82aba7;
	font-weight: bold;
}

#featured-block .featured-story h2.link a:hover{
	color: #FFFFFF;
}

#featured-block p, #featured-block .writer{
	font-size: 1.1em;
}

.featured-story .post-thumbnail{
	float:left;
	margin-left: 0px; 
	margin-right:8px;
	margin-top:14px;
}

.featured-story .top-tools{
	border-color:#cdcdcd;
}

.blue-text{
	text-transform:uppercase;
	font-family:century gothic, avant garde, verdana;
	color:#0aa0d0;
	font-size: 15px;
}

/* --------Sidebar------------*/

#sidebar-contain{
	font-size: 1.1em;
	float:right;
	padding: 0px;
	width:327px;
	padding:12px 12px 0 12px;
	margin-bottom:5px;
	overflow:hidden;
	background: #D1D2D4 url(images/contentbg.png) top left no-repeat;
	border: 2px solid #000;
}

/*sidebar-searchbox*/

.search-box form{
	margin:0;
	padding:0;
}

.search-box{
	height: 26px;
	padding: 0;
	margin-bottom: 20px;
	float:left;
}

 input.search-field{ 
 	float: left;
	border:1px solid #292929;
	margin:0;
	padding: 4px 0px 1px 4px;
	height:18px;background: #ffffff;
	width: 250px;
}
 
 input.search-go { 
 	float:left;
	border:0;
	margin:0;
	padding:0;
	margin-left: 5px;
	height: 25px;
	width: 60px;
	background: url(images/search.gif) no-repeat;
	background-position: 0px -25px;
	cursor: pointer;
}

 input.search-go:hover {
	 background-position: 0px 0px;
 }

.side-box{
	margin: 0px 0px 25px 0px;
	width: 100%;
	float: left;
	padding: 0;
}

.side-box h3{
	margin-top: 0px;
	margin-right: 12px;
	padding-left: 3px;
	font-size: 0.9em;
	text-transform:uppercase;
	color:#000000;
	border-bottom: 1px solid #dbdcde;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family:century gothic, avant garde, verdana;
    font-weight: normal;
	letter-spacing:1px;
}

.side-box p{
	padding-left:3px;
}

.side-box a.rss{
	margin-left: 20px;
	padding-left: 20px;
	margin-right: 30px;
	background:url(images/feed.png) no-repeat center left;
	display:inline-block;
	line-height: 28px;
    text-decoration: none;
}

.side-box a.email{
	padding-left: 20px;
	background:url(images/email.png) no-repeat center left;
	display:inline-block;
	line-height: 28px;
    text-decoration: none;
}


.side-box ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-right: 11px;
}

.side-box ul ul {
	margin-right: 0;
	text-indent: 5px;
}

.side-box ul ul ul{
	margin-right: 0;
	text-indent: 10px;
}

.side-box li a:visited{
	color:#61807d;
}

.side-box li a{
	color:#61807d;
	display:block;
	line-height: 28px;
	padding:0 0 0 3px;
	list-style:none;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px solid #dbdcde;
}


.side-box li a:hover{
	background:#e5e5e5;
	color:#3d504e;
}

.side-box .divide{
	width: 155px;
	float:left;
}

.side-box ul.sections{
	margin: 0px;
}

.side-box ul.sections li  {
	float:left; 
	width:158px;
	margin-top: 0px;
	margin-right: 11px;
}


* html .side-box li a{
	height: 28px;
} 



/* --------Main Content------------*/

#content {
	float: left;
	width: 506px;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 5px 0px; 
	background: #FFF url(images/contentbg.png) no-repeat;
	border: 2px #000 solid;
}

#contentwide {
	float: left;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 15px 0px;
	border: 2px #000 solid;
	width: 876px;
	background: #FFF url(images/contentbg.png) repeat-x;
}

.post{
	float:left;
	width: 430px;
	padding: 0px 40px 0px 40px;
	margin-bottom: 25px;
	color:#000000;
	background: url(images/postbubble.gif) no-repeat top left;
}

.postwide {
	width: 800px;
}

.writer {
	font-style: italic;
}

#featured-block .writer {
	color: #FFF;
}

.post-thumbnail{
	float:right;
	margin-top: 20px; 
	margin-left: 5px;
	border:1px solid #d5d5d5;
	padding: 3px;
}

.post-thumbnail img{
	vertical-align:bottom;
	width: 125px; 
	height: 90px;
}

.post-edit-link {
	padding-left: 15px;
}

#content .entry, #content .writer{
	margin:0;
	padding:0;
	font-size: 1.1em;
}

#contentwide .entry, #contentwide .writer{
	margin:0;
	padding:0 20px 0px 0px;
	font-size: 1.4em;
}

#contentwide .entry {
	line-height: 1.2em;
}

.entry p{
	margin:0px 0px 1em 0px;
}


h2.link{
	margin:0;
	padding:0;
	font-size: 20px;
	text-transform:uppercase;
	font-family:century gothic, avant garde, verdana;
	color:#61807d;
	font-weight: bold;
}

h2.link a:visited{
	margin:0;
	padding:0;
	color:#61807d;
	text-decoration:none;
}

h2.link a:hover{
	color:#000000;
}

h2.link a{
	margin:0;
	padding:0;
	color:#61807d;
	text-decoration:none;
}


.top-tools{
	clear:both;
	font-size: 12px;
	width: 100%;
	padding: 5px 0;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #e3e3e4;
	color:#bcbdc1;
}

.top-tools span{
	color:#979799;
}


.tools a:visited {
	color:#61807d;
}

.tools a{
	text-decoration:none;
	color:#61807d;
}

.tools  span{
	color:#bcbdc1;
	text-transform:uppercase;
	font-size:11px;
}

.tools{
	font-size: 12px;
	float:left;
	border-top: 1px solid #e3e3e4;
	border-bottom: 1px solid #e3e3e4;
	line-height: 28px;
	width: 100%;
}


.no-border{
	border-bottom: 0;
}


.list-items {
	margin:0;
	padding:0;
	list-style:none;
	width: 350px;
	float:left;
}

.share{
	width: 110px; 
	float:right;
}


.list-items li a:visited{
	color:#7e7f81;
}

.list-items li a{
	color:#7e7f81;
	display:block;
	line-height: 28px;
	padding:0 0 0 3px;
	list-style:none;
	text-decoration: none;
	font-size: 12px;
	border-top: 1px solid #dbdcde;
}

.list-items li a:hover{
	background:#e5e5e5;
	color:#5B7876;
}

.pagetitle {
	font-family: century gothic, avant garde, verdana;
}


* html .list-items li a{
	height: 28px;
} 



/* ---------------Comments----------------*/

.commentlist{
	margin:0;
	padding:0;
}

.comment{
	background:#F1F1F1;
	margin-bottom: 5px;
	display:block;
	padding: 10px;
	width: 480px;
}

.comment p{
	margin-bottom: 1em;
}

.comment .avatar{
	float:right;
	border:1px solid #e5e5e5;
	padding:1px;
}

#commentform {
	padding-left:0px;
}

#comments {
	clear: both;
	
	padding-top: 30px;
}

.alt{
	background: #F1F1F1;
}

.admin{
	background:#E1F3FD;
}

#respond{
	clear: both;
	padding-top: 18px;
	margin-left: 0px;
}

textarea{
 	width: 500px;
}
 


/* --------Others------------*/

h1{
	font-family:century gothic, avant garde, verdana;
	font-size: 1.6em;
	margin-bottom: 10px; 
	color:#747475;
	text-transform: lowercase;
	font-weight: bold;
}

h2{
	margin:0;
	padding:0;
	font-size: 1.6em;
	text-transform:uppercase;
	font-family:century gothic, avant garde, verdana;
	color:#61807D;
	font-weight: bold;
}

h3{
	font-family:century gothic, avant garde, verdana;
	font-size: 1em;
	text-transform:uppercase;
	color:#000000;
	border-bottom: 1px solid #292929;
	padding-bottom: 5px;
    font-weight: normal;
	letter-spacing:1px;
	margin: 2em 0px 5px 0px;
}

h4, h5 {
	font-family:century gothic, avant garde, verdana;
	font-size: 1em;
	margin: 10px 0px 0px 0px;
	text-transform: lowercase;
}


img{
	border:none;
}



blockquote {
	background:url(images/bquote.gif) no-repeat top left;
	padding:18px 0 0 26px;
	margin-left: 0px;
}

blockquote p{
	background:#E1F3FD;
	padding:20px;
	margin:0;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


.float-left{
	float:left;
}

.float-right{
	float:right;
}


.clear-fix{
	height:0px;
	line-height: 0px;
}



/*post navigation */

.older-newer a:visited{
	color:#77787b;
}

.older-newer a:hover{
	color:#5B7876;
}

.older-newer a{
	font-weight: bold;
	text-decoration:none;
	font-size: 12px;
	color:#77787b;
}

.older-left a{
	float:left;
	display:block;
	padding: 5px 0 4px 20px;
	background:url(images/older-left.gif) no-repeat center left;
}

.newer-right a{
	float:right;
	display:block;
	padding: 5px 20px 4px 0px;
	background:url(images/newer-right.gif) no-repeat center right;
}




/*-------------Drop Down Menu Based on http://htmldog.com/articles/suckerfish/dropdowns/------------ */

#navwrapper {
	border-bottom: 2px #000 solid;
	background:#D1D2D4 url(images/navbg.jpg) repeat;
}

#nav {
	letter-spacing:1px;
	font-family:century gothic, avant garde, verdana;
	margin: 0px auto 0px auto;
	font-weight:normal;
	text-transform:uppercase;
	text-align: center;
	min-width: 960px;
}

#nav, #nav ul {
	font-size: .8em;
	padding-left:0px;
}

#nav li {
	/*fix Firefox 2*/ display: table-cell; /*end FF2 hack*/
	display: inline-block;
	margin-right: 1px;
	padding:0;
	border-left:1px #DFDFDF solid;
	/*fix IE6 & IE7*/
	zoom: 1;
	*display: inline;
	/*end IE hack*/
}

#nav a {
	display: inline-block;
	color:#747475;
	text-decoration:none;
	padding:0px 8px;
	line-height: 36px;
}

#nav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:150px;
	font-weight:normal;
	margin:0;
	line-height:1;
 	border:0;
	border-bottom:1px solid #949596;
	border-right:1px solid #949596;
	padding:0;
}
 

#nav li li {
	width:150px;
	border:0;
	font-weight:bold;
	margin:0;
	padding:0;
}

#nav li li a {
	padding:8px 13px;
	width:124px;
	margin:0;
	font-size:12px;
	color:#747475;
	font-weight: normal;
}


#nav li ul ul {
	margin:-28px 0 0 151px;
	padding:0;
}

#nav li li:hover {
	background:#c2c3c4;
}


#nav li ul li:hover a, #nav li ul li li:hover a, #nav li ul li li li:hover a, #nav li ul li li li:hover a {
  	color:#747475;
}
  
  
#nav li:hover a, #nav li.sfhover a {
  	color:#747475;
}
  
  
#nav li:hover li a, #nav li li:hover li a, #nav li li li:hover li a, #nav li li li li:hover li a {
 	color:#747475;
}
  
  
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
    left:-999em;
}
	
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
    left:auto;
	background:#babbbd;
}
	
	
#nav li:hover, #nav li.sfhover {
    background:#babbbd;
}
	
	
#nav li li.sfhover {
    background:#c2c3c4;
}
	

#nav .current-cat{
	background:#c7c8c9;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* --------Footer------------*/

#footerwrapper {
	position:absolute;
	bottom: 0px;
	background: #292929 url(images/headerbg.jpg) repeat-x;
	width: 100%;
	border-top: 3px #D1D2D4 solid;
	border-bottom: 5px #000000 solid;
	height: 150px;
}

#footer{
	margin: 0px auto 0px auto;
	padding-top:50px;
	width: 900px;
	height: 100px;
	text-align:center;
}

#footer p{
	color:#86878a;
	margin-bottom: 0;
	margin-top: 10px;
    font-size: 12px;
}

#footer ul{
	list-style:none;
	margin:0;
	padding:0;
	border-bottom: 1px solid #666666;
    padding-bottom: 10px;
    margin-bottom: 10px;
	letter-spacing:1px;
	font-family:century gothic, avant garde, verdana;
    text-transform: uppercase;
    font-size: 11px;
}

#footer li{
	display:inline;
}

#footer li a{
	margin-right: 10px;
}

#footer a:visited{
	color:#797a7d;
	text-decoration:none;
}

#footer a:hover{
	color:#5B7876;
}

#footer a{
	color:#797a7d;
	text-decoration:none;
}
