/*
Theme Name: Mitad Doble
Theme URI: http://www.mitaddoble.com/
Description: Tema de Wordpress exclusivo para el Blog de Mitad Doble.
Version: 1.0
Author: Lima-Lim&oacute;n Creativos
Author URI: http://www.lima-limon.com

*/

/*-----------Block Level Elements--------------*/

html {
    margin: 0;
    padding: 0;
/*    background-color: #000;*/
}


body {
    margin: 0;
    padding: 0;
	font-family: Tahoma, arial, sans-serif;
	font-size: 0.9em;
	color:#000;
    background: #fff url(images/bg_cabecera.png) top center repeat-x fixed;
}

#page {
    width: 80%;
	max-width: 80%;
	min-width: 700px;
	margin: 0 auto;
}

#header {
    position: fixed;
    margin-top: -8px;
	width: 100%;
    height: 144px;
    background-color: #000;
    z-index: 1;
}
#header h1 {
    margin: 0;
    padding: 0;
}
#headerimg span { display: none; }
#headerimg a {
    position: absolute;
    top: 40px;
    width: 477px;
    height: 64px;
    background: transparent url(images/mitad-doble.png) left center no-repeat;
}

#portadarevista {
    width: 79%;
    min-width: 700px;
    margin-top: 18px;
    text-align: right;
}
#portadarevista img {
    border: 2px solid #fff;
}
#ultima_portada {
    display: block;
    margin-right: 75px;
    margin-top: -41px;
}
#portada_anteriores {
    display: block;
    margin-right: 75px;
    margin-top: 5px;
}
#ultima_portada span, #portada_anteriores span {
    background-color: #fff;
    color:#000 !important;
    padding: 2px;
}


.description {
    position: absolute;
    top: 105px;
    font-size: 1.5em;
    color:#fff;
}

#wrapper {
    position: relative;
    top: 145px;
	width: 100%;
    z-index: 0;
}

#content {
	float: left;
	width: 70%;
    min-height: 900px;
    margin-bottom: 150px;
}

#sidebar {
	width: 28%;
	margin-left: 70%;
    padding-left: 10px;
}

#footer {
	width: 100%;
    padding: 10px 0 10px 0;
	clear: both;
    background-color: #000;
    color: #fff;
    text-align: center;
}
#footer p {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}
#footer .pie {
    font-size: 1.4em;
}
#footer a {
    color: #fff;
}
#footer img {
    border: 0;
    margin-bottom: -5px;
}

/*-------------Headings-------------*/

a {
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1 {

}

h2 {

}

h3 {
    padding: 2px;
    background-color: #000;
    color: #fff;
}
h3 a {
    color: #fff !important;
}
h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
}

.titulo_post .bloque_titulo div {
    margin-left: 5.2em;
    border-bottom: 5px solid #fff;
}
.titulo_post span {
    padding: 2px;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
}
.titulo_post a { color: #fff !important; }

.titulo_post .fecha {
    width: 5em;
    height: 5.2em;
    display: block;
    margin: 0 !important;
    background-color: #000;
    text-align: center;
}
.titulo_post .fecha .dia {
    display: block;
    margin-bottom: -7px;
    padding: 0;
    font-size: 2.6em;
}
.titulo_post .fecha .mes {
    padding: 0;
    font-size: 1em;
}
.titulo_post .fecha .anyo {
    padding: 0;
    font-size: 0.8em;
}
.titulo_post .bloque_titulo {
    margin-top: -5.05em;
}
.post h2, .titulo_post h2 {
    display: inline;
    margin: 0;
    padding: 2px;
    background-color: #000;
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
}
.post h2 a, .titulo_post h2 a {
    color: #fff !important;
    text-decoration: none;
}

.post img {
    border: 1px solid #000;
}

.post a {
    color: #000;
    font-weight: bold;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
    padding: 5px;
    background-color: #000;
    color: #fff;

}

.postmetadata alt {

}

.postmetadata a {
    color: #fff;
}

.navigation {
    padding: 3px;
    background-color: #000;
    color:#fff;
}
.navigation a {
    color:#fff;
}
.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar {
}

#sidebar ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

#sidebar ul h2 {
    margin: 0.5em 0 0 0;
    padding: 0;
}

#sidebar ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#sidebar ul li a {
    background-color: #fff;
    color: #000 !important;
    text-decoration: underline;
}

#sidebar ul ul {

}

#sidebar ul ul li {
    margin: 2px;
    border-right: 5px solid #000;
    padding: 0;
    padding-right: 5px;
}
#sidebar img {
  border: 0;
}


#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}
.suscripcion {
    margin-left: 10px;
    padding: 2px 10px 10px 45px !important;
    background: #000 url(images/ico_suscripcion.png) 10px 10px no-repeat;
}
.suscripcion h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
}
.suscripcion form {
    margin: 0;
    padding: 0;
}
.suscripcion form .boton {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}
.resalta {
    border: 1px solid #000;
    padding: 2px 10px 10px 2px !important;
}
/*--------------Comments--------------*/

#commentform {

}


#comment{
    width: 100%;
    height: 200px;

}

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}
