/*
Theme Name: RockinLetterhead Blue
Author URI: http://rockinthemes.com
Version: 1
Author: Cory Miller
Description: Rockin Letterhead Blue 2 Column is a clean blue, green, orange and white theme designed for blog content and sharp simplicity.
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
Header photo by Ville Miettinen, used with permission
*/

body {
	background:  #BB3E46 /* #F0BD40  #008BC2 */ url(images/bkgrnd_swirl.jpg) top repeat-x;
	color: #38194C;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}
a, a:visited{
	color: #666666;
	text-decoration: underline;
	}

a:hover{
	color: #000000;
	background: none;
	text-decoration: none;
	}
#container {
	background: #ffffff;
	width: 770px; /* 860px; */
	text-align: left;
	margin: 20px auto; 
	border: 10px solid  /* #441592; */  #F0BD40; /* #d35169; #99cc00; */
	}
#header {
/*	background: #99cc00 url(images/header.jpg) top left no-repeat;*/
   height: 158px;
	background: url(images/hdr_bkgrnd.jpg) top left repeat-x;
	padding: 0px; /* 42px 35px 41px 170px; */
	text-align: left;
	}
#header h1 {  }
#header h2 {
   color: #421F7C;
	font-size: 30px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0 0 0 30px;
	}
/*#header h2 a {
   color: #474383;
   margin-left: 30px;
	text-decoration: none;
	}*/
#header h2 a:hover {
   color: #C4556C;
	text-decoration: none;
	}

#header h3 {
   color: #474383;
	font-size: 22px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: normal;
   font-style: italic;
	margin: 0 0 0 60px;
	}

#header h4 {
	color: #FEF3B8;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-indent: 5px; 
	margin: 5px 0 0 90px;
	}

#menu {
	background:  #421f7c; /*  #441592;/*  #635CAB;  #ffcc33; */
	margin: 0;
	padding: 4px 0px 4px 0px;
	text-align: center;
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 0 0 -2px;
	padding: 0px;
	}

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

#menu ul li a {
	background: #F0BD40; /* #ffcc33; */
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color: #AF3D54;
	padding: 7px 30px 7px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
   font-weight: bold;
	}

#menu ul li a:hover {
	color: #831F1D;
 /*	background: #E8A652;*/ /* #E8A652; #ff9900; */
	padding: 7px 30px 7px 30px;
	text-decoration: none;
	}



#content {
	background: #ffffff;
	width: 420px; /* 500px; */
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	position:relative;
	padding: 0px 25px 15px 25px;
	border-right: 1px dotted #cccccc;
	}
#page #content {
   width: 655px; /* 735px; */
 	border-right: none;
   margin: 20px 0 0 40px;
   }
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;

	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0px 5px 15px 0px;
	}
#content h1 {
	color: #cccccc;
	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: #cccccc;
	text-decoration: underline;
	}

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

#content h2 {
	color: #474383; /* #006699; */
	font-size: 18px;	
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0;
	line-height: 120%;
	font-variant: normal;
	}
#page #content h2 {
    margin: 12px 0;
 }
#content h2 a  {
	color: #006699;
	text-decoration: none;
	}

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

#content h3 {
	color: #666666;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	background: #ffffff;
	text-decoration: underline;
	}

#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: #666666;
	text-decoration: underline;
	}

#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 {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}


#sidebar {
	color: #000000;
	width: 200px; /*  240px; */
	float: left; 
	position:relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px 30px 20px 30px;
	text-align: left;
	}
#sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#sidebar h2 {
	color: #006699;
	font-size: 14px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
#sidebar ul li a {
	color: #000000;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
#footer {
	border-top: 1px dotted #cccccc;
	padding: 20px 20px 20px 20px;
	text-align: center;
	clear: both;
	}