/*  
Theme Name: RockinGreen 3Col
Author URI: http://rockinthemes.com
Version: 1
Author: Cory Miller
Description: RockinGreen 3 Column is a green, white and grey, clean and simple theme designed for easy reading and customization.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #dadada url(images/bg-grad.jpg) top repeat-x;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	word-wrap: break-word;
	}
a, a:visited{
	color: #993300;
	text-decoration: none;
	}
	
a:hover{
	color: #000000;
	background: none;
	text-decoration: underline;
	}
a img {
	border: none;
}
.clear {
	clear: both;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	background: transparent; 	/*border: 5px solid #aaa;*/
}

#header { 
	background: transparent url(images/header.jpg) top center no-repeat;
	margin-top: 0px;
	height: 186px;
	text-align: left; 
	padding: 0;
	}
#header-c { 
	background: transparent;
	text-align: right; 
	padding: 100px 40px 0 40px;
	}
#header h2 {
	color: #ffffff;
	font-size: 35px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	}

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

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

#header h3 {
	color: #cccccc;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	}


#menu { 
	background:transparent url(images/red-bar.png) top center no-repeat;
		height: 60px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	text-align: right;
		}
#menu h2 {
	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 {
	padding: 14px 25px 15px 25px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	background: #cccccc;
	text-decoration: none;
	}

.content {
}

#container { 
	background: transparent url(images/bg-horisontal-3.png) top center repeat-y;
	text-align: left; 
	padding: 0px;
	}
#container-c { 
	background: transparent;
	text-align: left; 
	padding: 20px 10px 0 10px;
	}
* html #container { width: 990px } /* IE hack */

#content { 
	
	width: 490px !important;
	_width: 490px;
	float: left !important;
	display: inline;
	padding: 0px 20px 0px;
	text-align: justify;
	
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
#content p img{
	border: none;
	margin-right: 5px;
	}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */	

#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: #000000;
	font-size: 20px;	
	font-family: Georgia, Times New Roman, Sans-Serif;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	text-align: left;
	}
#content h2 a  {
	color: #000000;
	text-decoration: none;
	}

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

#content h3 {
	color: #666666;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	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 outside;
	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 {
	background: transparent;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: transparent;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: transparent;
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar { 
background: transparent;
	color: #000000;
	width: 170px !important;
	_width: 170px;
	float: left !important;
	position: relative;
	padding: 0px 30px 0px;
	font-size: 10px;
	}
#l_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#l_sidebar h2 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	}

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

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


#r_sidebar { 
	color: #000000;
	width: 170px !important;
	_width: 170px;
	float: left !important;
	padding: 0px 10px 0px;
	font-size: 10px;
	}
#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#r_sidebar h2 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	}

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

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

#footer { 
	background: transparent url(images/footer.png) bottom no-repeat;
	height: 54px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	padding: px;
	text-align: center;
	clear: both;
	}
#footer-c { 
	background: transparent;
	text-align: center; 
	padding: 10px;
	}
#main_start {position: absolute;left: -10000px;}

#search {
	float: right;
	width: 30em;
	padding-top: 15px;
	margin-right: 40px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 13em;
}

/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 20px auto 0;
width: 150px;

}

#wp-calendar #next a {
padding-right: 30px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 30px;
text-align: left;
}

#wp-calendar a {
display: block;
text-decoration: none;
border: none;
}

#wp-calendar caption {
padding-top: 10px;
font-weight:bold;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
font-size: 11px;
}


#wp-calendar caption, cite {
text-decoration: none;
}
#wp-calendar #prev a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
color: #287910;
font-weight: bold;
}

#wp-calendar caption {
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
background:#F7F4E4; text-align:center
}

#wp-calendar td#today {
background: #F9F4C6;
}
/* End Calendar */

