 /*
Theme Name: Wood is Good
Description: No plugins required. Compatible with WordPress 2.9. W3C Validated CSS & HTML, Compatible with IE and Firefox. Upload your own logo from the Custom Header Page. Version 1.3 changes: fixed a small issue in the Custom Header Option
Version: 1.3
Author: Zoarra Solutions
Author URI: http://www.zoarra.com
Theme URI: http://www.zoarra.com/wordpress-themes
Tags: brown, tan, threaded-comments, theme-options, two-columns, fixed-width
License: General Public License
*/

/* -- Basic Style -- */

h1, h2, h3, h4, h5, h6, form
	{
		margin:0px;
		padding:0px;
	}
h1{
	font-size:22px;
	text-align:center;
	font-family: 'Yanone Kaffeesatz', arial, serif;	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=45, Color='#ddd');
}
h1 a{
	color: #000;
   	 font-weight:bold;
	text-decoration:none;
	font-weight:bold;
	text-shadow:1px 1px 1px #9F9D9D;
	
	font-size:5em;
	}
h1 span {
	-moz-transform:rotate(-30deg);
	-webkit-transform:rotate(-30deg);
	-o-transform:rotate(-30deg);
	bottom:15px;
	font-size:1.6em;
	margin-left:5px;
	position:relative;
	text-shadow:1px 1px 1px #DDDDDD, 0 1px 1px #EEEEEE;
	display:inline-block;
}	
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:13px;}
h6{font-size:12px;}
p
	{
		margin:0px;
		padding:0px;
		padding-bottom:12px;
	}
hr
	{
		color:#3c6e02;
	}
ul, ol, li
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
a, a:visited
	{
		color: #000;
		text-decoration:none;
		outline:none;
	}
p a {
	text-decoration:underline!important;
}
p a:hover {
	text-decoration:none;
}
a:hover
	{
		text-decoration:underline;
	}
img {border:none;}
img.alignright {float:right; margin:2px 0px 5px 5px; border:solid 1px #cccccc; padding:2px;}
img.alignleft {float:left; margin:2px 5px 5px 0px; border:solid 1px #cccccc; padding:2px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:2px 0 2px 5px;}
a img.alignleft {float:left; margin:0px 5px 2px 0px}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

blockquote
	{
		padding:7px 0px 0px 30px;
		font-size:14px;
		font-style:italic;
		border-left:solid 6px #6e5c4b;
		height:1%;
	}
.storyContent ul, ol
	{
		margin-left:20px;
		padding:5px 5px 15px 5px;
	}
.storyContent ol li
	{
		list-style:decimal;
	}
.storyContent ul li
	{
		list-style:disc;
	}
.clear{
	clear:both;
}
.storyContent table
{
	border-collapse:collapse;
	border-color:#aaaaaa;
	border:solid 1px #aaaaaa;
}
.storyContent table th
{
	background:#ffcc33;
	border-color:#aaaaaa;
	padding:5px;
}
.storyContent table td
{
	padding:5px;
	border-color:#aaaaaa;
}


/* -- Main Style  -- */	

/***************************************/
body{
	background:url(images/cabecera.jpg) repeat-x top center fixed #000;
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:14px;
	color:#2f2f2f;
}
#main{
	width:994px;
	margin:0px auto;
	padding:0px;
}
.main
{
	width:1046px;
	margin:0px auto;
	padding:0px;
}


/* -- Header -- */
.header{
	/*background:url("images/footer.png") no-repeat scroll center top transparent;*/
	height:360px;
}
.header_top
{
}
.header_left
{
	float:left;
	width:530px;
	padding-right:20px;
}
.title{
	overflow:hidden;
	padding-right:8px;
	width:1046px;	
}
.logo
{
	float:left;
	padding-right:8px;
	width:127px;
	height:125px;
	overflow:hidden;
	background:url(images/logo.jpg) no-repeat left top;
}
.logo a {cursor:pointer; display:block; width:127px; height:125px;}

.title h1 a:hover{
	cursor:pointer;
	text-decoration:none;
}
.title h3
{
	font-size:1.4em;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	text-transform: uppercase;
	color:#000;
	margin-top:-2px;
	font-weight:bold;
	text-align:center;
	/*text-shadow:0 0 1px #000000;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	border-radius:5px;
	width:600px;
	padding:2px 5px;
	margin:auto;
	opacity:0.9;
	background:#fff;
}

/* -- Page Navigation -- */

.nav{
	padding:0px 15px;
}
ul#nav{
 	 margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	 float:left;
 	 z-index:1000;
}

ul#nav li {
  	display: block;
	width:100px;
	float: left;
	margin: 0;
	border-right:#c3adae dotted 1px;
	color:#fff;
}
ul#nav > li:first-child {
	border-left:#c3adae dotted 1px;
}
ul#nav li:hover,
ul#nav li.iehover a, ul#nav li.current_page_item, ul#nav li.current_page_item:visited {
	  background:url('images/menuhover.png') repeat-x;
	}
ul#nav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 190px;
  list-style: none;
  display: none;
  position: absolute;
   z-index:5000;
  margin-left:-2px;
}

ul#nav ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#nav ul li {
  width: 190px;
  padding:0px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  background:none;
text-align:center;
}

/* Root Menu */
ul#nav a {
   text-align:center;
  /*padding-left:32px;*/
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
 font-size:15px;
 color:#fff;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  /*text-transform:capitalize;*/
  padding:20px 5px;
}
ul#nav li.current_page_item li a, ul#nav li.current_page_item li a:visited {
	color:#f3e5cc;
	background:#392217;
}
/* Root Menu Hover Persistence */



ul#nav a:active,
ul#nav li:active a,
ul#nav li.ieactive a {
  color: #ffffff;
}

/* 2nd Menu */
ul#nav li:hover li a,
ul#nav li.iehover li a {
  float: none;
  padding:5px 10px;
  width:170px;
  color: #f3e5cc;
  font-size:13px;
  text-align:left;
  background:#767474;
  border: solid 1px #fff;
  border-top:none;
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
  color: #ffffff;
}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
  padding:5px 10px;
  width:170px;
  color: #f3e5cc;
  font-size:13px;
  text-align:left;
  background:#392217;
}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
/*background:#555;*/
  color: #ffffff;
}

/* 4th Menu */
ul#nav li:hover li:hover li:hover li a,
ul#nav li.iehover li.iehover li.iehover li a {
  padding:5px 10px;
  width:170px;
  color: #f3e5cc;
  font-size:13px;
  text-align:left;
  background:#392217;
}

/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover,
ul#nav li.iehover li.iehover li.iehover li a:hover {
/*background:#FD7006;*/
  color: #ffffff;
}

ul#nav ul ul,
ul#nav ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
}
/*****************************************************************/

.content
{
}
.main_content{
	padding-top:10px;
}
/************** Inner Content *********************/

.innerContent{
	width:740px;
	padding-top:20px;
	float:left;
	background-color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
	text-align:justify;
}
.content_bg
{
	padding:0px 36px 30px 36px;
	height:1%;
}
.story{
	padding:10px 0px 30px 0px;
}
.story_title{
	margin-bottom:6px;
	color:#000210;
	font-size:12px;
	height:1%;
}
.story_title h2, .page_title h2{
	padding:10px 15px 10px 20px;
	color:#000;
	font-size:28px;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:10px;
	background:#ddd;
	font-family:'Yanone Kaffeesatz',arial,serif;
}
.story_title h2 a,.story_title h2 a:visited{
	color:#000;
}
.story_title h2 a:hover{
	color:#580C39;
	text-decoration:underline;
}
.story_category
{
	float:left;
	width:440px;
	color:#4e4d4d;
}
.story_category a, .story_category a:visited
{
	color:#4e4d4d;
	text-decoration:none;
}
.story_category a:hover
{
	text-decoration:underline;
}
.story_date
{
	float:right;
	width:100px;
	text-align:right;
	color:#4e4d4d;
}
.story_date img
{
	vertical-align:middle;
}
.storyAuthor{
	padding:4px 0px 6px 0px;
	line-height:22px;
}
.storyTags,.story_category{
	padding:3px 0px;
}
.storyContent
	{
		padding-bottom:10px;
		padding-top:10px;
	}
.storyContent p
	{
		line-height:19px;
	}
.postmeta
	{
		background:rgba(159, 82, 129, 0.2);
		height:1%;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		clear:both;
		}
.story_tags
	{
		float:left;
		width:520px;
		padding-top:10px;
		color:#4e4d4d;
		padding-left:10px;
	}
.story_tags img
	{
		vertical-align:middle;
	}
.read_more
	{
		float:right;
		width:95px;
		padding-top:10px;
		padding-right:10px;
		font-size:13px;
		text-align:right;
	}
.postmeta a, .postmeta a:visited
	{
		color:#4e4d4d;
		text-decoration:none;
	}
.postmeta a:hover
	{
		text-decoration:underline;
	}
.storyContent h1,.storyContent h2,.storyContent h3,.storyContent h4,.storyContent h5,.storyContent h6{
	padding-bottom:15px;
}

/*----------------------------------*/
.navigation{
	font-family:"arial narrow",arial;
	text-align:center;
}
.navigation .alignleft{
	float:left;
}
.navigation .alignright{
	float:right;
}
.navigation a {
	color:#8a8a89;
	/*font-size:26px;*/
	text-decoration:none;
}
.navigation a:visited {
	color:#8a8a89;
	text-decoration:none;
}
.navigation a:hover {
	text-decoration:underline;
}


/************* Sidebar Section ***************/

.sidebar{
	float:right;
	width:247px;
	padding:13px 0 15px 2px;
	background:#555453;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.sidebar ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.sidebar li{
	margin:0px;
	padding:0px;
	}
.sidebar_top
{
	
	padding-top:20px;
}
.sidebar_bg
{
	padding:0 10px 0px 18px;
	height:1%;
}
.sidebar li a,.sidebar li a:visited{
	color:#FFF;
	text-decoration:none;
	padding-right:5px;
}
.sidebar li a:hover{
	text-decoration:underline;
	color:#000000;
}
p.catcloud {
	text-align:center!important;
}

.sidebar h3{
	color:#fff;
	font-size:23px;
	font-weight:normal;
	margin-bottom:8px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#9D9898;
	padding:5px 5px 5px 15px;
	font-family:'Yanone Kaffeesatz',arial,serif;
}
.sidebar h3 span
{
	font-size:16px;
	font-weight:bold;
}
.sidebar li li{
	padding:5px 0px 5px 18px;
	margin:0px;
	border:none;
}
.sidebar li li a, .sidebar li li a:visited{
	color:#fff;
	padding:0px;
	text-decoration:none;
}
.sidebar li li a:hover{
	text-decoration:underline;
	color:#000000;
}
.sidebar li li li{
	border:none;
	margin:0px;
	padding:5px 0px 2px 12px;
}
/****************** Search Style ******************/
.header_search
{
	float:right;
	/*width:400px;*/
	padding-bottom:35px;
	padding-top:25px;
}
.search_text
{
	background:#ffffff;
	border:solid 1px #6b3820;
	float:left;
	margin:22px 0px 0px 0px;
	padding:2px;
	color:#707070;
	width:206px;
	font-size:14px;
}
.search_btn
{
	background:#5f4133;
	border:solid 1px #ffffff;
	color:#ffffff;
	font-size:16px;
	cursor:pointer;
	margin:21px 0px 0px 5px;
	padding:0px;
	width:35px;
	float:left;
}
.search{
	/*padding:10px 0px;*/
}
.searchText{
	background:#ffffff;
	border:1px solid #bababa;
	padding:3px 0 3px 5px;
	float:left;
	margin:2px 3px 3px 0px;
	width:170px;
	color:#2d2d2d;
	font-family:arial;
	font-size:13px;
	;
}
.searchBtn{
	float:left;
	margin-top:2px;
	background:#9F5281;
	border:solid 1px #ffffff;
	color:#ffffff;
	font-size:13px;
	cursor:pointer;
	padding:3px 0 3px 0;
	width:35px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.searchBtn:hover {
	background-color:#580C39;
}
/*********************************************/

.footer{
	color:#f3e5cc;
	font-size:13px;
	text-align:center;
	width:100%;
	background-color:#000000;
	clear:both;
	margin-bottom:0;
	color:#FFFFFF;
}
.footer_content
{
	width:100%;
	margin:0px auto;
	padding-top:12px;
	}
.footer_nav
{
	padding-bottom:10px;
}
.footer ul, .footer li
{
	display:inline;
}
.footer li a
{
	margin:0px;
	padding:0px 6px 0px 10px;
	border-left:solid 1px;
}
.footer p{
	padding:3px 0px;
}
.footer a, .footer a:visited
	{
		color:#f3e5cc;
		text-decoration:none;
	}
.footer a:hover
	{
		text-decoration:underline;
		color:#ffffff;
	}

/**************************/

/************** Comments And Other Style *********************************/

/* -- search result's title -- */

h2.pagetitle, .article h2, .error, h2.center
	{
		font-size:26px;
		font-weight:normal;
		font-family:"trebuchet ms";
		padding-top:5px;
		padding-bottom:10px;
		text-align:left;
	}
	
	
	
/* -- Comments Section -- */

.comment_template
	{
		padding-left:10px;
		padding-top:15px;
	}
#comments, #respond h3, .commenttitle
	{
		padding-top:5px;
		padding-bottom:20px;
		font-size:20px;
		font-weight:normal;
		color:#323232;
	}
#comment, #author, #email, #url
	{
		font-family:arial;
		font-size:13px;
		color:#483d32;
		line-height:150%;
		border:solid 1px #e3ded8;
		width:200px;
		padding:2px;
		background:#ffffff;
	}
#comment
	{
		width:480px;
	}
.commentlist{
	margin:0px;
	padding:0px;
}
.commentlist li{
	margin-bottom:10px;
	border-bottom:1px dashed #d0c5bf;
}
.reply
{
	padding-bottom:10px;
}
.commentlist li li{ 
	border:none;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:0px;
}
.comment-body
{
	line-height:19px;
	padding:0px;
}
.comment-author, .comment-meta{
	padding-bottom:3px;
}
.comment-body p{
	padding:10px 0px;
	color:#000;
}
.comment-body em
{
	padding-left:20px;
}
#commentform{
	padding:0px;
}
#commentform p{
	padding:5px 0px;
}
#commentform #author,#commentform #email,#commentform #url,#commentform #comment{
	border:1px solid #CCCCCC;
}
#submitcomment{
	border:1px solid #CCCCCC;
	background:#fff;
	padding:3px;
	cursor:pointer;
}
.avatar
	{
		float:left;
		border:solid 1px #f2f2f2;
		padding:2px;
		margin-left:5px;
		/*width:35px;
		height:35px;*/
	}
.fn
	{
		font-style:normal;
		padding-left:20px;
	}
.fn .url
	{
		padding:3px 0px 3px 0px;
		font-weight:bold;
		font-family:georgia, verdana;
		font-size:13px;
	}
.commentmetadata {
	margin: 0px;
	display: block;
	padding:0px 0px 0px 65px;
	font-size:11px;
	}
/***********************************************/

/* Legacy.Comments */
.avatarImg
	{
		float:left;
	}
.commentAuthor
	{
		float:left;
		padding-left:15px;
	}
.fl_right
	{
		padding-top:10px;
	}


/************************************************/

/* -- CALENDER STYLE -- */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 210px;
	font-size:11px;
	font-family:tahoma;
	color:#fff;
	text-align:center;
	}
#wp-calendar th
	{
		color:#000;
	}
#wp-calendar #today
	{
		color:#ffffff;
		font-weight:bold;
		background:#000;
	}
#wp-calendar #today a {
color:#fff;
}
#wp-calendar #next a {
	padding-right: 5px;
	color:#000;
	text-align: right;
	background:none;
	text-decoration:none;
	}
#wp-calendar #next a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color:#000;
	background:none;
	text-decoration:none;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	/*color:#105a82;*/
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	color: #000;
	text-decoration:none;
	font-weight:bold;
	font-size:11px !important;
}
#wp-calendar td a:hover {
	background: none;
	border-left: none;
	font-weight:bold;
	text-decoration: underline;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */




/************************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


.wp-caption {
   border: 1px solid #d7d3c8;
   text-align: center;
   background-color: #d7d3c8;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 2px;
   -khtml-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   /*font-size: 11px;*/
   line-height: 19px;
   color:#1d1d1d;
   padding: 5px 4px;
   margin: 0;
}
.sidebar_bg input.wpcf7-validates-as-required {
	width:200px;
}
.sidebar_bg textarea {
	width:200px;
	height:75px;
}
.sidebar .textwidget p {
	color:#fff;
}
.storyContent .addtoany_share_save_container {
margin:0px;
float:right;
}
.twtr-widget h3 {
	font-family:arial, helvetica;
}
