/*
Theme Name: Sterr Bros Beer 
Theme URI: http://beer.sterr-bros.com
Description: Custom theme for Sterr-bros.com Beer Blog.
Version: 1.0
Author: Nate and Brian Sterr
Author URI: http://www.sterr-bros.com
Tags: 
*/

/*Set background color and font of pages*/
html{
	margin-top: 0 !important;
}

body{ 
	background: url(images/bg.jpg) repeat-x top #FEEE67; 
	margin: 0 !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}

body table {font-size:1em}

/*Remove top margin from paragraphs*/
p { margin-top: 0px;}
p.indent { padding-left: 50px; }

/*Remove outline from links when clicked on*/
a:link {outline: none;}

/*Define custom size and small caps for page headings*/
h1 { font-size: 10x; font-variant: small-caps; margin-top: 0px; padding-bottom: 5px; color: #8D9FAA; border-bottom: 5px solid #74AF15;}
h2 {margin-top: 0px; color: #74AF15; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif}
li h2{margin: 12px auto;}
h4 {margin-top: 0px;}

/*Main container for webpage*/
#container { 
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;
}

/*Container div containing content and navbar*/
#middle {
	margin:0;
	background: url(images/wood.jpg) repeat-y;
	width: 980px;
}

/*Container for content sections*/
#content { 
	margin: 0 0 0 20px;
	width: 700px;
	color: #ccc;
	text-align: justify;
	padding-bottom: 25px;
}

#content a{text-decoration: none; color: #fef28c; outline: none; }
#content a:hover {text-decoration: underline !important; color: #94DF1B;}

#content h4 { 
	margin-bottom: 0;	
}

#content ul { 
	list-style:none;
}

#content ul li a {
	margin: 0 0 5px 0;
}

#content ul li a img {
	border: none;
}

/*Container for the Navigation Sidebar*/
#navbar { 
	background: url(images/35pblack.png) repeat;
	float: right;
	width: 240px; 
	text-align: center;
	color: #999;
	-moz-border-radius-topleft: 90px;
	-moz-border-radius-bottomleft: 90px;
	-khtml-border-radius-topleft: 90px;
	-khtml-border-radius-bottomleft: 90px;
	-webkit-border-top-left-radius: 90px;
	-webkit-border-bottom-left-radius: 90px;
}

#navbar #menu {
	height: 275px;
	background: url(images/glass1.png) top center no-repeat;
}

#navbar #menu h4 {
	margin: 0 0 10px 0;
}

#navbar #menu a {
	color: #444;
}

#navbar #menu a:hover {
	color: #000;
}

#navbar div.categories {width:210px;}

#navbar div.categories br { margin-bottom:5px; }

#navbar div.categories a {
	display: inline;
}

#navbar div.content {
	width: 210px;
	margin: 0 0 0 15px;
}

#navbar h3 {
	color: #222;
	background: url(images/header.png) top center;
	padding: 3px 0;
}

#navbar a {
	text-decoration:none;
	outline: none;
	color: #fef28c;
	display: block;
}

#navbar a:hover {text-decoration: underline !important; color: #94DF1B;}

#navbar ul {
	list-style: none;
	width: 210px;
}

#navbar li { 
	display: inline;
	list-style: none;
	width: 210px;
}

#navbar li.page_item a{
	margin: 0 0 10px 0;
}

/*Search Form*/
#s{
	background: url(images/35pwhite.png);
	color: white;
}

/*Container for the header*/		  
#header {
	background: url(images/header.png);
	height: 168px;
	padding: 0;
	margin: 0;
	_margin: 0 0 -1px 0;
	width: 980px;
}  

/*Container for the footer*/
#footer { 
	background: url(images/footer.png);
	width: 980px;
	height: 169px;
    font-size: 10px;
    text-align: center;
	color: #ccc;
	clear: both;
}

#footer a{
	text-decoration: none;
	color: #fef28c
}

#footer-text {
	padding: 52px 0 0 0;
}

/*Adds scroll bar to all pages*/
html { overflow-y: scroll; }

.comment, .pingback {
	color: #000;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	list-style: none;
}

.comment p cite, .comment-edit-link, .pingback p cite, .pingback-edit-link, .trackback p cite, .trackback-edit-link {
	font-size: .7em;
}

.thread-even { background: url(images/35pwhite.png) repeat; border: 2px solid #74AF15; }
.thread-odd { background: url(images/35pwhite.png) repeat; border: 2px solid #FEEE67; }

#commentform {
	margin: 0px;
	text-align:center;
}

#commentform textarea {
	width: 80%;
	padding: 2px;
	border: 2px solid black;
}

#commentlist {padding-left: 0; margin-left: 0;}

#commentlist li {width: 645px; text-align: left}

#comments, #postcomment {text-align: center;}

#commentarea {text-align: center;}

.post {
	background: url(images/18pblack.png) repeat;
	margin: 10px 0px;
	padding: 15px 15px;
	border: 1px solid #CCCCCC;
	width: 670px;
	_width: 700px;
}

.avatar { float: left; padding: 2px; border: 1px solid #ccc; background: black; margin: 0 10px 0 0;}
.post_avatar { padding: 2px; border: 1px solid #ccc; background: black; margin: 0 10px 0 0;}

div.alignleft{
	text-align: left;
}

div.alignright{
	text-align:right;
}

.entry img {border: 4px double gray; }

.entry table {
	color: #000;
	background: url(images/35pwhite.png) repeat;
	border:2px solid #222;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry table table {
	margin: 0px;
	padding: 0px;
}

.entry table table table{
	margin: 10px;
	padding: 10px;
}

.entry table td {_padding: 2px 10px}

.wp-caption-text { 
	color: #74AF15;
	text-align: center;
	font-size: .75em;
}

a.more-link {color: #74AF15 !important}
a.more-link:hover {color: #ffffff !important;}

hr {color: #999999;}

.navigation { 
	background: url(images/35pblack.png) repeat !important; 
	line-height: 2em; 
	border: 1px solid #cccccc;
	padding: 0 10px;
	text-align:center;
	margin-bottom: 10px;
	_margin-bottom: 40px;
}

.navigation a {color: #fff !important}
.navigation a:hover {color: 94DF1B !important;}

.pagenavidiv {background: url(images/35pblack.png) repeat;}

.beertools table {border-bottom: 6px #333 solid;}

#malts, #hops {
	background: url(images/35pwhite.png) repeat;
	padding: 2px;
	font-size: .7em;
}

#malts td, #hops td {
	border-bottom: 2px solid black;
	border-left: 1px solid #555;
}

#malts strong, #hops strong {color:ececec}

.brewtype {float: left; margin: 2px 10px 0 0}

.edit a {
	margin:-5px 0 0 0; 
	padding:4px 10px;
	background:#f2f2f2 url(http://beer.sterr-bros.com/wp-admin/images/white-grad.png) repeat-x scroll left top !important;
	border-color:#bbb; 
	border-style:solid; 
	border-width:1px; 
	-moz-border-radius-bottomleft:11px; 
	-moz-border-radius-bottomright:11px; 
	-moz-border-radius-topleft:11px; 
	-moz-border-radius-topright:11px; 
	-moz-box-sizing:content-box;
    color:#464646 !important; 
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif !important; 
	font-size:11px !important; 
	text-decoration:none; 
	text-shadow:0 1px 0 #fff; 
	line-height:1.2em; 
	font-size-adjust:none; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal;
	cursor:pointer; 
	text-decoration:none !important;
	float: right;
}

.edit a:hover {
	border-color:#666;
	background:#f2f2f2 url(http://beer.sterr-bros.com/wp-admin/images/white-grad.png) repeat-x scroll left top;
    color:#000;
}

/* Logged-in */
.logged-in {
	height:36px;
	padding:0; margin:0;
	background:#3A4246;
	color:#999;
}

.logged-in h1 {
	height:36px;
    margin:0; padding:5px 0 0 55px;
	border: 0;
}

.logged-in h1 a {
        margin:0; padding:0;
        color:#fff; font:22px Georgia,"Times New Roman","Bitstream Charter",Times,serif; font-weight:normal; text-decoration:none;
}

.logged-in h1 a:hover {
        text-decoration:underline;
}

.logged-in h1 a span {
        font-size:50%;
}

.logged-in p a, .comments_logged-in a { color:#ccc; }
.logged-in p a:hover, .comments_logged-in a:hover { text-decoration:underline; color:#fff; }
.logged-in p { margin:-46px 0 0 0; padding:16px 15px 0 0; text-align:right; font:12px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; }

.comments_logged-in {
	padding:10px 10px 10px 15px;
	background:#333; color:#999;
	-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	font:12px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif; 
  }
/* // Logged-in */

.recent-update {font-size: .8em;}
.recent-update .recent-time{font-size: 9px; margin-bottom:10px;}
.recent-update a{line-height: 1.5em;}

#post-info{float: left;}
#post-info p{margin: 0; line-height:1.4em; }

#navbar #searchform{
	background: url(images/header.png) top center;
	width: 210px;
	padding: 3px 0;
}

#navbar #searchform #s {
	width: 130px;
	color: #222;
}

#navbar #searchform #searchsubmit {
	width: 66px;
}

.preload {
	display: none;
}

.aligncenter {
	text-align: center;
	margin: auto;
}
