body {
	background-color:#FFFFFF;
}
div, body {
	margin:0px;
}
body, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
}
h1, h2, h3 {
	font-weight:normal;
	line-height:normal;
	margin:0px;
}
img {
	border:none;
}
a {
	color:#ff9900;
}
a:hover {
	text-decoration:none;
}

.btn {display:block;float:left;background:#333;color:#fff;text-decoration:none;padding:5px 10px 5px 10px;margin:20px 20px 20px 60px;}
.btn:hover {background:#ff9900;color:#fff;}

#header {
	height:90px;
	overflow:hidden;
}
#header a {
	background:url(blog-logo.gif) no-repeat 20px center;
	display:block;
	width:350px;
	height:0px ! important;
	padding-top:90px;
}
#content, #credits, .post {
	border-top:1px solid #cccccc;	
}

#posts {
	width:75%;
	float:left;
	overflow:hidden;
}
.post1 {
	border-top:none;
}
.post {
	padding:20px 20px 20px 60px;
    line-height:16px;
	position:relative;
}
.post h2 {
	font-size:18px;
}
.post h2 a {
	color:#333333;
	text-decoration:none;
}
.post .more {
	font-weight:bold;
}
.post .date {
	left:20px;
	position:absolute;
	float:left;
	width:30px;
	height:35px;
	text-align:center;
	color:#CCCCCC;
	font-size:11px;
	text-transform:uppercase;
}
.post .date b {
	font-weight:normal;
	display:block;
	font-size:22px;
}
.post .category {
	font-size:16px;
	float:right;
	text-transform:lowercase;
}
.post .category a {
	text-decoration:none;
}

#sidebar {
	width:25%;
	float:left;
	background-color:#FFFFFF;
}
#sidebar h2 {
	margin:20px 0 5px 20px;
	font-size:16px;
	color:#CCCCCC;
}
#sidebar ul {
	list-style:none;
	margin:0 0 0 20px;
	padding:0px;
}
#sidebar li a {
	color:#666666;
	text-decoration:none;
	display:block;
	padding:5px;
	font-size:12px;
	border-bottom:dotted 1px #cccccc;
}
#sidebar li a:hover {
	background-color:#CCCCCC;
	color:#FFFFFF;
}
#feed {
	float:right;
	margin:15px 10px 0 0;
}
#feed a {
	background:url(rss.gif) no-repeat center center;
	display:block;
	width:20px;
	height:0px;
	padding-top:20px;
	overflow:hidden;
}


#credits {
	margin:0px;
	padding:20px;
	clear:both;
}