/* Reset, Common */

html,body,p,table,thead,tbody,tfoot,tr,th,td,pre,font,fieldset,legend,form,label,iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

body, form{
	font: normal 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	color: #333;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}

h1{
	font-size:140%;
}

h2{
	font-size: 130%;
}

h3{
	font-size:120%;
}

h4{
	font-size:110%;
}

h5, h6{
	font-size:100%;
}


table {
	width: 100%;
}

table,thead,tbody,tfoot,tr,th,td {
	border-collapse: collapse;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	color: #114477;
	text-decoration: underline;
}

img {
	border: 0;
}

:focus {
	outline: 0;
}

.clr {
	clear: both;
}

body {
	width: 100%;
	margin: 0 auto 20px;
	background: #5a8500;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}

#top {
	margin: 0 auto;
}

#top #header {
	background: url(../images/bg_header.gif) left top repeat-x;
	margin: 0 auto;
	height: 115px;
}

#top #header #flower {
	background: url(../images/header_right.gif) right top no-repeat;
}

#nav {
	height: 33px;
	background: url(../images/nav.gif) left top repeat-x;
	clear: both;
	margin:0;
	padding:0;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	border-left: 1px solid #F2D200;
	border-right: 1px solid #958000;
	float: left;
}

/*
#nav li a {
	float: left;
	height: 33px;
	line-height: 32px;
	color: #3F5903;
	padding: 0 25px;
	text-transform: uppercase;
	font-family: "trebuchet MS",Arial,Tahoma;
	font-size: 14px;
}
*/

#nav li a {
	float: left;
	height: 33px;
	line-height: 32px;
	color: #3F5903;
	padding: 0 50px;
	text-transform: uppercase;
	font-family: "trebuchet MS",Arial,Tahoma;
	font-size: 14px;
}

#nav li a:hover {
	background: url(../images/hover.gif) left 2px repeat-x;
	color: #fff;
	text-decoration: none;
}

.out h1, .out h1 a {
	color: #333;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 130%;
	font-weight: bold;
}

.postNav {
	clear: both;
	width: 100%;
	height: 30px;
}

.postNav a {
	line-height: 29px;
}

.postNav a#prev {
	float: left;
}

.postNav a#next {
	float: right;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#footer {
	background: url(../images/footerBg.jpg) left bottom repeat-x;
	height: 48px;
	padding: 10px 0 0;
	font-size: 10px;
	text-align: center;
}

  
/* Home */
  
#home .out {
	position: relative;
	width: 100%;
	background: #fff url(../images/bg0.jpg) right top repeat-y;
}

#home .mainContent {
	padding: 20px 25px 20px 20px;
	margin: 0 490px 0 0;
	min-height:5500px;
	border-left:10px #C0E929 solid;
	border-right:10px #C0E929 solid;
}

* html #home .mainContent{
	height:6000px;
}

#home .firstSidebar, #home .secondSidebar {
	width: 220px;
	padding: 15px 10px;
	font: normal 11px 'Lucida Grande',Verdana,Arial,Sans-Serif;
	position: absolute;
	top: 0;
}

#home .firstSidebar {
	right: 250px;
}

#home .secondSidebar {
	right: 0;
}

#home .firstSidebar ul, #home .secondSidebar ul{
	list-style:none;
	padding:0;
	margin:0;
}
        
  /* Posts */
        
.postMain {
	margin: 0 0 40px;
}

.postMain h1 a:hover {
	color: #0066CC;
	text-decoration: none;
}

.postMain span.date {
	display: block;
	color: #777;
	font-size: 11px;
	font-family: Arial,Helvetica,Sans-Serif;
}

.post {
	line-height: 17px;
	margin: 20px 0 15px;
}

.post p {
	padding: 0 0 12px;
	line-height: 17px;
}

.postFooter {
	clear:both;
}

.postFooter a.emailThis img {
	vertical-align: -3px;
	margin: 0 5px 0 0;
}

.out .mainContent .postFooter .postmeta{
	padding: 10px 0;
	text-align: center;
	color: #777;
}

.singlePost .postMain {
	margin: 20px 0 0;
}

.metainfo {
	margin: 20px 0 0;
}

.addComment {
	margin: 20px 0 0;
}
        
  /* Sidebars */
  
#home .secondSidebar .widget h2, #home .firstSidebar .widget h2 {
	font: bold 12px 'Lucida Grande',Verdana,Sans-Serif;
}

#home .widget{
	margin-bottom:15px;
}

#home .firstSidebar .widget ul, #home .secondSidebar .widget ul {
	margin: 5px 0 0 0;
}

#home .firstSidebar .widget li, #home .secondSidebar .widget li {
	line-height: 17px;
	font-size: 11px;
}
        
/* Inner */

#inner .out {
	background: #fff;
	padding: 30px 60px;
}

#inner .out h1 {
	padding: 0 0 10px;
}

#inner .out p {
	line-height: 18px;
	padding: 0 0 10px;
}

.out .pagetitle{
	font-size:220%;
	background:#F9F9F9;
	border:1px #CCC solid;
	border-left:0;
	border-right:0;
	margin:0 -20px 0 -20px;
	padding:5px 0 5px 0;
	text-align:center;
}

.out .center{
	text-align:center;
}

/* Comments */

.commentlist li {
	text-align:justify;
	font-weight: bold;
	margin:10px 0 10px 0;
	padding:10px;
	border:1px #F0F0F0 solid;
}

.commentmetadata{
	margin-bottom:10px;
	font-size:90%;
}

.out .commentlist .children li {
	list-style:none;
	border:1px #999999 solid;
	background:#F0F0F0;
	margin-bottom:10px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.out .comment ul, .out .comment ol{
	margin:10px 0 10px 0;
}


.out .comment ol li, .out .comment .children ol li{
	font-weight:normal;
	list-style:decimal;
	border:0;
	background:none;
	padding:3px;
	margin:3px;
}

.out .comment ul li, .out .comment .children ul li{
	font-weight:500;
	list-style:disc;
	border:0;
	background:none;
	padding:3px;
	margin:3px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	text-align:justify;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin:15px 0 15px 0;
}

.commentmetadata {
	font-weight: normal;
}

#respond{
	margin:10px 0 10px 0;
}

#respond p{
	line-height: 18px;
	padding: 0 0 10px;
}

.cancel-comment-reply{
	margin-bottom:5px;
}

#respond h3{
	margin-bottom:5px;
}

.form_inputs{
	border:1px #CCCCCC solid;
	background:#FFFFFF;
}

.form_inputs:hover{
	border:1px #CCCCCC solid;
	background:#FBFBFB;
}

.form_buttons{
	border:2px #CCCCCC double;
	background:#FFFFFF;
	padding:5px;
}

.form_buttons:hover{
	border:2px #CCCCCC double;
	background:#FBFBFB;
}


#searchform input{
	border:1px #CCCCCC solid;
	background:#FFFFFF;
}

#searchform input:hover{
	border:1px #CCCCCC solid;
	background:#FBFBFB;
}

#searchform label{
	color: #333;
	font-size: 100%;
	font-weight:700;
}

.clear{
	clear:both;
}

.attachment{
	text-align:center;
}

.attachment img{
	border:2px #CCCCCC double;
}

.attachment img:hover{
	border:2px #999999 double;
}


.images img{
	border:2px #CCCCCC double;
}

.images img:hover{
	border:2px #999999 double;
}

#intro-text{
	margin:10px 0 10px 0;
}

#setupform label{
	display:block;
	font-weight:700;
	margin-bottom:5px;
}

#setupform input{
	border:1px #CCCCCC solid;
	background:#FFFFFF;
}

#setupform input:hover{
	border:1px #CCCCCC solid;
	background:#FBFBFB;
}

#setupform .submit {
	margin-top:10px;
	border:2px #CCCCCC double;
	background:#FFFFFF;
	font-size: 1.4em;
}

#setupform .submit:hover{
	border:2px #CCCCCC double;
	background:#FBFBFB;
}

#setupform .error{
	font-size:90%;
	color:#FF0000;
	margin-bottom:0;
}

.register p{
	margin:10px 0 10px 0;
}

.help-text{
	font-size:90%;
	font-style:italic;
}

#setupform h3{
	margin:10px 0 10px 0;
}

/* Widget specific */

.widget .avatar-block, .widget .item-options{
	margin-top:10px;
}

.widget .item-list li{
	clear:both;
	overflow:hidden;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
	border-top:2px #DDDDDD solid;
}

.widget .item-list li:hover{
	background:#EAEAEA;
}

.widget .item-avatar .avatar{
	float:left;
	overflow:hidden;
	margin-right:10px;
}

.widget .activity-list li{
	clear:both;
	overflow:hidden;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
	border-top:1px #DDDDDD solid;	
}

.widget .activity-list blockquote{
	background:#EAEAEA;
	quotes: "\201C" "\201D";
	margin: 10px;
	padding:5px;
}
.widget .activity-list blockquote:before { content: open-quote; font-weight: bold; }
.widget .activity-list blockquote:after { content: close-quote; font-weight: bold; }

.widget .activity-list li:hover{
	background:#EAEAEA;
}

.widget .activity-list li:hover blockquote{
	background:#F2EEEF;
}