/*  
Theme Name: WordPress Default 3-columns (Widgets Enabled)
Theme URI: http://felixker.com
Description: The widgets-enabled three columns WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.1
Author: Felix Ker
Author URI: http://felixker.com/

	v1.0 was done by LiewCF (www.LiewCF.com) without support for Widgets.

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #d6d6d6;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	/*border: 1px solid #959596;*/
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	font-size: 0.9em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	/*background-color: #eee;*/
	color: #FFF;
	}
	
#footer a{
	/*background-color: #eee;*/
	color: #e5e5e5;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
	
.small_author {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	line-height: 1.7em;
	font-weight: bold;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#leftsidebar h2, #rightsidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #E96031;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E96031;
	text-decoration: none;
	/*border-bottom: 1px solid #333;*/
	}

#leftsidebar h2 a:hover , #rightsidebar h2 a:hover , h2 a:hover {
	text-decoration: underline;
	}

h3, h3 a, h3 a:hover, h3 a:visited, #leftsidebar h2, #rightsidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.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: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#leftsidebar, #rightsidebar {
	font: 1em Arial, Helvetica, Sans-Serif;
	}

small, #leftsidebar ul ul li, #leftsidebar ul ol li, #rightsidebar ul ul li, #rightsidebar 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 {
	color: #E96031;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color: #E96031;
	text-decoration: underline;
	}

a:hover {
	color: #666;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, 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 {
	background-color: white;
	margin: 0px auto;
	padding: 20px;
	width: 960px;
	/*border: 1px solid #959596;*/
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 103px;
	width: 100%;
	background-color: #E96031;
	}

#headerimg {
	margin: 0;
	height: 103px;
	width: 100%;
	}
	
#divhome {
	margin: 0;
	height: 280px;
	width: 960px;
	background-color: #FFF;
	}
	
#bigbanner {
	margin: 0;
	height: 250px;
	width: 445px;
	background-color: #EEEEEE;
	float: left;
	}
	
#grupgsr {
	margin-left: 15px;
	padding: 10px;
	height: 230px; /*164px;*/
	width: 250px;
	/*width: 480px;*/
	background-color: #59595B;
	float: left;
	color: #FFF;
	}
	
	
#grupgsr h2 {
	color: #FFF;
	margin: 0px;
	}
	
#publisup {
	margin: 0;
	padding: 0px;
	height: 250px;
	width: 215px;
	/*background-color: #FFF;*/
	float: right;
	color: #666;
	}
#publisup p {
margin: 8px;
font-size: 12px;
}

.narrowcolumn {
	float: left;
	padding: 0 10px 20px 0;
	margin: 0px 0px 0 0;
	width: 445px;
	}

.widecolumn {
	float: left;
	padding: 0 10px 20px 0;
	margin: 0px 0px 0 0;
	width: 500px;
	}
	
.widecolumn h2 {
	color: #E96031;
	/*border-top: 4px solid #d6d6d6;*/
	margin-top: 5px;
}
	
.post {
	margin: 20px 0 0 0;
	border-top: 4px solid #d6d6d6;
	padding-top: 3px;
	/*text-align: justify;*/
	}
	
.post h2 {
	color: #E96031;
	/*border-top: 4px solid #d6d6d6;*/
	
	/*clear: both;*/
	}

	

/*------------CUSTOM POSTS------------*/	
.el-invitado {
    background-color: #E5E5E5;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-top: 4px solid #999;
}
/*------------CUSTOM POSTS ENTREVISTA------------*/
.la-entrevista {
 background-color: #F5F4E7;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-top: 0px;
	border-top: 4px solid #D6D6D6;
        /*border-bottom: 4px solid #D6D6D6;*/
}
.la-entrevista ul {
	background-color: #F5DCD9;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	border: 1px solid #999;
}
.la-entrevista h2{
	font-family: Georgia, Times;
	font-size: 22px;
	font-weight: normal;
}
.la-entrevista .entry {
	/*font-size: 12px;*/
}

ul#destacado {
	list-style: none;
	background-color: #F5F4E7;
	padding: 15px;
	margin:0 0 30px 0;
}

ul#destacado li {
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

.entrytext h5 {
	color: #E96031;
	font-size:14px;
	font-weight: normal;
	margin-bottom: 0px;
}

/*------------END CUSTOM POSTS------------*/


.widecolumn .post {
	/*margin: 0;*/
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	background-color: #E96031;
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

	.content-joc {
	background-color: white;
	margin: 0px auto;
	padding-top: 20px;
	width: 1000px;
	/*border: 1px solid #959596;*/
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
visibility:hidden;
	}

h2 {
	margin: 10px 0px 0px;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: left;
}

#leftsidebar h2, #rightsidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 15px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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
	}
/* End Images */


/*-------------------MINIPOSTS-------------------------*/

#miniposts {
background-color:#F8F8F8;
padding-bottom: 8px;
border-bottom: 4px solid #AAA;
border: 1px solid #AAA;
}

#miniposts .widgettitle {
   color:#59595B;
color:#E96031;
font-family:Georgia, times;
background-color:#E7E7E7;
margin: 0px;
padding: 0px 8px 0px 8px;
font-size: 3.8em;
border-top: 4px solid #AAA;
border-bottom: 1px dotted #AAA;
margin-bottom: 20px;

}

div.miniposts {
   margin: 0px 15px 0px 15px;
}
div.miniposts p{
   border-bottom: 1px dotted #AAA;
padding-bottom: 5px;
}

#miniposts .title {
   font-size: 1.5em;
font-family:Georgia, Times New Roman;

}
#miniposts a.title {
   color: #59595B;
}
/*-------------------END MINIPOSTS-------------------------*/


/* 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, #leftsidebar ul ul li:before, #rightsidebar ul 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;
	}
	
#leftsidebar ul, #leftsidebar ul ol, #rightsidebar ul, #rightsidebar ul ol {
	margin: 0;
	padding: 0;
	
	}

#leftsidebar ul li, #rightsidebar ul li  {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	
	}
	
#leftsidebar li, #rightsidebar li  {
	
	border-top: 1px dotted #d6d6d6;
}

#leftsidebar ul p, #leftsidebar ul select, #rightsidebar ul p, #rightsidebar ul select {
	margin: 5px 0 8px;
	}

#leftsidebar ul ul, #leftsidebar ul ol, #rightsidebar ul ul, #rightsidebar ul ol {
	margin: 5px 0 0 0px;
	}

#leftsidebar ul ul ul, #leftsidebar ul ol, #rightsidebar ul ul ul, #rightsidebar ul ol {
	margin: 0 0 0 5px;
	}

ol li, #leftsidebar ul ol li, #rightsidebar ul ol li  {
	/*list-style: decimal outside;*/
	list-style: none;
	}

#leftsidebar ul ul li, #leftsidebar ul ol li, #rightsidebar ul ul li, #rightsidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 3px auto;
	padding: 0px 3px; 
	/* text-align: center; */
	float: right;
	}

#leftsidebar #searchform #s, #rightsidebar #searchform #s {
	width: 140px;
	padding: 2px;
	}

#leftsidebar #searchsubmit, #rightsidebar #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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin LEFT Sidebar */
#leftsidebar
{
	float: left;
	padding: 20px 15px 10px 5px;
	/* margin-left: 475px; */
	width: 270px;
	}

#leftsidebar form {
	margin: 0;
	}
/* End LEFT Sidebar */



/* Begin RIGHT Sidebar */
#rightsidebar
{	
	float: left;
	padding: 20px 0px 10px 0px;
	/* margin-left: 650px; */
	width: 215px;
	}

#rightsidebar form {
	margin: 0;
	}
/* End RIGHT Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin-top: 5px;
	width: 180px;
	}

#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: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #e5e5e5; }
	
#calendar_wrap {
	padding: 10px;
	background-color: #e5e5e5;
}
.widget_calendar .widgettitle {
	display: none;
	/*visibility: hidden;*/
}
/* 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: 2px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.widget_tag_cloud {
	background-color: #E96031;
	padding: 5px;
}

#leftsidebar .widget_tag_cloud h2.widgettitle {
	color: #FFF;
	display: none;
}

.widget_tag_cloud a, .widget_tag_cloud a:visited {
	text-decoration: none;
	color: white;
}

.widget_tag_cloud a:hover {
	text-decoration: underline;
	color: #333;
}

#widget_stags-1 {
	padding: 5px;
	text-align: center;
} 

#widget_stags-1 h2{
	text-align: left;
	color: #CCC;
} 

.widget_stags_cloud {
	background-color: #E96031;
}

.widget_links ul {

	font-size: 1.2em;

}

.widget_links a {
	color: #333;
}

.widget_categories ul {

	font-size: 1.4em;

}


#text-1 {
}

.textoextra {
	font-size: 11px;
	margin-top: 10px;
	color: #333;
}

#text-372068871 {
	padding: 4px 8px 8px 8px;
	color: #333;
	background-color: #EEE;
}

.receta {
margin-top: 3px;
border-top-width: 4px;
border-top-style: solid;
border-top-color: #999999;
padding-top: 3px;
clear: left;

}

.receta .entry {
	font-size: 11px;
	margin-top: 18px;
}

.entry_author_image
{
  float: left;
  border: solid 1px outset;
  margin: 1.2em 1.2em 0px .1em;
}

.author_image {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 3px;
}


/* -------------------[ Search ]------------------- */

#searchform {
        height:22px;
        line-height:22px;
        float:right;
        }

#searchform #s {
        font-size:8pt;
        width: 140px;
	margin-right: 2px;
	}

#searchform #submit {
        font-size:8pt;
	}

/* ------------------- MENU SUPERIOR ------------------- */
.nav {
	width: 700px;
	vertical-align: middle;
}

ul.nav {
    height:15px;
    line-height:15px;
    float:left;
	list-style: none;
	padding: 3px 0 3px 0;
	margin: 3px 0 3px 0;
    font-size:11px;
    font-weight:bold;
    text-transform: lowercase;
        }

ul.nav li {
        float: left !important;
        margin: 0;
        padding: 0;
        list-style-type: none;
        }

ul.nav li a, ul.nav li a:link, ul.nav li a:visited {        
        /*border:1px solid #ccc;*/
        border-right:1px solid #666;
        border-left:0;
        /*background: #eee;*/
        color:#000;
        float: left;
        display: block;
        padding: 0 10px;
        }

ul.nav li a:hover, ul.nav li a:active {
        background: #fff;
        color: #000;
        text-decoration: underline;
        }

ul.nav li.first a {
        /*border-left:1px solid #ccc;*/
		/*border-bottom:1px solid #ccc;*/
        }

ul.nav li.current_page_item a {
        text-decoration:underline;
        color:#000;
        background: #fff;
        }

ul.nav li ul {
        float:left;
        margin:0;
        padding:0;
        }

#bannerinarchivepage {
border-top:4px solid #ccc;
margin-top: 20px;
padding-top: 3px;
}

/*------------Thumbnail entrevista---------------*/
.thumbnail-class {
	width: 150px;
}
.thumbnail-contenedor {
        float: right;
	width: 150px;
	height: 130px;
	margin: 6px 0 0 15px;
        overflow:hidden;
}

/*------------Thumbnail receta---------------*/
.thumbnail-class-receta {
	width: 200px;
}

.thumbnail-contenedor-receta {
	width: 200px;
	height: 130px;
	margin: 6px 0 0 0px;
        overflow:hidden;
}

.right {
	float: right;
	margin: 0 0 0 15px;
}
/*------------Peu fotos---------------*/


.wp-caption-text {
        font: normal 0.8em Arial, Helvetica, Sans-Serif;
        padding: 5px;
        margin: 0px 10px 20px 0;
        background-color: #f8f8f8;
        color: #777;
}

.wp-caption-text-npsso {
        font: normal 0.8em Arial, Helvetica, Sans-Serif;
        padding: 5px;
        margin: 0px 0px 20px 0;
        background-color: #f8f8f8;
        color: #777;
}


/*------------La Encuesta---------------*/
.wp-polls {
 background-color: #F5F4E7;
padding: 10px;
margin: 10px 0;
}

.wp-polls h3{
 color: #000;
padding-bottom: 10px;
}

.poll-lateral {
border: 1px solid #CCC;
padding: 10px;
background-color: #F5F4E7;
}

.poll-lateral .wp-polls {
padding: 0px;
}

.poll-lateral .wp-polls ul li, .poll-lateral .wp-polls-ul li, .poll-lateral .wp-polls-ans ul li {
 font-size: 11px;
}

.nespresso-news {
padding: 10px;
margin-top: 10px;
background: url("http://www.7canibales.com/wp-content/themes/3col-kubrick/images/fondo_news.gif"); 
background-position: top;
background-repeat: no-repeat;

background-color: #F5F4E7;
}

.nespresso-news h2 {
  margin-top: 0px;
}

#denarices {

}

#denarices p {
font-size: 12px;
}

#denarices h2, #denarices h2 a {
font-size: 16px;
}

#denarices .titolarticle, #denarices .titolarticle  a {
font-size: 16px;
font-family: georgia;
color:#333;
}

.narices-info {
padding: 10px;
border: 1px solid #FFF;
}

#denarices .narices-info .titolarticle a {
font-size: 16px;

}

#denarices .narices-info .titolarticle {

padding-top: 8px;
padding-bottom: 3px;
margin-bottom: 3px;
}

.fermentacion .titolarticle {
border-bottom: 1px dotted #FFF;
padding-top: 4px;
margin-bottom: 3px;
}

#denarices h4 {
font-size: 12px;
font-style:italic;
font-weight: normal;
margin-top: 0px;
}

#denarices li {
font-size: 12px;
}

/* "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." */