/* 
Theme Name: Obvio
Theme URL: http://www.obvio.cl
Description: Obvio!
Author: Cristian Rebolledo
Author URI:
Version: 2.0
*/

* {margin:0;padding:0;}

/* GENERAL */
body {background: #fff url(images/bg-body.png) repeat-x; font-family: Arial, Sans Serif; font-size: 12px; color: #373737;}
a {text-decoration: none; color: #660077;}
a img {border: 0;}
.oculto {display: none;}
iframe {border: 1px solid #999;}

/* DIVs */
#contenido {width: 600px; float: left; margin-left: 20px; margin-bottom: 40px;}
#sidebar {float: right; width: 277px; margin-right: 20px; margin-top:10px;}
#footer {clear: both; background: #432857 url(images/bg-footer.png) repeat; height: 50px; text-align: center; color: #fff; padding: 20px 0 10px; }

.rss {background: url(images/rss.png) no-repeat; padding-left: 20px; float:right; width:25px;}

/* POST */

.post h2 {font-family: arial, sans serif; font-size: 22px; letter-spacing: -1px;  margin-bottom: 10px;}
.post h2 a{color: #660077;}
.post h2 a:hover{color: #a972b2;}

.post p {line-height: 160%;}

.post p a { font-weight: bold;}
.post p a:hover {text-decoration: underline;}
.post p a:visited {font-weight: normal;}
.categorias {background: url(images/categorias.png) no-repeat top left; padding-left: 25px; float: left;}
.comentarios {background: url(images/comentarios.png) no-repeat top left; padding-left: 25px; float: right;}
.postmeta {font-size: 11px; padding: 8px 20px; border-top: 1px solid #C074CF; border-bottom: 1px solid #C074CF; background: #d1a3d9; margin: 20px 0 50px; height: 15px; }

.post ul li {list-style-image: url(images/bullet.png); margin: 3px 0 0 50px; padding: 5px 0; }
.fecha {font-size: 11px; margin-bottom: 15px; color: #888;}


#postnavigation {border-top: 1px solid #999; padding-top: 5px;}
.anteriores {background: url(images/left.png) no-repeat; padding-left: 20px; width:50%; float: left;}
.nuevos {background: url(images/right.png) no-repeat right center; padding-right: 20px; text-align: right; float: right;}

.categoria {font-size: 26px; margin: 10px 0; border-bottom: 1px solid #dfdfdf; letter-spacing: -1px; color: #777;}

#box { width: 960px; margin: 0 auto;}

#header {height: 200px; margin-bottom: 40px;}


/* BUSCAR */
#searchform{margin:30px auto 10px; width:100%;}
input#texto-buscar {background:transparent url(images/bg-buscar-form.png) repeat-x scroll 0 0; border:1px solid #999999; padding:4px; width:208px;}
input#boton-buscar {background:transparent url(images/bg-buscar-form.png) repeat-x scroll 0 0; border:1px solid #999999; padding:3px;}
 
/* MENU */
#menu {font-size: 18px; font-family: Lucida Grande, Lucida Sans Unicode, Arial, Sans Serif; line-height: 100%; padding-top: 5px;}
#menu li {list-style-type: none; cursor: pointer;}
#menu ul li a {text-decoration: none; color: #ecabf6;}
#menu ul li a span {font-size: 11px; color:#A758B3;}
#menu ul li a:hover, #menu ul li a:hover span {color: #fff;}
ul.column{ width: 100%; padding: 0;	margin: 15px 0;	list-style: none;}
ul.column li { float: left; width: 192px; padding: 0; margin: 5px 0; display: inline;}
.block { margin-right: 10px; padding:  0 20px;}


/* COMENTARIOS */
#comentarios h3 {font-size: 16px; margin: 0 0 20px; background: #efefef; padding: 10px; border-top: 1px solid #999; margin-top: -20px;}
#comentarios ol {margin-left: 25px; font-size: 20px;}
.comments_meta {font-size: 12px;}
.comment_text {font-size: 11px; margin-bottom: 20px; border-bottom: 1px solid #999; padding-bottom: 20px;}
textarea#comment {width: 500px; margin: 10px;}

.comments_reply h3 {margin-bottom: 15px;}

label small {font-size: 10px; color: #666; font-weight: bold;}

#commentform input { padding: 2px; margin: 5px 10px;}
input#submit {margin-left: 8px;}

.declaracion {font-size: 11px; color: #777; margin: 15px 0;}
/* SIDEBAR */

.claudia {background: #efefef; border: 1px solid #dfdfdf; padding: 10px 20px; margin-top: 20px;}
.claudia h3 {color: #666; border-bottom: 1px dotted #999; margin-bottom: 3px; padding-bottom: 3px;}

#buscar {float: right; margin: 8px 20px 0;}
#buscar input#s{background: url(images/bg-buscar-form.png) repeat-x; border: 1px solid #ccc;}
#searchsubmit {border: 1px solid #ccc;}

#sidebar h2 {margin: 20px 0; background: #AFAFAF; color: #fff; padding: 5px 10px; border-bottom: 1px solid #888; border-top: 1px solid #888; }
#sidebar ul li {list-style-image: url(images/bullet.png); margin: 3px 0 0 50px; padding: 5px 0; }


/* FOOTER */

#footer {font-size: 11px; color: #dfdfdf;}
#footer a {color: #D1A3D9;}
#footer a:hover {color: #fff;}


/* ALINEAMIENTO IMAGENES */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}