/*  

Theme Name: RockinBizRed3Col

Author URI: http://www.nathanrice.org/

Version: 1.2

Author: Nathan Rice

Description: RockinBizRed3 is a clean and sleek theme designed specifically for business blogs and websites.  It comes with a replaceable header image, photoshop file included.

The CSS, XHTML and design is released under GPL: 

http://www.opensource.org/licenses/gpl-license.php

*/
body {
	background: #fff url(images/red-stripe.gif) top center repeat-x;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
}

body * {
	margin: 0px;
	padding: 0px;
}

.clearer {
	clear: both;
	width: 100%;
}

a,a:visited {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}

#container {
	width: 100%;
	background-color: #eee;
	margin: 0 auto;
	float: left;
	border-top: 1px solid #ccc;
	background-image: url(images/grey-stripe.gif);
}

#pagebody {
	width: 950px;
	text-align: left;
	background-color: #fff;
	border-width: 0px 1px;
	border-color: #ccc;
	border-style: solid;
	display: block;
	min-height: 400px;
}

#header {
	height: 118px;
	padding: 108px 0px 0px 25px;
	background: url(images/header3.jpg) bottom center no-repeat;
}

#header h2 {
	color: #cccccc;
	font-size: 20px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px;
}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
}

#header h2 a:hover {
	color: #000000;
	text-decoration: none;
}

#header h3 {
	color: #cccccc;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

#menu {
	background: transparent;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	padding: 18px 25px 18px 25px;
	text-align: center;
}

#menu h2 {
	color: #cccccc;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 10px 25px 12px 25px;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	padding: 10px 25px 12px 25px;
	margin: 0px;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#content {
	width: 698px;
	float: left;
	margin: 14px 25px 20px 35px;
	display: block;
	background: #fff;
}

* html #content {
	margin-left: 25px;
	width: 690px;
}

#content p {
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}

#content p img {
	border: none;
	padding: 0px 5px 15px 0px;
}

#content h1 {
	color: #6B030B;
	font-size: 22px;
	font-family: "Helvetica Bold", "Arial Bold", Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
}

#content h1 a {
	color: #6B030B;
	text-decoration: underline;
}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
}

#content h2 {
	color: #6B030B;
	font-size: 20px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	border-bottom: 1px solid #999999;
}

#content h2 a {
	color: #6B030B;
	text-decoration: none;
}

#content h2 a:hover {
	color: #000000;
	text-decoration: none;
}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content li {
	margin: 0px;
	padding: 0px;
}

#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
}

#content ul li a {
	color: #cccccc;
	text-decoration: none;
}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

blockquote {
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
}

#content blockquote p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
}

.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.comments {
	width: 688px;
	float: left;
	display: block;
}

.comments h3 {
	font-family: Arial, Sans-Serif;
	margin-bottom: 10px;
	font-size: 15px;
}

.comments ol,.comments ol li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.comments ol li {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #F5F5F5;
	overflow: hidden;
}

.comments ol .alt {
	background: #FFFFFF;
}

/*##################################*/
#r_sidebar {
	width: 170px;
	display: block;
	background: #FFFFFF;
	float: left;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0px;
	border: 1px solid #fff;
}

#r_sidebar h2 {
	color: #FFFFFF;
	background: #FFFFFF url("images/red-stripe-inv.gif") repeat-x;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px 10px 12px;
	margin: 15px 0px 0px 0px;
	width: 170px;
}

#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #E2E2E2;
}

#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#r_sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#r_sidebar li a:link,#r_sidebar li a:visited {
	margin: 0px;
	padding: 4px 0px 4px 5px;
	display: block;
	background: transparent;
	color: #666666;
	text-decoration: none;
}

#r_sidebar ul li a:hover {
	background-color: #FFFFFF;
	text-decoration: underline;
}

#footer {
	padding: 15px;
	text-align: center;
	border-top: 1px solid #666666;
	clear: both;
}
