/*
Theme Name: Salsa123
Theme URI: http://www.salsa123.ch
Description: Diseño para el sitio de Vivanda desarrollado por <a href="http://www.inventarte.net">Inventarte</a>
Version: 0.1
Author: Diego Lerma
Author URI: http://diego.lermagomez.com
Tags: blue, custom header, fixed width, two columns, widgets
*/
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial;
	color: #333;
	text-align: center;
}

#page {
/*	background-color: white; */
	text-align: left;
}



/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	background-color: #ba2000;
	background-image: url('bgk.gif');
	background-repeat: repeat-x;
	background-position: 0pt 0pt;
}
#contenedor{
	width:		935px;
}
#page {
	margin: 0px;
	padding: 0px;
	width: 935px; 
}

#header {
	margin: 		0;
	padding:		0;
	width:			935px;
}
#header IMG{
	margin: 0;
	padding: 0;
}
#header .logo{
	margin-left:		10px;
	float:			left;
}
#header .arriba{
	background-image: url('imagenes/verlauf_top.jpg');
	width:	624px;
	height:	100px;
}
#header .abajo{
	background-image: url('imagenes/verlauf_horizontal_nav.jpg');
	width:	624px;
	height:	65px;
}
#header .texto{
	border-color:#E7070A;
	border-width:1px;
	border-style:solid;	
	background-color:white;
	color:#AA5C33;
}
#menu{
	margin: 0pt;
	padding: 0pt;
	position: relative;
	font-size: 12px;
	color: #080808;
/*	line-height:		18px; */
	text-decoration:	none;
}
#menu .cuadro{
	margin: 0pt;
	padding: 0pt;
	position: relative;
}
#menu .topnav {
	color:			#F0C186;
	font-weight:		bold;
	text-decoration:	none;
}
#menu .despliega{
	z-index: 100;
	display: none;
	background-color: rgb(157, 13, 13);
	text-align: left;
	width: 180px;
	position: absolute;
	top: 13px;
	left: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu .enlace{
	margin: 0pt 0pt 2px;
	padding: 0pt 0pt 0pt 10px;
	display: block;
	font-size: 11px;
	color: white;
	text-decoration:	none;
}
#menu .enlace A{
	margin: 0pt;
	padding: 0pt;
	color: white;
	font-size: 11px;
}
#portada{
/*	width:	935px; */
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #080808;
/*	line-height: 18px; */
	background-color:	#FEFBDA;
/*	background-image: 	url('imagenes/flowers_top_part.jpg');
	background-position:	bottom left;
	background-repeat:	no-repeat; */
}
#portada TABLE{
	width:		100%;
	background-image:	url('imagenes/rightborder.gif');
	background-repeat:	no-repeat;
	background-position:	bottom right;
}
#portada .narrowcolumn{
	margin-top:	10px;
/*	margin-right:	12px; */
	margin-bottom:	150px;
/*	margin-left:	10px; */
	padding:	30px 30px 0px 56px;
/*	height:		420px; */
}
#portada .narrowcolumn H2, #portada .narrowcolumn H2 a{
	font-size:		18px;
	color:			#c0140f;
	font-weight:		bold;
	text-decoration:	none;
	margin-bottom:		15px;
}
#footer {
	padding: 		0;
	margin: 		0;
	clear:			both;
	height:			90px;
	width:			935px;
	color:			#FEFBDA;
	font-size:		10px;
}

#footer a {
	color:#FEFBDA;
	font-size:10px;
}
/* */
.lateral{
	padding:		30px;
	padding-left:		56px;
	background-image:	url('imagenes/flowers_top_part.jpg');
	background-repeat:	no-repeat;
	background-position:	bottom left;
}
.pagetitle{
	font-size:		25px;
	color:			#6F1200;
}
.entry{
	margin-right:		0px;
	margin-left:		0px;
}
.entry A{
	color:			#c0140f;
}
.narrowcolumn {
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
/*	width: 680px; */
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
/*	width: 450px; */
	}

.post {
	margin: 0 0 40px 0px;
	text-align: justify;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

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

.widecolumn .postmetadata {
	margin: 30px 0 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;
}

.postmetadata A{
	color:			#C5330F;
	text-decoration:	none;
	
}
.clear {
	clear: both;
}
/* End Structure */



/*	Begin Headers */

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px 0px;
	}
/* 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 */



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

#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 */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

#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 0px 10px 0px;
}

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

.commentlist li {
	margin: 15px 0px 10px 0px;
	padding: 5px 5px 10px 0px;
	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;
}
.commentmetadata A{
	text-decoration:	none;
	color:			#c0140f;
	font-size:		10px;
}
.commentlist .url{
	text-decoration:	none;
	color:			#c0140f;
	font-size:		12px;
	font-weight:		bold;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin:		5px 10px 150px 3px;
	width: 190px;
}
#sidebar a{
	font-size:		13px;
	font-family:		Helvetica,Verdana,Geneva,Arial,Swiss,SunSans-Regular;
	color:			#c0140f;
	text-decoration:	none;
}
#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: 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;
	}
a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.navigation A{
	font-weight:		bold;
	font-size:		18px;
	text-decoration:	none;
	color:			#BA2000;
}
/* 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 */
