/*
Theme Name: Gray and White Blog Template
Description: Gray and White Blog Template is a minimal WordPress theme designed by <a href="http://jump2top.com/themes/" target="_blank">Free Blog Themes / Templates</a>
Author: Free Blog Themes / Templates
Author URI: http://jump2top.com/themes/
Version: 1.0
Tags: black, gray, white, red, 2-columns, left sidebar, widget ready, fixed width, seo friendly

*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #333333;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
}
#wrap {
	width: 900px;
	text-align: left;
}
#header {
	height: 120px;
	color: #ffffff;
	border-bottom: 1px #000000 solid;

}
#title {
	padding-top: 25px;
}
#pagenav {
	text-align:right;
	padding-top: 15px;
	font-size: 10pt;
	font-weight: bold;
}
#main {
	background-color: #ffffff;
	padding: 20px 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom:10px;
}
#sidebar {
	margin: 0px 700px 0px 0px;
	width: 170px;
	padding-left: 20px;
}
#content {
	float: right;
	width: 650px;
	padding: 0px 20px 0px 30px;
}
#footer {
	clear: both;
	padding: 10px 10px 0px 10px;
	color: #790000;
	text-align: center;
}
/* text */
#title  h1 {
	font-size: 24pt;
	font-weight: normal;
}
#title  h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 14pt;
	color: #CCCCCC;
}
#pagenav ul li {
	list-style: none;
	display: inline;
}
#pagenav li {

}
#pagenav li a {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#pagenav li a:hover {
	background-color: #ffffff;
	color: #790000;
		padding: 5px 10px 5px 10px;
}
#content h1, #content h2, h3, h4, p, ul, ol {
	padding-bottom: 10px;
}
#content h1 {
	font-size: 16pt;
	color: #790000;
	font-weight: normal;
}
#content h1 a {
	color: #790000;
	text-decoration: none;
}
.entry a,
#comments a,
td a {
	color: #790000;
	font-weight: bold;
	text-decoration: none;
}
.entry a:hover,
#comments a:hover,
td a:hover {
	text-decoration: underline;
}
#date {
	padding-bottom: 5px;
}
#sidebar a {
	color: #363636;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar h2 {
	color: #790000;
	font-size: 11pt;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-weight: normal;
}
#sidebar h2 a {
	color: #790000;
	text-decoration: none;
}
#sidebar ul {
	padding-bottom: 10px;
}
#sidebar li {
	padding-bottom: 2px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 10px;
}
#sidebar ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar li {
	padding-bottom: 2px;
}
h3, h4, caption {
	color: #790000;
}
#content h2 {
	font-size: 12pt;
	color: #363636;
}
#content h2 a {
	color: #363636;
	text-decoration: none;
}
h3 {
	font-size: 11pt;
		font-weight: bold;
}
h4, caption {
	font-size: 10pt;
	font-weight: bold;
}
blockquote {
	margin: 10px;
	padding: 10px;
	font-size: 9pt;
	font-style: italic;
	color: #790000;
		background-color: #f7f7f7;
	border: 1px solid #999999;
}
blockquote a {
	color: #790000;
	text-decoration: none;

}
blockquote a:hover {
	text-decoration: underline;
}
#footer a {
	color: #790000;
	text-decoration: none;
}
#content ul li,
#content ol li {
	margin-left: 25px;
}
#comments {
	padding: 10px 0px;
}
.searchform {
	margin-bottom: 20px;
}
/* -- */
.postmetadata {
	color: #898989;
	padding: 0px 0px 5px 0px;
}	
.postmetadata a {
	color: #898989;
	text-decoration: none;
}
.post {
	padding-bottom: 15px;
}
.entry {

}
.pad, th {
	padding: 5px;
}

/* forms */
#author, #email, #url, #comment, .s {
	border: 1px solid #cccccc; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	width:160px;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #cccccc; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* default */
.navigation {
	maring: 10px 0px;
	clear: both;
}
.navigation a {
	color: #999999;
	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;
}

