/*
Theme Name:		Flotadorderayas
Theme URI:		http://www.flotadorderayas.com
Description:	Theme para el blog flotadorderayas.com
Version:		0.1
Author:			Flotadorderayas
Author URI:		http://www.flotadorderayas.com
*/

body {
	text-align: center;		/* Un regalo para el viejo IE */
	font-family: Helvetica, Georgia, sans-serif;
	font-size: 0.96em;
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p { /* Ale, fuera margins y paddings... */
	margin: 0;
	padding: 0;
}

img { border: 0px none;}

a:link, a:visited {
	color: #60266C;
	text-decoration: none;
	border-bottom: 1px dotted #511C9C;
}

a:hover {
	color: #C64FDF;
	text-decoration: none;
	border-bottom: 1px dotted #511C9C;
}

a.comentarios {
	background: url('images/comentarios.png') no-repeat left center;
	padding-left: 18px;
	padding-top: 4px;
}

a.feed_rss {
	background: url('images/feed_rss.png') no-repeat left center;
	padding-left: 18px;
	padding-top: 4px;
}

p {
	padding: 10px 0 0 0;
}

p.licencia {
	font-family: Helvetica, Georgia, sans-serif;
	font-size: 0.96em;	
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}


/* Comienza la definicion de estilos para la cabecera */
#header {
	float: left;
	width: 750px;
}

#header .headerBody {
	float: left;
	width: 750px;
	height: 125px;
	background: url('images/logo.png') no-repeat 20px 2px;
	font-family: Georgia, sans-serif
}
#header .headerBody h1 { 	/* Titulo del blog */	
	padding: 0 0 10px 140px;	
}
#header .headerBody h1 a {
	text-decoration: none;
	border-bottom: 0px;
}
#header .headerBody h3 {
	padding: 0 0 0 150px;
}

/* Estilos para la parte inferior izquierda de la cabecera */
#header .headerFooter .headerFooterLeft {
	width: 500px;
	float: left;
	text-align: left;
	border-bottom:2px solid #DC85DF;
	padding: 10px 0 0 0;
}
#header .headerFooter .headerFooterLeft ul {
	margin: 0;
	padding: 0 0 10px 0;
}
#header .headerFooter .headerFooterLeft li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
#header .headerFooter .headerFooterLeft li a {
	color: #A33739;
	font-size: 0.9em;
	font-weight: bold;  
 	text-decoration: none;
  border-bottom: 0px;
}

/* Estilos para la parte inferior derecha de la cabecera */
#header .headerFooter .headerFooterRight {
	width: 250px;
	float: left;
	text-align: left;
	border-bottom:2px solid #DC85DF;
	padding: 10px 0 0 0;
}
#header .headerFooter .headerFooterRight ul {
	margin: 0;
	padding: 0 0 10px 0;
}
#header .headerFooter .headerFooterRight li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
#header .headerFooter .headerFooterRight li a {
  color: #A33739;
  font-size: 0.8em;
  font-weight: bold;  
  text-decoration: none;
  border-bottom: 0px;
}
/* Finaliza la definicion de estilos para la cabecera */

#container {
	float: left;
	width: 495px;		/* Al queridisimo Explorer no le gusta que pongamos 500px */
}

#containerLicencia {
	float: left;
	width: 740px;
}


/* Comienza la definicion de estilos que se aplican a cada uno de los posts */ 
.post {
	padding: 10px 0 10px 0;	  /* Espaciado superior e inferior entre un post y el seguiente */
}

.postHead {
	background-color: transparent;
	height: 50px;
}

.postHead h2.titulo {
	font-size: 1.10em;
	padding: 5px 0 0 0;
}

.postHead h2.titulo a {
	color: #830004;
  text-decoration: none;
  border-bottom: 1px dotted #DC85DF;
}

.postHead .subtitulo {
	color: #A33739;
	font-size: 0.75em;
	padding: 5px 0 0 0;
}

.postBody .entry {
	line-height: 18px;
}

.postBody .entry p.technorati-tags {
	padding:10px 0 10px 20px;
	background:url('images/technorati.png') left no-repeat;
	font-size: 0.75em;
	color: #888888;
}

.postBody .entry p.postmetadata {
	border-top: 1px solid #CCCCCC;
	margin: 10px 0 0 0;
	font-size: 0.75em;
}

a.more-link {
	font-size: 0.8em;
	border-bottom: 0px;
}

.postBody .entry div.wp-caption.alignnone, .postBody .entry div.wp-caption.aligncenter {
	margin: 10px auto 10px auto;
	text-align: center;
}

.postBody .entry div.wp-caption.alignleft {
	margin: 10px 10px 10px 5px;
	text-align: center;
	float: left;
}

.postBody .entry div.wp-caption.alignright {
	margin: 10px 5px 10px 10px;
	text-align: center;
	float: right;
}

.postBody .entry p img {	/* Imagenes que son enlaces sin leyenda: siempre a la izquierda */
	margin: 10px 10px 10px 5px;
  float: left;
}

.postBody .entry div.wp-caption a {	/* Imagenes que son enlaces y tienen leyenda debajo */
  text-decoration: none;
  border-bottom: 0px;
}

.postBody .entry p.wp-caption-text {
	color: #A33739;										/* Texto en los pies de foto */
	font-size: 0.75em;
	font-style: italic;
}

/* Enlaces para compartir un post */
.compartir {
	font-size: 0.70em;
	color: #A33739;
}
.compartir a {
	margin: 0 0 0 10px;
}

a.facebook {
	background: url('images/facebook.png') no-repeat left center;
	padding-left: 18px;
	padding-top: 4px;
}
a.meneame {
	background: url('images/meneame.png') no-repeat left center;
	padding-left: 18px;
	padding-top: 4px;
}
a.delicious {
	background: url('images/delicious.png') no-repeat left center;
	padding-left: 18px;
	padding-top: 4px;
}
/* Fin de los estilos para los posts */ 

/* Estilos para not found */
.notfound {
	font-family: Helvetica, Georgia, sans-serif;
}

.notfound h2 {
	background:url('images/notfound.png') left no-repeat;
	padding:75px 0 75px 60px;
	font-size: 1.1em;
	text-align: center;
	color: #830004;
}

.notfound p {
	font-size: 0.96em;
	text-align: center;
	color: #830004;
}

.notfound ul {
	list-style-type: none;
	padding: 0 0 0 60px;
}

.notfound ul li {
	padding: 10px 0 0 0;
}
/* Fin de estilos para Not found */

/* Estilos para la pagina de Archivo */
.archivo {
	font-family: Helvetica, Georgia, sans-serif;
}

.archivo h2 {
	padding:10px 0 10px 0;
	font-size: 1.1em;
	text-align: center;
	color: #830004;
}

.archivo p {
	font-size: 0.75em;
	text-align: center;
	color: #830004;
}

.archivo ul {
	list-style-type: none;
	padding: 0 0 0 10px;
}

.archivo ul li {
	padding: 10px 0 0 0;
	font-size: 0.9em;
}
/* Fin de estilos para la pagina de Archivo */

/* Estilos para la visualizacion de comentarios */
.comments-template{
	margin: 20px 0 0;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0 0;
}

.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 #CCCCCC;
}

.comments-template h2, .comments-template h3{
	font-family: Helvetica, Georgia, sans-serif;
	font-size: 1.20em;
	font-weight: bold;
	color: #000000;
}

.comments-template p.nocomments{
	padding: 0;
}

.commentmetadata {
	font-family: Helvetica, Georgia, sans-serif;
	font-size: 0.8em;
	color: #A33739;
}

.comment {
	font-family: Helvetica, Georgia, sans-serif;
	font-size: 0.90em;
	line-height: 18px;
	color: #000000;
}

.datosComentario {
	float: left;
}

#commentform p {
	padding-top: 10px;
}

#commentform label {
	display: block;
	color: #000000;
}

.textoComentario {
	float: left;
}

.botonEnviarComentario {
	width: 150px;
	float: left;
}

#commentform textarea{
	font-family: Helvetica, Georgia, Sans-serif;
	font-size: 0.96em;
}
/* Fin de los estilos para los comentarios */

/* Estilos para el formulario de busqueda */
fieldset.search {
	border: none;
	width: 225px;
	margin: 0 auto;
	background: transparent;
}
.search input, .search button {	/* Une el textbox con el boton de busqueda */
	border: none;
	float: left;
}
.search input.searchBox {
	color: #000000;
	font-size: 0.96em;
	width: 150px;
	height: 15px;
	padding: 2px 2px 2px;
	background: #FFFFFF;
	margin-right: 0px;						/* Separacion entre textbox y boton de busqueda */
	border: 1px solid #A33739;		/* Ojo! Debe ser del mismo color que el boton de busqueda */
}
.search input.searchBox:focus {	/* Cambia el color de fondo del textbox al recibir foco */
	background: #DDDDDD;
	outline: none;
}
.search input.searchButton {
	width: 60px;
	height: 21px;									/* height + padding top y bottom + border top y bottom del textbox */
	cursor: pointer;
	background: #A33739;
	color: #FFFFFF;
}

/* Fin de los estilos para el formulario de busqueda */

.navigation {
	padding: 10px 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 18px;
}

.sidebar {
	float: left;
	width: 240px;
	margin: 0 0 0 10px;
	display: inline;	/* Otro regalo para IE */
	font-size: 0.9em;	/* Texto del sidebar */
}

.sidebarHead {
	height: 10px;
}

.sidebarFooter {
	height: 10px;
}

.sidebarBody {
	background-color: transparent;
}

.sidebarBody ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebarBody ul li {
	padding: 10px 0 5px 0;
}

.sidebarBody ul ul li {
	padding: 0;
	line-height: 20px;
}

.linkcat h2 {	/* Encabezados del sidebar */
	font-family: Georgia, sans-serif;
	font-size: 0.96em;
	font-weight: bold;
	color: #A33739;
}

#footer {
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0 0 0;
}

#footer p {
	line-height: 18px;
	text-align: center;
	font-size: 0.8em;
}

.clear {
	clear: both;
}

/* Definicion de estilos para los anuncios */
.ads_header {
	float: left;
	width: 750px;
	height: 18px;
}

.ads_sidebar {
	float: left;
	text-align:center;
	margin: 10px 0 0 20px;
}
/* Fin de los estilos para anuncios */