/*  
Theme Name: Beer
Description: Who Cares
Version: 1.01
Author: Me
*/

/*************************************
 +Containers
 *************************************/

body{
	background:#fff url(http://www.tofslie.com/images/tofslieblogbg.jpg);
background-attachment: fixed;
	color:#777;
	font-family: 'Droid Sans', sans-serif;
	font-size:75%;
	line-height:1.7;
	margin:0;
}

#content{
	padding:20px;
	width:760px;
}
#footer{
	color:#888;
	font-size:0.9em;
	margin-top:20px;
	padding:3px;
}
#header{
	margin-top:0px;
	margin-left:40px;
	font-size:1em;
}

#sidebar{
        position:fixed;
	margin-top:0px;
	color:#eee;
	float:left;
	margin-left:840px;
	width:200px;
}
#sidebar2{
	margin-top:0px;
	color:#eee;
	float:right;
	margin-left:140px;
	width:200px;
}

#wrap{
	float:left;
	width:800px;	
	margin-top:15px;
	background:#fff  repeat-y ;

}
* html body #wrap{
	background:#fff  repeat-y 0px;
}
a.link2:link {
	color: ;
        font-family: 'Droid Sans', sans-serif;
	color: #1a0f0b;
	line-height: 12px;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
}

a.link2:hover {
	color: ;
	font-family: 'Droid Sans', sans-serif;
	color: #857e6f;
	line-height: 12px;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;

}
a.link2:visited {
	color: ;
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
	line-height: 12px;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;

}
/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color:#1a0f0b;
	font-size:1.2em;
	margin-bottom:10px;
	font-weight:normal;
}
#header h1{
	display:inline;
	font-size:4.0em;
	line-height:1;
	margin:0;
	font-weight:normal;
	letter-spacing: -2px;
}
#header h1 a{
		color: #1a0f0b;

}
#header h1 a:hover{
color: #857e6f;
}

h2{
	font-size:1.0em;
	padding-right:5px;
line-height:1;
}
h3{
	font-size:1.0em;
}
.entrytitle h2, .entrytitle h3{

	display:inline;
	font-weight:normal;
}
.entrytitle h2{
	color: #1a0f0b;
	font-family: 'Droid Sans', sans-serif;
	font-size:3.1em;
	font-weight: 700;
}
.entrytitle h3{
	font-family: 'Droid Sans', sans-serif;
	font-weight:normal;
}

/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;

}
#sidebar ul li a{
	font-family: 'Droid Sans', sans-serif;
	color: #857e6f;
	line-height: 16px;
	font-style: none;
	text-decoration: none;
	font-size: 10px;
}
#sidebar ul li a:hover{
	color:#1a0f0b;
}
/*************************************
 +Misc
 *************************************/
a img{
border:0;
}




.entry a{

	color: #1a0f0b;
	line-height: 12px;
	text-decoration: none;
	font-size:0.9em;
}



.navigation{
	padding:3px;
	margin-left:40px;
	text-align:center;
}
.navigation a{
	color: #1a0f0b;
	line-height: 16px;
	text-decoration: none;
	font-size: 16px;
}
#header {
	margin-bottom:5px;
}
#header p{
	color: #857e6f;
	font-size:2.0em;
	margin:0;
}

/*************************************
 +Entry
 *************************************/
.entry{
	font-size:1.1em;
	margin:5px;
	padding:0 10px;
}

.entrytitle{
	font-size:1.0em;
}
.entrytitle a {
	color: #1a0f0b;
	text-decoration:none;	
}
.entrytitle a:hover {
	color:#857e6f;
}
.entrymeta{
background:url(./images/line.gif) no-repeat  50%;
	padding:0px;
	padding-bottom:50px;
}
.entrymeta a{
	color:#666;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:620px;
}
.commentauthor{
	display:block;
	font-size:1.6em;
}
.even{
	background:#3F464A;
	border:1px solid #43494D;
}
.alt{
	background:#FCFAF4;
	border:1px solid #FCFAF4;
	padding:5px;
}
