/*  
Theme Name: Overcaramelized
Theme URI: http://www.tastefullyovercaramelized.com
Description: CSS-driven theme based on Kid Solitude by William Ramirez, http://www.pleaddesigns.com, who uses some weird PHP syntax and sometimes writes broken code.
Version: 1.0
Author: Tastefully Overcaramelized
Author URI: http://www.tastefullyovercaramelized.com
*/

body
{
	color: #000000;
	background: #ffffff;
	/* background-image: url(images/body_background.gif);
	background-position: 15px 200px;
	background-repeat: no-repeat; */

	margin: 0px;
	padding: 0px;
}

body, td, input, textarea
{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}

a 
{
	color: #60a251;
	text-decoration: none;
}

a:hover
{
	color: #de9209;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Times New Roman, Times, Serif;
	padding: 0px;
	margin: 0px;
}

h1 
{
	font-size: 18pt;
}

h2
{
	font-size: 14pt;
}

h3 
{
	font-size: 12pt;
}

h4 
{
	font-size: 10pt;
}

h5, h6
{
	font-size: 9pt;
}

#wrapper
{
	width: 600px;
	margin: 0px auto 0px auto;
	padding-left: 100px;
}

#header
{
	width: 100%;
	height: 100px;
	clear: both;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#header td.left, #header td.right 
{
	width: 50%;
}

#header td
{
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}

#header h1
{
	text-indent: -10000px;
	display: none;
}

#headerimage
{
	width: 450px;
	height: 70px;

	position: relative;
	left: -195px;
	
	border: 0px;
}

#header td.center, #header td.right
{
	background-image: url(images/header_background.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#container
{
	float: left;
	width: 430px;
	clear: both;
}

.sidebar
{
	float: left;
	width: 160px;
	margin-left: 10px;
}

#footer
{
	text-align: center;
	color: #787878;
	
	clear: both;
	padding-top: 10px;

	font-size: 8pt;
}

.post
{
	padding: 10px 5px 10px 5px;
}

.post .postmetadata
{
	margin-top: 10px;
}

.navigation
{
	text-align: right;
	
	padding: 10px 0px 10px 0px;
	
	font-size: 9pt;
	font-weight: bold;
}

.sidebar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.sidebar h2
{
	font-size: 9pt;
	color: #734d09;

	text-align: right;

	border-bottom: 1px dotted #898989;
	margin-bottom: 5px;
}

.sidebar ul li
{
	padding: 10px 0px 10px 0px;
}

.sidebar ul ul li
{
	text-align: left;
	font-size: 9pt;
	padding: 0px 0px 3px 0px;
	line-height: 130%;
}

.comments-template h3
{
	margin-top: 25px;
}

.comments-template ol.commentlist
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.comments-template .commentmetadata
{
	margin: 10px 0px 5px 0px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	font-size: 10pt;
}

.comments-template #author 
{
	width: 50%;
}

.comments-template #email 
{
	width: 50%;
}

.comments-template #url 
{
	width: 50%;
}

.comments-template #comment
{
	width: 100%;
}