/*
Theme Name: Brown Blog Template
Description: Brown Blog Template is a simple and stylish, fixed-width WordPress theme designed by <a href="http://jump2top.com/themes" target="_blank">Free Blog Themes and Blog Templates</a>.
Author: Free Blog Themes and Blog Templates
Author URI: http://jump2top.com/themes
Version: 1.0
Tags: black, gray, white, brown, blue, 2-columns, right sidebar, widget ready, fixed width

*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url(images/background.gif) repeat-x #21180f;
}
#wrap {
	width: 900px;
	text-align:left;
}
#header {
	height: 102px;
	color: #ffffff;
}
#title {
	float: left;
	height:65px;
}
#topright {
	float: right;
	padding-top:20px;
}

#navigation {
	font-size: 9pt;
	clear: both;
	height: 35px;
	line-height:35px;
	font-weight: bold;
}
#navigation ul li {
	display: inline;
	list-style: none;
}
#navigation li {
	padding-right: 20px;
}
#main {
	background:url(images/background_main.gif) top no-repeat;
	padding-top:20px;
}
#content {
	width: 700px;
	padding-right:10px;

}
#sidebar {
	float: right;
	width: 190px;
}
#footer {
	clear: both;
	color: #999999;
	margin: 15px 0px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
/* fonts */
#title h1 {
	font-size: 16pt;
	font-weight: normal;
	padding-top:10px;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 8pt;
}
#navigation li a {
	color: #555555;
	text-decoration: none;
}
#navigation li a:hover {
	color: #000000;
}
#content h1 {
	font-size: 14pt;
	font-weight: normal;
	color: #0072bc;
}
#content h1 a {
	font-weight: normal;
	text-decoration: none;
	color: #0072bc;
}
#content h1 a:hover {
	color: #ffffff;
}
p, #content h1, #content h2, #sidebar ul, #content h3 {
	padding-bottom: 10px;
}
#sidebar h2, h4 {
	padding-bottom: 5px;
}
#sidebar h2 {
	font-size: 10pt;
}
ul li ul li, ul li ul li ul li {
	margin-left:3px;
}
h3 {
	font-size: 11pt;
}
h4 {
	font-size: 10pt;
}
h4 a {
	color: #ffffff;
	text-decoration: none;
}
#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}
.post a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.post ul li, .post ol li {
	margin-left: 25px;
}
#content a:hover {
	color: #b7b7b7;
}
blockquote {
	padding: 5px;
	border: 1px solid #111111;
	margin: 10px 20px;
}
#sidebar ul li {
	list-style: none;
}
/* default */
.postmetadata {
	margin: 5px 0px 10px 0px;
	color: #b7b7b7;
}
.postmetadata a {
	color: #b7b7b7;
	text-decoration: none;
	font-weight: normal;
}

.postmetadata a:hover {
	color: #b7b7b7;
	text-decoration: none;
	font-weight: normal;
}
.post {
	padding-bottom:15px;

}
.navigation a {
	color: #CCCCCC;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#date {
	padding-bottom: 5px;
	color: #CCCCCC;

}
#date a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}
/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #666666; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
	color: #555555;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #0072bc;
	color: #ffffff;
	border: 1px solid #666666; 
	font-size: 8pt;
	padding: 2px;
}

