/*  
Theme Name: JR Verano
Theme URI: http://www.javirecetas.com/
Description: Theme con ancho fijo de 1000px y dos columnas. Recomendado para resoluciones a partir de 1024x768.
Version: 1.0
Author: Javi Recetas
Author URI: http://www.javirecetas.com/

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:#fff url(images/fondoPagina.png) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A5157;
}



h1 {
	letter-spacing: -1px;
	font-size: 30px;
	color: #1F211F;
}

h2 {
	font-size: 24px;
	color: #1F211F;
}

p, ul, ol {
	margin-bottom: 1.1em;
	line-height: 160%;
}


ul, ol {
	list-style: none;
}

a {
	color: #00669F;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Logo */

#logo {
	background: #FFF url(images/cabecera.jpg) no-repeat;
	width: 1000px;
	height: 152px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	padding: 70px 42px 0 0;
	height: 54px;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -1px;
}

#logo h2 {
	float: right;
	padding: 55px 0 0 0;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logoDos {
	background: #829F35;
	width: 1000px;
	height: 333px;
	margin: 0 auto;
}

#ldIzq{
	width: 659px;
	height: 333px;
	float:left;
}

#ldDerArr{
	width: 341px;
	height: 168px;
	float:right;
}

#ldDerAba{
	width: 341px;
	height: 165px;
	float:right;
}

#logoDosFino {
	background: #829F35;
	width: 1000px;
	height: 20px;
	margin: 0 auto;
}

/* Menu */

#menu {
	background: #FFF url(images/menu.jpg) no-repeat;
	width: 1000px;
	height: 105px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 75px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 0px 18px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: #EC0000 url(images/img03.gif) repeat-x left bottom;
}

#bienvenida{
	display: block;
	float: left;
	height: 15px;
	font-size: 15px;
	font-weight: bold;
	padding: 23px 10px 0px 105px;
	color: #00486F;
}

	

/* Page */

#page {
	width:1000px;
	margin: 0 auto;
	background-color:#fff;
}



/* Content */

#content {
	float:left;
	overflow:hidden;
	padding: 0px 15px 10px 25px;
	width: 640px;
	background-color:#fff;
}

.post{
	float: left;
	width: 640px;
	padding: 10pt 0px 10px 0px;
	margin-bottom: 10px;
}

.tituloReceta{
	width:640px;
	height:110px;
  background: url(images/platochico.jpg) no-repeat left top;
}

.titulo{
	width:540px;
	float:right;
	background-color:#fff;
}

.postDate { 
	height: 100px;
	width:100px;
	float:left;
	text-align:center;
}

.postDate .day {
 display: block;
 font-size: 21px;
 font-family: 'Arial';
 font-weight: bold;
 line-height: 26px;
 color: #000;
 letter-spacing: -1px;
}


.postDate .month {
 display: block;
 font-size: 12px;
 line-height: 12px;
 color: #000;
 text-transform: uppercase;
}

.postDate .year { 
 display: block;
 font-size: 21px;
 font-family: 'Arial';
 font-weight: bold;
 line-height: 26px;
 color: #000;
 letter-spacing: -1px;
}

.post h1.title {
	font-size: 26px;
	margin-top:10px;
	padding-left:10px;
}

.post h1.title2 {
	margin: 45px 0 20px 0;
	padding-left: 33px;
}

h2.title {
	margin-top:10px;
	padding-left: 10px;
}

.title2 {
	font-size:30px;
	margin: 0px 0px 25px 0px;
	padding-left: 13px;
}

.title3 {
	font-size: 18px;
	margin: 0px 0 25px 0;
	padding-left: 33px;
	background: url(images/comenta.jpg) no-repeat left center;
}

.post .title a {
	text-decoration: none;
	color: #1F211F;
}

.entry {
	width: 610px;
	padding: 0px 15px 0px 15px;
	background-color:#fff;
}

.nombrePlato{
	margin:auto;
	text-align:center;
	color:#000;
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.ingredientes li{
	background-color: #FFFCDF;
	margin-right: 3em;
	padding-left: 7px;
}

.pasos{
	padding-right: 40px;
}

.post ol {
	list-style-type: decimal;
}

.post .meta {
	padding: 5px 10px;
}

.piePost{
	width: 490px;
	height: 100px;
	padding: 15px 10px 0px 140px;
	background: url(images/pie-post.jpg) no-repeat;
}

.piePost p {
	margin: 0;
	line-height: 20px;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.navigation {
	padding-top: 50px;
}

.alignleft {
	float: left;
	margin: 7px 12px 2px 0px;
}

.alignright {
	float: right;
}


.aligncenter {
	margin:auto;
	text-align:center;
}

/* Comments */

#comments {

}

.comentario {
	float:left;
	padding: 10px 0px 0px 0px;
	width:620px;
}

.publicaComentario {
	float:left;
	padding: 20px 0px 0px 0px;
	width:640px;
}

#comments ol, #comments p {
	margin: 0;
	line-height: normal;
}

#comments ol li {
	padding: 10px 0;
	border-bottom: 1px dotted #3E3E3E;
}

#comments ol {
	margin-left: 32px;
}

#comments p {
	padding-top: 10px;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
}

#comment {
	width: 550px;
}

#commentform{
	padding-left: 36px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
	background: url(images/img06.gif) repeat-x;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding:20px 10px 10px 10px;
	background-color:#fff;
}

.caja {
	width: 270px;
	margin:auto;
	text-align:center;
	padding:10px 5px 10px 5px;
}

.cajaSuscripcion {
	width: 270px;
	margin:auto;
	text-align:center;
	padding:10px 5px 10px 5px;
	background: url(images/pajarito-correo.jpg) no-repeat top;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px 20px 20px 14px;
}

#sidebar h2 {
	height: 28px;
	margin: 0;
	padding: 5px 0 0 15px;
	background: #95b347 url(images/fondoh2sidebar.jpg) repeat-x;
	font-size: 17px;
	text-transform:lowercase;
	color: #FFFFFF;
}

#sidebar a {
	color: #4A5157;
}

.listaRecetas li {
	background: #fff url(images/platito.jpg) no-repeat center left;
	padding: 1px 0px 3px 22px;
}

.categories li {
	background: #fff url(images/categorias.jpg) no-repeat center left;
	padding: 2px 0px 2px 22px;
}

.listaArchivos li {
	background: #fff url(images/archivos.jpg) no-repeat center left;
	padding: 1px 0px 3px 22px;
}

.linkcat li {
	background: #fff url(images/blogroll.jpg) no-repeat center left;
	padding: 2px 0px 2px 22px;
}

/* Search */

.buscador {
	float: right;
}

.buscador input {
	float: right;
}

#searchform {
float:left;
height:20px;
line-height:20px;
margin:0pt;
padding: 90px 50px 10px 26px;
}

#searchform #s {
border:2px solid #ffffff;
color:#456D0D;
font-weight:normal;
width:180px;
height:16px;
margin-right:5px;
padding:4px 0px 0px;
}

#searchform input {
background:#FBF6FD none repeat scroll 0%;
border:3px solid #ffffff;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:24px;
line-height:normal;
vertical-align:middle;
width:73px;
}


/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 35px 0;
	background-color: #fff;
	font-size: 12px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}


/**
COLOCACI�N DE IM�GENES Y DIV
**/

.alaIzq{
 float:left;
}

.izq{
	float:left;
	margin: 7px 12px 5px 0px;
}

.der{
	float:right;
	margin: 7px 0px 5px 12px;
}

.alaDer{
	float:right;
}

.alCentro{
	margin:auto;
	text-align:center;
}

.alCentroImg{
	margin:auto;
	text-align:center;
	border:solid 1px #ff0000; 
}

.videoCentro{
	background-color:#fff;
	margin:auto;
	text-align:center;
}

.primeraL{
	color:#000;
	font-size:20px;
	margin:0 0 0 10;
}

.primeraLsin{
	color:#000;
	font-size:20px;
	margin:0 0 0 0;
}

/***************/

.correo{
	width:800px;
	background-color: #fff;
	margin: 0 auto;
	text-align:center;
}

.correo2{
	width:800px;
	background-color: #fff;
	padding: 20px;
	text-align:left;
}

/****************/

.pagArchivos {
	padding: 0px 20px 20px 20px;
}

.listaArchivosPag {
	padding: 20px 20px 20px 100px;
}

.listaArchivosPag li {
	background: #fff url(images/archivos.jpg) no-repeat center left;
	padding: 1px 0px 3px 22px;
}

.tituloPagina{
	width:640px;
	height:110px;
  background: url(images/platochico.jpg) no-repeat left top;
}

.iconoPagina { 
	height: 100px;
	width:100px;
	float:left;
}	


/*CSS Meneame style pagination*/


	div.pagination {
		padding: 3px;
		margin: 3px;
		text-align:center;
		color:#00669F;
		font-size:80%;
	}
	
	div.pagination a {
		border: 1px solid #00669F;
		margin-right:3px;
		padding:5px 7px;
		background-image:url(images/meneame.jpg);
		background-position:bottom;
		text-decoration: none;
		color: #00669F;		
	}
	
	div.pagination a:hover, div.meneame a:active {
		border: 1px solid #00669F;
		background-image:none;
		background-color:#00669F;
		color: #fff;
	}
	div.pagination span.current {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #00669F;
		
		font-weight: bold;
		background-color: #00669F;
		color: #fff;
	}
	div.pagination span.disabled {
		margin-right:3px;
		padding:5px 7px;
		border: 1px solid #E0EFE5;
		color: #E0EFE5;
	}
