/*  
Theme Name: Indefinite Pitch
Theme URI: (original) http://ifelse.co.uk/treba/
Description: based on Treba
Version: 1
Author: FiveseveN
Author URI: http://fiveseven.xonedesign.ro
*/

/*************************************
 Containers
 *************************************/
body{
	background:black url(images/bg.gif) repeat fixed;
	margin:0;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#eee;
	text-align:center;
}
#content{
	background:#222;
	float:left;
	padding:25px 25px 25px 35px;
	width:648px;
	border:#361E0C solid 1px;
	margin-bottom:20px;
}
#footer{	
	font-size:11px;
}
#header{
	margin:10px 180px -40px;
	height:108px;
	line-height:70px;
	text-align:right;
	position:relative;
}
#sidebar{
	color:#aaa;
	float:left;
	margin-left:20px;
	width:130px;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:860px;
}

/*************************************
 H
 *************************************/
#sidebar h2{
	color:#E74A45;
	font-size:13px;
	font-weight:bold;
	margin: 10px 0 0 0;
}
.entrytitle h2, .entrytitle h3{
	font-weight:normal;
}
.entrytitle h3{
	font-weight:normal;
}
/*************************************
 Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li a{
	color:#eee;
}
/*************************************
 Misc
 *************************************/


h2, h2 a {
	font-size:22px;
	color:white;
	font-weight:normal;

}
h3 {
	font-size:13px;
	font-weight:normal;
	color:#888;
	text-align:right;
	margin:0;
}
h5 {
	font-weight:bold;
	color:white;
}
p {
	margin:7px 0;
}
a {
	color:#E74A45;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ol, ul {
	text-indent:0;
	margin:7px 0;
	padding:0;
	}
li {
	margin:0;
}
ul{
	list-style:disc;
}
ul ul{
	list-style:circle;
}
#header p{
	color:white;
	margin:0;
}
.navigation{
	padding:3px;
	text-align:center;
}
#content img {
	border:#361E0C solid 1px;
}
#header img {
	border:none;
	outline:none;
}
/*************************************
 Entry
 *************************************/

.entrymeta, .commentmetadata a{
	color:#888;
	font-size:11px;
}
.entrymeta a{
	color:#eee;
}
.entry-1 .entrytitle{
	border-bottom:none;
}
.entry-1 .entrytitle a{
	color:white;
	font-size:1.2em;
}
.entry-1 .entrytitle a:hover{
	color:white;
}
hr{
	color:#444;
	border:1px #444 dashed;
}
/*************************************
 Comments
 *************************************/

.commentsblock textarea{
	background:#222;
	border:1px #666 dashed;
	color:white;
	padding:10px;
	width:625px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.entrymeta {
	margin-bottom:50px;}
.alt{
	padding:5px;
}
a.more-link {
	display:block;
}