/*  
Theme Name: TBG theme 2
Theme URI: http://www.thebeatengeneration.co.uk
Description: Black and white and read all over.
Version: 2.0
Author: TBG
Author URI: http://www.thebeatengeneration.co.uk/

*/

body, h1, h2, h3, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Georgia, times, serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	background: #000;
	color: #FFFFFF;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 778px;
	text-align: left;
	overflow: hidden;
	background: #000;
}

h1{
	font-family: Georgia, times, serif;
	font-size: 24px;
	padding: 15px 0 10px 0;
}

h2{
	font-family: Georgia, times, serif;
	font-size: 14px;
	padding: 5px 0 0 0;
}

a:link, a:visited{
	text-decoration: none;
	color:#aaa;
}

a:hover{
	text-decoration: underline;
	color: #fff;
}

blockquote { font-style: italic; 
	font-family: Georgia, times, serif;
	font-size: 100%;
	color: #aaa; 
	margin: 0 0 15px 0; 
	padding: 15px 0px 0px 15px;
	background: #000;
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

.entry p { 
	margin: 0 0 18px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 5px; 
	margin: 0 15px 15px 0; 
	border: 1px dotted #FFFFFF;
	background: #000;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 5px; 
	margin: 0 0 15px 15px; 
	border: 1px dotted #FFFFFF;
	background: #000;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 5px; 
	margin: 0 15px 0 0; 
	border: 1px dotted #FFFFFF;
	background: #000;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 5px;
	margin: 0 0 5px 0; 
	border: 1px dotted #FFFFFF;
	background: #000;
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----HEADER----*/

#header{
	float: left;
	width: 243px;
	padding: 130px 0 30px 0px;
	background: url(images/header.gif) no-repeat left bottom;
	color: #000000;
}

/*----POST----*/

#container{
	float: right;
	width: 520px;
	margin-top: 50px;
	margin-left: 0px;
	padding: 0 0 0 0;
	border-top: 0px solid #FFFFFF;
}

.post{
	padding: 0px 19px 15px 0px;
	border-top: 3px solid #FFFFFF;
}

.post h1{
	font-family: Georgia, times, serif;
	font-size: 24px;
	padding: 5px 0 0 0;
	color: #FFFFFF;
}

.post h2{
	font-family: Georgia, times, serif;
	font-size: 14px;
	padding: 5px 0 0 0;
	color: #FFFFFF;
}

.post a:link, a:visited{
	text-decoration: none;
	color:#aaa;
}

.post a:hover{
	text-decoration: underline;
	color: #fff;
}

.entry{
	line-height: 20px;
}

.postinfo{
	font-style: italic; 
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px 0 15px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-style: italic; 
	font-size: 12px;
	color: #fff;
	border-top: 1px dotted #FFFFFF;
	margin: -10px 0 5px 0;
	padding: 4px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	border-top: 3px solid #FFFFFF;
	padding: 7px 0 5px 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.navigation a:link, a:visited{
	text-decoration: none;
	color:#aaa;
}

.navigation a:hover{
	text-decoration: underline;
	color: #fff;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: left;
	width: 243px;
	margin: 0 0 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline;
	overflow: hidden;
	background: #000;
	
}

.sidebar ul{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0px 0px;
}

.sidebar ul li{
	padding: 2px 0px 0px 0px;
}

.sidebar ul li h2{
	font-family: Georgia, times, serif;
	font-size: 14px;
	color: #fff;
	padding: 0 0 0px 0;
	margin: 0 0 0px 0px;
	background: none;
}

.sidebar ul ul li{
	padding: 0 0 0 0;
	margin: 0 0 0px 12px;
	line-height: 18px;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#AAA;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #FFF;
}


/*----COMMENT FORM----*/

#comment-form{
	width: 520px;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	border-top: 3px solid #FFFFFF;
	background: #000;
}

.comments-template ol{
	border-top: 3px solid #FFFFFF;
	margin: 10px 0 5px 0px;
	padding: 0px 0 0 10px;
	list-style: none;
}
.comments-template ol li{
	border-bottom: 1px dotted #ffffff;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}

.comments-template h1 .comments-template h1{
	font-family: Georgia, times, serif;
	font-size: 24px;
	color: #FFF;
	padding: 0 0 0 0;
}

.commentmetadata{
	font-style: italic; 
	font-size: 14px;
	color: #aaa;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.commentmetadata strong {
	font-style: italic;
	font-size: 14px;
	margin: 0 0 0 0;
}

.comments-template p.nocomments{
	padding: 0 0 0 0;
}

.comments-template input{
	border: 0px solid #FFFFFF;
	margin: 0 0 0 0;
}

.comments-template textarea{
	width: 500px;
	font-family: Georgia, times, serif;
	font-size: 14px;
	color: #333;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background: #FFF;
	border: 0px solid #FFFFFF;
}

.comments-template textarea p { 
	margin: 0 0 0 0;
	padding: 0 0 16px 0;
}

/*----FOOTER----*/

#footer{
	clear: none;
	float: left;
	width: 778px;
	margin: 2px 0 0px 0;
	padding: 7px 0px 15px 0;
	line-height: 18px;
	font-size: 100%;
	font-style: italic;
	color: #ffffff;
	background: url(images/footer.gif) no-repeat;
	border-top: 3px solid #FFFFFF;
}