/*  
Theme Name: NewBrats-08
Theme URI: http://monkeylabsoftware.com
Description: Yet another new theme for Brats &amp; Beer
Author: BratsNBeerGuy
Author URI: http://bratsandbeer.com/
Version: 0.1

*/

body {
	font-family: 'Lucida Grande','Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #333; 
	margin: 0px; 
	padding: 0px; 
	background-color: #efedd6; 
	}

a {
	color: #244729; 
	text-decoration: none; 
	font-weight: bold; 
	}
a:hover {
	text-decoration: underline; 
	}

#container {
	width: 945px; 
	margin: 0 auto; 
	padding: 0; 
	background: url('images/body.png') repeat-y; 
	}

#header {
	margin: 0; 
	margin-bottom: 20px; 
	padding: 25px 0 30px 45px; 
	background: #000 url('images/header.jpg') 0 -25px no-repeat; 
	border-bottom: 4px solid #763722; 
	}

#header h1 {
	text-transform: uppercase; 
*font-size: 16pt; 
	}
#header h1 a {
	text-decoration: none; 
	}
#header, #header h1 a {
	color: #ddd; 
	}

#header h3 {
	font-size: 87%; 
	}

#footer {
	clear: both; 
	width: 600px; 
	text-align: center; 
	border-top: 2px solid #444; 
	margin-left: 21px; 
	padding: 20px 0 10px; 
	text-transform: lowercase; 
	font-size: 1.2em; 
	}

#footer a.caps {
	text-transform: uppercase; 
	}

#main-col {
	float: left; 
	width: 600px; 
	margin-right: 15px; 
	padding-left: 30px; 
	font-size: 1.2em; 
	margin-bottom: 50px; 
	}

#sidebar {
	float: right; 
	width: 280px; 
	padding-left: 15px; 
*padding-left: 40px; 
*margin-right: -50px; 
	font-size: 1.2em; 
	line-height: 1.6em; 
	}

#sidebar ul {
	list-style: none; 
	margin-left: 0; 
	}
#sidebar ul li {
	margin-left: -3em; 
	}
#sidebar ul li ul {
	margin-left: 0; 
	}
#sidebar ul li ul li {
	margin-left: -2.5em; 
*margin-left: 0.5em; 
	}

#sidebar ul li ul li a {
	font-weight: normal; 
	text-decoration: underline; 
	color: #444; 
	}
#sidebar ul li ul li a:hover {
	text-decoration: none; 
	}

.goog-ads {
*margin-left: -2.5em; 
}

.tag-cloud, .post {
	margin-left: 15px; 
	line-height: 1.4em; 
	margin-bottom: 25px; 
	}

.post h2 {
	font-family: 'Georgia', 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal; 
	}
.post h2 a {
	color: #222; 
	text-decoration: none; 
	font-weight: normal; 
	}
.post h2 a:hover {
	background-color: #244729; 
	color: #eee; 
	}

.post blockquote {
	font-style: italic; 
	color: #555; 
	border-left: 2px solid #ded; 
	}

.post img {
	margin-right: 4px; 
	}

.wp-caption {
	padding-top: 4px; 
	margin: 0 10px 0 0; 
	border: 1px solid #ded; 
	text-align: center; 
	background-color: #f3f3f3; 
	}

.wp-caption img {
	margin: 0; 
	padding: 0; 
	border: 0 none; 
	}

.alignleft {
	float: left; 
	}

.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	}

.wp-caption-text {
	font-size: 80%; 
	line-height: 95%;
	font-style: italic; 
	color: #777; 
	}

.post-footer {
	text-align: center; 
	background-color: #ded; 
	border: 1px dashed #bbb; 
	padding: 3px;  
	}

.post-date {
	text-transform: uppercase; 
	font-size: 85%; 
	color: #888; 
	}

.tag-cloud {
	margin-bottom: 2em; 
	}

.page-nav {
	text-align: center; 
	}

/* calendar */ 
#wp-calendar {
	border-top: 2px solid #333; 
	border-bottom: 2px solid #333; 
	margin: 20px 0 20px 40px; 
	}

/* comments */

ol.commentlist li {
	padding: 4px; 
	margin: 5px 50px 5px -5px; 
	}

ol.commentlist li.alt {
	background-color: #ded; 
	}

/* custom sociable styles */

div.sociable { 
	margin-top: 5px; 
	}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

