/* Original design made by Radek HULAN (c) 2004                                */
/* http://hulan.info/blog/                                                     */
/* Converted to Wordpress by Riosoft                                           */
/* http://eriosoft.com                                                         */
/* Un saludo a los grandes olvidados de Internet: los hispanoparlantes.  :-)   */
/* Un recuerdo para mis amigos Acosta y Joaquín que nos dejaron tan pronto     */

html {
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-color: #F5DEB3;
}

a:link {
	color: #C83700;
}

a:hover {	background: #B99E70;	color:white;
}

div#rap h1#header { 
	color: #FFF; 
	font-size: 20px;
	font-weight: bold;	border-bottom: 15px solid #FFD700; 
	background: #B99E70; 
	padding: 15px 20px 25px 0; 
	margin: 0 0 0 0; 
	text-align: right;
}

div#rap h1#header a{
	color: #FFF9D4; 
	font-size: 20px; 
	font-weight: bold; 
	text-decoration: none;
}

div#rap h1#header a:hover{ 
	background: transparent;
	color: #F5DEB3; 
	font-size: 20px; 
	font-weight: bold; 
	text-decoration: none;	border-bottom: 1px dotted;
}

/* body */
body { 
	width: 770px; 
	border: 1px solid #000; 
	margin: 20px auto 20px auto; 
	padding: 0 0 0 0; 
	background-color: #DCD0B8;
	font-size:12px;
	line-height:17px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif, Palatino, serif;}

/* post, etc...  */
div#content{ 
	background-color: #F5F0EA;
	border: 1px solid #000000; 
	color: #000000; 
	height: auto; 
	width: 550px; 
	float: left; 
	margin: -30px 0em 10px 8px; 
	padding: 20px 20px 20px 20px;}

div#content a{	color: #AA0000;
	text-decoration: none;
}

div#content a:hover{
	color: #B99E70;
	background: transparent;}

/* menu */

div#menu {
	float: right;
	text-align: left; 
	padding: 5px 10px 10px 10px; 
	margin:0 0 0 0;}

div#menu a {	color: black;	text-decoration: none;	font-weight: normal;
}

div#menu a:hover {
	color: white;
	background: #881817;
}

/* separacion entre las tablas del menu sin titulo */
ul li{
margin:20px 0px 0px 0px;
padding:1px;
}

/* Tabla que engloba a todos los submenus */
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;}

/* tabla de los submenus del menu (sin el título) */
div#menu ul li ul {
	margin: 0px;
}

/* aqui van las tablas de menu resaltadas */
div#menu ul li ul a{
	display: block;
	padding: 1px 0px 1px 15px; 
	margin: 0px; 
	background-color: #E2DAC7; 
	border-right: 1px solid #666666; 
	border-bottom: 1px solid #666666;}

div#menu ul li ul a:hover{
	display: block;
	background-color: #881817;
	color: #FFFFFF;	border-bottom: 1px #E2DAC7 solid;	border-right: 8px #FFD700 solid;
}
/* tabla completa de los submenus del menu, títulos y contenido */
div#menu ul li {
	margin: 10px 0;
	padding-left: 0px;
}

/* celdas del menu */
div#menu ul li ul li {
	margin: auto auto auto auto;
}

div#menu table td {
	text-align: center;
}

li#wordpress {
	color: #645131;
	padding: 2px 0;	font-weight: bold;
}

li#categories {
	color: #645131;
	padding: 2px 0;	font-weight: bold;
}

li#search {	color: #645131;
	padding: 2px 0;	font-weight: bold;}

li#archives {
	color: #645131;
	padding: 2px 0;	font-weight: bold;
}

li#calendar {
	color: #645131;
	padding: 2px 0;
}

li#other {
	color: #645131;
	padding: 2px 0;	font-weight: bold;
}

li#meta {
	color: #645131;
	padding: 2px 0;	font-weight: bold;
}

li#links {
	color: #645131;
	padding: 2px 0;	font-weight: bold;}

li#style {
	color: #645131;
	padding: 2px 0;	font-weight: bold;
}

div#content h2 {
	padding: 2px 0px 2px 0px;
	margin-left: 30px;
	margin-right: 40px;
	margin-bottom: 30px;
	font-size: 11px;
	color: #645131;	text-align: right;
	background: transparent;
}

div.post {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 30px;	text-align: justify;
}

h3.storytitle {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 115%;	margin-right: 20px;
	padding: 3px 15px 3px 60px;	margin-left: 20px;
}

div.post h3.storytitle a:hover, div.post h.storytitle a:focus, div.post div.feedback a:hover, div.post div.feedback a:focus {
	text-decoration: none;}

div.post div.meta {
	margin: 0;
	padding: 0px 30px 2px 60px;
	font-size: 90%;	text-align: right;
}

div.post ol, div.post ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.post li {
	margin: 5px 15px;
	padding: 0em 20px 10px 20px;
}

div.meta ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

div.meta ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

div.storycontent {
	padding: 0px 20px 10px;
}

div.post div.feedback {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;	text-align: left;	margin-left: 40px;
}

div#content div.post p, div#content ol#commentlist p, div#content form p {
	margin-left: 10px;
	margin-right: 10px;
}

ol#commentlist {
	margin: 0 30px 30px 40px;
	padding: 0;
	list-style: none;
}

div#content p {
	margin-left: 50px;
	margin-right: 220px;
}

div#content div.post p, div#content ol#commentlist p, div#content form p {
	margin-left: 10px;
	margin-right: 10px;
}

ol#commentlist {
	background-color: transparent;
	margin: 0 30px 30px 40px;
	padding: 0;
	list-style: none;
}

ol#commentlist li {
	margin: 10px;
	padding: 4px 20px 0;
	background-color:  #F0ECE1;
	border: 1px #613725 groove;	border-bottom: groove;	border-right: groove;	margin-top: 20px;
}

ol#commentlist li:hover{	background: #F8F6F1;
}

code {
	color: #B46233;
	font: 90% "Courier New", Courier, monospace;
}

form {
	margin: 0;
	padding: 0;
}
	
input, textarea {
	background-color: #F8F6F1;
	border: 1px solid #aaa;
	font-size:100%; 
}

input:hover, textarea:hover {
	background: #F0ECE1;
}

#wp-calendar {
	width: 140px;	background: transparent;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar td {	background:#F0ECE1;
	color: #645131;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today {
	background: #881817;
	color: white;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.credit {
	background: #F1ECE2;
    clear: both;
    height: 25px;
    margin: 0 auto;   
    text-align: center;  
    border-top: #000 1px solid;	padding-top: 1em;	font-size: 9px;
}

.credit cite {	
	color: #000;
	text-decoration: none;	
}

.credit cite a {	
	text-decoration: none;	
}
