/*  
Theme Name: Red Wood
Description: Stylish theme, widget ready, CSS/HTML valid, fluid width, specially design for the best user experience. 
Author: My Green Corner
Author URI: http://www.mygreencorner.com
Tags: white, light, two-columns, right-sidebar, fixed-width
Version: 1.0
*/


html, body {
	font-family: Georgia;
	border: 0;
	color: #717171;
}

body {
	background: url(img/fondo.jpg) repeat-x top;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

blockquote {
	font-size: 13px;
	line-height: 22px;
	padding: 10px 0px 10px 25px;
	margin: 0 auto;
	width: 85%;
	background: url(img/quote.gif) no-repeat 0 15px;
}

blockquote p {
	font-style: italic;
	color: #2C6F9C;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

a img {
	border: none;
	display:block;
}

p {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1,h3,h4 {
	padding: 10px 0;
	font-weight: normal;
	color: #242424;
}

h1 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 21px;
}

/* Wrap */

#wrap {
	width: 1070px;
	margin: 0 auto;
	position: relative;
	/*background: url(img/hole.png) no-repeat 500px 46px;*/
}

* html #wrap {
	background: url(img/hole.jpg) no-repeat 500px 46px;
}

/* Main Menu */

#main_menu {
	width: 99%;
	/*height: 26px;
	padding-top: 14px;*/
	text-align: right;
	position: relative;
}

#main_menu ul {
	position: absolute;
	right: 0px;
	top: 14px;
}

#main_menu ul li {
	display: inline;
	font-size: 14px;
}

#main_menu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	margin-left: 18px;
	/*background: url(img/menu_rollover.jpg);*/
	color: #7eb02f;
	padding: 3px 8px 4px 8px;
}

#main_menu ul li.current_page_item a, #main_menu ul li a:hover {
	color: #fff;
	background-position: 0 -26px;
}

/* Title */

#title {
	width: 600px;
	height: 84px;
	overflow: hidden;
}

#title h2 {
	/*font-style: italic;*/
	font-weight: normal;
	font-size: 37px;
	color: #fff;
}

#title h2 a {
	color: #fff;
	text-decoration: none;
	display:none;
}

#title h2 a:hover {
	color: #BDBDBD;
}

#title p {
	font-size: 17px;
	font-style: italic;
	padding: 3px 5px;
	/*background: url(img/subtitle_bg.jpg);*/
	float: left;
	color: #FFDBDB;
}

/* Content Wrap */

#content_wrap {
	width: 100%;
}

/* Content */

#content {
	width: 560px;
	float: left;
	margin-top: 150px;
	padding-bottom: 10px;
	margin-left:129px;
}

#content img {
	border: #DCDCDC 1px solid;
	background: #fff;
	padding: 3px;
}

/* Content Post Wrap */

.post_wrap {
	width: 100%;
	padding: 0px 0px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}

/* Content Post Title */

#content h2 {
	font-size: 35px;
	color: #000;
	font-weight: normal;
	padding: 20px 0;
}

#content h2 a {
	text-decoration: none;
	color: #5c8e0d;
}

#content h2 a:hover {
	color: #CCCCCC;
}

/* Content Post Details */

#content p.post_details {
	padding: 0 0 10px 0;
	margin-top: -20px;
	color: #81b332;
	font-size: 11px;
}

#content p.post_details a {
	color: #81b332!Important;
	text-decoration: none;	
}
#content p.post_details a:hover {
	color: #A6BFCB!Important;
	text-decoration: underline;
}

/* Content Post Text */

#content ul, #content ol {
	padding: 10px 0 10px 50px;
	font-size: 14px;
	line-height: 25px;
}

#content ul li {
	list-style: square;
}

/* More Entries */

#more_entries {
	padding: 35px 0;
	font-size: 25px;
}

#more_entries a {
	text-decoration: none;
	color: #000;
}

#more_entries a:hover {
	text-decoration: underline;
}

/* Rss Feed Image */

#wrap a img.rss_feed {
	position: absolute;
	top: 156px;
	left: 605px;
}

/* Comments (single.php and comments.php) */

h2.spcn, h2.spcl {
	font-size: 20px !important;
	padding-bottom: 0px!Important;
}

.comments_wrap {
	width: 500px;
	margin: 30px 0 5px 10px;
	clear: both;
}

.comments_wrap .left {
	width: 56px;
	float: left;
}

.comments_wrap .right {
	width: 400px;
	float: left;
	padding-left: 15px;
}

.comments_wrap .right a {
	text-decoration: none;
}

.comments_wrap .right a:hover {
	text-decoration: underline;
}

.comments_wrap .right h4 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5D5D5D;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 13px;
}

.comments_wrap .right p {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Comments (form) */

#content form {
	margin: 1px 0 10px 1px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 4px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
	height: 80px;
	border: 1px dotted #CCCCCC;
}

#content form input {
	margin-top: 5px;
	border: 1px dotted #CCCCCC;
	padding: 2px;
}

/* Sidebar */

#sidebar {
	width: 285px;
	float: right;
	padding: 30px 35px 25px;
	background: url(img/columna.png) no-repeat left top;
	margin-top: -8px;
	position: relative;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	font-size: 20px;
	color: #7eb02f;
	padding: 30px 0 5px 0;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar ul {
	width: 100%;
	padding: 8px 0 8px 0px;
}

#sidebar ul li {
	/*font-size: 14px;*/
	background: url(img/li.gif) no-repeat 0 9px;
	padding: 3px 10px 4px 9px;
	line-height: 19px;
}

#sidebar ul#recent_entries li {
	background: url(img/sidebar_line.gif) repeat-x left bottom;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

#sidebar ul li span.wrap {
	width: 310px;
	background: url(img/li.gif) no-repeat left 7px;
	display: block;
	padding-left: 20px;
}

#sidebar ul li span.left {
	width: 270px;
	float: left;
}

#sidebar ul li span.right {
	width: 35px;
	text-align: right;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul li ul {
	padding: 0;
	margin: 1px 0 -4px 0;
}

/* Categories and Archives */

#sidebar .ca_wrap {
	width: 100%;
}

#sidebar .cleft {
	width: 170px;
	float: left;
}

#sidebar .cright {
	width: 145px;
	margin-left: 5px;
	float: left;
}

/* Sidebar Search (widget) */

#sidebar form#searchform input {
	border: 1px dotted #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#sidebar form input#s {
	width: 125px;
	margin-bottom: 5px;
	padding: 2px;
	margin-top: 5px;
	margin-right: 5px;
}

/* Widget (calendar) */

#wp-calendar {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 10px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #EAEAEA;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	width: 100%;
	border-top: 1px dotted #DADADA;
	background-color: #FFFFFF;
	height: 110px;
}

#footer_in {
	width: 1015px;
	margin: 0 auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #CECECE;
	text-decoration: none;
}

#footer ul {
	padding-top: 23px;
}

#footer ul li {
	display: inline;
	font-size: 11px;
}

#footer ul li a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 3px 5px;
	color: #b2d37d;
}

#footer ul li.current_page_item a, #footer ul li a:hover {
	/*background: #4F4E4D;*/
	color: #E0E0E0;
}

#footer p.footer {
	font-size: 11px;
	color: #797875;
	clear: both;
	width: 800px;
	padding: 7px 0 0 0;
	display:none;
}

#footer p.footer a:hover {
	text-decoration: underline;
}

#footer p.bot a {
	padding: 1px 4px;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: -35px;
	color: #b2d37d;
	text-decoration: underline;
}

#footer p.bot a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

/* Fix */

#sidebar ul li span.wrap:after,
#title:after,
#content_wrap:after,
#sidebar ul#recent_entries li span.wrap:after,
#sidebar .ca_wrap:after,
.comments_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

#content{
	overflow:hidden;
}

.screen-reader-text{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
}
#searchform {
	/*padding-bottom: 20px;*/
}
#metaseopack{
display:none;}