/* 4_right_sidebars.css  */
	div#wrapper{float:left;width:100%}
	div#content-wrapper
	{
		margin-right: 380px;
	}
	div#sidebar
	{
		float:left;
		width: 380px;
		margin-left:-380px;
	}
	div#orange-sidebar
	{
		width: 100%
	}
	div#cyan-sidebar
	{
		float:left;
		width: 50%;
	}
	div#green-sidebar
	{
		float:left;
		width: 50%;
	}
	div#red-sidebar
	{
		clear:left;
		width: 100%;
	}

	div#green-sidebar .margines,
	
	div#orange-sidebar .margines,
	div#cyan-sidebar .margines,
	div#green-sidebar .margines,
	div#red-sidebar .margines
	{
		padding:0px 15px 0px 15px;
		margin-bottom: 10px;
	}

	#sidebar .column
	{
				/*margin-top:18px;*/

	}
	#orange-sidebar  .sidebar-content
	{
		padding-top:1px;
	}
body {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#505050;
	background-color:#ffffff;
}

/* LAYOUT */
#container {
	margin: 0 auto;
	width: 990px;
	min-width:600px;
	/*overflow:hidden;*/
	background-color:#ffffff;
}
#wrapper
{
	background-color:#ffffff;
	padding-top:10px;
}
#content
{
	padding:0 15px 10px 15px;
}

.sidebar .column
{
	margin:19px  0 10px 0;}


#footer
{
	margin-top:10px;
	border-bottom: 4px solid #93d675;
	border-top: 2px solid #93d675;
	background-color: #fbfbfb;
}

#header
{
	color: #93d675;
	font-family:Georgia, serif;
	background-color:#ffffff;
	margin: 0;
	padding:10px 0 0px 0;
	margin: 0;
}
#masthead
{
	margin: 0px 0px 0px 10px;
	padding-left:0px;
	
}
#header h1, #header h3
{
	font-size:64px;
	margin:0;
	font-weight:normal;
	letter-spacing: -2px;
	padding-left:0;
}
#header a.blankheader
{
	display:block;
	height: 64px;
	width:300px;
}
#header a
{
	text-decoration:none;
	color: #93d675;
	border-bottom:none;
}
#header .description
{
	font-family:Georgia, serif;
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	margin-top: -0.25em;
	padding-bottom: 5px;
}


/* NAVIGATION */
/* =Menu
-------------------------------------------------------------- */

#access {
	/*background: #000;*/
	margin: 0 auto;
	width: 100%;
	display:block;
	float:left;
	/*padding: 1px 0 1px 8px;*/
	border-top: 4px solid #93d675;
	border-bottom: 2px solid #93d675;
	background-color: #fbfbfb;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
	margin: 0;
}
#access a {
	display:block;
	text-decoration:none;
	/*color:#aaa;*/
	padding:0 10px;
	line-height:38px;
	color: #707070; 
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;

	
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	z-index: 99999;
	border-left:1px solid #93d675;
	border-right:1px solid #93d675;
	border-bottom:1px solid #93d675;
	background-color: #fbfbfb;
}
#access ul ul ul {
	left:100%;
	top:1px;
	border-top:1px solid #93d675;
	
}
#access ul ul a
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}
#access ul ul a {
	/*background:#333;*/
	height:auto;
	line-height:1em;
	padding:10px;
	width: 170px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#000000;
	/*background:#333;*/
	
}
#access ul li:hover > ul {
	display:block;
}

/*
menu-item menu-item-type-post_type current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor
menu-item menu-item-type-post_type current-menu-item page_item page-item-155 current_page_item
*/

#access .current-menu-item,
#access .current_page,
#access .current_page_item,
#access .current-menu-ancestor,
#access .current_page_ancestor

{
	color: #505050;
	background-color: #f0f0f0;
}

div.post-list-column
{
	float:left;
	width:50%;
}
div.post-list-column .margins
{
	padding: 0 10px 15px 10px;
}
.post-list-column .storycontent,
.post-list-column .content
{
	padding:0 0 0 4px;
}
	.post-thumbnail,
	.regular-post-thumbnail
	{
		border: 1px solid #eeeeee;
		padding:3px;
	}

.regular-post-thumbnail
{
	float:left;
	margin:18px 5px 10px 10px;
}
.wp-post-image
{
	max-width:100%;
	border: none;
}

div.post-list-column .wp-post-image
{
	display:block;
}

#postpath, #postpath a
{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;

}
#postpath a
{
	color:#707070;
}

/* LINKS */

a {
	color:#a17244;
	text-decoration:;
}
a:hover {
	/*text-decoration:underline;*/
}
.post a:visited
{
	color: #756455;
	text-decoration:underline;
}
.post a:hover
{
	color: #de8435;
	text-decoration:underline;
}

.post h1 a:hover, 
.post h2 a:hover
{
	border-bottom:none;
	text-decoration:none;
}

/*
	HEADINGS
*/

h1,h2,h3, h4, h5, h6
{
	color: #505050;
	margin-top:5px;
	font-family:Georgia, serif;
	font-weight: normal;
}
h1, h2.h1
{
	font-size:36px;
	font-weight: normal;
	margin:0px 0 3px 0;
	padding:10px 0 0 5px;
	color: #505050;
	overflow:hidden;
}
.post-list-column h2
{
	font-size: 24px;
	font-weight: normal;
	margin:0px 0 0px 0;
	padding:3px 0 0px 4px;
	color: #505050;
}
h2
{
	font-size:24px;
	margin:5px 0 2px 0;
	color: #505050;
}
h3
{
	font-size:18px;
	margin:5px 0 0px 0;
}
.post h3
{
	color: #98293D;
}
h1 a, h2.h1 a,
h1 a:visited, h2.h1 a:visited,
.post h1 a, .post h2.h1 a,
.post h1 a:visited, .post h2.h1 a:visited,
.post-list-column h2 a, .post-list-column h2 a:visited
{
	color: #505050;
	border-bottom: none;
	text-decoration:none;
}
h1 a:hover,
h2.h1 a:hover,
h1 a:visited:hover, h2.h1 a:visited:hover,
.post h1 a:hover,
.post h2.h1 a:hover,
.post h1 a:visited:hover, .post h2.h1 a:visited:hover,
.post-list-column h2 a:hover, .post-list-column h2 a:visited:hover
{
	color: #000000;
	border-bottom: none;
	text-decoration:none;
}
h1.page-title
{
	font-size:18px;
}
h1.page-title span
{
	color: #93d675;
}
/*
	POST
*/
table.info {
	padding:0;
	margin:0;
	border-collapse:collapse;
}
table.info td, 
table.info th {
	padding:0;
	margin:0;
}
pre {
	border:1px dotted #cccccc;;
	margin:5px 0;
	padding:10px 10px 10px 20px;
	background-color:#fbfbfb;
}
blockquote{
	/*background:#f2f2f2 url(img/blockquote.gif) 3px 3px no-repeat;*/
	border:1px dotted #cccccc;
	padding:10px 10px 10px 20px;
	margin:5px 0 5px 20px;
	background-color:#fbfbfb;
}
code
{
	background-color:#fbfbfb;
	font-face: Courier New, Courier, monospace;
	border:1px dotted #cccccc;
}
.post .storycontent,
.post .content {
	padding:5px 10px 5px 10px;
	overflow:hidden;
	line-height: 1.5;
}

.post .info {
	padding:3px 0px 3px 0px;
	margin: 2px 0 2px 0;
	border-top: 1px solid #eeeeee;
}

.post .date {
	background-position:0 -48px;
	color: #707070;
	padding:0 0px;
}
.post .info  .postedby,
.post .info  .filledunder
{
	color: #bbb;
}
.post .info  .postedby  a,
.post .info  .filledunder a
{
	color: #707070;
	text-decoration:none;
}
.post .info  .postedby a:hover,
.post .info  .filledunder a:hover
{
	color: #000000;
	text-decoration:none;
}
.post .info td
{
	border: none;
	padding: 0 5px;
}
.post table.info
{
	width:100%;
}
.post .info .act
{
	white-space: nowrap;
	text-align:right;
}
.post table.info .date
{
	width:1%;
	white-space: nowrap;
}
.post .act span {
	padding-left:15px;
}
.post .info *
{
	font-family: Verdana, Geneva, sans-serif;
	line-height:16px;
	font-size:10px;
	overflow:hidden;
}
hr
{
	border: none;
	background-color: #eeeeee;
	height:2px;
}
fieldset{
	border: 1px solid #eeeeee;
	padding:5px 10px 5px 10px;
}
legend
{
	padding: 0px 5px 1px 5px;
	border: 1px solid #eeeeee;
}
input.text, input.textbox, input.password, input.file, textarea,
input[type=text], input[type=password],input[type=file],
select
{
	border:1px solid #bbbbbb;
	background-color:#ffffff;
	padding:2px;

}
input.text:focus, input.textbox:focus, input.password:focus, input.file:focus, textarea:focus,
input[type=text]:focus, input[type=password]:focus,input[type=file]:focus,
select
{
	border:1px solid #505050;
}

.post table {
	border-collapse:collapse;
	border: none;
}
.post  th, .post  td {
	border-bottom:1px solid #eeeeee;
	border-left:none;
	border-right:none;
	padding:2px 10px;
	text-align:left;
	vertical-align:top;
	font-family: Trebuchet MS, Arial;
	font-size:90%;
}
.post tr.even td
{
	background-color: #fbfbfb;
}
.post th 
{
	background-color: #fbfbfb;
	border-bottom: 1px solid #93d675;
	border-top: 2px solid #93d675;
	color: #707070;
}

/* comment START */
/*
	COMMENTS
*/
#comments > ol {list-style-type: none;line-height: 18px;margin: 0px;padding: 0px 0px 10px 10px; text-align: justify;}
#comments ul li {list-style-type: none;list-style-image: none;list-style-position: outside;margin: 0 0 0 5px; padding: 5px 0 0 0;}
.commentlist li {margin: 15px 0 10px;padding: 2px 2px 5px 2px;list-style: none;}
.commentlist li > ul > li {background:none;list-style:none;margin:3px 0 3px 20px;padding:3px 0;}
.commentlist li .avatar {border:none; margin:0;padding:1px 8px 1px 1px; width: px;float:left; background:none;}
.commentlist .fn
{
	font-size: 14px; 
	font-weight: bold;
	font-style: normal;
	padding:4px 2px 2px 2px; 
	font-family: Verdana, Geneva, sans-serif;
}
.commentlist .fn > a 
{
	font-weight:bold;
	font-style: normal;
	text-decoration:none;
}
.commentlist .fn a:hover {/*text-decoration:underline;*/}
.commentmetadata 
{
	/*color:#723419;*/
	font-weight: normal; 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:11px; 
	margin:0 0 0px 20px;
	text-decoration: none;
}

.commentmetadata a 
{
	font-weight: normal;
	text-decoration: none;
	color: #707070;
}


.vcard a.url{
	color: #707070; /*#723419;*/
	text-decoration: none;
}
.vcard a.url:hover{
	color: #000000; /*#723419;*/
	text-decoration: none;
}

.bypostauthor >.vcard div.fn >a
{
	color:#98293D;
}
.bypostauthor >.vcard div.fn >a:hover
{
	color:#000000;
}
.bypostauthor>div
{
	color:#98293D;
}
/* 
	Uncomment following text to assign specific color to admin (or to any other user)
	You may need to change user name here
	E.g.  comment-author-MyUserName instead of  comment-author-admin
*/
/*
.comment-author-admin>*,
.comment-author-admin >.vcard div.fn >a
{
	color:#106000;
}*/
.comment
{
	color:#505050;
}
.commentmetadata a, .commentmetadata a:visited {color: color: #707070;}
.commentmetadata a:hover{ color: #000000;}
#comments .children { padding: 0 0 0 20px; }
.thread-alt {background-color:transparent}
.thread-even {background-color: transparent;}
.depth-1 
{
	border: 1px solid #93d675;
}
.depth-2, .depth-3{/*border-top: 1px solid #dac2a3;*/}
.even, .alt {}
.vcard {
	background-color:#fbfbfb;}
.depth-2 .vcard,
.depth-3 .vcard,
.depth-4 .vcard,
.depth-5 .vcard,
.depth-6 .vcard,
.depth-7 .vcard,
.depth-8 .vcard
{
	border-top: 1px dotted #93d675;
	border-bottom: 1px dotted #93d675;
}
.reply {margin: 0px 0px 0px 10px;}
.comment-reply-link {
	background-color:#fbfbfb;	color: #707070;
	padding: 1px 4px;
	font-size:12px;
	text-decoration: none;
	border: 1px dotted #93d675;
}
.comment-reply-link:hover {
	color: #000000;
	text-decoration: none;
}


#comments .comment-body ul li
{
	list-style:square;
	margin: 0 0 0 30px;
	padding:0;
}
#comments .comment-body ol 
{
	margin: 0;
	padding: 0;
}
#comments .comment-body ol li
{
	list-style-type:decimal;
	padding:0;
	margin: 0 0 0 30px;
	display: list-item;
}
.comment-body
{
	padding:2px 2px 2px 10px;
}

/************************** IMAGES *************************************/

.post img.wp-caption,
.wp-caption,
.gallery-caption {
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	border-radius: 3px; /* CSS3 */
  
	border:1px solid #eeeeee;
	display:block;
	height:auto;
	/*margin-top:10px;*/
	margin-bottom:10px;
	padding-top:4px;
	text-align:center;
	max-width:100%;
}

.post img.wp-caption{
	padding:4px;
}
.post .wp-caption img,
.wp-caption img {
	border:0 none !important;
	margin:0 !important;
	padding:0 !important;
	max-width:99.5%;
}
.post img {
	border:none;
	padding:0px;
	vertical-align:bottom;
	max-width:100%;
}
a.wp-caption {
	color: ;
	text-decoration:none;
}
a.wp-caption p,a.wp-caption:hover p,
.wp-caption p.wp-caption-text,
.full-image-caption {
	color:;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:12px;
	margin:0;
	padding:2px 4px 4px;
}
a.wp-caption:hover
{
	border:1px solid /*#dac2a3;*/#777777;
	background-color:#f2f2f2;
}


/******************************************************************************************
	SIDEBAR
*******************************************************************************************/
#sidebar .subscribe-rss
{
	/*background: url(img/rss.gif) no-repeat left top;*/
	padding:10px 0 0px 42px;
	height:30px;
	display:block;
	font-size:20px;
	font-family:Verdana,Geneva,sans-serif;
	margin:0 0 10px 0;
}

#sidebar a.subscribe-rss:hover
{
	color:#000000;
	text-decoration:none;
}
.sidebar
{
	font-family:Georgia, serif;
	font-size:13px;
}

.widget
{
	margin-bottom:10px;
	line-height:1.5;
	overflow:hidden;
}
.textwidget
{
	padding:10px 5px 10px 5px;
	border-bottom: 1px dotted #eeeeee;
	line-height:1.5;
}
.sidebar h5
{
	font-size:22px;
	font-family: Georgia, serif;
	font-weight:normal;
	border-bottom: 2px solid #eeeeee;
	padding: 5px 5px 10px 10px;
}
.sidebar a
{
	color: #73b655;/*#64ae42;*/
	font-size:13px;
	text-decoration:none;
}
.sidebar .widget_text a,
.sidebar .widget_text a:hover
{
	text-decoration:underline;
}
.sidebar a:hover
{
	color: #000000;
	text-decoration:none;
}
.sidebar li
{
	list-style:none;
	margin:0;
	padding: 7px 5px;
}
.sidebar .widget>ul>li,
.sidebar ul.menu>li
{
	border-bottom: 1px dotted #eeeeee;
}
.sidebar .widget>ul>li>.children,
.sidebar .widget .sub-menu
{
	padding-top:7px;
}
.sidebar li>ul li
{
	padding: 7px 5px 7px 10px;
}
.sidebar li a
{
	/*display: block;*/
}
.sidebar .blogroll li
{
	color:  #a0a0a0;
	font-size: 11px;
}
#wp-calendar table {
	border-collapse:collapse;
	border:0px solid #eeeeee;
}
#wp-calendar th, 
#wp-calendar  td 
{
	border:none;
	padding:0px 4px;
	vertical-align:top;
	font-family: Georgia, serif;
	font-size:90%;
}
#wp-calendar td {
	text-align:right;
}
#wp-calendar th 
{
	background-color: #eeeeee;
	color:#ffffff;
	text-align:center;
	padding: 1px 4px 1px 4px;
}
#wp-calendar caption
{
	font-family: Georgia, serif;
	font-weight:bold;
	/*color:#777777;*/
	padding:10px 0 2px 0;
}

#wp-calendar td#prev
{
	text-align:left;
}
#wp-calendar td#next
{
	text-align:right;
}
#wp-calendar #today
 /*TODO!*/
{
	border: 1px dotted #dddddd;
	background-color: #fbfbfb;
}

/*Search widget*/

#searchform label 
{
	display:block;
}
#s
{
	width:110px;
}
#searchsubmit,
.button,
input#submit
{
	border:1px solid #505050;
	color:#ffffff;
	font-weight:bold;
	font-family:Trebucht MS, Arial;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
	cursor: pointer;
	padding:1px 5px 1px 5px;
	
background: #555555; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#000000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #bbbbbb,  #000000); /* for firefox 3.6+ */

}
#searchsubmit:hover,
.button:hover
{
	border:1px solid #000;
}

#searchsubmit:active,
.button:active {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#777777'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#505050), to(#777777)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #505050,  #777777); /* for firefox 3.6+ */
}
/*
	PAGINATION
*/

#comments a.page-numbers,
#comments span.page-numbers
{
	text-decoration: none;
	border: 1px solid #eeeeee;
	padding: 2px 5px;
	margin: 2px;
	color: #505050;
}

#comments .navigation
{
	margin: 10px 0;
}

#comments .navigation a:hover
{
	border: 1px solid #505050;
	background-color: #f7f7f7;
	color: #505050;
	text-decoration:none;
}
#comments span.page-numbers
{
	font-weight: bold;
	color: #ffffff;
	background-color: #505050;
	border: 1px solid #505050;
}

/*
	WP-PageNavi
	http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span 
{
	text-decoration: none;
	border: 1px solid #eeeeee;
	padding: 2px 5px;
	margin: 2px;
	color: #505050;
}

.wp-pagenavi a:hover
{
	border: 1px solid #505050;
	background-color: #f7f7f7;
	color: #505050;
	text-decoration:none;
}

.wp-pagenavi span.current
{
	font-weight: bold;
	color: #ffffff;
	background-color: #505050;
	border: 1px solid #505050;
}
.wp-pagenavi .extend {
	background:transparent; 
	border:0px none transparent; 
	color: #505050;
	margin-right:6px; 
	padding:0; 
	text-align:center; 
	text-decoration:none;
}

/*	
	used by PAGBEAR plugin for multipaged posts.
	http://wordpress.org/extend/plugins/pagebar/
*/
.pagebar {
	padding:0;
	margin:4px 0;
}

.pagebar a
{
	background:transparent; 
	border: 1px solid #eeeeee;
	color: #505050;
	margin: 2px; padding:2px 5px; text-align:center; text-decoration:none;
}
.pageList .this-page 
{
	font-weight: bold;
	color: #ffffff;
	background-color: #505050;
	border: 1px solid #505050;
	margin: 2px; padding:2px 5px; text-align:center; text-decoration:none;
}
.pagebar a:visited {
	color: #505050;
	text-decoration:none;
}

.pagebar .break {
	background:transparent; 
	border:0px none transparent; 
	color: #505050;
	margin-right:6px; 
	padding:0; 
	text-align:center; 
	text-decoration:none;
}

.pagebar .this-page {
	font-weight: bold;
	color: #ffffff;
	background-color: #505050;
	border: 1px solid #505050;
	margin: 2px; padding:2px 5px; text-align:center; text-decoration:none;
}

.pagebar a:hover {
	border: 1px solid #505050;
	background-color: #f7f7f7;
	color: #505050;
	text-decoration:none;
}

.pagebar .inactive
{
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	color: #cccccc;
	text-decoration: none;
	padding:2px 4px;
}

#postnavi .prev a 
{
	float:left;
}
#postnavi .next a
{
	float:right;
}
#postnavi  a 
{
	background:transparent; 
	border: 1px solid #eeeeee;
	color: #505050;
	margin: 2px; padding:2px 5px; text-align:center; text-decoration:none;
}
#postnavi a:hover {
	border: 1px solid #505050;
	background-color: #f7f7f7;
	color: #505050;
	text-decoration:none;
}
/*
	FOOTER
*/


.footer-column 
{
	margin:0;
	padding:10px;
	line-height:1.5;
}

#blue-footer
{
	float:left;
	width: 33.333333333333%;
}
#green-footer
{
	float:left;
	width: 33.333333333333%;
}
#orange-footer
{
	float:left;
	width: 33.333333333333%;
}
#red-footer
{
	float:left;
	width: 33.333333333333%;
}
#footer h5
{
	font-size:22px;
	font-family: Georgia, serif;
	font-weight:normal;
	border-bottom: 2px solid #eeeeee;
	padding: 5px 5px 10px 10px;
}
#footer  a
{
	color: #73b655;/*#64ae42;*/
	font-size:13px;
	text-decoration:none;
}
#footer  .widget_text a,
#footer .widget_text a:hover
{
	text-decoration:underline;
}
#footer  a:hover
{
	color: #000000;
	text-decoration:none;
}
#footer  li
{
	list-style:none;
	margin:0;
	padding: 7px 5px;
}
#footer .widget>ul>li,
#footer  ul.menu>li
{
	border-bottom: 1px dotted #eeeeee;
}
#footer  .widget>ul>li>.children,
#footer  .widget .sub-menu
{
	padding-top:7px;
}
#footer  li>ul li
{
	padding: 7px 5px 7px 10px;
}
/*#footer li a
{
	display: block;
}*/
