/*  
Theme Name: Clean Green
Theme URI: http://wordpress.org/
Description: A premuim theme for Wordpress designed to keep the focus on the content of the site.  The theme is very cleanm, easy to install and modify, and is being released by: <a href="http://www.virtualmarketingblog.com">Virtual Marketing Blog</a>.
Version: 1.0
Author: Internet Marketing Blog
Author URI: http://www.virtualmarketingblog.com/

Go ahead and please please tweak the theme and make it your own style and design, but keep the links in the footer. 
*/

body {
	font-family: Georgia;
	font-size: 100%;
	color: #fff;
	background: url(img/body_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

p, h2, img, ul, form {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

a {
	color: #8B0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

blockquote {
background: url(img/quote.gif) no-repeat 0 10px;
padding: 10px 0 0 30px;
width: 480px;
}

blockquote p {
padding: 10px 0 0 0 !important;
margin: 0;
}


/* --- Wrap --- */


#wrap {
	width: 926px;
	margin: 0 auto;
	background: url(img/wrap_bg.gif) no-repeat top;
}

#wrap_inside {
	width: 913px;
	margin:0 auto;
	background: url(img/wrap_inside.jpg) repeat-x top;
}


/* --- Top --- */

#top {
	width: 100%;
	height:114px;
	position: relative;
}

#top h2 {
	font-weight: normal;
	font-size: 159%;
	position: absolute;
	left: 42px;
	top:30px;
}

#top h2 a {
	text-decoration: none;
	color: #fff;
}

#top h2 a:hover {
	text-decoration: underline;
}

#top p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	position: absolute;
	left: 44px;
	top: 61px;
}


/*** Main Menu ***/


#top ul {
	position:absolute;
	font-family: verdana;
	list-style: none;
	top: 85px;
	left: 280px;
}

#top li {
	display: inline;
	margin: 0;
	padding:0;
}


#top ul li a {
	float: left;
	line-height: 29px;
	padding: 0 24px;
	text-decoration: none;
   text-transform: uppercase;
	font-size: 65%;
	color: #656565;
	margin-right:3px;
	font-weight: bold;
	float: left;
	display: block;
	background: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

#top ul li a:hover, #top ul li.current_page_item a {
	background: #fff url(img/menu_bg.gif) repeat-x;
	color: #000;
}

/* --- Content Wrap --- */


#content_wrap {
	width: 913px;
	padding-top: 20px;
	color: #000;
}

#content_wrap h2 {
	font-size: 125%;
	font-weight: normal;
	padding-top:30px;
}

#content_wrap p {
	font-size: 100%;
	line-height: 25px;
	padding-top:20px;
}


/* --- Left --- */


#left {
	width: 600px;
	float: left;
	margin-left: 25px;
	display: inline;
	margin-right:45px;
}

#left ul {
list-style: none;
padding: 20px 0 5px 80px;
}

#left ul li {
padding: 0 0 5px 20px;
background: url(img/icon_li.gif) no-repeat 0 6px;
}


/* --- Post --- */

p.details {
	font-size: 75% !important;
	padding:2px 0 0 20px !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(img/icon_calendar.gif) no-repeat 0 6px;
}

.p_comments a {
	font-size: 75% !important;
	padding: 2px 0px !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	width:110px;
	text-align: center;
	display:block;
	color: #5C5C5C;
	border: 1px solid #CAD0C7;
	text-decoration: none;
	margin-bottom: 10px;
}

.p_comments a:hover {
	border-color: #000;
	color: #000;
}



#more_posts {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* --- Post Title --- */

#left h2 a {
	color: #000;
	text-decoration: none;
}

#left h2 a:hover {
	text-decoration: none;
	color: Gray;
}

/* --- Sidebar --- */


#sidebar {
	width:220px;
	float: left;
}

#sidebar a {
	text-decoration: none;
}

#sidebar ul {
	list-style: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	padding-bottom:10px;
}

#sidebar ul li ul li {
	font-size: 80%;
	/*line-height: 30px;*/
	background: url(img/icon_lis.gif) no-repeat  0 4px;
	padding-left: 20px;
}

#sidebar form {
padding-top:10px;
}

#tag_cloud h2{
	text-align: left;
}

#tag_cloud {
	text-align: left;
	font-size: 100%;
}

/* --- widget calendar --- */


#wp-calendar caption {
	margin: 10px 0 10px 0px;
	border-bottom: 0;
}

#wp-calendar td {
margin: 0;
padding: 0px 3px;
}

#wp-calendar td#today {
background: silver;
}

/* --- Comments --- */


.comment {
width: 500px;
margin-top:30px;
background: #F7F7F7;
padding:20px;
border: #F0F0F0 1px solid;
}

.alt {
width: 500px;
margin-top:30px;
background: #FAFAFA;
padding:20px;
border: #F0F0F0 1px solid;
}

.comment p, .alt p {
padding: 0px 0 10px 0 !important;
}

#left form {
padding-top:30px;
}


#left form p {
padding: 5px 0;
}

#left form .button {
width:80px;
}


#left form input {
font-size: 15px;
padding: 2px 0 2px 2px;
margin-right: 10px;
width: 200px;
}


/* --- Footer --- */


#footer {
	width: 100%;
	height: 100px;
	padding-top: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	padding-bottom:30px;
}

#footer img {
	float: left;
	margin-right: 20px;
	margin-left: 11px;
}

#footer ul {
	width: 100%;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom:25px;
	list-style: none;
	padding: 1px 0;
	position: relative;
}

.back {
	left:799px;
	position: absolute;
}

#footer a {
	text-decoration: none;
	color: #0A2F53;
}

#footer ul li {
	display: inline;
}


#footer ul li a {
	display: block;
	float: left;
	padding: 0 20px;
	line-height: 28px;
	margin-right: 1px;
}

#footer ul li a:hover, #footer ul li.current_page_item a {
	background: #F8F8F8;
	text-decoration: underline;
}

#footer p {
	padding-top: 8px;
	padding-bottom:1px;
}


/*** Fixes ***/


#content_wrap:after,
#footer ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main_start {position: absolute;left: -10000px;};
