/*
Theme Name: WordPress 5Lobitos
Theme URI: http://5lobitos.com/
Description: Theme de 5lobitos basat en <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.9
Author: David Sola
Author URI: http://www.edittio.com/

*/

body {
	font-size: 62.5%;
	color: #444444;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	}


#content {
	-x-system-font:none;
	font-size-adjust:none;
	font-stretch:normal;
	margin-bottom:13px;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	clear: both;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.3em;
	}

.widecolumn {
	line-height: 1.6em;
	}


.thread-even {
}
#footer {
	background: #333;
	}

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

#headerimg .description {
	font: italic normal 5em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 510px;
	}

h2, h3{
	font: normal 1.8em/110% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}

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

#sidebar h2 {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	}

h3 {
	}

h2, h2 a, h2 a:hover, h3, h3 a,  #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 .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 10px;
	}

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



#commentform p {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Lucida Sans Unicode, Lucida Grande, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

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

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

a:hover {
	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 Sans Unicode, Lucida Grande, sans-serif;
	text-align: center;
	}

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



/* Begin Structure */
body {
	background: #f9f9f9;
	}

#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}

#header {
	width: 1000px;
	margin-bottom: 18px;
	overflow: hidden;
	height: 120px;
	color: #000;
	}

#headerimg {
	margin: 0;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
	width: 600px;
	}

.widecolumn {
	}

.post {
	margin: 0 0px 32px 0;
	padding: 16px 42px 0px;
	border: 1px solid #ccc;
	box-shadow: 10px 10px 5px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 8px;
	font: 0.7em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 1px dotted #CCC;
	padding-left: 16px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	font-size: 1.3em;
	line-height: 160%;
	}

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



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	padding-left: 0px;
	position: absolute;
	top: 35px;
	right: 27px;
	width: 277px;
	height: 109px;
	}



#sidebar h2 {
	margin: 5px 0 0;
	padding: 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 {
	margin: 0;
	float: none;
	text-align: center;
	display: block;
	}

.alignright {
	float: right;
	padding-bottom: 16px;
	}

.alignleft {
	float: left;
	padding-bottom: 16px;
	}
/* 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, #sidebar 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;
	}

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

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

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

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

#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: 4px 0 0;
	padding: 0;
	font-size: 1.2em;
	text-decoration: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#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;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #999;
	}

#commentform {
	display: block;
	margin: 5px 10px 0 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	}
#commentform textarea {
	width: 90%;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 16px;
	border: 1px solid #999;
	margin-top: 5px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin-top: 0;
	margin-left: auto;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-left: 60px;
	font-size: 0.9em;
	}

.commentlist li {
	margin-bottom: 24px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	margin-right: 50px;
	}


.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
{
	width: 250px;
	float: right;
	padding: 25px 0 10px;
	margin-right: 50px;
	}

#sidebar form {
	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: 28px 30px 28 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-style: italic;
	padding-right: 20px;
	}

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 {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 1.2em;
	}
/* 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: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

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


/* "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." */
a {
	color: #333;
}
.html {
	background: #333;
}
.buscar {
	padding-top: 10px;
}
.buscar #s {
	font-size: 1.6em;
	color: #666;
}
.buscar #searchsubmit {
	font-size: 1.6em;
}
p {
	margin: 0px 0px 18px;
	padding: 0px;
}
.entry {
}
.dades {
	background: #FFF;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 18px;
	border: 1px none #CCC;
}
.more-link {
	text-align: right;
	margin-top: 16px;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}
h2 a, h3 a {
	color: #3A82E2;
}
#sidebar h2 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
	margin-top: 16px;
}
.widget_tag_cloud a {
	text-decoration: none;
}
#sidebar a {
	text-decoration: none;
}
.navigation a {
	padding-top: 10px;
}
#page #content {
	width: 600px;
	padding-left: 50px;
}
#page .navigation {
	width: 600px;
	clear: both;
}
h3#comments {
	font-size: 1.4em;
	margin-left: 50px;
	margin-bottom: 30px;
}
.single .postmetadata {
	padding-top: 16px;
	padding-bottom: 0px;
	font-size: 0.8em;
}
.single .post {
	margin-bottom: 40px;
}
#respond h3 {
	font-size: 1.4em;
}
#respond {
	margin-left: 50px;
}
.entry  .alignnone {
	display: block;
	margin-bottom: 16px;
}
.description a {
	text-decoration: none;
}
.postmetadata .palabras {
	display: block;
	padding-bottom: 5px;
}
h1 img {
	position: absolute;
	left: 101px;
	top: 5px;
}
h1 span {
	position: absolute; 
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	padding-top: 40px;
	left: 9px;
	width: 93px;
	font-size: 20px;
}
#footer p a {
	color: #999;
	text-decoration: underline;
}
.single .post h2 {
}
.commentlist p {
	margin: auto;
}
.entry p {
}
.tag-link-20 {
}
.commentmetadata a {
	font-size: 0.8em;
	text-decoration: none;
}
.facebook {
	position: absolute;
	top: 126px;
	right: 76px;
}
.twitter {
	top: 126px;
	right: 115px;
}
.twtr-widget {
	border-top: 1px none #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 30px;
}
.twitter2 {
	position: absolute;
	left: 850px;
	top: 126px;
}
.home .post h2 {
	margin-bottom: 0px;
}
