/*  
Theme Name: RockinBlue
Author URI: http://corymiller.com
Version: 2
Author: Cory Miller
Description: This is version 2 of the classic RockinBlue, two column, modern, clean and sleek theme, which is widget-ready and designed for reading and customization.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
Photo by Ville Miettinen used with permission.
*/

body {
	background: #ffffff url(images/blue.gif) top center repeat-x;
	color: #1b1c20;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}
a, a:visited{
	color: #00AEEF;
	text-decoration: underline;
	}
	
a:hover{
	color: #6F9900;
	text-decoration: underline;
	}
#container { 
	width: 860px; 
	text-align: left; 
	margin: 0 auto; 
	}

div.post_column_1 + br {
margin-top: -10px;
}

#header { 
	height: 80px; 
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: url(images/logo.gif) top left no-repeat;


	}
#header h2 {
	color: #ffffff;
	font-size: 30px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	}

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

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

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

#menu { 
	text-align: center;
	margin-bottom: 10px; 
	padding: 9px 0px 0px 20px;
	font-weight: bold;
	width: 1000px;
	}
#menu h2 {
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	}



#content { 
	width: 540px; 
	float: left; 
	margin-top: 70px;
	margin-bottom: 60px;
	padding: 0px;
	font: 13px 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	color: #555;
	text-align: justify;
	}

#column1 {
	width: 260px;
	float: left;
}

#column2 {
	width: 260px;
	float: right;
}
#columnclear {
	clear: both;

}


#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	}
	
#content p img{
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	}
#content p img a{
	border: none;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	}

#content h1 {
	color: #00AEEF;
	font-size: 16px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	margin-bottom: 40px;
	border-bottom: 1px dotted #ccc;
	display: block;
	}
	
#content h1 a  {
	color: #0066cc;
	text-decoration: none;
	}

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

#content h2 {
	color: #00AEEF;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	line-height: 150%;
	margin-bottom: 20px;
	}
#content h2 a  {
	color: #0066cc;
	text-decoration: none;
	}

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

blockquote{
	margin: 0px;
	padding: 20px;
	color: #1b1c20;
	background: #eee;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	}
	
#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;
	}

#sidebar { 
	width: 210px; 
	background: #ffffff;
	border-left: 1px dotted #ccc;
	float: right; 
	margin-top: 50px;
	margin-bottom: 100px;
	padding: 20px;
	font: 13px 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	color: #1b1c20; 
	}
	
#sidebar img {
	border: none;
	padding: none;
	}

#sidebar img a {
	border-bottom: 2px solid #fff;
	padding: none;
	border-bottom: none;
	
	}

#sidebar img a:hover {
	border-bottom: 2px solid #00AEEF;
	}

#sidebar h2 {
	color: #00AEEF;
	font-size: 15px;
	font-weight: bold;
	list-style: none;
	padding: 0px 0px 3px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	text-indent: -10px;
	}
#sidebar ul {
	list-style: none;
	margin: 0px;
	
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;

	
	}
#sidebar ul li ul {
	padding: 0px;

}
	
#sidebar ul li a {
	color: #1b1c20;
	border-bottom: 1px dotted #B9B8B8;
	border-right: 5px solid #fff;
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 17px;
	background: url(images/bullet.png) no-repeat left;
	}

#sidebar ul li a:hover {
	color: #00AEEF;
	text-decoration: none;
	border-right: 5px solid #00AEEF;
	border-bottom: 1px dotted #B9B8B8;
	display: block;
	padding: 5px 0px 5px 17px;
	background: url(images/bullet.png) no-repeat left;
	}
#sidebar ul li ul li {
	color: #000000;
	padding: 5px 0px 0px 15px;
}

#footer { 
	background: none;
	color: #aaa;
	text-align: left;
	padding: 0px 0px 15px 0px;
	border-top: 1px dotted #ccc;
	clear: both;
	margin: 0px auto;
	font-size: 12px; 
	width: 860px;
	}
#footer a {
	color: #aaa;
	text-decoration: underline;
		}
	
#footer a:hover{
	color: #00AEEF;
	text-decoration: underline;
		}
.fleft {
	float: left;
	width: 500px;
	padding: 15px 0px 15px 0px;
}
.fright {
	float: right;
	width: 300px;
	text-align: right;
	padding: 15px 0px 15px 0px;
}
