/*
Theme Name: chuck
Theme URI: http://charleshenry.com/
Description: The 2010 default theme for CharlesHenry.
Author: AverageCreative
Version: 1.0 (optional)
Tags: blank (optional)

General comments and license statement (optional).
*/


body {
	background-image:url('images/bg.gif');
	background-repeat:repeat-y;
	background-position:left top;
	background-color:#1F1F1F;
	font-size:12px;
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	color:#999999;
	margin:0;
	padding:0;
	line-height:18px;
	}
	
A:link {text-decoration: none; color:#cc6600;}
A:visited {text-decoration: none; color:#cc6600;}
A:active {text-decoration: none; color:#cc6600;}
A:hover {text-decoration: none; color:#CCCCCC;}

.tags A:link {text-decoration: none; color:#666666;}
.tags A:visited {text-decoration: none; color:#666666;}
.tags A:active {text-decoration: none; color:#666666;}
.tags A:hover {text-decoration: none; color:#cc6600;}


p {
	margin:5px 0;
	padding:0;
	}

h1 {
	font-size:14px;
	margin:5px 0;
	}

h2, h3, h4, h5, h6 {
	margin:5px 0;
	padding:0;
	font-size:13px;
	}
	
img {
	border:none;
	}

#content {
	position:absolute;
	left:30px;
	top:10px;
	width:550px;
	margin:0;
	padding:0;
	}
	
#header {
	position:fixed;
	left:610px;
	top:10px;
	width:180px;
	margin:0 0 25px 0;
	padding:0;
	}
	
#sidebar {
	position:fixed;
	left:820px;
	top:10px;
	width:180px;
	margin:0;
	padding:0;
	}
	
.post, #header div {
	border-bottom:1px solid #333333;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	}
	
.post p {
	text-align: justify;
	}
	
.post img {
	padding:0 0 5px 0;
	}
	
#header ul, #sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
li {
	margin:0;
	padding:0;
	}
	
.title {
	overflow:hidden;
	}
	
.title h1, .title p {
	float:left;
	margin:5px 10px 5px 0;
	padding:0;
	}
	
.tags {
	font-size:11px;
	color:#333333;
	}
	
form {
	border-bottom:1px solid #333333;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}
	
textarea, input {
	color: #999999;
	background: #333333;
	border: 1px solid #333333;
	}
	
#sidebar input {
	margin:5px 0
	}