/*
Theme Name: RockinBlue Web2.0
Author URI: http://www.corymiller.com
Version: 1
Author: Cory Miller
Description: RockinBlue 2.0 is a Web 2.0-style, widget-ready, two-column, clean and sleek theme with BIG FONTS and easily changed graphical header, with Photoshop file included.
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ffffff;
	color: #000000;
	font-size: 15px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}
a, a:visited{
	color: #3399ff;
	text-decoration: none;
	}

a:hover{
	color: #99cc00;
	text-decoration: underline;
	}
#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	}

#header {
	padding: 0px 0px 0px 0px;
	}


#menu {
	margin-bottom: 19px;
	color: #99cc00;
	font-size: 19px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
text-align: center;
	}
#menu h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

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

#menu ul li a {
	color: #99cc00;
	padding: 0px 40px 0px 40px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #cccccc;
	}


#content {
	width: 560px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0px 30px 15px 30px;

	}
#content p{
	margin: 0px;
	line-height: 160%;
	padding: 0px 0px 15px 0px;
	}

#content p img{
	border: none;
	margin-right: 5px;
	}
#content h1 {
	color: #333333;
	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: #006699;
	text-decoration: underline;
	}

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

#content h2 {
	color: #3399ff;
	font-size: 26px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	line-height: 150%;
	}
#content h2 a  {
	color: #3399ff;
	text-decoration: none;

	}

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

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 h3 {
	font-family: Arial, Sans-Serif;
	margin-bottom: 10px;
}
.comments ol, .comments ol li {
	list-style-type: none;
}
.comments ol li {
	margin: 5px 40px 5px 0px;
	padding: 10px;
	border: 1px solid #003053;
	background: #F2F2F2;
	overflow: hidden;
}
* html .comments ol li {
	word-wrap: break-word;
}

#sidebar {
	width: 270px;
	background: #ffffff;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px 10px 15px 30px;
	}

#sidebar h2 {
	color: #3399ff;
	font-size: 26px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 15px;
	}

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

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

#sidebar ul li a {
	color: #3399ff;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #99cc00;
	text-decoration: underline;
	}

#footer {
/*	border-top: 10px solid #3399ff;  */
   border-top: 8px solid #3399ff;
	clear: both;
	padding: 15px;
	text-align: center;
	}
