/*
Theme Name: eden
Theme URI: http://www.salaeden.com/
Description: Theme para el proyecto www.salaeden.com
Version: 1.0
Author: Reus
Author URI: http://www.pintacoda.com
*/

* { padding: 0; margin: 0; }

body {
	margin: 0;	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(imagenes/fondo_pagina.gif);
	background-repeat:repeat-x;
	background-color:#D57C14;
}

#contenedor{
width: 920px;
margin: 0 auto;
background:#ffffff;
}

#cabecera{
width: 920px;
height: 205px;
margin: 0 auto;
background-image:url(imagenes/cabecera_eden.jpg);
border-bottom-style: dotted;
border-bottom-color: #7b95b8;
border-bottom-width: 1px;
}

#barra{
width: 920px;
height: 30px;
margin: 10px 0 0 0;
border-bottom-style: dotted;
border-bottom-color: #7b95b8;
border-bottom-width: 1px;
text-align:center;
}

#cuerpo{
width: 920px;
margin: 0 auto;
}

#entradas{
float:left;
width: 620px;
padding:10px;
margin: 20px 20px 20px 20px;
padding: 10px;
border-right-style: dotted;
border-right-color: #D57C14;
border-right-width: 0px;
}

.postviernes, .postproxima{
float:left;
width: 600px;
padding:10px;
margin: 20px 20px 20px 0px;
padding: 10px;
border-style: dotted;
border-color: #D57C14;
border-width: 1px;
text-align:justify;
}
.postviernes{
background-color: #f6efa5;
}
.postproxima{
background-color: #cde0f6;
}

.post{
text-align:justify;
}

.h1blanco{
background-color: #ffffff;
padding: 5px;
border-style: dotted;
border-color: #424040;
border-width: 1px;
text-align:center;
}

#menu{
font-family: Arial, Helvetica, sans-serif;
float:left;
width: 200px;
padding:10px;
border-left-style: dotted;
border-left-color: #D57C14;
border-left-width: 0px;
}

#pie{
clear: both;
width: 920px;
border-top-style: dotted;
border-top-color: #7b95b8;
border-top-width: 1px;
text-align: center;
}


/* Estilos */

a {
	text-decoration:none;
	color:#9f3a00;
	}
a:hover {
	text-decoration:none;
	color:#9f3a00;
	border-bottom:1px dotted #9f3a00;
	}

img {

border: 0px;

}
/* Menu */

#menu ul, #menu ul ol {
	margin: 0;
	padding: 0;
	list-style:none;
}
	
#menu ul li a {
	color: #9f3a00;
	text-decoration: none;
	padding-left: 0px;
	padding-bottom: 0px;
	}

#menu h2 {
	width:169px;
	height:32px;
	background-image:url(imagenes/titulos_menu1.png);
	background-repeat:no-repeat;
	color:#000000;
	/*background-color:#ff;*/
	text-align:left;
	padding:7px 0 0 0;
	margin:0;
	font-size:14px;
	
	}

#menu li {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding:0;
	/*background-color:#eeeeee;*/	
	}
#menu ul {
	list-style-image:  url(imagenes/bullet.jpg);
	margin: 0 0 10px 0;
	padding:0 0 0 20px;
	/*background-color:#eeeeee;*/
	text-align:left;
}

.space {
	padding:5px;
	}

/* Entradas */

#entradas a:hover {
	border-bottom:0px dotted #9f3a00;
}

#entradas h2 {
	margin 0: auto;
	padding: 10px 0px 5px 0px;
	border-bottom-style: dotted;
	border-bottom-color: #D57C14;
	border-bottom-width: 0px;
        
}

#entradas small {
	padding: 5px 0px 5px 0px;
       
}

.entry {
	margin: 10px 0px 10px 0px;
}

.postmetadata {
	margin 0: auto;
	margin: 10px 0px 10px 0px;
	background: #ecc333;
}

/* Barra */

#barra a{
font-weight:bold;
}

