/*  
Theme Name: Sheetplant theme
Theme URI: 
Description: Sheetplant theme.
Version: 1.0
Author: Phil Page
Author URI: http://www.severnserve.net

	SheetPlant  v1.0

	This theme was designed and built by Phil Page.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* { margin:0; padding:0; }
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size:90%;
	color: #4d4d4d;
	background: #fff;
	behavior:url("/htc/csshover.htc");
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
a {
	color: #4d4d4d;
}
p {
	margin: 5px 0;
}
td {
	padding:3px;
	vertical-align:top;
	/*font-size:0.9em;*/
}
blockquote {
	padding-left: 10px;
}
a img {
	border: none;
}
table {
	border-collapse: collapse;
}
ol {
	margin-left: 20px;
}
img {
	margin: 3px;
}
form li{
	list-style-type: none;
}
form ol {
	list-style-type: none;
}
#page {
	font-size:0.9em;
	background: url(images/intro-background.gif) repeat-x top left;
}
#header {
	position: relative;
	height:147px;
	width: 880px;
	background: url(images/grad-background.gif) repeat-y top left;
}
#headerimg {
	background: url(images/page-header.jpg) no-repeat top left;
	height:147px;	
}
#headerimg h1 {
	display:none;
}
div.currentDate {
	position: absolute;
	bottom: 5px;
	right: 10px;
}
div.currentDate p {
	font-weight: bold;
}
#maincontent {
	background: url(images/man.gif) no-repeat top right;
	padding-top: 20px;
	min-height: 600px;
}
#sidebar {
	float:left;
	width:250px;
	padding: 20px 0 0 0;
	background: url('images/content-top.gif') no-repeat top right;
}
#sidebar ul {
	background: #fff;
	padding:5px 0 15px 0;
	list-style-type: none;
}
#sidebar ul ul {
	display:none;
	border:none;
	padding: 0;
}
#sidebar li.page_item:hover ul {
	display:block;
}
#sidebar li.page_item {
	background: url(images/menu-item.jpg) no-repeat 0px 1px;
	padding: 0px 30px 0px 15px;
}
#sidebar li.page_item li.page_item  {
	padding: 0px 30px 0px 15px;
}
#sidebar li.page_item a {
	font-weight: bold;
	text-decoration:none;
	display:block;
	height:24px;
	padding-top:7px;
}
#sidebar li.current_page_item {
	background: url(images/menu-item-over.jpg) no-repeat 0px 1px;
}
#sidebar li.current_page_item a {
	background: url(images/menu-item-a-over.jpg) no-repeat top right;
	color: #fff;
}
#sidebar li.current_page_item li a {
	background: none;
	color: #4d4d4d;
}
#content {
	/*width: 540px;*/
	width: 640px;
	margin-left:260px;
	padding: 20px 0px 0px 0px;
	background: url('images/content-top.gif') no-repeat top right;
}
#content ul {
	padding: 0 0 0 20px;
}	
#content h3 {
	margin: 0 0 15px 0;
}
#footer {
	clear: both;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#post-summary {
	padding:10px 10px 20px 10px;
	/*margin-top:40px;*/
	background: #fff;
	border-top: 1px solid #d6d6d6;
}
#hotlines {	
	padding: 20px 10px 20px 30px;
	/*margin-top:40px;*/
	background: #fff;
	border-top: 1px solid #d6d6d6;
}
#contact-info {
	padding: 0 10px 20px 10px;
	background: #fff;
}
div.sponsor {
	text-align:center;
	padding: 10px 10px;
	/*margin:20px 0;*/
	background: #fff;
}
div.navigation {
	background: #fff;
	padding:1px 10px 20px 10px;
}
div.post {
	background: #fff;
	padding:1px 10px 20px 10px;
	/*min-height: 288px;*/
	/*border:1px solid #005a63;*/
}
div.post-wrapper {
	background: url('images/content-bottom.gif') no-repeat bottom right;
	padding: 0 0px 20px 0px;
}
div.sidebar-wrapper {
	background: url('images/content-bottom.gif') no-repeat bottom right;
	padding: 0 0 20px 0;
}
div.post ul {
	margin-left: 20px;
}
#fivestar {
	background: url('images/five_star_small.jpg') no-repeat 98% 50%;
	padding-right: 67px;
}
.cnnclass{
padding: 5px;
background-color: #F3F3F3;
border: 1px solid black;
/*margin-bottom: 1em;*/
margin:0 10px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

.bbcclass{
width: 400px;
padding: 6px;
background-color: lightyellow;
border: 1px solid #004A00;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}