/*
Theme Name: Blog
Theme URI: http://enigma.lunacelta.com/
Description: Mi pinchurriento theme
Version: 1.0
Author: Elsie Kusulas Di Bella
*/

/* Estilo General */

body {
margin: 0px;
text-align: justify;
background-color: #000000;
background-attachment: scroll;
font-family: verdana;
color: #CAB695;
letter-spacing: 0px;
font-weight: normal;
font-size: 10px;
cursor: default;
scrollbar-base-color:#000000;
scrollbar-track-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#CAB695;
scrollbar-shadow-color:#000000}
a {cursor:help;height:1px;color:#C47E7E}
a:link{color:#C47E7E;text-decoration:none}
a:visited, a:active {color: #C47E7E; text-decoration: none}
a:hover{cursor:help; color:"#C47E7E";text-decoration: underline;height:1px}

input {
background-color: #423429;
font-family: verdana;
color: #CEB694;
font-size: 10px;
border-style:  solid;
border-color: #CEB694;
border-width: 1px}

textarea {
background-color: #423429;
font-family: verdana;
color: #CEB694;
font-size: 10px;
border-style:  solid;
border-color: #CEB694;
border-width: 1px}

button {
background-color: #423429;
font-family: verdana;
color: #CEB694;
font-size: 10px;
border-style:  solid;
border-color: #CEB694;
border-width: 1px}

/* Estilo del Header */

#header {
width: 780px;
height: 493px;
margin: 0 auto;
background: url(/imagenes/header2.jpg) no-repeat;}

/* Estilo del Content */

#content {
width: 780px;
margin: 0 auto;
background: #000000 url(/imagenes/back.jpg) repeat-y;}

/* Estilo del área del Blog */

#blog {
float: right;
width: 521px;
padding: 0px 0px 0px 0px;}

/* Estilo del Sidebar */

#sidebar {
float: left;
width: 259px;
padding: 0px 0px 0px 0px;}

#sidebar a {cursor:help;height:1px;color:#C47E7E}
#sidebar a:link{color:#C47E7E;text-decoration:none}
#sidebar a:visited, a:active {color: #C47E7E; text-decoration: none}
#sidebar a:hover{cursor:help; color:"#C47E7E";text-decoration: underline;height:1px}


/* Estilo del Footer */

#footer {
width: 780px;
height: 88px;
margin: 0 auto;
background: url(/imagenes/back2.jpg) no-repeat;}