/*
Theme Name: tbc
Description: A minimalist theme with a white background, containing mostly texts with a header image. Simple and clean, with very lightweight HTML and CSS.
Version: 0.1
Author: Damian Poole
Author URI: http://proverbialmonkey.co.uk
*/

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags, reset
---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}

body{
    background-color: #ffffff;
    color: #444;
 	font-family:arial, helvetica, sans-serif;
    margin: 0;
	font-size:12px;
	text-align:center; /* Fix IE6 */
}

a{
	color:#6f470e;
}

a:hover{
	color:#ab7f40;
}

#wrap{
    margin:0 auto;
    padding: 0 20px 0 20px;
    width: 960px;
	text-align:left; /* Fix IE6 */
}

#header{
	margin:20px 0;
	border-top:solid 3px #999999;
}

#header h1{
    margin:10px 0 15px 0;
	float:left;
}
#header h1 a{
	color:#535353;
	font-size: 22px;
    text-decoration: none;
	text-transform:uppercase;
}

#header form{
	float:right;
	margin:18px 0 0 0;
}

#nav{
	clear:both;
	list-style-type:none;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	height:28px;
	display:block;
	padding:5px 0;
}

#nav li{
	margin:0;
	display:block;
	float:left;
	padding:0 5px;
	border-right:dotted 1px #999;
}

#nav li a{
	color:#535353;
	float:left;
	height:22px;
	line-height:22px;
	font-size:14px;
	padding:0 10px;
	margin:2px 0;
	text-decoration:none;
	text-transform:uppercase;
}

#content{
	overflow:hidden;
}

#main_content{
	float:left;
	overflow:hidden;
	width:580px;
}

.post{
	margin:30px 0 0 0;
	border-top:solid 1px #dfdfdf;
	font-size:12px;
}

.post:first-child{
	margin:9px 0 0 0;
}

p{
	margin:15px 5px;
	font-size:12px;
	line-height:18px;
}

.post .meta{
	margin:5px;
	font-size:12px;
	color:#757575;
}

.post .meta a{
	color:#444;
	text-decoration:none;
}

.post .meta a:hover{
	color:#888;
}

.post h2{
	margin:10px 0 0 5px;
}

.post h2 a{
	font-size:20px;
	color:#444;
	text-decoration:none;
	margin:0;
}

.post h2 a:hover{
	color:#888;
}

.post h3{
	margin:25px 5px 10px 5px;
}

.post ul, .post ol{
	margin:15px 40px;
}

.post a img{
	border:0;
}

#sub_content{
	float:right;
	overflow:hidden;
	width:360px;
}

#footer{
	clear:both;
}

#sub_content div{
	margin:0 0 30px 0;
}

#sub_content h2{
	font-size:16px;
	margin-bottom:10px;
	background:url('images/dot.gif') 0 50% repeat-x;
}

#sub_content h2 span{
	margin-left:10px;
	padding:0 5px;
	background:#fff;
	display:inline;
}

#sub_content p{
	margin:10px;
}

#sub_content ul{
	margin:10px 35px;
}

#sub_content ul li{
	margin:2px 0;
}

#twitter img{
	float:left;
	margin:0;
}

#twitter span{
	display:block;
	clear:both;
	margin-left:5px;
}

#twitter p{
	font-size:13px;
	margin-top:20px;
}

#twitter a{
	display:block;
	color:#282828;
	font-weight:bold;
	clear:both;
	margin-left:5px;
}

#twitter a.twitter-user, #twitter a.twitter-link{
	display:inline;
	clear:none;
	margin:0;
}

#tags ul{
	margin:0;
}

#tags ul li{
	margin:0;
}

#tags a:link, #tags a:visited{
	position:relative;
	display:block;
	width:100%;
	color:#444;
	border-top:solid 1px #ccc;
	text-decoration:none;
	font-weight:normal;
	height:25px;
	line-height:25px;
	text-indent:5px;
}

#tags a:hover{
	background-color:#282828;
	color:#fff;
}

#tags li:first-child a{
	border-top:0;
}

#tags a span{
	position:absolute;
	right:5px;
	top:0;
}
