/*
Theme Name: RevComCom
Theme URI: http://revcomcom.com/
Description: Primer tema para la revista RevComCom
Version: 1.0
Author: Osiris Magallon
Author URI: http://eltonchi.uno0uno.net.com/

	RevComCom v1.0

	Tema desarrollado para la revista RevComCom


*/

BODY{
    background-image:url(imagenes/comifondo.jpg);
    background-position:top;
    
    background-color: #fff;
    padding:2px;
    margin:0;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    text-shadow:0 1px 1px #d0d0d0;
}

#page{
    border: 1px solid #c8c8c8;
    width: 800px;
    margin:0 auto;
    background-color:#FFF;

    
}


/******************************************************************/
/*                            header                              */
/******************************************************************/
#header_ads{
    height: 1px;
    padding: 5px 10px;
}

#menu{
    background-image: url(imagenes/menu_bg.jpg);
    height: 25px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    overflow: hidden;
}

#banner{
    padding:5px 0;
}

#banner a img{
    border:none;
    width: 780px;
    margin:0 auto;
    display: block;
}

#cont_menu_head
{
    float:left;
    width:100%;
    overflow:hidden;
}

#menu_head {
    padding:0;
    margin:0 auto;
    list-style-type:none;
    float:left;
    position:relative;
    left:50%;
    font-weight: bold;
  }
#menu_head li {
    float:left;
    position:relative;
    right:50%;
  }
#menu_head a {
    width:auto;
    display:block;
    padding:4px 16px;
    color:#fff;
    /*background:#08c;*/
    text-decoration:none;
}
#menu_head a:hover {
    text-decoration:underline;

}

/******************************************************************/
/*                            SIDEBAR                             */
/******************************************************************/

#sidebar{
    width: 300px;
    float:right;
    padding-top: 10px;
}

#sidebar h2{
    padding: 0px 4px 4px;
    margin-bottom: 5px;
    color:#f4181e;
}

#sidebar h2 a{
    text-decoration: none;
    
}

div.widget-content{
    margin-bottom: 10px;
}


#wall_post_toggle {
    cursor:pointer;
    display:block !important;
    margin-top:20px !important;
}

#sidebar ul{
    margin:0 0 0 15px;
    padding:0;
}

#sidebar ul li{
    padding-left: 5px;
}

/******************************************************************/
/*                            POSTS                               */
/******************************************************************/

#content{
    padding:0px 10px;
}

div.sticky{
    background-image: url(imagenes/sticky_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color:#FFF;
    height: 220px;
    width: 185px;
    border:1px solid #c8c8c8;
    overflow: hidden;
    float:left;
    padding:5px;
    color: #f5f5f5;
    text-shadow:0 1px 1px #000 !important;
    
}

div.sticky h2{
    -moz-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
    -moz-box-shadow:0 -1px 3px #3F1010;
    -webkit-box-shadow:0 -1px 3px #3F1010;
    box-shadow:0 -1px 3px #3F1010;
    border-bottom:2px solid #FFFFFF !important;
    margin-bottom:0;
    padding:2px 5px 5px;
    text-shadow:0 2px 2px #3F1010 !important;
    -moz-text-shadow:0 2px 2px #3F1010 !important;
    -webkit-text-shadow:0 2px 2px #3F1010 !important;
    color:#fff;
}

div#imagenes_sticky{
    float:right;
    height: 230px;
    width: 575px;
    overflow:hidden;
    border:1px solid #c8c8c8;
}

#content h2{
    margin-top:0;
    text-shadow:0 1px 2px #3F1010;
    border-bottom: 1px solid #c8c8c8;
}

#left-column{
    width: 450px;
    clear: left;
    padding-top: 10px;
}

#left-column h2{
    padding: 0px 4px 4px;
    margin-bottom: 5px;
}

#left-column h2 a{
    text-decoration: none;
    color:#f4181e;
}

img.avatar{
    float:left;
    border:1px solid #c8c8c8;
    margin: 0 10px 5px 0;
}

div.post-autor{
    color:#f4181e;
    text-shadow:0 1px 1px #3F1010;
    font-weight: bold;
    font-size: 1.1em;
}

#content a{
    color:#f4181e;
    text-decoration: none;
}

textarea#comment, input#author, input#email, input#url{
width:440px;
border: 1px solid #FFD200;
-moz-border-radius:10px;
border-radius:10px;
-moz-box-shadow:0px 2px 5px #c8c8c8;
-webkit-box-shadow:0px 2px 5px #c8c8c8;
padding:4px;
}
#commentform label{
padding-left:10px;
}

.navigation .alignleft{
float: left;
width: 40%;
}
#footer{
clear:both;
background-color:#c8c8c8;
color:#FFF;
text-align: center;
padding:5px;
}
#footer p{
margin:0;
}

#footer a{
color:#f4181e;
text-decoration: none;
}
y por último esto:

div#content div#left-column div.gallery br{
clear:left !important;
}
