#content {
	font-size: 1.2em;
	min-height:400px; 
	}

#content p strong
{
color:#4A4E1C;
}

#content ul
 {
 list-style-type:none; display:block; margin:0; padding:0;
 }

#content li
{
list-style-type:none; display:block; color:#4A4E1C; margin:7px 0px; padding:0; font:18px/20px Arial, Helvetica, sans-serif;  background:url(images/li-blt.gif) no-repeat 0px 6px; padding:0px 0px 0px 20px;
}



.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	color:#32959F; font-size:9px; 
	}

small {
	
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
/* changed 09-17-2011 */
h1.pagetitle, h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}



.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



#footer p {
	margin: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */


/*changed 09-17-2011 */
h1, h2 {
	margin: 30px 0 0;
	}

h1.pagetitle, h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}



#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}




.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}



#commentform {
	margin: 5px 10px 0 0;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/********************** MOdify on 03-03-09 **********************************/	

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/new/body-bg2.gif) repeat-y center #E3E8C6; position:relative;
	color: #333;
	margin: 0;
	}


#page {
	margin: 0px auto;
	width: 946px;
	background:url(images/new/body-bg.gif) repeat-y 0px -750px; position:relative;
	}
#page-top
	{
	background: url(images/new/body-top.gif) no-repeat 0px 0px; position:relative; 
	}
#page-btm
	{
	background: url(images/new/body-btm.gif) no-repeat 0px 100%; padding:0px 53px 68px 52px; position:relative; 
	}
#main-container
	{
	/*background:#E3E8C5; position:relative;	*/
	}
	
 
#sidebar
	{
	width:181px;
	background:url(images/right-pannel-btm.gif) no-repeat 0px 100% #fff;  position:absolute; left:753px;	
	}
	
	
#sidebar-inr
{
/*padding: 40px 0 10px 0;
background:url(images/right-pannel-top.gif) no-repeat 0px 0px;*/
}
	
.narrowcolumn {
float:left;
	padding: 0 0 20px 16px;
	margin: 0px 0 0;
	width: 580px;
	position:relative;
	}

#headerimg 	{
	margin: 0px;
	height: 161px;
	}
#headerimg a
	{
	float:left;
	}
#headerimg img
	{
	/*float:left;*/
	}
.opacity a:hover
	{
	background:url(images/logo.gif) no-repeat 0px 0px;
	}


#container_left
{position:relative;
margin:0;
padding:0;
width:580px;

}

.narrowcolumn .entry{ padding:0 30px 0 0;}



#sidebar h2
	{
	color:#F39034; font-size:18px; margin: 5px 0 0;
	border-bottom:1px dotted #3D5B06;
	padding:0 0 4px 0; 
	}
	
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

#inner_content{ padding:0; border:1px dashed #C9C6AD; border-top:0px; width:175px; margin:0 auto; }

#inner_content .most_recent{ padding:0 4px; font:16px/22px Arial, Helvetica, sans-serif; color:#1D1F07; }
#inner_content h1{ background:url(images/side_head_bg.jpg) repeat-y 0 0; color:#4B413B; margin:0; line-height:12px; padding:7px 0; font-size:13px; font-weight:bold;}
#inner_content h2{ background:url(images/side_head_bg.jpg) repeat-y 0 0; color:#4B413B; margin:0; line-height:12px; padding:7px 0; font-size:13px; font-weight:bold;}

#inner_content h1 span{ background:url(images/side_head_book.jpg) no-repeat 0 0; width:31px; height:26px; float:left;}
#inner_content h2 span{ background:url(images/side_head_book.jpg) no-repeat 0 0; width:31px; height:26px; float:left;}

#inner_content p.text{ padding-bottom:20px; margin:0; color:#1D1F07;}

#inner_content .content h1{ font-size:18px; font-weight:normal; color:#F1A932; background:none; line-height:24px; border:0; padding-bottom:0;}
#inner_content .content h2{ font-size:18px; font-weight:normal; color:#F1A932; background:none; line-height:24px; border:0; padding-bottom:0;}

#inner_content1{ padding:0; border:1px dashed #C9C6AD; border-top:0px; width:175px; margin:0 auto; }

#inner_content1 .most_recent{ padding:0 4px; font:16px/22px Arial, Helvetica, sans-serif; color:#1D1F07; }
#inner_content1 h1{ background:url(images/side_head_bg.jpg) repeat-y 0 0; color:#4B413B; margin:0; line-height:12px; padding:7px 0; font-size:13px; font-weight:bold;}
#inner_content1 h2{ background:url(images/side_head_bg.jpg) repeat-y 0 0; color:#4B413B; margin:0; line-height:12px; padding:7px 0; font-size:13px; font-weight:bold;}

#inner_content1 h1 span{ background:url(images/side_head_book.jpg) no-repeat 0 0; width:31px; height:26px; float:left;}
#inner_content1 h2 span{ background:url(images/side_head_book.jpg) no-repeat 0 0; width:31px; height:26px; float:left;}

#inner_content1 p.text{ padding-bottom:20px; margin:0; color:#1D1F07;}

#inner_content1 .content h1{ font-size:18px; font-weight:normal; color:#F1A932; background:none; line-height:24px; border:0; padding-bottom:0;}

#inner_content1 .content h2{ font-size:18px; font-weight:normal; color:#F1A932; background:none; line-height:24px; border:0; padding-bottom:0;}



.home{ font:16px/22px Arial, Helvetica, sans-serif; color:#1D1F07;}

.home h1, .home h2{ font:20px/20px Arial, Helvetica, sans-serif; color:#F1A932; font-weight:bold; margin:0; padding:0;}


.category_main{ padding:30px 0 23px; position:relative; width:100%; float:left;}


.category_main .button{ margin-top:5px; }
.category_main .button2{ margin-top:29px;}

.category, .category2{ width:180px; border-right:1px solid #fff; padding:0 5px 0 0; font:14px/18px Arial, Helvetica, sans-serif; color:#1D1F07; float:left; margin:0 10px 0 0; min-height:140px; height:100%!important; height:140px;}

.category2{ margin:0; border:0;}

.post .category h1, 
.post .category2 h1, 
.post .category h2, 
.post .category2 h2 
{ font:normal 24px/24px Arial, Helvetica, sans-serif; color:#F5772A; margin:0; padding:0;}


#footer {
	border: none;
	color:#32959F; font-size:9px; 
	padding: 0;
	bottom:0px;
	
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}


#footer a{ color:#32959F; }
#footer a:hover{ text-decoration:underline;}


.post h2, .post h2{ margin:0 0 0 56px;}

.date{ background:url(images/date.gif) no-repeat 0 0; width:52px; height:49px; float:left; padding:3px 0 0;}


.narrowcolumn .entry p{ margin:0;}

.date{ color:#FFFFFF; font-size:12px; text-align:center; line-height:14px;}
.date span{ color:#413939; font-family:Trebuchet MS; font-size:20px;}
.calender{ width:100%; position:relative; float:left; padding:0 0 16px 0;}


.narrowcolumn .postmetadata a{ color:#95A024;}

.narrowcolumn p.postmetadata{ margin:0;}

#sidebar .inner_cont{ width:158px; margin:0 auto;}

.logo{ width:79px; float:left; padding:0 0 0 15px;}



#sidebar #s #searchform{
	
	border:1px solid #8B8686;
	float:left;
	}


.mail_text{ background:#F2EEEB; border:1px solid #8B8686;
	float:left; width:150px;}
	
.post {
	margin: 0 0 29px;
	font-size:15px;
	line-height:22px;
	}
	
h1, h2 {
	font-size:22px;
	color:#95A024;
	}
	
h1 span{ font-size:11px; color:#000;}
h2 span{ font-size:11px; color:#000;}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #95A024;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none; outline:0;
	}

.clear {
	clear: both;
}

#header {
	padding:6px 0 0 0;
	width:100%;
	}
	
hr {
	display: none;
	}

a img {
	border: none;
	}
	
a, h1 a:hover, h2 a:hover, h3 a:hover {
	color: #95A024;
	text-decoration: none;
	}

a:hover {
	color: #95A024;
	text-decoration: underline;
	}


.entry ul li:before, #sidebar ul ul li:before {

	}
	
#sidebar ul ul, #sidebar ul ol {
	margin: 10px 0 0 0px;
	}
	
#sidebar ul ul li a{ font-size:13px;}


#sidebar ul ul li.mail {
color:#3D5B06;

font-size:12px;

line-height:13px;
padding-top:8px;
}

#sidebar #searchsubmit {
	padding:1px;
	
	}
	
#sidebar .submit{ margin:5px 0 0 70px;}

#sidebar .search{ border:1px solid #8B8686; width:84px; float:left; }
#sidebar .srh_button{ padding:2px 0 0;}

#sidebar ul ul li.bookmark{ padding-bottom:15px;}

h1.heading, h2.heading{ font:20px/20px Arial, Helvetica, sans-serif; font-weight:bold; color:#F39034; margin:0 0 44px 16px;}



.post_comment {
padding:50px 0 0;
position:relative;
}

.post_comment h4 {
color:#F07C07;
font-family:Trebuchet MS;
font-size:20px;
font-weight:normal;
margin:0 0 14px;
text-transform:uppercase;
}

.post_comment h4 span {
color:#1A0C16;
font-size:14px;
text-transform:none;
}

.user_main h4, .admin h4 {
color:#7C4210;
font-size:18px;
line-height:18px;
margin-bottom:0;
font-family:Trebuchet MS;
text-transform:none;
}

.user_main h4 span, .admin h4 span {
color:#7C4210;
font-size:15px;

}

.user_main p, .admin p {
margin:12px 0 0;
}

.user_main {
background-color:#FBF6EE;
border:1px dotted #2FA391;
color:#776F69;
font:15px/22px Trebuchet MS;
margin:0 0 20px;
padding:13px 13px 14px;
position:relative;
width:315px;
}

.post_comment a, .post_comment a:hover {
color:#474540;
font-size:11px;
font-style:italic;
}

.admin, .commentform_style {
background:#D4DBA2 none repeat scroll 0 0;
border:1px dotted #2FA391;
padding:13px;
width:315px;
font:15px/22px Trebuchet MS;
}

span.time {
line-height:11px; display:block;
}

.commentform_style {
padding-left:16px;
padding-top:0;
width:315px;
float:left;
padding-bottom:48px;
}

#respond{ width:350px; margin:0; padding-bottom:50px;}
#respond h3 {
color:#7C4210;
font-size:20px;
font-weight:normal;
margin:54px 0 18px 0;
font-family:Trebuchet MS;

text-transform:uppercase;
}

#commentform input, #commentform textarea {
	border:1px solid #C5DCD8;
float:left;
width:296px;
	}
	
#commentform textarea{ height:55px;}
	
#commentform label{
padding-bottom:10px;
}
.commentform_style small {
color:#78500F;
font-size:18px;
}

label {
display:block;
float:left;
}


#commentform .button2 {
margin-right:8px;
width:68px;
}
#commentform .button {
width:61px;
}

#commentform .button2, #commentform .button{ margin-top:10px;}


#respond .pre {
float:left;
width:150px;
}
#respond .next {
text-align:right;
}
#respond .pre, #respond .next {
color:#95A024;
font-size:18px;
padding-top:23px;
text-transform:uppercase;
font-family:Trebuchet MS;
}

#respond .pre a, #respond .pre a:hover, 
#respond .next a, #respond .next a:hover {
color:#95A024;
}

.footer_link{list-style:none; display:inline; padding-left:0}
.footer_link li{list-style:none; display:inline; font-size:11px;}
.footer_link li a{color:#000000!important; font-size:11px; font-weight:bold}
