/*
Theme Name: Red and Gray WordPress Theme
Theme URI: http://www.jump2top.com
Description: The Red and Gray WordPress Themes are clean and simple designs provided by Jump2Top.
Version: 1.0
Author: Jump2Top 
Author URI: http://www.jump2top.com

This WordPress Theme can be redistributed and/or modified as long as the bottom links are intact.

*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-top: 10px;
	font-size: 9pt;
	color: #000000;
}
#wrap {
	width: 900px;
	text-align: left;
}
#header {
	height: 180px;
	background: url(images/background_header.gif) no-repeat center top;
	margin-bottom: 15px;
}
#main {
	background: url(images/background_main.gif) repeat-y center top;
}
#leftcol {
	width: 199px;
	float: left;
	padding-left: 10px;
}
#sidebar {
	background: url(images/background_sidebar.gif) repeat-y;
	color: #cccccc;
}
#sidebar a {
	color: #cccccc;
	text-decoration: none;
}
#sidebar ul li {
	list-style-type: none;
	margin-left: 0px;
}
#category {
	background: url(images/sidebar_category.gif) no-repeat;
	min-height: 120px;
	padding-left: 45px;
	padding-top: 5px;
	display: block;
}
#archive {
	background: url(images/sidebar_archive.gif) no-repeat;
	min-height: 104px;
	padding-left: 45px;
	padding-top: 5px;
}
#links {
	background: url(images/sidebar_links.gif) no-repeat scroll;
	padding-left: 45px;
	padding-top: 5px;
	min-height: 65px;
}
#rightcol {
	width: 671px; 
	float: right;
	padding-left: 10px;
	padding-right: 10px;

}
#search {
	background: url(images/background_search.gif) no-repeat;
	height: 46px;
	color: #ffffff;
	padding-bottom: 5px;
	padding-top: 13px;
	text-align: center;
	width: 664px;
}

#pagination {
	background: url(images/background_pagination.gif) no-repeat;
	height: 46px;
	padding: 15px;
	color: #CCCCCC;
	margin-top: 20px;
	text-align: center;
	width: 634px;
	font-size:8pt;
}
#pagination a{
	color: #CCCCCC;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float:right;
}
.postmetadata {
	font-size: 8pt;
	color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 5px;
}
.postmetadata a{
	color: #CCCCCC;
	text-decoration: none;
}
#footer {
	font-size: 8pt;
	color: #666666;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
/* TEXT */
#title {
	font-size: 18pt;
	color: #ffffff;
	padding-top: 50px;
	padding-left: 25px;
}
#title a{
	color: #ffffff;
	text-decoration: none;
}
#description {
	color: #464646;
	font-size: 12pt;
	padding-left: 25px;
	font-weight: bold;
}
#description a {
	color: #c5da84;
	text-decoration: none;
}

#content {
	width: 645px;

}
#navigation {
	padding-top: 52px;
	padding-left: 25px;
	color: #000000;
	font-size: 10pt;

}
#nav {
	font-size: 10pt;
	text-align: left;
}
#nav li {
	list-style-type: none;
	display: inline;
}	
#nav li a {
	text-decoration: none;
	color: #464646;
	padding: 3px;
	margin:5px;
	list-style-type: none;
	font-weight: bold;
}

h1 {
	font-size: 16pt;
	color: #ffffff;
	font-weight: normal;
	padding: 10px 0px;
}

h1 a{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	font-size: 11pt;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ffffff;
}
h2 a{
	color: #ffffff;
	text-decoration: none;
}
h3 {
	color: #ffffff;
	padding: 10px 0px;
	font-size: 12pt;
	font-weight: bold;
}
h3 a{
	color: #ffffff;
	text-decoration: none;
}	
p {
	padding:5px 0px;
}
.entry {
	padding: 0px 5px;
}
.post {
	padding: 0px 5px;
}
blockquote {
	border-left: 2px solid #ffffff;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;	
	background-color: #035ea5;
	color: #ffffff;
}
ul li {
	margin-left: 15px;
}
ol li {
	margin-left: 15px;
}
a {
	color: #000000;
}