/* 
	Theme Name: Unleashed3C
	Theme URL: http://www.webhostingunleashed.com
	Description: Unleashed3C is a modern, 3-column theme created for Wordpress.
	Author: Ben Welch-Bolen
	Author URI: http://www.webhostingunleashed.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 03.30.07
			First Release of Unleashed #C
*/


body {
	background: #FFFFFF url('http://www.littlegreenguide.com/images/bg.jpg');
        width: 960px;
	color: #333333;
	font-size: 11pt;
	font-family: Verdana, Tahoma;
        padding: 0;
        margin: 0 auto;
	}
	
#wrap {
	width: 960px;
        background: #FFFFFF url('http://www.littlegreenguide.com/images/contentbg.jpg');
	color: #333333;
	font-size: 11pt;
	font-family: Verdana, Tahoma;
	margin: 0px auto;
	padding: 0px
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

.plainlink   { color: #0000FF; text-decoration: underline }

a, a:visited{
	color: #800000;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF url('http://www.littlegreenguide.com/images/head.jpg');
	width: 960px;
	height: 98px;
	margin: 0px auto;
	padding: 0px;
    text-transform: uppercase
	}
	
#header p {
	color: #000000;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
	
#header a {
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	}

#header a:hover{
	color: #333333;
	}
	
/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: #277427;
	width: 960px;
        height: 20px;
	margin: 0px auto 0px;
	padding: 5px 0px 2px 0px;
	}
	
/*#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#navbar ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#navbar ul li a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}

#navbar ul li a:hover {
	background: #680000;
	color: #FFFFFF;
	text-decoration: none;
	}
*/
/************************************************
*	Leftt Sidebar      							*
************************************************/

#l_sidebar {
	background: #C6DFC8;
	float: left;
	width: 179px;
        border-right: 1px solid #98C59B;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

#l_sidebar h4 {
	background: #008000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
	
#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 10px;
	}
	
#l_sidebar ul li {
	background: url('http://www.littlegreenguide.com/living-green/wp-content/themes/unleashed3c-10/images/sidelink.jpg') no-repeat;
	margin: 0px;
	list-style-type:none; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:0px
	}
	
#l_sidebar ul li a {
	color: #333333;
	text-decoration: none;
	padding: 5px 0px 10px 20px;
	margin: 0px 0px 5px 0px;
	}

#l_sidebar ul li a:hover {
	color: #800000;
	text-decoration: underline;
	}
	
/************************************************
*	Right Sidebar      							*
************************************************/

#r_sidebar {
	background: #C6DFC8;
	float: right;
	width: 179px;
        border-left: 1px solid #98C59B;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

#r_sidebar h4 {
	background: #008000;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
	
#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 10px;
	}
	
#r_sidebar ul li {
	background: url('http://www.littlegreenguide.com/living-green/wp-content/themes/unleashed3c-10/images/sidelink.jpg') no-repeat;
	margin: 0px;
	list-style-type:none; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:0px
	}
	
#r_sidebar ul li a {
	color: #333333;
	text-decoration: none;
	padding: 5px 0px 10px 20px;
	margin: 0px 0px 5px 0px;
	}

#r_sidebar ul li a:hover {
	color: #800000;
	text-decoration: underline;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	background: #FFFFFF url('http://www.littlegreenguide.com/images/contentbg.jpg');
        width: 960px;
	margin: 0px auto;
	padding: 0px
	}

#content p{
	padding: 10px 0px 10px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#content h1 {
	color: #000000;
	font-size: 17pt;
	font-family: Verdana, Tahoma;
	padding: 30px 0px 20px 0px;
	margin: 0px;
	}
#content h2 {
	color: #000000;
	font-size: 14pt;
	font-family: Verdana, Tahoma;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	}
#content h3 {
	color: #000000;
	font-size: 12pt;
	font-family: Verdana, Tahoma;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	}

	
#content h1 a  {
	color: #000000;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #666666;
	text-decoration: none;
	}
	
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 3px solid #800000;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#contentleft {
	float: left;
        background: #FFFFFF;
	width: 530px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	}
	
#contentleft p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#contentleft a {
	color: #0000FF;
	text-decoration: underline;
	}
	
#contentleft ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #008000;
	color: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	}
	
#footer a, #footer a:visited{
	color: #AAAAAA;
	text-decoration: none;
	}
	
#footer a:hover{
	text-decoration: underline;
	}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	background: #FFFFFF;
	width: 150px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma;
	padding: 4px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}

/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 500px;
	background: #E8E8E8;
	color: #000000;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	width: 380px;
	background: #FFFFFF url('http://www.littlegreenguide.com/living-green/wp-content/themes/unleashed3c-10/images/comment.gif') no-repeat top;; margin-left:0px; margin-right:0px; margin-top:3px; margin-bottom:10px; padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:5px
	}

.commenttext-admin {
	clear: both;
	width: 380px;
	background: #FFFFFF url('http://www.littlegreenguide.com/living-green/wp-content/themes/unleashed3c-10/images/comment.gif') no-repeat top;; margin-left:0px; margin-right:0px; margin-top:3px; margin-bottom:10px; padding-left:10px; padding-right:10px; padding-top:20px; padding-bottom:5px
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: none;
font-family: verdana, sans-serif;
font-size: 10pt;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
padding-left: 3;
padding-right: 3;
color: #FFFFFF;
text-transform: uppercase;
}
.mainitems a:visited {
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
padding-left: 3;
padding-right: 3;
color: #FFFFFF;
text-transform: uppercase;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #C9EBC2;
border: 1px solid black;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
text-transform: lowercase;
color: #000000;
}
.subuls li a:visited {
text-decoration: underline;
text-transform: lowercase;
color: #000000;
}
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}