body {
	background: #6F2830 url(fondo.gif);
	color:#6F2830;
	}

#page {
	padding: 0;
	margin:20px auto 20px auto;
	border: 1px solid #444;
	clear: both;
	background-color:white;
	border:14px solid #EFDBB8;
	}

#header {
	height: 101px;
	background:#6F2830 url(header.jpg) top left no-repeat;
	margin-bottom:10px;
	}

#footer p {
	color:#EFDBB8;
	text-decoration:none;
	font-size:1em;
}

#footer a, #footer a:hover {
	color:#E7B541;
}

#prefooter {
	text-align:center;
	line-height:1.6em;
}

#prefooter a, #prefooter a:hover {
	color:#E7B541;
	text-decoration:none;
	font-weight:normal;
	font-size:1em;
}

#footer {
	padding:0 0 40px 0;
}

#primary {
	width: 498px;
	border-right:1px dotted #BFAC8B;
}

.secondary {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}



ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1em;
	font-weight:bold;
	color: #E7B541;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.menu li a:hover {
	background:none;
	color: #EFDBB8;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #EFDBB8;
	text-decoration: none;
	background:none;
	}


a {
	color: #A85660;
}

a:hover {
	text-decoration:underline;
}

.entry-content {
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
	color: #6F2830;
	margin-top:0;
	margin-bottom:20px;
	}

h1, h2, h3, h4 {
	font-family: 'Arial', 'Arial Rounded', 'Tahoma', 'Trebuchet MS', Verdana, Sans-Serif;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -1px;
	color:#6F2830;
	padding-bottom:8px;
	border-bottom:1px solid #CCCCCC;
	display:none;
	}


h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.1em;
	font-weight: normal;
	margin-top: 25px;
	color:#6F2830;
	}

h4 {
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 25px;
	}