/*  
Theme Name: Harvest
Description: Wordpress Theme for Fall
Version: 2.0
Author: Karen Blundell
Author URI: http://karenblundell.com
Tags: harvest, fall, orange, two columns, fixed width, widget ready,left sidebar
Changes: fixed sidebar to remove theme-switcher is now located in sidebar.php
and fixed images in post
*/

* {margin: 0; padding: 0;}
body {
	background-color: #D68107;
	font-family: "Trebuchet MS", TrebuchetMS, Trebuchet, Tahoma, sans-serif;
	font-size: 15px;
	color: #666666;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#gris { width:100%; height:100%; position: fixed; z-index: -1; top: 0; left:0;}

#wrap {
	width: 820px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 120;
	padding-right: 0;
	padding-bottom: 300;
	padding-left: 0;
	
}

#fondo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 500;
	padding-left: 0;

}

#head {
	height: 160px;
	background: transparent url(images/header.png) no-repeat;
	color: #FF9900;
	width: 820px;
	margin: 0;
	padding: 0;
}
#title {
	padding: 50px 0 0 10px;
	margin: 0 10px;
	font-size: 1.9em;
	text-align: left;
	color: #FF9900;
	background-color: transparent
}
#title a:link, #title a:visited, #title a:hover { text-decoration: none; }

#desc { padding: 0px 20px 0px 10px; margin: 0 10px; text-align: left; }

#left {
	float: left;
	width: 165px;
	margin-top: 323px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 60px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0;
	position: absolute;
	vertical-align: bottom;
	background-image: url(images/conchitas.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #666666;
}
#left h2 {
	color: #666666;
	margin: 0 0 10px;
	padding: 10px;
	background-color: transparent
}
#left a:link, #left a:visited {
	color: #666666; background-color: transparent;
}
#left a:hover {
	color: #666666; background-color: transparent;
}
#left ul { margin: 0px; padding: 0; }
#left ul li { padding-left: 0px; padding-bottom: 30px; padding-right: 0px; padding-top: 15px; list-style-type: none; margin: 0px; }
#left ul ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#left ul.children { margin: 0px; padding: 5px 5px 0px 0px; }
#left ul.children li { margin: 0px; padding: 0px 5px 5px 12px; }

#content {
	min-height: 780px;
	background-image: url(images/cuerpo.png);
	float: left;
	width: 775px;
	margin: 0;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content .post {
	margin: 0px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#content .post p {
	margin-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-left: 215px;
}
#content .post blockquote { padding-top: 0px; padding-bottom: 0px; }

#content .post blockquote p { margin: 5px 0 0 0; padding: 10px 5px 10px 5px; border-left: 2px solid #8B7448; border-right: 2px solid #8B7448; }

#content ul { margin: 0px; padding: 0 5px 0 40px; }

#content li {
	margin-left: 215px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-top: 15px;
	list-style-type: disc;
}
#content ol { margin: 0px; padding: 0 5px 0 40px; }

#content ol li {
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-top: 15px;
	list-style-type: none;
}
#content img { border-style: none; display: inline; margin:5px 7px 0 7px; padding:4px; vertical-align: middle; }

#foot {
	clear: both;
	height: 120px;
	background: transparent url(images/footer.png) no-repeat
}
#foot p {
	padding-top: 10px;
	font-size: 10px;
	font-weight:bold;
}

#commentlist { margin: 0px; padding: 0px; }
#commentlist li {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 5px 15px 0px 15px;
	border: 1px solid #8B7448;
	background-color: #BDC69E;
}
#commentlist p { margin: 0px; padding: 10px 5px; }
#commentlist .commentmeta { font-weight: bold; margin-bottom: 5px; font-size: 0.75em; }
#commentlist .alt {
	background-color: #F6B384;
	border-color: #8B7448;
}
#commentlist blockquote {
	background-color: #BDC69E;
	border: 1px solid #8B7448;
}
#commentlist .alt blockquote { border-color: #8B7448; }
#commentform p { margin: 10px 0px 0px 0px; padding: 0px; }
#commentform textarea { width: 350px; }

.meta { margin: -2px 0px 0px 0px; padding: 0; font-size: 0.75em; font-weight: bold; }

.postmetadata { font-size: 0.75em; font-weight: bold; text-align: center; }

a:link, a:visited, a:hover { 
color:#FF9900;
text-decoration:none; }

blockquote {
	background-color: transparent;
	margin-left: 10px;
	margin-right: 15px;
	padding: 10px 20px 10px 30px;
}
h1 {
	margin-top: 52px;
	text-transform: capitalize;
	margin-left: 215px;
	background-color: transparent;
	font-size: 1.5em;
	color: #ff9900;
}
h1 a { text-decoration: none; }
h1 a:link, h1 a:visited {
	background-color: transparent;
}
h1 a:hover {
	background-color: transparent;
}
h2 {
	margin-top: 15px;
	text-transform: uppercase;
	margin-left: 215px;
	font-weight: bold;
	background-color: transparent;
	font-size: 11px;
} 
h3 {
	background-color: transparent;
	font-size: 1.2em;
} 
h4 {
	background-color: transparent;
	font-size: 1em;
} 
h6 {
	margin-top: 0px;
	font-style: normal;
	font-weight: normal;
	margin-left: 215px;
	background-color: transparent;
	font-size: 11px;
} 
form { margin: 0px; padding: 0px; }
form input, form textarea, form submit { margin-top: 3px; background-color: white; border: 1px solid #30261B; }


img.centered {display:block; margin: 0 auto 5px auto; border:1px solid #8B7448; padding:2px; }

img.alignright { display: inline; border:1px solid #8B7448; margin:5px 7px 0 7px; padding:4px; vertical-align: middle; }

img.alignleft { display: inline; border:1px solid #8B7448; margin:5px 7px 0 7px; padding:4px; vertical-align: middle; }

img.border { border:1px solid #8B7448; padding:2px; }

.alignleft { float:left; text-align:left; }

.alignright { float:right; text-align:right; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


acronym { cursor: help; border-bottom: 1px dotted #96A66D }
#logo  {
	float: left;
	height: 159px;
	width: 406px;
	padding-left: 5px;
}
#botones {
	width: 350px;
	height: 39px;
	float: right;
	padding-top: 105px;
	padding-right: 10px;
	font-family: "Trebuchet MS", TrebuchetMS, Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}
#contacto {
	text-align:center;
	float: right;
	background-image: url(images/contacto.png);
	height: 39px;
	width: 142px;
	padding-top: 11px;
	padding-right: 5px;
	background-repeat: no-repeat;
	color:#FF9900;
	
}
#portada {
	text-align:center;
	color:#FF9900;
	float: right;
	background-image: url(images/portada.png);
	height: 39px;
	width: 75px;
	background-repeat: no-repeat;
	padding-top: 11px;

}

#logofooter { 
width: 87px;
height: 88px;
float: right;
padding-top: 10px;
}

#infofooter { 
font-size: 10px; 
font-weight: bold; 
width: auto;
height: auto;
float: right;
margin-right: 20px;
text-align: left;
padding-top: 10px;
}

#grupok {
	width: 820px;
	height: 50px;
	margin-right: 20px;
	padding-top: 0px;
	float: right;
	text-align: right;
	margin-top: 10px;
}

#txtgrupok {
	width: 760px;
	height: auto;
	padding-top: 0px;
	float: left;
	text-align: right;
	margin-top: 14px;
	font-size: 10px;
}
