/*  

*****************************************************
-----------------------------------------------------

Theme Name: Caldazos
Description: Buenisimo con colores vivos vihte.
Version: 1.0
Author: Daniel Chepetusa
Author URI: http://everythingisgray.com/
Theme URI: http://everythingisgray.com/simplixity-wordpress-theme/
Tags: two-columns, fixed-width, right-sidebar, tan

    Diseno de Caldazos
    http://chepetusa.net/

    The XHTML, CSS, PHP, and images included in this theme are released under the GPL:
    http://www.opensource.org/licenses/gpl-license.php
    
    Version 1.0 improves image handling and fixes an issue that existed while no widgets were activated.

-----------------------------------------------------
*****************************************************



********************
--------------------
      Contents
--------------------
********************

 
	* General
	* Layout
		- Header
		- Container
	* Content	(Includes items in the main content area)
		- Post headers
		- Posts
    * Navigation    (Includes items in the navigation menu)
        - Navigation
	* Sidebar	(Includes items in the sidebar)
		- General
		- Sidebar headers
		- Wordpress calendar
	* Footer   (Includes items in the footer)
	* Misc.    (Includes miscellaneous items)

*/

/*******************
 **    General    **
 *******************/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}
body{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.75em;
	vertical-align: top;
	color: #FFF;
	background-image: url(img/bg_general.jpg);
	background-repeat: repeat-x;
	background-color: #8e2579;
}
img, div, class { behavior: url(img/iepngfix.htc) }

img{
    border: 0;
}
h1{
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 1.5em;
    padding: 0 0 10px 0;
}
#header h1 a{
	color: #5b5b5b;
	background-image: url(img/logo2.png);
	height: 150px;
	width: 860px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -3000em;
	padding-top: 10px;
	behavior: url(img/iepngfix.htc);
}
#header h1 a:hover{
    color:#a52713;
    text-decoration: none;
}
h2 a{
	color: #efecd5;
}
h2 a:hover{
    text-decoration: none;
    color: #333333;
}
a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #0CF;
}
a:visited{
	text-decoration: none;
}
#menul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menul ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menul ul li a {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #222121;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 25px;
	display: block;
	float: left;
}
p{
    padding: 10px 0 0 0;
}
a{
	color: #333;
font-weight: bold;
	text-decoration: none;
}

/*******************
 **    Layout     **
 *******************/


#header_wrapper{
	width: 100%;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 207px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header{
	position: relative;
	width: 860px;
	height: 181px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
#menul {
	background-image: url(img/menu_bg.png);
	background-repeat: repeat-x;
	height: 26px;
	width: 100%;
	background-position: left top;
	behavior: url(img/iepngfix.htc);
}
#menudos {
	height: 26px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#background_container{
	width: 100%;
}
#content_container{
	width: 820px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(img/bg-cont.png);
	background-repeat: no-repeat;
	background-position: center top;
	behavior: url(img/iepngfix.htc);
}
#container{
	float: left;
	width: 580px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

/*******************
 **    Content    **
 *******************/


.post{
    padding: 10px 0 10px 0;
    clear: both;
}
.post h2{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 2.2em;
	float: left;
	display: block;
	margin-bottom: 5px;
}
.post h2 a{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
#tih {
	width: 568px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px dashed #FFF;
	float: left;
	margin-bottom: 10px;
}
.post h2 a:hover{
	color: #0CF;
}
.entry{
    line-height: 18px;
}
.entry img{
    float: left;
    padding: 0 12px 15px 0;
}
p.postmetadata{
	margin: 10px 0 0 0;
	font-size: 0.85em;
	clear: both;
	display: none;
}
p.postmetadata a{
	color: #0CF;
}

/*******************
 **  Navigation   **
 *******************/
 
.navigation{
    padding: 10px 0 0 0;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
}
.navigation{
    padding: 10px 0 0 0;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
}
.navigation .mas a{
	background-image: url(img/mas-videos.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 73px;
	width: 120px;
	text-indent: -1000em;
}
.navigation .nuevos a{
	text-decoration: none;
	background-image: url(img/videos-nuevos.gif);
	float: left;
	height: 73px;
	width: 120px;
	display: block;
	text-indent: -1000em;
}

/*******************
 **    Sidebar    **
 *******************/
 
.sidebar{
	float: left;
	width: 200px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	display: inline;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0;
}
.sidebar ul{
	list-style-type: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
/*.sidebar ul li{
    padding: 10px 0 10px 0;
}*/
.sidebar h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	color: #333;
	display: block;
	width: 195px;
	padding-left: 5px;
	border: 1px dashed #333;
	margin-bottom: 10px;
	background-color: #FC0;
	margin-top: 5px;
}
.sidebar ul ul li{
    padding: 0;
    line-height: 20px;
}
.sidebar a{
	color: #FFF;
}
.sidebar a:hover{
	color: #0CF;
}
#wp-calendar a{
    color: #a52713;
}
#wp-calendar{
    width: 100%;
}
#counter{
	margin-top: 10px;
}
/*******************
 **     Search    **
 *******************/

#searchform div{
	padding: 0;
	width: 200px;
	margin-bottom: 10px;
}
#searchsubmit{
	width: 50px;
	height: 24px;
	border: 0;
	cursor: pointer;
	vertical-align: top;
	background-repeat: no-repeat;
}
#s{
	color: #FFF;
	border: 1px solid #ccc;
	background: transparent;
	width: 140px;
	height: 22px;
}
.hidden{
    display: none;
}

/*******************
 **   Comments    **
 *******************/

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFF;
}

.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-family: Georgia, Sans-serif;
	font-size: 1em;
}

.commentmetadata{
	font-size: 0.75em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.75em;
}

.recentcomments a {
	font-weight: bold;
	color: #CCC;
}
.recentcomments a .url{
	font-weight: bold;
	color: #CCC;
}

/*******************
 **     Footer    **
 *******************/

#footer{
	width: 100%;
	background-color: #ffaa00;
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 70px;
}
#footer-content{
	width: 840px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
#footer p{
	line-height: 18px;
	padding-right: 0;
	padding-left: 0;
}
#footer a{
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
#footer .legalito{
	float: left;
	margin-left: 340px;
	margin-right: 100px;
}
#footer .creditito{
    float: left;
	margin-left: 350px;
}

/*******************
 **     Misc.     **
 *******************/

.clear_float{
    clear: both;
}
img.avatar{
    float:left;
    margin-right:5px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
    float: left;
}
.alignright{
    float: right;
}
.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.commentas   {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(img/comment_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 31px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.commentas a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 24px;
	width: 18px;
	padding-top: 7px;
	padding-left: 12px;
	background-image: url(img/comment_bg.png);
}
.wp-caption-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
.widget_flickrRSS a img {
	height: 64px;
	width: 64px;
	margin-right: 2px;
}
.widget_flickrRSS {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 200px;
}
.sidebar ul #logocien a{
	background-image: url(img/cien-logo.png);
	display: block;
	height: 57px;
	width: 140px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.sidebar ul #logolibro a{
	background-image: url(img/logo-libros.gif);
	display: block;
	height: 57px;
	width: 138px;
	margin-bottom: 10px;
	margin-left: 31px;
}
.post-ratings{
	margin-top: 5px;
}

.sidebar textarea{
	display: none;
}
.sidebar input {
	width:200px;
}
#contactsubmit{
margin-top:5px;
width:120px;
}
}
#rssc{
	background-image: url(img/rss.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 200px;
display: block:
; 	background-position: center center;
}
#rssc a{
	background-image: url(img/rss.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 200px;
	display: block;
	background-position: center center;
}