/*************************************
	Left Sidebar
**************************************/
#l_sidebar {
	background: #D4E59F;
	float: left;
	width: 164px;
	padding: 0 0 0 5px;
	font-size: 14px;
}

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

#l_sidebar li a {
	width: 164px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
/*************************************
	Right Sidebar
**************************************/
#r_sidebar {
	background: #D4E59F;
	float: right;
	width: 164px;
	padding: 0 5px 0 0;
	font-size: 14px;
}

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

#r_sidebar li a {
	width: 164px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

#r_sidebar input {
	width:140px;
	border:1px solid #000000;
	margin: 1px 0px 10px 0px;  
}

#r_sidebar textarea {  
	width:140px;
	border:1px solid #000000;
	margin: 1px 0px 10px 0px;  
}  

.newsletter {  
	text-align:left;  
	width:142px;  
	padding:10px;  
	margin:0 auto;  
	border:1px solid #7f7f7f;
	font-size: 12px;
	font-weight: bold;
}  
/*************************************
	Sidebar
**************************************/
#sidebar {
	background: #D4E59F;
}

/*
#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	padding: 50px 0 50px 0;
}
*/

#sidebar .ads {
/*	text-align: center; */
	padding: 0px 10px 20px 10px;
}

#sidebar .sidebar-bot {
	background: url(images/sidebarwrap-bot.gif) bottom left no-repeat;
	height: 20px;
}

#sidebar h2 {
	margin: 0px; padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #3D474E;
}

#sidebar #popular h2 {
	color: #F97B1E;
}

#sidebar #sidebarwrap #popular {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	background: #D4E59F url(images/popular-top.gif) top left no-repeat;
}
/*************************************
	Header
**************************************/
#header {
	background: #D4E59F;
	width: 962px;
	margin:  0px auto;
	padding: 0px;
	position: relative;
}

#header .title {
}

#header .title a {
	color: #0000ff;
	text-decoration: none;
	font-size: 38px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#header .title a:hover {
	color: #566c11;
}

#header .description {
	clear:  both;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 10px 4px 10px;
	width:  850px;
}
/*************************************
	Footer
**************************************/
#footer {
	width: 962px;
	height: 97px;
	background: #D4E59F url(images/footer.jpg) top left no-repeat;
	padding: 0 0 0 0;
	margin:  0px auto;
/*	text-align: center; */
}

.container-bot-bg {
}

#text-link-ads {
	padding: 15px;
	text-align: left;
	clear: both;
}
/*************************************
	Main Container
**************************************/
#container {
  	background: #D4E59F url('images/container-bg.jpg') repeat-y left top;
 	margin: 20px 0px 20px 0px;
	border: 2px solid black;
	clear: both;
	padding: 0 0 0 0;
	width: 962px;
}

.containerL {
	background: transparent url(images/tab.jpg) left top no-repeat;
	margin: 0px 1px 5px 1px;
	width: 162px;
}

.containerL h3 {
	color: white;
	height: 22px;
	padding: 12px 0px 10px 0px;
	margin: 0px auto;
/*	text-align: center; */
}

.containerL .links {
	border: 1px solid #777777;
	border-top: 0px;
	padding: 0.5em;
}

.containerL .links ul{
	list-style: none;
	margin: 0px;
}

.containerL .links li {
	list-style: none;
	margin: 6px 0px 15px 0px;
}

.containerL .links a {
	color: black;
}

.containerL .links a:hover {
	border-bottom: 2px solid #54670e;
}

.containerL .flower {
	background: transparent url(images/flower.gif) left bottom no-repeat;
	height: 136px;
	left: -42px;
	bottom: 0px;
	position: absolute;
	width: 84px;
	z-index: 0;
}
/*************************************
	Links
**************************************/
a {
	color: #556c11;
	cursor: pointer;
	text-decoration: none;
}

a img {
	border: 0px;
}

a:hover{
	text-decoration: underline;
	color: #566c11;
}

a:visited {
	color: #566C11;
}
/*************************************
	Headings
**************************************/
h1 {
	color: #FFFFFF;
	background: transparent url(images/title_bg.jpg) repeat-y left top;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	width: 100%;
}

h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
}

h3.h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 22px;
}

h1 a:visited, h3 a:visited {
	color: #ffffff;
}

h1 a:hover, h3 a:hover {
	color: #566c11;
	text-decoration: underline;
}

h2 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
	
h2 a, h2 a:visited {
	color: #566c11;
	text-decoration: underline;
}

h2 a:hover {
	color: #566c11;
	text-decoration: none;
}

h3 {
	font-size: 18px;
}

h3 a, h3 a:visited {
	color: #566c11;
	text-decoration: none;
}

h6 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
}
/*************************************
	Search Form
**************************************/
.searchform {
}

.searchform .s {
	border: none;
	background: #ffffff;
	color: #000000;
	width: 110px;
	height: 15px;
	position: absolute;
	top: 97px;
	left: 804px;
	padding: 1px 1px 1px 1px;
}

.searchform .button2 {
	position: absolute;
	top: 93px;
	left: 920px;
}
/*************************************
	Content
**************************************/
#content {
	background-color: #e6edc0;
	width: 559px;
	float: left;
	margin: 0 17px 16px 16px;
	padding: 0 15px 0 15px;
	display: block;
	text-align: left;
	border-top: solid 1px #7f7f7f;
	border-left: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
/*
	border: 
*/
}

#content p a {
	text-decoration: underline;
	color: #0000ff;
}
	
#content p {
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	font-size: 13px;
	color: #000000;
}

#content .pi {
	font-size: 10px;
	font-style: italic;
}

#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 30px 0px 30px;
	padding: 5px 0px 0px 5px;
}

#content img.alignright {
	float:right; 
	margin:0 0 1em 1em
	}
	
#content img.alignleft {
	float:left; 
	margin:0 1em 1em 0
	}
	
#content img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
	}
	
#content a img.alignright {
	float:right; 
	margin:0 0 1em 1em
	}
	
#content a img.alignleft {
	float:left; 
	margin:0 1em 1em 0
	}
	
#content a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
}

#content .post-meta-top {
	display: block;
	margin: 8px 0px 15px 0px;
	padding: 5px 10px;
	font-size: 12px;
	color: #8E8F91;
	clear: both;
}

#content .post-meta-bottom {
	background: #D4E59F url(images/postmetabottombg.jpg) bottom left no-repeat;
	display: block;
	border-top: 1px solid #DFE3E6;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px;
	font-size: 12px;
	color: #535353;
	clear: both;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}

.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}

.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}

.page-nav a {
	text-decoration: none;
}

.nav-previous a {
	padding-left: 10px;
}

.nav-next a {
	padding-right: 10px;
}
/*************************************
	Comments
**************************************/
#comments-wrap {
}

#comments-wrap h6 {
	font-size: 20px;
}

.commentlist {	
}

.thecomment {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.comment-body {
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	margin: 0px; padding: 10px;
}

.comment-metadata {
	background: #D4E59F;
	padding: 10px;
	color: #FFF;
}

.comment-metadata a, .comment-metadata a:visited {
	color: #566c11;
}

.comment-metadata a:hover {
	color: #566c11;
}

.authorcomment {
	border: 1px solid #CCC;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

.authorcomment .comment-body {
	border: none;
}

.authorcomment .comment-metadata {
	background: #D4E59F;
	padding: 11px 10px;
	color: #AD5433;
}

.authorcomment .comment-metadata a {
	color: #0000ff;
}

.authorcomment .comment-metadata a:hover {
	color: #566c11;
}

#commentform {
}
/*************************************
	Popular Posts Section
**************************************/
#popular ul {
	margin: 0px; padding: 0px 10px 15px 10px;
	background: #D4E59F url(images/popular-bottom.gif) bottom left no-repeat;
}

#popular ul li {
	margin: 0px; padding: 0px;
}

#popular ul li ul {
	border-top: 1px solid #C1D8E6;
	padding:  0px;
}

#popular ul li ul li {
	margin: 0px; padding: 5px 15px;
	border-bottom: 1px solid #C1D8E6;
	background: url(images/bullet-arrow.gif) 5px 9px no-repeat;
}

#popular ul li ul li a, #popular ul li ul li a:visited {
	color: #566c11;
	padding: 0;
	margin: 0px;
	text-decoration: none;
}

#popular ul li ul li a:hover {
	text-decoration: underline;
}

/*********************************************
	Table Styles
*********************************************/
table {
font-size: 1em;
}

td, th {
vertical-align: top;
}
/*************************************
	RSS Feed
**************************************/
.feeds {
/*
	position: absolute;
	top: 73px;
	right: 10px;
	float: right;
	text-align: right;
	 height: 34px;
*/
	display: block;
	width: 150px;
	text-transform: none;
	font-size: 11px;
	color: #EAF4FF;
	padding: 0px;
	background: transparent;
	vertical-align: middle;
}

.feeds a, .feeds img {
	padding: 0px; margin: 0px;
	vertical-align: middle;
}

.feeds a:hover {
}

.feeds .rss {
	padding: 0px; margin: 0px;
	vertical-align: middle;
}
/*********************************************
	Misc Styles
*********************************************/
body {
	color: #383838;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	background: #D4E59F;
	font-family: georgia, palatino, times news roman, serif;
/*	
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-align: center;
	background: #69A05F url(images/body-bg.jpg) top left repeat-x;
*/
}

body * {
	margin: 0px; 
	padding: 0px;
}

img {
	border: none;
	background: none;
}

hr {
	height: 5px;
	color: #ffffff;
	margin: 10px 0px;
	border: none;
	border-top: 1px dotted #D3D3D3;
}

blockquote{
	margin: 0px 0px 0px 15px;
	padding: 0px 45px 15px 50px;
	background: url(images/quote.gif) no-repeat;
	font-size: 15px;
	font-style: italic;
	color: #666666;
}

blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.clearboth {
	clear: both;
}

.post-meta-bottom a {
	color: #0000ff;
	text-decoration: none;
}

.post-meta-bottom a:hover {
	text-decoration: underline;
}

.cat {
	float:  left;
	width: 75%;
	text-align: left;
}

.cat span {
	background: url(images/catbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}

.comm {
	float: right;
	width: 25%;
	text-align: right;
}

.comm span {
	background: url(images/commbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}

.auth {
	float: left;
	width: 50%;
	text-align: left;
}

.auth span {
	background: url(images/authbg.gif) 0px 1px no-repeat;
	padding: 0px 0px 0px 15px;
}

.auth a {
	text-decoration: none;
}

.date {
	float: right;
	width: 50%;
	text-align: right;
}

.date span {
	background: url(images/datebg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
/*********************************************
	Unknown Styles
*********************************************/
.post {
	background: transparent url(images/title_bar.jpg) left top no-repeat;
	margin: 0px;
	text-align: left;
	width: 559px;
}

.post h2 {
	margin: 0px;
	padding: 10px;
}

.post h2 a{
	color: white;
	margin: 0px;
}

.mac {
	margin-left: auto;
	margin-right: auto;
}

.tac {
/*	text-align: center; */
}

