/*  
Theme Name: cineblog 2006
Theme URI: http://cineblog.net
Description: El traje de baño de cineblog para 2006
Version: 2
Author: Vicente B López Plaza
Author URI: http://vicente.estilovirtual.com

*/

body {
  overflow:auto;
}

* html body {
  overflow:auto;
} 

body {
	text-decoration: none;
	color: #444;
	margin:0;
	padding:0;
	font: 0.75em "Courier New";
	background: url(img/tela.gif);
}

#columna-a .post strong {
	font: bold 1.2em "Times New Roman", Times, serif;
}
hr {
	margin: 0px 0px 3px;
	padding: 0px;
	color: #000000;
	clear: both;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
}

#columna-a {
	width: 62%;
	margin: 0px;
	padding-top:5px;
	float: left;
}

#sidebar {
	width:36%;
	float:right;
}

#columna-b {
	float: left;
	width:45%;
}

#contenido { width: 700px; } 

#capa {
	float: right;
	width: 180px;
	background: #F3F324;
	position:absolute;
    top:5px;
    right:15px; 
}

html>body #capa {
  position:fixed;
}

#logo_retro { padding-top: 5px; }
a img { border: 0px; }

#lienzo {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
}

html>body #lienzo {
  position:static;
  top:auto;
  left:auto;
  width:auto;
  height:auto;
  overflow:visible;
}

#columna-b p {
	background: #F3F324;
	margin-top: 5px;
}

form {
	background: #F3F324;
	margin-top: 5px;
	padding:3px;
}
.post p {
	float: left;
	background: #FFFFFF;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	color: #000000;
	/* width:750px; */
}

small {
	background: #666666;
	color: #FFFFFF;
	font-size: 0.9em;
}

.linea {
	border-bottom: 3px solid #000000;
}


h1 {
	color: #FFFFFF;
	font: 3em "Times New Roman", Times, serif;
	margin: 6px 0px;
	padding: 0px;
}

h2 {
	font-size:4em;
        margin: 0;
        padding: 0;

}


.archive_chrono {
	background: #CECFC6;
	font: 1.3em Garamond;
	color: #000000;
	padding: 0px;
	margin: 0px 2px;
}

#footer {
	clear: both;
}

#enviar {

	background: #CECFC6;
	font: 1.3em Garamond;
	color: #000000;
	padding: 0px;
	margin-right: 2px;
	margin-left: 2px;
}
.meta {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
a {
	background: #000000;
	color: #F3F324;
	text-decoration: none;
}
a:hover {
	background: #F3F324;
	color: #000000;
	text-decoration: none;
}

.derecha {
	float: right;
}
.izquierda {

	float: left;
}
#capa ul, li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: lowercase;
}
.no-alt {
	background: #FFFFFF;
}
.alt {
	background: #cccccc;
}
ol {
        color:#000000;
}

.thumb {

	float:left;
	padding-right: 3px;
}

#linea-de-tiempo {
	text-align: center;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
