/*
Theme Name: Fistic
Theme URI: http://wpmu.lostresort.biz/fistic/
Description: Wordpress 3.0+ green color (fistic) template. It has a custom front page appearance. The posts are displayed as boxes with title on the left,
			 with the excerpt of the post on the right and, in the middle, a post thumbnail. It supports thumbnails for front page, and if no featured image
			 is defined, a function will output a random picture.
			 Theme has an options page which give the posibility to modify some aspetcts of the theme appearance.
			 Posts and pages are displaying content on the left side and a widgetised sidebar on the right.
			 Most of the HTML elements are styled vis CSS specifications.
	1.00 -->
	1.10 -->Added some recomandations.
	1.20 -->Fix for some mistakes
	1.30 -->Support for editor style (still not satisfied), some style minor modifications and fix for some HTML and PHP code.
	2.00 -->Added theme options page
		 -->Rewrite of CSS style for header menu
		 -->Update for functions.php to comply with latest WP requirements
		 -->Minor modifications for comment form
	2.10 -->Fix for some displaying issues
		 -->Re-format the style.css file
		 -->Added style properties for gallery (thanks to Chip Bennett)
		 -->Added a fuction to handle long titles on front page
		 -->Some files clean-up
	
Version: 2.10
License: GNU GPL v.3
License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html
Author: Cristian Nistor
Author URI: http://www.lostresort.biz/blog/

Tags: two-columns, fixed-width, custom-menu, threaded-comments, sticky-post, white, green
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
:focus {
	outline:0;
}
body {
	background:#fff;
	color:#000;
	line-height:1;	
}
ol,
ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption,
th,
td {
	font-weight:400;
	text-align:left;
}
blockquote {
	display:block;
	padding:0 20px;
}
blockquote:before,
blockquote:after {
	color:#88b00c;
	font-size:400%;
	width:16px;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 0.6ex;
}

sub {
	top: .5ex;
}

/* Text decorations
*******************************/

.bold {
	font-weight:700;
}
.normal {
	font-weight:400;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration:underline;
}

/* Floating elememts style
*******************************/

.float-right {
	float:right;
}
.float-left {
	float:left;
}
.float-none {
	float:none;
}
.clear-both {
	clear:both;
}
.display-none {
	display:none;
}

/* Text align style
*******************************/

.text-right {
	text-align:right;
}
.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}

/* Other
*******************************/

.clear:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.zoom {
	overflow:hidden;
}
.w120 {
	width:80px;
}
.w180 {
	width:178px;
}
.w500 {
	overflow:hidden;
	width:500px;
}
.w470 {
	width:485px;
}
.w220 {
	width:220px;
}
.w300 {
	width:300px;
}
.w350 {
	width:320px;
}
.w600 {
	overflow:hidden;
	width:595px;
}
.w620 {
	width:660px;
}
.w780 {
	width:780px;
}
.min-500 {
	min-height:440px;
}
.max-500 {
	max-width:500px;
}
.w98 {
	width:85%;
}
#size1 {
	font-size:1.1em;
}
.m-top-1em {
	margin-top:1em;
}
.m-left-1em {
	margin-left:1em;
}
.bold-text {
	font-weight:700;
}

/* Main styles
*******************************/

html {
	height:100%;
	margin-bottom:1px;
}
body {
	background:#d2e891;
	color:#76725e;
	font-size:62.5%;
	margin:0 auto;
	text-align:left;
	width:1020px;
}

/* Default fonts
*******************************/

body,
input,
select {
	font-family:"Trebuchet MS", Helvetica, Jamrul, sans-serif;
}
textarea,
pre,
tt,
kbd,
var,
code {
	font-family:"Courier New", Courier, monospace;
}

/* Header elements
*******************************/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:400;
}
h1 {
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:3em;
	line-height:1;
	padding-bottom:8px;
}
h2 {
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:1.8em;
}
h3 {
	font-size:1.5em;
	padding-bottom:0.6em;
}
h4 {
	font-size:1.3em;
	line-height:1.8em;
}
h5 {
	font-size:1.2em;
	line-height:1.6em;
}
h6 {
	font-size:1.1em;
	line-height:1.2em;
}

/* Other elements
*******************************/

strong {
	font-weight:700;
}
em {
	font-style:italic;
}
pre {
	margin-bottom:1.2em;
	padding:1.2em;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
q,
cite {
	font-style:italic;
}

/* Links
********************************/

a:link,
a:visited,
a:focus,
a:hover,
a:active {
	color:#b6d94b;
	cursor:pointer;
	text-decoration:underline;
}
a:hover {
	color:#b6d94b;
	text-decoration:none;
}
a,
a:active,
a:focus {
	outline:none;
}

/* Images
*******************************/

img {
	border:0;
}

/* Form styles
*******************************/

input,
select,
textarea {
	color:#828282;
	font-size:1em;
	vertical-align:baseline;
}
input.text,
input.file {
	cursor:text;
}
input.button {
	cursor:pointer;
}
input.radio,
input.checkbox {
	border:0;
	padding:0;
}

/* Wordpress aligning
*******************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 2px solid #b6d94b;
	border-radius:5px;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* Header area
*******************************/

#header {
	margin-top:1em;
}
#header h1 {
	margin:1em 0.1em 0.2em 0.1em;
	text-align:right;
	text-transform:uppercase;
}
#header h1 a {
	color:#b6d94b;
	font-size:1.5em;
	font-style:italic;
	font-weight:700;
	padding:0.1em 0.3em;
	text-decoration:none;
}
#header h1 a:hover {
	background:#b6d94b;
	border-radius:10px;
	color:#fff;
}
#description {
	color:#3d4918;
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:1.8em;
	margin-right:0.7em;
	text-align:right;
}
#description span {
	font-style:italic;
	font-weight:700;
}
#header-bkg {
	background:url(img/header-bkg.png) no-repeat 40px 6px;
	margin-bottom:10px;
}

.box .tail-right {
	background:#fff url(img/right-border.gif) right repeat-y;
}
.box .tail-left {
	background:url(img/left-border.gif) left repeat-y;
}
.box .tail-top {
	background:url(img/top-border.gif) top repeat-x;
}
.box .tail-bottom {
	background:url(img/bottom-border.gif) bottom repeat-x;
}
.box .corner-bottom-right {
	background:url(img/bottom-right-corner.gif) bottom right no-repeat;
}
.box .corner-bottom-left {
	background:url(img/bottom-left-corner.gif) bottom left no-repeat;
}
.box .corner-top-right {
	background:url(img/top-right-corner.gif) top right no-repeat;
}
.box .corner-top-left {
	background:url(img/top-left-corner.gif) top left no-repeat;
	width:100%;
}
.box-indent {
	padding:3px 10px;
}

/*Menu items appearance
*******************************/

#menu {
	margin:0.5em 0 1em 0;
}
#menu ul {
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	float:left;
	padding:10px 6px 0 6px;
	width:auto;
}
#menu li {
	float:left;
	font-size:1.1em;
	line-height:1.2em;
	margin:0 6px 5px 0;
	min-height:1px;
	position:relative;
	vertical-align:bottom;
	width:auto;
}
#menu a,
#menu li.current_page_item  a {
	background:url(img/menu-right.gif) no-repeat right;
	display:block;
	font-size:1.3em;
	font-style:italic;
	height:30px;
	padding:0px;
	text-decoration:none;
	white-space:nowrap;
}
#menu a span,
#menu li.current_page_item  a span {
	background:url(img/menu-left.gif) no-repeat left;
	color:#3d4918;
	display:block;
	font-size:1em;
	font-style:italic;
	font-weight:700;
	height:12px;
	padding:9px 11px 9px 9px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
}
#menu a:hover,
#menu li.current_page_item a {
	background:url(img/menu-right-ov.gif) no-repeat right;
}
#menu a:hover span,
#menu li.current_page_item a span {
	background:url(img/menu-left-ov.gif) no-repeat left;
	color:#b6d94b;
}
#menu ul ul {
	display:none;
	left:0px;
	position:absolute;
	top:22px;
	width:auto;
	z-index:500;
}
#menu ul ul li a {
	font-weight:700;
	text-align:left;
}
#menu ul ul li a span {
	display:block;
	float:left;
}	
#menu ul ul ul {
	display:none;
	left:100%;
	margin:0;
	top:-10px;
}
#menu ul ul li,
#menu ul ul ul li {
	float:none;
	font-size:1em;
}
#menu li:hover ul ul,
#menu li li:hover ul ul,
#menu li li li:hover ul ul,
#menu li li li li:hover ul ul {
	display:none;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li li li li:hover ul {
	display:block;
}
#menu li a:hover li {
	width:100%;
}

#header-searchform {
	margin:5px 22px 0 10px;
	padding-top:6px;
}
#header-searchform form #sss {
	background:url(img/header-search-bkg.gif) no-repeat;
	border:0;
	color:#d6ec94;
	display:block;
	font-size:1.2em;
	height:21px;
	margin-right:48px;
	padding:5px;
	text-indent:4px;
	width:232px;
}
#header-searchform #header-searchsubmit {
	background:url(img/button-bkg.gif) no-repeat;
	border:0;
	color:#fff;
	cursor:pointer;
	height:30px;
	font-size:1.2em;
	font-style:italic;
	font-weight:700;
	left:250px;
	position:relative;
	top:-31px;
	width:60px;
}
#header-searchform #header-searchsubmit:hover {
	background:url(img/button-ov-bkg.gif) no-repeat;
	color:#b6d94b;
}

#user-log-in,
#posts-navigation {
	color:#fff;
	font-size:1.3em;
	margin:0.5em 0 0 0.4em;
}
#user-log-in .box .tail-right,
#posts-navigation .box .tail-right,
#search-page .box .tail-right {
	background:#b6d94d url(img/green-right-border.gif) right repeat-y;
}
#user-log-in .box .tail-left,
#posts-navigation .box .tail-left,
#search-page .box .tail-left {
	background:url(img/green-left-border.gif) left repeat-y;
}
#user-log-in .box .tail-top,
#posts-navigation .box .tail-top,
#search-page .box .tail-top {
	background:url(img/green-top-border.gif) top repeat-x;
}
#user-log-in .box .tail-bottom,
#posts-navigation .box .tail-bottom,
#search-page .box .tail-bottom {
	background:url(img/green-bottom-border.gif) bottom repeat-x;
}
#user-log-in .box .corner-bottom-right,
#posts-navigation .box .corner-bottom-right,
#search-page .box .corner-bottom-right {
	background:url(img/green-bottom-right-corner.gif) bottom right no-repeat;
}
#user-log-in .box .corner-bottom-left,
#posts-navigation .box .corner-bottom-left,
#search-page .box .corner-bottom-left {
	background:url(img/green-bottom-left-corner.gif) bottom left no-repeat;
}
#user-log-in .box .corner-top-right,
#posts-navigation .box .corner-top-right,
#search-page .box .corner-top-right {
	background:url(img/green-top-right-corner.gif) top right no-repeat;
}
#user-log-in .box .corner-top-left,
#posts-navigation .box .corner-top-left,
#search-page .box .corner-top-left {
	background:url(img/green-top-left-corner.gif) top left no-repeat;
	width:100%;
}
#user-log-in .box .box-indent,
#posts-navigation .box .box-indent,
#search-page .box .box-indent {
	background:none;
	padding:0.9em 1em;
}
#user-name,
#user-log-in a {
	color:#d6ec94;
	text-decoration:none;
}
#user-name:hover,
#user-log-in a:hover {
	color:#fff;
}

/* Main Content
*********************************/

#blog-posts {
	margin-top:1em;
}
#blog-posts li {
	margin-bottom:1em;
}
#main-block {
	float:left;
	margin-left:-0.5em;
	overflow:hidden;
	width:790px;
}
#right-block {
	float:right;
	margin:2em 0 1em 0.5m;
	overflow:hidden;
	width:200px;
}

#blog-posts .post .entry {
	background:url(img/entry-bkg.png) no-repeat 30px 0;
	min-height:170px;
}
#blog-posts .post .title h2 {
	font-size:3.1em;
	font-style:italic;
	line-height:1.2em;
	min-height:145px;
	max-height:145px;
	overflow:hidden;
	padding:0.5em 0.2em;
}
#blog-posts .post .title h2 a {
	color:#3d4918;
	padding:0 5px;
	text-decoration:none;
	text-transform:uppercase;
	word-wrap:break-word;
}
#blog-posts .post .title h2 a:hover {
	color:#d2e891;
}
#blog-posts .post .comments-number {
	border-top:2px solid #d2e891;
	margin-left:-0.5em;
	padding-top:2px;
	padding-bottom:1px;
	text-transform:uppercase;
}
#blog-posts .post .comments-number .comments {
	color:#3d4918;
	display:block;
	font-family: "Trebuchet MS", "Nimbus Mono L", Helvetica, Jamrul, sans-serif;
	font-size:1.2em;
	margin-left:0.8em;
	padding:4px;
}
#blog-posts .post .comments-number .comments a {
	font-size:1em;
	text-decoration:none;
}
#blog-posts .post .comments-number .comments a:hover {
	background:#b6d94d;
	color:#fff;
}
#blog-posts .post .entry p {
	color:#3d4918;
	font-size:1.3em;
	font-style:normal;
	margin:1em 1.2em 1em 1em;
}
#blog-posts .post .entry .read-rest,
#blog-posts .sticky .entry .read-rest,
.search-item .entry-summary .read-rest {
	background:url(img/menu-right.gif) no-repeat right;
	color:#fff;
	display:block;
	float:right;
	font-size:1.1em;
	margin-top:15px;
	padding:0px;
	text-decoration:none;
}
#blog-posts .post .entry .read-rest span,
#blog-posts .sticky .entry .read-rest span,
.search-item .entry-summary .read-rest span {
	background:url(img/menu-left.gif) no-repeat left;
	display:block;
	float:left;
	font-style:italic;
	font-weight:700;
	padding:7px 11px 9px 9px;
	text-align:center;
	white-space:nowrap;
}
#blog-posts .post .entry .read-rest:hover,
.search-item .entry-summary .read-rest:hover {
	background:url(img/menu-right-ov.gif) no-repeat right;
	color:#b6d94d;
}
#blog-posts .post .entry .read-rest span:hover,
.search-item .entry-summary .read-rest span:hover {
	background:url(img/menu-left-ov.gif) no-repeat left;
}
#blog-posts .thumb-img {
	border-left:2px solid #d2e891;
	border-right:2px solid #d2e891;
	height:200px;
	margin:2px 0;
	width:200px;
}

#blog-posts .sticky .box .tail-right,
.nav-entries .box .tail-right {
	background:#b6d94b url(img/sticky-right-border.gif) right repeat-y;
}
#blog-posts .sticky .box .tail-left,
.nav-entries .box .tail-left {
	background:url(img/sticky-left-border.gif) left repeat-y;
}
#blog-posts .sticky .box .tail-top,
.nav-entries .box .tail-top {
	background:url(img/sticky-top-border.gif) top repeat-x;
}
#blog-posts .sticky .box .tail-bottom,
.nav-entries .box .tail-bottom {
	background:url(img/sticky-bottom-border.gif) bottom repeat-x;
}
#blog-posts .sticky .box .corner-bottom-right,
.nav-entries .box .corner-bottom-right {
	background:url(img/sticky-bottom-right-corner.gif) bottom right no-repeat;
}
#blog-posts .sticky .box .corner-bottom-left,
.nav-entries .box .corner-bottom-left {
	background:url(img/sticky-bottom-left-corner.gif) bottom left no-repeat;
}
#blog-posts .sticky .box .corner-top-right,
.nav-entries .box .corner-top-right {
	background:url(img/sticky-top-right-corner.gif) top right no-repeat;
}
#blog-posts .sticky .box .corner-top-left,
.nav-entries .box .corner-top-left {
	background:url(img/sticky-top-left-corner.gif) top left no-repeat;
	width:100%;
}
#blog-posts .sticky .box-indent {
	padding:4px 10px 3px;
}

#blog-posts .sticky .entry {
	background:url(img/sticky-title-bkg.png) no-repeat 60px 0;
	min-height:170px;
}
#blog-posts .sticky .title h2 a {
	color:#fff;
	word-wrap:break-word;
}
#blog-posts .sticky .title h2 a:hover {
	background:inherit;
	color:#3d4918;
}
#blog-posts .sticky .comments-number {
	border-top:2px solid #fff;
	padding-bottom:0;
}
#blog-posts .sticky .comments-number .comments a {
	color:#fff;
}
#blog-posts .sticky .comments-number .comments a:hover {
	background:#3d4918;
	color:#b6d94d;
}
#blog-posts .sticky .thumb-img {
	border-color:#fff;
	margin:1px 0 2px 0;
}
#blog-posts .sticky .entry p {
	color:#272f0f;
	font-style:italic;
}
#blog-posts .sticky .entry .read-rest {
	background:url(img/sticky-btn-right-ov.gif) no-repeat right center;
	border:0;
	color:#b6d94d;
	font-style:normal;
}
#blog-posts .sticky .entry .read-rest span {
	background:url(img/sticky-btn-left.gif) no-repeat left center;
}
#blog-posts .sticky .entry .read-rest:hover {
	background:url(img/sticky-btn-right.gif) no-repeat right center;
	color:#fff;
}
#blog-posts .sticky .entry .read-rest span:hover {
	background:url(img/sticky-btn-left-ov.gif) no-repeat left center;
}

.nav-entries {
	font-weight:700;
	margin:1em 0;
	overflow:hidden;
	width:auto;
}
.nav-entries .prev a,
.nav-entries .next a {
	float:left;
	font-size:1.5em;
	text-decoration:none;
}
.nav-entries .next a {
	float:right;
}
.nav-entries .prev a:hover span,
.nav-entries .next a:hover span {
	color:#fefefe;
}
.nav-entries .prev a span,
.nav-entries .next a span {
	color:#3d4918;
	display:block;
	padding:5px 2px 8px 2px;
	text-align:center;
}

#single-post .title {
	margin:0 0 10px 10px;
}
#single-post .title h2 {
	color:#88b00c;
	font-size:2.8em;
	font-style:italic;
	font-weight:700;
	line-height:1em;
	min-height:15px;
	padding:5px 0;
	text-transform:uppercase;
}
#single-post .postdata {
	margin-top:7px;
}
#single-post .postdata  a:hover {
	color:#3d4918;
}
#single-post .box .tail-right,
#single-post .even .odd .even .box .tail-right,
#single-post .odd .even .box .tail-right {
	background:#fff url(img/white-right-border.gif) right repeat-y;
}
#single-post .box .tail-left,
#single-post .even .odd .even .box .tail-left,
#single-post .odd .even .box .tail-left {
	background:url(img/white-left-border.gif) left repeat-y;
}
#single-post .box .tail-top,
#single-post .even .odd .even .box .tail-top,
#single-post .odd .even .box .tail-top {
	background:url(img/white-top-border.gif) top repeat-x;
}
#single-post .box .tail-bottom,
#single-post .even .odd .even .box .tail-bottom,
#single-post .odd .even .box .tail-bottom {
	background:url(img/white-bottom-border.gif) bottom repeat-x;
}
#single-post .box .corner-bottom-right,
#single-post .even .odd .even .box .corner-bottom-right,
#single-post .odd .even .box .corner-bottom-right {
	background:url(img/white-bottom-right-corner.gif) bottom right no-repeat;
}
#single-post .box .corner-bottom-left,
#single-post .even .odd .even .box .corner-bottom-left,
#single-post .odd .even .box .corner-bottom-left {
	background:url(img/white-bottom-left-corner.gif) bottom left no-repeat;
}
#single-post .box .corner-top-right,
#single-post .even .odd .even .box .corner-top-right,
#single-post .odd .even .box .corner-top-right {
	background:url(img/white-top-right-corner.gif) top right no-repeat;
}
#single-post .box .corner-top-left,
#single-post .even .odd .even .box .corner-top-left,
#single-post .odd .even .box .corner-top-left {
	background:url(img/white-top-left-corner.gif) top left no-repeat;
	width:100%;
}
#single-post .box-indent {
	padding:0.5em 1em 0.5em;
}
#single-post .the-time {
	color:#88b00c;
	font-size:1.3em;
	margin:0.4em 0;
}
#single-post .the-time p {
	line-height:1.2em;
}
#single-post .the-time p span {
	color:#3d4918;
}
#author-green {
	background:#b6d94d;
	margin:0 -0.7em 0.4em -0.7em;
}
#author-pict {
	border:2px solid #fff;
	border-radius:5px;
	margin:0.4em 0.2em;
}
#author-name {
	font-size:1.2em;
	margin-top:2em;
	text-align:center;
}
#author-name a {
	color:#fff;
	line-height:1.2em;
}
#author-name a:hover {
	text-decoration:none;
}
#category,
#post-tags,
#edit-post {
	border-bottom:2px solid #b6d94b;
	font-size:1.2em;
	line-height:1.2em;
	margin:0 -0.6em 0.5em -0.6em;
	padding:0.3em 0.2em;
}
#category span,
#post-tags p,
#edit-post p {
	display:block;
	padding:0 0.3em;
}
#comments-number {
	font-size:1.2em;
	line-height:1.2em;
	margin:0.3em 0 0.4em -0.1em;
}
#page-comments {
	display:block;
	font-size:1.3em;
	line-height:1.2em;
	margin:11px 0 0 0;
}
#page-comments  a {
	color:#3d4918;
}
#page-comments  a:hover {
	color:#88b00c;
}
#post-tags,
#edit-post {
	border-top:2px solid #b6d94b;
	border-bottom:0;
}
#post-tags a,
#edit-post a,
#category a,
.comments a {
	font-weight:700;
}
.w180 .box-indent h3 {
	color:#5c7412;
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:1.9em;
	font-style:italic;
	font-weight:700;
	padding:4px 0 0 0;
	text-transform:uppercase;
}
#random-articles {
	margin:0 -0.7em;
	padding:0.5em 0;
}
#random-articles li {
	border-top:2px solid #b6d94b;
	font-size:1.4em;
	line-height:1.3em;
	padding:0.4em 0.6em;
}
#random-articles li a {
	color:#5c7412;
	font-style:italic;
	max-width:150px;
	text-decoration:none;
	word-wrap:break-word;
}
#random-articles li a:hover {
	color:#b6d94b;
}

#posts-navigation {
	color:#fff;
	font-size:1.3em;
	margin:0.5em 0 0 0.8em;
}
#posts-navigation .box .tail-right {
	background:#b6d94d url(img/green-right-border.gif) right repeat-y;
}
#posts-navigation .box .tail-left {
	background:url(img/green-left-border.gif) left repeat-y;
}
#posts-navigation .box .tail-top {
	background:url(img/green-top-border.gif) top repeat-x;
}
#posts-navigation .box .tail-bottom {
	background:url(img/green-bottom-border.gif) bottom repeat-x;
}
#posts-navigation .box .corner-bottom-right {
	background:url(img/green-bottom-right-corner.gif) bottom right no-repeat;
}
#posts-navigation .box .corner-bottom-left {
	background:url(img/green-bottom-left-corner.gif) bottom left no-repeat;
}
#posts-navigation .box .corner-top-right {
	background:url(img/green-top-right-corner.gif) top right no-repeat;
}
#posts-navigation .box .corner-top-left {
	background:url(img/green-top-left-corner.gif) top left no-repeat;
	width:100%;
}
#posts-navigation .box .box-indent {
	background:none;
	padding:12px 10px;
}
#posts-navigation span {
	display:block;
	font-size:1.1em;
	width:47%;
}
#posts-navigation a {
	color:#fff;
	font-weight:700;
	text-decoration:none;
}
#posts-navigation a:hover {
	color:#3d4918;
	text-decoration:none;
}
#posts-navigation .next img,
#posts-navigation .prev img {
	border:1px solid #fff;
	border-radius:5px;
}

#single-post .odd .box .tail-right,
#single-post .odd .even .odd .box .tail-right,
#single-post #comment-box .box .tail-right,
.widget .box .tail-right,
#single-post .title .box .tail-right,
#archive-page .box .tail-right,
#comments-title .box .tail-right {
	background:#fff url(img/dark-right-border.gif) right repeat-y;
}
#single-post .odd .box .tail-left,
#single-post .odd .even .odd .box .tail-left,
#single-post #comment-box .box .tail-left,
.widget .box .tail-left,
#single-post .title .box .tail-left,
#archive-page .box .tail-left,
#comments-title .box .tail-left {
	background:url(img/dark-left-border.gif) left repeat-y;
}
#single-post .odd .box .tail-top,
#single-post .odd .even .odd .box .tail-top,
#single-post #comment-box .box .tail-top,
.widget .box .tail-top, #single-post .title .box .tail-top,
#archive-page .box .tail-top,
#comments-title .box .tail-top {
	background:url(img/dark-top-border.gif) top repeat-x;
}
#single-post .odd .box .tail-bottom,
#single-post .odd .even .odd .box .tail-bottom,
#single-post #comment-box .box .tail-bottom,
.widget .box .tail-bottom,
#single-post .title .box .tail-bottom,
#archive-page .box .tail-bottom,
#comments-title .box .tail-bottom {
	background:url(img/dark-bottom-border.gif) bottom repeat-x;
}
#single-post .odd .box .corner-bottom-right,
#single-post .odd .even .odd .box .corner-bottom-right,
#single-post #comment-box .box .corner-bottom-right,
.widget .box .corner-bottom-right,
#single-post .title .box .corner-bottom-right,
#archive-page .box .corner-bottom-right,
#comments-title .box .corner-bottom-right {
	background:url(img/dark-bottom-right-corner.gif) bottom right no-repeat;
}
#single-post .odd .box .corner-bottom-left,
#single-post .odd .even .odd .box .corner-bottom-left,
#single-post #comment-box .box .corner-bottom-left,
.widget .box .corner-bottom-left,
#single-post .title .box .corner-bottom-left,
#archive-page .box .corner-bottom-left,
#comments-title .box .corner-bottom-left {
	background:url(img/dark-bottom-left-corner.gif) bottom left no-repeat;
}
#single-post .odd .box .corner-top-right,
#single-post .odd .even .odd .box .corner-top-right,
#single-post #comment-box .box .corner-top-right,
.widget .box .corner-top-right,
#single-post .title .box .corner-top-right,
#archive-page .box .corner-top-right,
#comments-title .box .corner-top-right {
	background:url(img/dark-top-right-corner.gif) top right no-repeat;
}
#single-post .odd .box .corner-top-left,
#single-post .odd .even .odd .box .corner-top-left,
#single-post #comment-box .box .corner-top-left,
.widget .box .corner-top-left,
#single-post .title .box .corner-top-left,
#archive-page .box .corner-top-left,
#comments-title .box .corner-top-left {
	background:url(img/dark-top-left-corner.gif) top left no-repeat;
	width:100%;
}

.green .box .tail-right,
#search-page .search-item .box .tail-right,
#page-not-found .box .tail-right {
	background:#fff url(img/white-right-border.gif) right repeat-y;
}
.green .box .tail-left,
#search-page .search-item .box .tail-left,
#page-not-found .box .tail-left {
	background:url(img/white-left-border.gif) left repeat-y;
}
.green .box .tail-top,
#search-page .search-item .box .tail-top,
#page-not-found .box .tail-top {
	background:url(img/white-top-border.gif) top repeat-x;
}
.green .box .tail-bottom,
#search-page .search-item .box .tail-bottom,
#page-not-found .box .tail-bottom {
	background:url(img/white-bottom-border.gif) bottom repeat-x;
}
.green .box .corner-bottom-right,
#search-page .search-item .box .corner-bottom-right,
#page-not-found .corner-bottom-right {
	background:url(img/white-bottom-right-corner.gif) bottom right no-repeat;
}
.green .box .corner-bottom-left,
#search-page .search-item .box .corner-bottom-left,
#page-not-found .box .corner-bottom-left {
	background:url(img/white-bottom-left-corner.gif) bottom left no-repeat;
}
.green .box .corner-top-right,
#search-page .search-item .box .corner-top-right,
#page-not-found .box .corner-top-right {
	background:url(img/white-top-right-corner.gif) top right no-repeat;
}
.green .box .corner-top-left,
#search-page .search-item .box .corner-top-left,
#page-not-found .box .corner-top-left {
	background:url(img/white-top-left-corner.gif) top left no-repeat;
	width:100%;
}

/*Post content
*******************************/

.entry {
	font-size:1.1em;
	margin:5px 0 10px 10px;
	overflow:hidden;
}
.entry h1,
.post .entry h2,
.post .entry h3,
.post .entry h4,
.post .entry h5,
.post .entry h6 {
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
}
#single-post .post .entry h1,
#single-post .page .entry h1 {
	font-size:3.2em;
	margin:0.2em 0.5em 0.2em 0;
	padding:0.2em;
	text-align:left;
}
.entry h2 {
	color:#3d4918;
	font-size:2.8em;
	margin:0.5em 0.5em 0.5em 0;
	max-height:auto;
	min-height:auto;
	padding:0.3em;
}
.entry h3,
#search-again h3,
#search-again-404 h3 {
	clear:both;
	color:#88b00c;
	font-size:2em;
	margin:0.6em 1em 0.6em 0;
	padding:5px;
}
.entry p {
	color:#3d4918;
	font-size:1.3em;
	margin:0.5em 0;
}
.entry h4,
.entry h5,
.entry h6 {
	color:#554528;
	font-style:italic;
	margin:0.4em 1em 0.6em 0;
	padding:0.4em 0.5em;
}
.entry a {
	color:#88b00c;
}
.entry a:hover {
	color:#3d4918;
}
li.post .entry div,
li.page .entry div {
	font-size:1.2em;
	max-width:570px;
}
li.post .entry div div,
li.page .entry div div {
	background:none;
	color:#3d4918;
	font-size:1em;
	margin:0.3em 0;
}
.entry .clear-both,
.post .entry div .clear-both {
	border:0;
	margin:0;
}
.entry blockquote {
	color:#3d4918;
	font-size:1.1em;
	font-style:italic;
	font-weight:500;
	line-height:1.5em;
	margin:15px 10px;
	padding:0 0 0 18px;
}
.entry blockquote:before {
	content:open-quote;
	margin-left:-3px;
}
.entry blockquote:after {
	content:close-quote;
	margin-left:515px;
	margin-top:0px;
}
.entry blockquote p {
	font-size:1.1em;
}
.entry table {
	border-collapse:collapse;
	margin:1em;
}
.entry table th {
	border:1px solid #3d4918;
	color:#3d4918;
	font-size:1.1em;
	font-weight:700;
	padding:0.4em;
	text-align:center;
}
.entry table td {
	border:1px solid #3d4918;
	padding:0.3em;
}
.entry dl {
	color:#3d4918;
	line-height:1.4;
	margin:1em;
	padding:1em 0.3em;
}
.entry dl dt {
	font-size:1.2em;
	font-weight:700;
	margin:0;
}
.entry address {
	font-size:1.1em;
	font-style:italic;
	line-height:1.3em;
	margin:1em 1em;
	padding:0.6em;
}
.entry acronym {
	font-weight:800;
}
.entry big {
	font-size:1.2em;
}
.entry code {
	font-weight:800;
}
.entry s {
	text-decoration:line-through;
}
.entry ul,
.entry ol,
.entry ul ul,
.entry ul ol,
.entry ol ol,
.entry ol ul,
#author-credentials ul {
	color:#5c7412;
	font-size:1.3em;
	margin:0.5em;
	padding-left:10px;
}
.entry ul ol,
.entry ol,
.entry ol ol {
	list-style-type:upper-roman;
}
.entry ul ul,
.entry ul ol,
.entry ol ol,
.entry ol ul {
	font-size:1em;
}
.entry ul li,
#author-credentials ul li {
	background:none;
	margin-bottom:0.3em;
	padding:0.2em 0.5em;
}
.entry ul li,
.entry ul li li {
	background:url(img/bulet-list.gif) no-repeat 0 3px;
	padding-left:19px;
}
.entry ol li {
	background:none;
	color:#76725e;
	line-height:1.5em;
	margin-bottom:0.4em;
	margin-left:10px;
	padding-left:10px;
}
.entry pre {
	border:1px solid #3d4918;
	color:#3d4918;
	margin:0.5em 1em;
}
.entry ins {
	color:#88b00c;
	font-weight:700;
}
.entry img.wp-smiley {
	background:none;
	border:0;
	margin:0;
	padding:0;
}
.entry q:beforem
.entry q:after {
	content:open-quote;
}
.entry p label input {
	border:1px solid #88b00c;
	margin:1em 0;
}
.entry p input {
	border:1px solid #88b00c;
	color:#88b00c;
}
.entry img {
	border:2px solid #88b00c;
	border-radius:5px;
	height:auto;
	margin:3px 6px;
	max-width:570px;
	padding:0;
}
.entry .wp-caption img {
	max-width: 95%;
}
.entry img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.entry object,
.entry embed {
	max-width:580px;
}
.entry .wp-caption  p.wp-caption-text {
	color:#3d4918;
	font-size:1.1em;
	margin:0;
	max-width:570px;
	text-align:center;
}
.more-pages {
	margin:0 0 15px 0;
	padding:0;
}
.more-pages p.link-to-page {
	color:#4d4330;
	font-size:1.3em;
	margin:0.5em 0.5em 1.2em 0;
}
.more-pages p.link-to-page a {
	padding:2px;
}

/*Post Entry - Captions
*******************************/

dl.gallery-item {
   margin-left:0px;
}
dl.gallery-item dt {
	text-decoration: none;
}
dl.gallery-item dd {
	margin-left:0px;
	padding-left:0px;
}
.entry .caption,
.entry p .caption {
   display:block;
   margin:0px auto;
   margin-bottom:2em;
   padding-top:0px;
   font-size:9pt;
   line-height:1em;  
   height:auto;
   letter-spacing:0em;
   text-align: center; 
}
.entry .wp-caption-text em,
.entry .caption em {
   display:block;
}
.entry p .caption,
.entry .caption em {
   display:inline;
}
.entry .caption {
   margin-top:-10px;
}
.entry .wp-caption + .caption {
	margin-top: 10px;
}
.entry .caption .script {
	line-height: 1.3em;
}

.entry .gallery {
	margin: 8px auto;
	padding:10px 0
	text-align: center;
}
.entry .gallery .gallery-item {
	float: left;
	margin: 0px auto;
	position:relative;
	text-align: center;
}
.entry .gallery img {
	border: 1px solid #cfcfcf;
	margin:0;padding:0;border:2px solid #88b00c;border-radius:5px
}
.entry .gallery .gallery-caption {
	background-color: #333;
	border: none;
	bottom:7px;
	color: #fff;
	display: none;
	float: none;
	left: 2px;
	max-height:60%;
	margin: 0px auto;
	opacity: 0.7;
	overflow: hidden;
	padding: 0;
	position:absolute;
	text-align: center;
	text-shadow: 1px 1px 0px #000;
	z-index: 10;
}
.entry  .gallery .gallery-item:hover > .gallery-caption {
	display:block;
}
.gallery-columns-1 {
	max-width: 150px;
	width: 150px;
}
.gallery-columns-1 .gallery-item {
	max-width: 150px;
	width: 150px;
}
.entry  .gallery-columns-1 img {
	height: auto;
	max-width: 150px;
	max-height: 150px;
}
.gallery-columns-1 .gallery-caption {
	min-width: 149px;
	max-width: 149px;
}
.gallery-columns-2 {
	max-width: 308px;
	width: 308px;
}
.gallery-columns-2 .gallery-item {
	max-width: 154px;
	width: 154px;
}
.entry  .gallery-columns-2 img {
	height: auto;
	max-width: 151px;
	max-height: 151px;
}
.gallery-columns-2 .gallery-caption {
	min-width: 149px;
	max-width: 149px;
}
.gallery-columns-3 {
	max-width: 450px;
	width: 450px;
}
.gallery-columns-3 .gallery-item {
	max-width: 150px;
	width: 150px;
}
.entry  .gallery-columns-3 img {
	height: auto;
	max-width: 150px;
	max-height: 150px;
}
.gallery-columns-3 .gallery-caption {
	min-width: 149px;
	max-width: 149px;
}
.gallery-columns-4 {
	max-width: 570px;
	width: 570px;
}
.gallery-columns-4 .gallery-item {
	max-width: 142px;
	width: 142px;
}
.entry  .gallery-columns-4 img {
	height: auto;
	max-width: 141px;
	max-height: 141px;
}
.gallery-columns-4 .gallery-caption {
	min-width: 141px;
	max-width: 141px;
}
.gallery-columns-5 {
	max-width: 570px;
	width: 570px;
}
.gallery-columns-5 .gallery-item {
	max-width: 114px;
	width: 114px;
}
.entry  .gallery-columns-5 img {
	height: auto;
	max-width: 111px;
	max-height: 111px;
}
.gallery-columns-5 .gallery-caption {
	font-size: 0.8em;
	min-width: 110px;
	max-width: 110px;
}
.gallery-columns-6 {
	max-width: 570px;
	width: 570px;
}
.gallery-columns-6 .gallery-item {
	max-width: 95px;
	width: 95px;
}
.entry  .gallery-columns-6 img {
	height: auto;
	max-width: 92px;
	max-height: 92px;
}
.gallery-columns-6 .gallery-caption {
	font-size: 0.67em;
	min-width: 91px;
	max-width: 91px;
}
.gallery-columns-7 {
	max-width: 570px;
	width: 570px;
}
.gallery-columns-7 .gallery-item {
	max-width: 81px;
	width: 81px;
}
.entry  .gallery-columns-7 img {
	height: auto;
	max-width: 78px;
	max-height: 78px;
}
.gallery-columns-7 .gallery-caption {
	font-size: 0.6em;
	min-width: 77px;
	max-width: 77px;
}
.gallery-columns-8 {
	max-width: 570px;
	width: 570px;
}
.gallery-columns-8 .gallery-item {
	max-width: 71px;
	width: 71px;
}
.entry  .gallery-columns-8 img {
	height: auto;
	max-width: 68px;
	max-height: 68px;
}
.gallery-columns-8 .gallery-caption {
	font-size: 0.6em;
	min-width: 67px;
	max-width: 67px;
}
.gallery-columns-9 {
	max-width: 570px;
	width: 570px;
}
.gallery-columns-9 .gallery-item {
	max-width: 63px;
	width: 63px;
}
.entry  .gallery-columns-9 img {
	height: auto;
	max-width: 60px;
	max-height: 60px;
}
.gallery-columns-9 .gallery-caption {
	font-size: 0.6em;
	min-width: 59px;
	max-width: 59px;
}
.gallery-columns-10 {
	max-width: 570px;
	width: 570px;
}
.gallery-columns-10 .gallery-item {
	max-width: 57px;
	width: 57px;
}
.entry  .gallery-columns-10 img {
	height: auto;
	max-width: 54px;
	max-height: 54px;
}
.gallery-columns-10 .gallery-caption {
	font-size: 0.5em;
	min-width: 53px;
	max-width: 53px;
}
.entry .gallery-caption {
	border:1px solid #3d4918;
	color:#88b00c;
	padding:0;
	text-align:center;
}
.entry .gallery-caption img {
	margin:0;
	margin-right:5px;
}
.entry  dl.gallery-item {
	margin:0;
	padding:0;
}
#archive-page li {
	line-height:1.2em;
}
#archive-page h3 {
	border-bottom:2px solid #3d4918;
	margin:5px -7px;
	padding:6px 12px;
}

#has-children li {
	background:none;
	font-size:1em;
	padding-left:0;
}
#has-children li a,
a.parent {
	color:#3d4918;
	display:block;
	font-size:1.1em;
	line-height:1em;
	margin:5px 0;
	max-width:250px;
	min-width:75px;
}
a.parent {
	font-size:1.45em;
	margin-left:18px;
}
#has-children li a:hover,
a.parent:hover {
	color:#88b00c;
}
#has-children .children {
	margin:0;
	padding-left:0;
}
#has-children .children li {
	padding-left:0;
}

#no-comment-form {
	color:#88b00c;
	font-size:1.5em;
	font-weight:700;
	margin:10px 0 6px 12px;
}

.children-pages li a {
	line-height:1.4em;
}
.comments-navigation,
.search-navigation {
	margin:0.8em 0 2em 0;
	width:100%;
}
.search-navigation {
	width:988px;
}
.comments-navigation .prev a,
.comments-navigation .next a,
.search-navigation .prev a,
.search-navigation .next a {
	background:url(img/comm-nav.gif) no-repeat;
	color:#3d4918;
	float:left;
	font-size:1.4em;
	height:20px;
	padding:0.4em 0 0.2em 0;
	text-align:center;
	text-decoration:none;
	width:140px;
}
.comments-navigation .next a,
.search-navigation .next a {
	float:right;
}
.comments-navigation .prev a:hover,
.comments-navigation .next a:hover,
.nav-entries .prev a:hover,
.nav-entries .next a:hover,
.search-navigation .prev a:hover,
.search-navigation .next a:hover {
	color:#88b00c;
	text-decoration:none;
}

/*Calendar appearance
*******************************/

#wp-calendar {
	font-size:1em;
	margin:1em 0;
	padding:0.3em;
	width:175px;
}
#wp-calendar caption {
	color:#3d4918;
	font-size:1.4em;
	font-weight:700;
	margin-bottom:0.5em;
	padding:0.4em 0.5em 0.4em 0;
	text-align:right;
}
#wp-calendar tbody{
	margin-top:3px;
}
#wp-calendar thead th {
	color:#88b00c;
	font-size:1.2em;
	font-weight:700;
	padding:0.3em;
	text-align:center;
}
#wp-calendar td {
	color:#88b00c;
	font-size:1.1em;
	padding:0.3em;
	text-align:center;
}
#wp-calendar tbody td a {
	color:#3d4918;
	padding:0.1em;
}
#wp-calendar tbody td a:hover,
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
	color:#3d4918;
}
#wp-calendar #prev {
	font-size:1.3em;
	padding-top:0.4em;
	text-align:left;
}
#wp-calendar #next {
	font-size:1.3em;
	padding-top:0.4em;
	text-align:right;
}
#wp-calendar #prev a,
#wp-calendar #next a  {
	color:#3d4918;
}

/* Right Sidebar
 *******************************/
 
#right-block ul {
	padding:0;
	padding-bottom:6px;
}
#right-block ul li {
	background:url(img/bulet-list.gif) no-repeat 0 2px;
	color:#88b00c;
	font-size:1.3em;
	line-height:1em;
	margin:0.5em 0.6em;
	padding:0 0.5em;
}
#right-block ul li a {
	color:#3d4918;
	line-height:1.4em;
	padding:0.1em 0.5em 0.1em 1em;
}
#right-block ul li a:hover {
	text-decoration:none;
	color:#88b00c;
}
#right-block ul ul {
	padding:0;
}
#right-block li li {
	border:none;
	font-size:1em;
	margin-top:0.5em;
	padding:0 0 0 1em;
}
#right-block a:hover {
	color:#3d4918;
}
#right-block h3 {
	border-bottom:2px solid #3d4918;
	color:#88b00c;
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:2em;
	font-style:italic;
	font-weight:700;
	line-height:1.2em;
	margin:3px -7px 7px -7px;
	padding:0.1em 0.5em;
	text-transform:uppercase;
}
#right-block .green h3 {
	border-color:#b6d94b;
	color:#3d4918;
}
#right-block .widget {
	margin:0 0 15px 0;
	min-height:20px;
}
#right-block select {
	border:1px solid #3d4918;
	color:#88b00c;
	font-size:1.2em;
	margin:10px 0 10px 6px;
	width:160px;
}
#right-block option {
	border-top:1px solid #3d4918;
	margin:0;
}
#right-block option:hover {
	background:#88b00c;
	color:#fff;
	cursor:pointer;
}
.widget h3 {
	margin-top:0.3em;
}
#right-block .box-indent div {
	font-size:1.2em;
}
.tags {
	font-size:1.2em;
	padding:1em 1em 2em 1em;
}
.tags a {
	line-height:1.2em;
}
#right-block .box-indent {
	overflow:hidden;
}
#right-block .box-indent div {
	padding:6px 0;
}
#right-block .box-indent div a {
	line-height:1.1em;
}
#right-block .box-indent .textwidget {
	color:#3d4918;
	font-size:1.3em;
	line-height:1.4em;
	margin:0.7em 0;
	padding:4px 2px;
}
#right-block img {
	border:2px solid #88b00c;
	border-radius:5px;
	height:auto;
	max-width:170px;
	padding:0;
}
#right-block object, embed {
	max-width:170px;
}
#right-block .box-indent .tagcloud {
	font-size:1.5em;
}

/* Comments
 *******************************/
 
#comments {
	margin:1em 0 0.5em 1em;
}
#recentcomments {
	line-height:1.4;
	padding:0 1.2em 1.2em;
}
#right-block #recentcomments li {
	background:0;
	padding-left:0;
	text-indent:6px;
}
#recentcomments li .url {
	color:#3d4918;
}
#recentcomments li a,
#recentcomments li a:hover {
	border:0;
	padding:0;
}

#leavecomment {
	color:#3d4918;
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:1.8em;
	font-style:italic;
	margin:10px 0;
	padding:10px 0 10px 10px;
}
.comments-list .avatar {
	float:left;
	margin:0;
}
.even .avatar,
.odd .even .avatar,
.even .odd .even .avatar {
	border:1px solid #b6d94b;
}
.odd .avatar,
.even .odd .avatar {
	border:1px solid #3d4918;
}
.comments-list {
	margin:0;
}
.comments-list li {
	line-height:1.2em;
	list-style:none;
	margin-bottom:0.4em;
	margin-top:0.5em;
	padding:0.3em 0;
}
.comments-list cite {
	font-size:1.3em;
	font-style:normal;
	font-weight:700;
	margin:0 0.4em;
}
.comments-list small {
	font-size:1em;
}
.comments-list .says,
.comments-list .comment-meta {
	font-size:1.2em;
}
.comments-list .says {
	color:#3d4918;
	margin-top:5px;
}
.comments-list .comm-date {
	font-size:1.2em;
}
.comments-list li .comment-author {
	float:left;
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:1.1em;
	width:100%;
}
.even .comment-meta,
.odd .even .comment-meta,
.even .odd .even .comment-meta {
	border-bottom:2px solid #b6d94b;
	margin:0 -7px;
	padding-bottom:0.2em;
}
.odd .comment-meta,
.even .odd .comment-meta {
	border-bottom:2px solid #3d4918;
	margin:0 -7px;
	padding-bottom:0.2em;
}
.comments-list li .comment-meta a {
	line-height:1.3em;
}
.comments-list li .comment-meta .comment-edit-link {
	display:block;
	float:right;
	font-weight:700;
	margin-right:0.5em;
	width:110px;
}
.comments-list li .children .comment-meta {
	width:auto;
}
.comments-list li .children .children .comment-meta {
	width:auto;
}
.comments-list li p {
	font-size:1.2em;
	padding:0.5em;
}
.comments-list li .moderation {
	background:#b6d94b;
	color:#3d4918;
	font-size:1.3em;
	font-weight:700;
	margin:0 0 0.5em 8.3em;
}
#respond .must-log-in {
	color:#3d4918;
	font-size:1.3em;
	font-weight:700;
	margin:5px 20px;
}
#respond .must-log-in a:hover {
	color:#3d4918;
}

#comment-box {
	margin:0 0 10px 10px}
#reply-title {
	color:#3d4918;
	font-size:1.9em;
	font-style:italic;
	margin:0 0.7em 0 0.6em;
	padding:0.5em 0.5em 0.4em;
	width:95%;
}
#reply-title small a {
	color:#88b00c;
	float:right;
	font-size:0.8em;
	font-weight:700;
}
#reply-title small a:hover {
	color:#3d4918;
}
#commentform {
	margin:0.8em 1.3em 0.5em 1.5em;
}
#commentform  input,
#commentform  textarea {
	margin:0.5em 0;
	padding:0.2em;
}
#commentform  textarea {
	width:97%;
}
#commentform  input {
	background:url(img/input-bkg.gif) no-repeat;
	border:0;
	font-size:1.2em;
	height:20px;
	text-indent:0.5em;
	width:200px;
}
#comment {
	border:1px solid #fff;
	font-size:1.2em;
	height:110px;
	outline:none;
}
#commentform  p label {
	color:#88b00c;
	display:block;
	font-size:1.1em;
	font-weight:700;
	margin:0.8em 0 0.4em 0;
	width:200px;
}
#commentform .comment-form-comment label {
	font-size:1.4em;
	font-weight:700;
	margin-top:1em;
}
#respond #commentform .comment-notes {
	border:0;
	color:#88b00c;
	font-size:1.2em;
	font-weight:700;
	margin:0.5em 1em 0.5em 0;
	padding:0.6em 0;	
}
p#nocomments {
	color:#3d4918;
	display:block;
	font-size:2em;
	height:25px;
	margin:10px;
	padding:15px;
	text-align:center;
}
.comments-list li .logged-in-as,
#respond #commentform .logged-in-as {
	color:#88b00c;
	border:0;
	float:left;
	font-size:1.3em;
	margin:1.2em 0;
	width:220px;
}
#respond {
	font-size:1em;
	margin-top:1em;
	padding-bottom:7px;
}
#respond #commentform p {
	font-size:1em;
	padding:0;
}
#respond #commentform .form-allowed-tags {
	clear:both;
	color:#5c7412;
	font-size:1.2em;
	font-weight:700;
	line-height:1.3em;
	margin:15px 15px 5px 1px;
	padding:10px 0;
}
.form-allowed-tags code {
	font-weight:400;
}

.comments-list li .children #respond #commentform .comment-form-email,
.comments-list li .children #respond #commentform .comment-form-author,
.comments-list li .children #respond #commentform .comment-form-url,
.comments-list li .children #respond #commentform .comment-form-comment {
	background:none;
	border:0;
	margin:0.5em 0;
	padding:0;
	width:200px;
}
.comments-list li .children #respond .comment-notes,
.comments-list li .children #respond p.form-allowed-tags {
	border:0;
	padding-left:0;
}

#commentform  #submit,
.children #commentform  #submit,
.children .children #commentform  #submit {
	background:url(img/submit-bkg.gif) no-repeat;
	color:#88b00c;
	cursor:pointer;
	display:block;
	font-size:1.3em;
	font-weight:700;
	height:30px;
	margin-bottom:5px;
	padding:3px 0 6px 0;
	text-align:center;
	width:200px;
}
#commentform  #submit:hover {
	color:#3d4918;
}

/* Nested Comments. Feel free to style this section
*********************************/

.comments-list .comment-body {
	font-size:1.1em;
	margin:0;
	padding:1em 0;
}
.comments-list .comment-author-administrator  .comment-meta p {
	font-size:1.2em;
	color:#9d6503;
}
.comments-list .comment-author-administrator  .comment-body {}
.comments-list .comment-author-administrator  .children .children .comment-author-administrator .comment-meta p {
	color:#9d6503;
	font-size:1.2em;
}
.comments-list .comment-author-administrator  .children li .comment-meta p {
	color:#3d4918;
	font-size:1.2em;
}
.comments-list .comment-author-administrator  .children li .comment-author-administrator .comment-meta p {
	color:#9d6503;
	font-size:1.2em;
}
.comments-list .comment-author-administrator  .children li .comment-author-administrator .comment-body {}
.comments-list .comment-author-administrator  .children .children li .comment-meta p {
	color:#3d4918;
	font-size:1em;
}
.comments-list .comment-author-administrator  .children .children li .comment-body {}

.comments-list li .vcard .fn .url {
	text-decoration:none;
}
.comments-list li .vcard .fn .url:hover {
	color:#3d4918;
}
.comments-list li .comment-meta a,
.comments-list li .comment-meta .comment-reply-link:hover {
	color:#b6d94d;
	padding:0.2em 0 0.2em 0.5em;
	text-align:center;
	text-decoration:none;
}
.comments-list li .comment-meta .comment-reply-link:hover {
	margin-top:0.5em;
}
.comments-list li .comment-meta a:hover {
	color:#3d4918;
}
.comments-list li .comment-meta .comment-reply-link {}
.comments-list li .reply a {
	background:url(img/opinion-bkg.gif) no-repeat;
	color:#fff;
	display:block;
	font-size:1.1em;
	font-weight:700;
	margin:5px 0 2px -3px;
	padding:5px 7px;
	text-align:center;
	text-decoration:none;
	width:105px;
}
.comments-list li .reply .comment-reply-link:hover {
	color:#d2e891;
}
.comments-list li .children {
	list-style:none;
	margin:0.3em 0 0;
	text-indent:0;
}
.comments-list li .children .depth-2,
.comments-list li .children .depth-3,
.comments-list li .children .depth-4,
.comments-list li .children .depth-5 {
	margin:0 0 0.3em 2.5em;
}
.comments-list .pingback {
	font-size:0.9em;
}
.comments-list .pingback  .reply a {
	font-size:1.2em;
	line-height:1.2em;
}
.comments-list .pingback .comment-meta p {
	border:0;
	font-style:italic;
	margin:1em 0.6em;
	padding:0.3em 0;
}
.comments-list .bypostauthor .comment-body p,
.comments-list .children .bypostauthor .comment-body p,
.comments-list .children .children .bypostauthor .comment-body p {
	color:#1d2505;
	font-size:1.2em;
	font-weight:700;
}
.comments-list .bypostauthor .children li p, .comments-list .children .bypostauthor .children li p {
	font-size:1.2em;
	font-weight:400;
}
.even .comment-body p,
.odd .even .comment-body p,
.even .odd .even .comment-body p {
	color:#88b00c;
}
.odd .comment-body p,
.even .odd .comment-body p {
	color:#3d4918;
}

/* Search page appearance
************************************/

#search-page {
	margin:0.5em;
}
#search-page .post,
#search-page .page {
	color:#554528;
	margin-top:2em;
}
.search-item .read-rest {
	background:none;
}
.search-item .read-rest:hover {
	background:none;
	color:#3d4918;
}
#search-again {
	margin:2em 0 0.5em 0;
}
#search-again-404 {
	margin:2em 0.6em 0.5em 1em;
}
#search-again h3,
#search-again-404 h3 {
	font-size:1.8em;
	font-weight:700;
	margin:0.8em 0 1.5em 0;
}
.screen-reader-text {
	font-size:1.2em;
}
#search-results-title {
	color:#3d4918;
	font-size:2.8em;
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	margin:0;
	padding:0.3em;
}
#search-results-title span{
	color:#fefefe;
	font-size:0.9em;
	font-weight:700;
}
#search-page .search-item .wp-post-image {
	border:2px solid #88b00c;
	border-radius:5px;
	margin:0 5px 0 0;
}
.entry-title {
	margin:0;
	padding:0.6em 0;
}
.entry-title a {
	font-size:1.1em;
	padding:0.2em 0.5em;
}
.entry-title a:hover,
.entry-meta a:hover {
	color:#3d4918;
}
.entry-meta {
	color:#3d4918;
	font-size:1.2em;
	margin:0 0.7em;
	padding:0.7em 0;
	width:auto;
}
.entry-summary,
.entry-content {
	color:#3d4918;
	font-size:1.2em;
	padding:0.5em 0 0.7em 0.7em;
}
.entry-summary p {
	color:#554528;
	font-size:1.1em;
	margin:0;
	padding:0.5em 0;
}
.entry-content {
	margin-bottom:4em;
	font-weight:700;
}
.entry-utility {
	font-size:1.1em;
	font-weight:700;
	margin:0 0 1em 1em;
	padding:0.5em 0 0.7em 0.7em;
}
.cat-links a {
	font-weight:700;
}
.cat-links a:hover {
	color:#3d4918;
}
.tag-links a {
	font-weight:700;
}
.title .no-results .entry-title {
	color:#3d4918;
	margin:0.8em 0.8em 0.7em 1em;
	padding-left:0.3em;
	width:155px;
}
.title .no-results p {
	margin:0 1.9em 0 0.2em;
	padding:1em;
}
.title .no-results .entry-content {
	margin-bottom:0;
}
#search-again label,
.no-results label,
#search-again-404 label {
	display:none;
}
.no-results form {
	margin-top:1em;
}
.no-results #s,
#search-again #s,
#search-again-404 #s {
	background:url(img/header-search-bkg.gif) no-repeat;
	border:0;
	color:#3d4918;
	display:block;
	font-size:1.2em;
	height:23px;
	margin:0.5em 5.5em 0.5em 0;
	padding:0.3em 1em;
	text-indent:0.1em;
	width:220px;
}
.no-results #s {
	margin-left:10px;
}
.no-results #searchsubmit,
#search-again #searchsubmit,
#search-again-404 #searchsubmit {
	background:url(img/button-bkg.gif) no-repeat;
	border:0;
	color:#fff;
	cursor:pointer;
	font-size:1.2em;
	font-style:italic;
	font-weight:700;
	height:30px;
	left:19em;
	position:relative;
	top:-2.7em;
	width:60px;
}
#search-again #searchsubmit,
#search-again-404 #searchsubmit {
	left:21em;
	top:-3em;
}
.no-results #searchsubmit:hover,
#search-again #searchsubmit:hover,
#search-again-404 #searchsubmit:hover {
	color:#3d4918;
}
#sidesearch form {
	height:30px;
	margin:2.5em 0 4em 1em;
	width:220px;
}
#sidesearch .text {
	background:url(img/sidebarsearch-input-bkg.png) no-repeat center;
	border:0;
	height:30px;
	margin-top:-2px;
	width:160px;
}
#sidesearch .search-submit {
	background:url(img/search-go.png) no-repeat center;
	border:0;
	font-size:1.5em;
	height:36px;
	left:0.5em;
	margin-right:7px;
	margin-top:-2px;
	position:relative;
	top:0.2em;
	width:40px;
}
#page-not-found {
	margin-left:1em;
}
#page-not-found h2 {
	color:#3d4918;
	font-size:2.8em;
	margin:0;
	padding:0.3em;
}
#page-not-found ul {
	margin:10px;
}
#page-not-found li {
	font-size:1.2em;
	font-weight:700;
	line-height:1.2em;
	padding:3px;
}
#page-not-found li  a:hover {
	color:#3d4918;
}
#page-not-found h3 {
	color:#3d4918;
	font-weight:700;
}

/* Footer Area
************************************/

#footer {
	font-size:1em;
	margin:1em 0;
	min-height:100px;
	}
#footer h3,
.site-tags h3 {
	color:#3d4918;
	font-family:"Neucha", "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	font-size:2.8em;
	margin:0.5em 0 0;
	padding:0.3em;
}
.site-tags {
	margin:1em 1.2em 1em 0.5em;
}
#footer .site-tags a,
#site-credentials a {
	color:#88b00c;
}
#site-credentials {
	border-top:2px solid #d2e891;
	margin:0.2em -0.5em 0.1em -0.5em;
	min-height:20px;
	padding:0 1em 0.2em 1em;
}
.site-tags a {
	color:#b6d94b;
}
#site-credentials a:hover,
#footer .site-tags a:hover {
	color:#3d4918;
}
#copyright {
	padding-top:0;
}
#footer p a {
	text-decoration:none;
}
#footer p,
.site-tags p,
#site-credentials p {
	color:#3d4918;
	font-size:1.3em;
	margin:1em 0.5em 1em 1em;
}