/*
Theme Name: Elastic Cookpad
Theme URI: http://www.mis-recetas.org/
Description: Tema para los blogs de Cookpad
Version: 1.0
Author: Dani Candela
Author URI: http://www.mis-recetas.org/
*/


/* Begin Typography & Colors */
body {
	font-size: 1.0em; 
	font-family: 'trebuchet ms', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #EFEFE5 ;
	color: #666666;
	text-align: center;
  overflow-x: hidden;
	}

  .enlacemisrecetas {
	float:left;
}


.iconos {
	float: right;
}

.iconos img {
	display:inline;
	margin-left:7px;
}

.avatar {
  -webkit-border-radius: 135px;
  border-radius: 135px;
  -webkit-box-shadow: 0px 0px 5px 0 #666;
  box-shadow: 0px 0px 5px 0 #aaa;
  vertical-align: middle;
  width: 40px;
  margin-right:10px;
}
#content {
  margin:auto;
  border: 1px solid #DDD4BF;
  border-radius: 5px;
  padding: 30px;	
  background:#fff;
  width:900px;
	font-size: 1.0em;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
}
.narrowcolumn .entry {
	line-height: 1.4em;
}

.entry p {
  margin: 20px 0;
}
	
.entry img {
  max-width:90%;
  height:auto;
  display:block;
	padding:5px;
	border:1px #ccc solid;
  margin:10px auto;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: 'trebuchet ms', Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.5em;
	text-align: left;
}


h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.8em;
	}

#sidebar h2 {
	font-size: 15px;
	color: #333333;
	text-transform:uppercase;
	font-weight:normal;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #333333;
	}
	


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #353535;
	font-weight:normal;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'trebuchet ms','Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}

#page {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  overflow:hidden;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;  
  background:#FAFAF5;
	text-align: left;
}

#header {
	max-width: 960px;
  
	padding-top:70px;
	margin:auto;
}

.logo {
  text-align:center;
  position:fixed;
  background:#EFE1BE;
  padding:10px 0;
  width:100%;
  font-family:helvetica, arial;
  margin-bottom: 40px;
}

.logo img {
  width:100px;
  vertical-align:middle;
}

.logo a {
  text-decoration: none;
  color: #666;
}

.underlogo {
	background:#65CB00;
	padding:10px;
	color:#fff;
}

.underlogo a {
	color: #fff;
	text-decoration:underline;
}


.post {
	margin: none;
	text-align: left;
	border-bottom:1px dotted #ccc;
}

.post hr {
	display: block;
}


.narrowcolumn .postmetadata {
	background:#EFEFE5;
  margin: 20px 0;
	padding:10px;
  border-radius: 5px;
	}


.postmetadata .comentarios {
  float:left;
	padding-left:20px;
	background:url(images/comentarios.png) no-repeat left;
}

.postmetadata .comparte {
  float:right;
}

.postmetadata p {
	clear: both;
  text-align:left;
  font-size:0.8em;
}

.fecha {
	float:left;
	width:64px;
	text-align:center;
	height:50px;
	font-size:14px;
	color:#fff;
	margin-top:-10px;
	padding-top:10px;
	background:url('images/fecha-bg.jpg') no-repeat;
}
.clear {
	clear: both;
}

#footer {
	height:96px;
	width: 100%;
	background: #000;
	border: none;
  margin: 20px 0 0 0;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0 0 40px 0;
	padding:0;
	}

h2 {
	margin-top:5px;
	margin-bottom:0;
	}
	
.post {
	margin-bottom:60px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 15px;
	padding-bottom:8px;
	border-bottom:1px dotted #ccc;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
/*p img {
  padding: 0;
  max-width: 90%;
  }
*/
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.clear {
	clear:both;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchbox {
  display:block;
	margin: 10px 0 30px 0;
	padding: 5px 3px;
	text-align: center;

	}


#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
  margin:20px 0 0 0;
	width: 230px;
  text-align:left;
  padding:16px;
  font-size:0.9em;
}

#sidebar a {
	color:#333;
}

#sidebar form {
	margin: 0;
	}
	
#sidebar-content{
  width: 100%;
  height: 100%;
	background:#EFEFE5;
  position: fixed;
  overflow-y:auto;
  overflow-x:none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#datos {
	width:220px;
	padding:15px;
	margin-bottom:10px;
	background:#F5F5F5;
	border:1px solid #ccc;
}

.texto {
  text-align:left;
  font-size: 1.0em;
  margin: -10px 0 30px 0;
}

.texto a {
	color:#333;
}

#datos img {
	float:left;

}

#datos .texto h2{
	font-size:18px;
	font-weight:normal;
	color:#333;
	margin:0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  clear:both;
}

.wp-caption img {
	margin: 0;
	padding: 5px;
  margin:auto;
	border: 0 none;
}

.wp-caption.alignright {
  clear:right;
}
.wp-caption.alignleft {
  clear:left;
}


.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	line-height: 17px;
  font-weight: lighter;
  
	padding: 5px;
	margin: 0;
}
/* End captions */

.nav-trigger:checked + label {
    left: 275px;
}
 
.nav-trigger:checked ~ #page {
    left: 260px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

.nav-trigger + label, #page {
    transition: left 0.2s;
}

@media screen and (max-width:960px) {
  body {
    font-size:0.9em;
  }
  h1 {
    text-align:center;
    font-size: 1.8em;
    padding: 0 10px;
  }
  .texto {
    text-align:center;
  }
  .avatar {
    clear:both;
  }
  h2 {
    font-size:1.3em;
  }
  #content {
    float:none;
    overflow:hidden;
    padding:15px;
    width:auto;
  }
}

@media screen and (max-width:640px) {
  

  
  #content {
    border: none;
    border-radius: 0px;
    overflow:hidden;
    padding:10px;
    margin:0;	
    width:auto;
  }
  .nav-trigger:checked ~ #page {
    position:absolute;
  }
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
