/*
Theme Name: Salvi Design
Theme URI: http://www.jamontheblog.com/
Description: Tema adaptado del  theme principal de wordpress para Jamón the blog
Author: Michael Heilemann
Tags: blue, custom header, fixed width, two columns, 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

*/



/* Begin Typography & Colors */
body {
	background:url(images/img_fondo.jpg) no-repeat #fff;*/
	/*background:#f3f9fc;*/
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

@font-face {
    font-family: 'xpaider';
    src: url('fonts/xpaiderpixelexplosion02.eot');
    src: url('fonts/xpaiderpixelexplosion02.eot?#iefix') format('embedded-opentype'),
         url('fonts/xpaiderpixelexplosion02.woff') format('woff'),
         url('fonts/xpaiderpixelexplosion02.ttf') format('truetype'),
         url('fonts/xpaiderpixelexplosion02.svg#xpaider') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*#page {
	background-color: white;
	margin-top:0px;
	margin-left:70px;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}*/

/****************************************************************************TEXTO*/
h1, h2, h3 {
    font-family: Verdana, sans-serif;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	text-decoration: none;
	color: white;
	font-size: 0.1em;
	text-align: right;
	vertical-align:bottom;	
	}

h2 {
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.0em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited {
	color: #0c8ac7;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	text-align:left;
	font-weight:lighter;
	font-size:20px;
	/*background:url(images/fondo_titulo.jpg) repeat #ffffff;*/
	padding: 10px;
	}
	
h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color:#666;
	font-weight:lighter;
	}


h2.pagetitle {
	background-color:#0c8ac7;
	font-family: 'xpaider', sans-serif;
	margin-top: 0px;
	color: #FFF;
	text-align: left;
	font-size: 10px;
	font-weight:lighter;
	width: 50%;
	}

h2.widgettitle{
	color: #000;
	font-family:'xpaider';
	text-decoration: none;
	font-weight:lighter;
	background:url(images/fondo_titulo.jpg) repeat #ffffff;
	padding: 10px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
p {
	font-family: Verdana, sans-serif;
	font-size:0.8em;	
	font-weight: lighter;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

small {
	font-family: 'xpaider';
	font-size: 10px;
	line-height: 1.5em;
	padding-left: 20px;
	}
	
.entry p a:visited {
	color: #0c8ac7;
	}

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 {
	color: #0c8ac7;
	text-decoration: none;
	}

a:hover {
	color: #ae495b;
	text-decoration: none;
	}

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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
	
	
/****************************************************************************HEADER*/


#header{
	/*background-color: #0c8ac7;*/
	margin:0px;
	padding:0px 0px 0px 0px;
	height: 250px;
	width: 960px;
	text-align:center;
	}
	
	
/**************************************************************************** CONTENIDO*/
/* .narrowcolumn - se refiere a la columna de contenido de la home
   .widecolumn - se refiere a la columna de contenido de la página única (single.php)*/

#content {
	/*float: left;*/
	font-size: 1.0em;
	padding: 0px 0px 20px 10px;
	margin: 0px 0px 40px 50px;
	}
	
.comentario{
	font-family: 'xpaider';
	font-size: 8px;
	line-height: 1.5em;
	padding-left: 20px;
	}

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

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

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn {
	float: left;
	padding: 0px 0px 20px 60px;
	margin: 0px;
	width: 600px;
	}

.widecolumn {
	float: left;
	padding: 0px 0px 20px 60px;
	margin: 0px;
	width: 600px;	
	}

.post {
	margin: 0px 0px 40px;
	padding: 5px 30px 30px 30px;
	text-align: justify;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 5px #c0c0c0;
	-webkit-box-shadow: 1px 1px 5px #c0c0c0;
	box-shadow: 1px 1px 5px #c0c0c0;	}

.post hr {
	display: block;
	}
	
hr{
	border-style: none;
	border-bottom: #CCC 1px solid;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

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

.narrowcolumn .postmetadata {
	text-align: left;
	padding: 10px;
	border-bottom: #ccc 1px solid;
	border-top: #ccc 1px solid;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


/****************************************************************************COMENTARIOS*/



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em ,Verdana, Sans-Serif;
	}

.commentlist li {
	font-weight: lighter;
	}

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

.commentlist cite, .commentlist cite a {
	font-weight: lighter;
	font-style: normal;
	font-size: 1.1em;
	margin-left: 15px;
	}

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

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

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

#commentform p {
	font-family: Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}




/****************************************************************************SIDEBAR*/

#sidebar{
	float:left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 60px;
	width: 200px;
	/*border-right: #0c8ac7 1px dotted;*/
	font-family: Verdana, Sans-Serif;
	font-size: 0.7em;
	font-weight:lighter;
	text-align:left;
	}

#sidebar form {
	margin-top: 0px;
	}
	
#sidebar h2 {
	font-family: 'xpaider';
	font-size: 10px;
	margin: 5px 0 0;
	padding: 0;
	background: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	text-align: left;
	}

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


/****************************************************************************FORMULARIO*/

#herramientas {
	margin: 0px;
	padding: 15px 15px 15px 320px;
	text-align: left;
	width: 600px;
	border-bottom: url(images/separacion.gif) repeat-y;
	
	}

.buscador{
	float:right;
	margin: 0px 0px 0px 100px;
	}
	
#searchform {
	margin: 0px;
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 4px;
	border: 0px;
	background:#CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

#sidebar #searchsubmit {
	padding: 2px;
	border: 0px;
	background: #0c8ac7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
	}

#herramientas #searchform #s {
	width: 130px;
	padding: 4px;
	border: 0px;
	background:#CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

#herramientas #searchsubmit {
	padding: 2px;
	border: 0px;
	background: #0c8ac7;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
	}


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

select {
	width: 130px;
	}

#commentform input {
	width: 200px;
	padding: 4px;
	background: #ccc;
	border: 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
	}

#commentform textarea {
	width: 500px;
	padding: 4px;
	background: #ccc;
	border: 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}

#commentform #submit {
	padding: 4px;
	border: 0px;
	background: #0c8ac7;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
	float: left;
	}



/**************************************************************************** FOOTER*/
#footer {
	padding: 0;
	margin: 0px 0px 30px 0px;
	width: auto;
	height: auto;
	clear: both;
	padding: 10px 10px 10px 90px;
	background: url(images/fondo_pie.jpg) ;
	}

#footer p {
	margin: 0px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	}
	
.col {
	display: inline-block;
	width: 275px;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	}
	
.col div{
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	padding: 5px 0px 5px 0px;
	/*height: 110px;*/
	}

/*.col_1 div{
	border-top: solid 2px #fff;
	border-bottom: solid 4px #fff;
	height: 150px;
}*/

.pagenav ul, li{
	margin-top: 0px;
	text-decoration:none;
	list-style:none;
	}

.siguenos{
	display:inline;
	text-decoration: none;
	list-style:none;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	}

.col p{
	color: #333;
	font-size: 12px;
	line-height: 15px;
	font-weight: lighter;
	}

.col a{
	color:#0c8ac7;
	}

#footer img{
	padding:5px;
	}




/****************************************************************************IMAGENES*/

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
	}

.alignleft a{
	font-family: Verdana, Geneva, sans-serif;
	color:#666;
	font-size: 10px;
	}

.alignright a{
	font-family: Verdana, Geneva, sans-serif;
	color:#666;
	font-size: 10px;
	}



/* 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;
	}







/* Begin Calendar */
#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;
	}

#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 */



/* 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." */

