/*   
Theme Name: Ecodesarrollo WPTheme
Theme URI: http://www.ecodesarrollo.net/
Description: Theme Wordpress para Ecodesarrollo
Author: WindInertia
Author URI: http://windinertia.es/
Version: 1.0
.
.
*/

@import url(reset.css);
@import url(header.css.php);

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	margin: 10px 10px 10px 20px;
}

/*** LAYOUT ***/

.block {
	width: 950px;
	margin: 0 auto;
}

.main {
	width: 625px;
	float: left;
	margin: 0 0 0 20px;
}

.content {
	width: 455px;
	float: right;
}

* html .content {
	width: 425px;
	margin-right: 20px;
}

.meta {
	width: 150px;
	float: left;
	margin: 0 20px 0 0;
}

* html .meta {
	width: 140px;
	margin-right: 0;
}

.sidebar {
	width: 275px;
	float: right;
}

/*** IMAGENES DE FONDO ***/

#header, #header .block {
	background: transparent url(img/header_bg_b.png) repeat-x top;
}

#header .main {
	background: transparent url(img/header_b.png) no-repeat;
	height: 190px;
	width: 920px;
}

/* #header .sidebar {
	background: transparent url(img/header_logo.png.php) no-repeat;
	height: 285px;
	text-indent: -9999em;
	overflow: hidden;
}*/

#header h2 {
	text-indent: -9999em;
	overflow: hidden;
}

#body {
	background: transparent url(img/main_block_bg.png) no-repeat bottom right;
}

* html #body {
	border-bottom: 1px solid #E8E7DA;
}

#body .block  {
	background: transparent url(img/main_bg.png) no-repeat bottom right;
}

#body_extend, #body_extend .block {
	background: #E8E7DA none;
}

#footer, #footer .block {
	background: #cdcc9e url(img/background_pie_02.png) no-repeat top center;
}

#footer .block {
	padding-top: 100px;
}

/*** FUENTES, TAMAÑOS Y COLORES ***/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, sans-serif;
	font-size: 0.8em;
}

/** MENÚ DE CABECERA **/

#header ul {
	font-stretch: condensed;
	font-weight: bold;
	list-style-type: none;
	padding-top: 5px;
	margin-left: 1px;
}

#header li {
	float: left;
	margin-right: 30px;
}

#header a {
	color:  #fff;
	text-decoration: none;
}

#header h1 {
	clear: both;
	text-indent: -9999em;
	text-overflow: hidden;
}

#header h2 {
	color: #fff;
	font-size: 1.8em;
	xfont-weight: bold;
	margin-top: 70px;
	margin-left: 1px;
}

/** POSTS **/

#body .post, #body .sidebar h3 {
	border-top: 1px solid #eaeaea;
}

#body_extend .post, #body_extend .sidebar h3, #comments {
	border-top: 1px solid #d7d7cc;
}

#body_extend {
	padding-top: 20px;
}

.post, .sidebar h3, #comments	 {
	padding-top: 5px;
}

.sidebar h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
}

#body_extend .sidebar h3 {
	border-bottom: 1px solid #e3e2d7;
}

.post, .sidebar .section {
	padding-bottom: 30px;
	color: #333333;
}

.post .meta {
	font-size: 0.9em;
	color: #959595;
	font-weight: bold;
}

.post .meta p {
	margin-bottom: 5px;
	text-align: left;
}

.post .meta .comment_numbers {
	margin-top: 25px;
}

a, .article a.more-link {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

.article a {
	color: #006600;
}

.article {
	line-height: 1.3em;
}

p, li {
	margin-bottom: 10px;
	line-height: 1.3em;
	text-align: justify;
}

img {
	padding: 4px;
	border: 1px solid #cccccc;
}

.content img {
	margin: 0 15px 15px 0;
}

h3 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #555555;
	margin-bottom: 20px;
}

h3 a {
	color: #333333;
	text-decoration: none;
}

.sidebar p, .sidebar li {
	color: #959595;
	font-size: 0.9em;
}

.sidebar .children {
	margin: 10px;
	padding-left: 10px;
	border-left: 1px solid #959595;
}

.sidebar .children a {
	font-weight: normal;
}

.sidebar .current-cat a {
	color: #000;
}

.sidebar .current-cat li a {
	color: #555555;
}


.sidebar .rss li {
	padding-left: 20px;
	background: transparent url(img/rss.png) no-repeat top left;
	height: 16px;
}

.sidebar .comment {
	margin-bottom: 10px;
}

.sidebar .comment p {
	line-height: 1.1em;
	margin-bottom: 2px;
}

#footer {
	color: #fff;
	font-size: 0.9em;
}

#footer a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#footer .menu {
	font-size: 1.1em;
}

#footer .menu li {
	float: left;
	margin-right: 7px;
	padding-left: 7px;
	border-left: 1px solid #fff;
}

#footer .menu li.first {
	padding-left: 0;
	border: 0;
}

#footer p {
	clear: both;
}

/** COMENTARIOS **/

#comments .comment {
	background: transparent url(img/comment_bg.gif) repeat-x top;
	padding: 14px 20px;
	margin: 0 0 20px;
	color: #959595;
}

#comments .comment h4, #comments .comment h4 a {
	color: #555555;
	margin-bottom: 10px;
}

#comments .comment p {
	margin-bottom: 5px;
}

#comments .comment .date a {
	color: #666666;
	font-size: 0.85em;
}

.addcomment h3 {
	margin-bottom: 14px;
}

#commentform .text input, #commentform textarea, .ddfm .fmtext, .ddfm .fmtextarea {
	background: #fbfaf4 none;
	border: 1px solid #cac7b4;
	color: #666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	width: 100%;
}

.aviso {
	color: #006F99;
	font-style: italic;
	font-size: 0.9em;
}

.ddfmerrors {
	color: red;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 10px;
}

.errorlist {
	text-align: center;
	color: gray;
	line-height: 1.5em;
}

.navigation p {
	text-align: center;
}

.navigation p a {
	margin: 0 80px;
}
