/*
Theme Name: Your Content III 
Description: Your Content III is a simple and stylish, fluid-width WordPress theme designed by <a href="http://jump2top.com" target="_blank">SEO Company</a>.
Author: Jump2Top
Author URI: http://jump2top.com
Version: 1.2
Tags: black, gray, white, red, 2-columns, right sidebar, widget ready, fluid width

*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 10pt;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background-color: #252525;
}
#header {
	background:url(images/background_header.gif) no-repeat left #700000;
	height: 70px;
	color: #ffffff;
}
#title {
	float: left;
	margin: 6px 0px 0px 20px;
}
#topright {
	float: right;
	margin: 40px 20px 0px 0px;
}
#topnav {


}
#navigation {
	font-size: 9pt;
	background: url(images/background_nav.gif) repeat-x;
	clear: both;
	height: 25px;
	padding: 5px 0px 0px 20px;
}
#navigation ul li {
	display: inline;
	list-style: none;
}
#navigation li {
	padding-right: 20px;
}
#main {
}
#content {
	margin: 5px 230px 0px 0px;
	padding: 30px 20px 0px 30px;
	background: url(images/background_content.gif) right no-repeat top;
}
#sidebar {
	float: right;
	width: 180px;
	margin-top: 5px;
	padding: 30px 30px 2px 0px;
}
#footer {
	clear: both;
	padding: 30px;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
/* fonts */
#title h1 {
	font-size: 20pt;
	font-weight: normal;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 10pt;
}
#navigation li a {
	color: #999999;
	text-decoration: none;
}
#navigation li a:hover {
	color: #ffffff;
}
#content h1 {
	font-size: 14pt;
	font-weight: normal;
}
#content h1 a {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
#content h1 a:hover {
	color: #790000;
}
p, #content h1, #content h2, #sidebar ul, #content h3 {
	padding-bottom: 10px;
}
#sidebar h2, h4 {
	padding-bottom: 5px;
}
#sidebar h2 {
	font-size: 10pt;
}

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 {
	padding: 5px;
	background-color: #1f1f1f;
	margin: 20px 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 {
	margin: 0px 20px;
}
.entry {
	margin: 0px 10px;
}

.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: #252525;
	color: #ffffff;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #700000;
	color: #ffffff;
	border: 1px solid #666666; 
	font-size: 8pt;
	padding: 2px;
}
