/*  
Theme Name: Edopine
Theme URI: http://www.rumeauweb.com
Description: Nuevo tema para wordpress
Version: 1.0
Author: Jean Rumeau
Author URI: http://www.rumeauweb.com

*/

body {
	margin:0;
	padding:0;
	background: url(images/body.jpg) #000000 top left repeat-x;
	font-family:Helvetica, "Trebuchet MS", Verdana, Arial;
}

a {
	color:#665337;
}

h1 { font-size:26px; }
h2 { font-size:24px; }
h3 { font-size:22px; }
h4 { font-size:20px; }
h5 { font-size:18px; }

#wrapper {
	width:730px;
	margin:0 auto;
	height:100%;
}

/* HEADER */
#header {
	margin:0px;
	clear:both;
}
#header .logo {
	color:#FFFFFF;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat;
	height: 75px;
	margin:0 10px;
	position:relative;
}
#header .logo img {
	margin-top:25px;
	margin-left:40px;
}
#header .menu {
	font-size:12px;
	color:#FFFFFF;
	position:absolute;
	right:0px;
	bottom:0px;
}
#header .menu li {
	float:left;
	padding:3px 5px;
	list-style:none;
}
#header .menu a {
	color:#fb0202;
	text-decoration:none;
}
#header .flash {
	height:273px;
	clear:both;
	margin: 0 10px;
}
#header .submenu {
	height:68px;
	background-image: url(images/submenu-bg.jpg);
	background-repeat: no-repeat;
}

.clr {
	clear:both;
}
/* BODY */

#body {
	margin:0 10px;
	clear:both;
	overflow:hidden;
	height:100%;
}

#contents {
	float:left;
	width:400px;
	background:#ffffff;
	height:100%;
}
#content {
	margin:15px;
}
#content h1 {
	font-family:Georgia,Times,"Times New Roman",serif;
	line-height:36px;
	font-weight:normal
}
#content h1 a {
	color:#000000;
	text-decoration:none;
}
#content h1 a:hover { color:#987C52; }
#content .entry {
	font-size:13px;
	line-height:21px;
}

#sidebar {
	margin-left:5px;
	width:305px;
	float:left
}

#sidebar ul {
	margin:0;
	margin-bottom:5px;
	padding:0 15px;
	list-style:none;
	background-color:#ffffff;
}
#sidebar ul li.sidebar-module {}

#sidebar h2 {
	color: #987C52;
	margin:0;
	padding:20px 0 7px 0;
	font-size:0.8em;
}
#sidebar ul li {
	margin:0 0 20px 0;
}
#sidebar ul li ul {
	padding:0;
	margin:0;
}
#sidebar ul li ul li {
	display:block;
	border-top:1px solid #999999;
	font-size:12px;
	padding: 5px 0;
	margin:0;
	color:#333333;
}
#sidebar ul li ul li a {
	color:#333333;
	text-decoration:none;
}



.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.comments-template a {
	color:#987C52;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}
.comments-template p {
	font-size:13px;
}
.commentmetadata {
	font-size: 13px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}
	
	
