/*   
Theme Name: BrewSession
Theme URI: http://www.brewsession.com/devblog/wp-content/themes/BrewSession/
Description: Theme used by BrewSession.com
Author: Greg Roe
Author URI: http://www.gregroe.com
Version: 1.0 (updated: April 25, 2008)
*/

body {
	padding: 0px; 
	margin: 0px; 
	font-family: 'Helvetica', 'Arial', sans-serif; 
	font-size: 100%;
        line-height: 1.125em;
	}
	  
img {border: none;}

a:link {color: #094eb4; text-decoration: none;}
a:hover {color: #036; text-decoration: underline;}
a:visited {color: #339; text-decoration: none;}

#sidebar a:link {color: #996600; text-decoration: none;}
#sidebar a:hover {color: #630; text-decoration: underline;}
#sidebar a:visited {color: #996600; text-decoration: none;}




/* Section Styles */ 
#header {
	width: 100%; 
	background: url('images/brewsession_head_bg.gif') repeat-x;
	overflow: hidden;
	height: 89px;
	}

#content {
	margin: 20px auto;
	width: 900px;
	overflow: hidden;
	}

#posts {
	width: 500px;
	float: left; 
	background: #fff;
	padding: 10px;
	color: #333;
	text-align: left;
        font-size: 0.875em;
        line-height: 1.3em;
	}  

#sidebar {
	width: 200px; 
	float: left; 
	background: #fff;
	padding: 0px;
	margin-left: 10px;
	font-size: 0.71em;
        line-height: 1.25em;
	list-style: none;
	border-left: 1px solid #cecece;
	} 

#adcolumn {
	width: 120px;
	padding: 5px;
	text-align: center;
	float: right; 
	background: #ebebeb;
        font-size: 0.75em;
	}  

#footer {
	width: 100%; 
	background: #fff;
	padding: 10px;
	text-align: center;
	border-top: 1px dotted #ccc;
	font-size: 0.6em;
	color: #666;
	}

.meta {
	color: #808080; 
	font-size: 0.9em;
	margin: 10px 0px 50px 20px;
	}


/* Text Styles */

#sidebar h2 {
	width: 192px;
	color: #630;
	font-size: 1.08em; 
	font-weight: bold;
	letter-spacing: 0.3em;
	border-bottom: 1px solid #cecece;
	padding-left: 8px;
	/* padding-right: -8px; */
}


#adcolumn h2 {
	color: #7c7c7c;
	letter-spacing: 0.1em; 
	font-size: 1.0em; 
	font-weight: normal;
	margin: 0px;
	}

.pagetitle {font-size: 1.6em; border-bottom: 1px dotted #ccc; width: 100%;}
.storytitle {color: #630; font-size: 1.4em; margin: 20px 0px 3px 0px;}
.storytitle a {color: #630; text-decoration: none;}
.storytitle a:link {color: #630; text-decoration: none;}
.storytitle a:hover {color: #996600; text-decoration: underline;}
.storytitle a:visited {color: #630; text-decoration: none;}

.storydate, .storyauth {font-size: 0.8em; font-weight: normal; color: #999; margin: 0px;}

.storycontent {
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: 0.9em;
	line-height: 1.7em;
	word-spacing: 0.1em;
        letter-spacing: 0.001em;
	margin-top: 15px;
	}


/* List Styles */
#sidebar ul {list-style: none; margin: 0px; padding: 0px;}
#sidebar ul li {margin-top: 30px;}
#sidebar ul li ul {margin: 15px; list-style: none;}
#sidebar ul li ul li {margin-top: 6px;}
#sidebar #search_li {margin-top: 10px;}

	
.blog_search_box {margin: 5px 10px 30px 10px;}	
.search_field {border: 1px solid #ccc; font-size: 0.9em; width: 100%;} 
#searchsubmit {font-size: 0.9em; float: right; margin: 2px 0px;}


.commentlist li {padding: 10px; margin-bottom: 20px;}
.commentlist .alt {background-color:#ffffcc;}


.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	overflow: hidden;
	}


/* Form Styles */
#comment {width: 500px;}


/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */
.dean_ch {border: 1px dotted #a0a0a0; font-family: 'Courier New', Courier, monospace; background-color: #f0f0f0; color: #0000bb; overflow: auto; white-space: normal !important; }
.dean_ch .de1, .dean_ch .de2 {font-weight:normal;background:transparent;color:#000; padding-left: 5px;}
.dean_ch .kw1 {color: #a1a100;}
.dean_ch .kw2 {color: #000; font-weight: bold;}
.dean_ch .kw3 {color: #000066;}
.dean_ch .kw4 {color: #f63333;}
.dean_ch .co1, .dean_ch .co2, .dean_ch .coMULTI{color: #808080;}
.dean_ch .es0 {color: #000033; font-weight: bold;}
.dean_ch .br0 {color: #66cc66;}
.dean_ch .st0 {color: #ff0000;}
.dean_ch .nu0 {color: #ff33ff;}
.dean_ch .me0 {color: #006600;}
