html, body, * {
	padding:0;
	margin:0;
}

html>body #content {
	height: auto;
	min-height: 250px;
}

body{
	font-family: verdana;
	font-size: 95%;
	line-height: 115%;
	background-color: #C7B299;
	text-align: center;
	background-image: url(images/background_top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

body,td,th {
	color: #583120;
}

#wrap {
	width:960px;
	margin:0 auto;
	background-image:url(images/);
	background-repeat:repeat-y;
	background-position: center 180px;
}

#header {
	margin:0 auto;
	padding:0;
	height:190px;
	width:960px;
	background-image: url(images/background_top.jpg);
	background-repeat: no-repeat;
	background-position: -220px 0px;
}

#header h1 {
	text-align:center;
	width:760px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#ffffff;
	padding:5px;
	margin:0 auto;
	line-height:normal;
}

#header h1 a, #header h1 a:hover, #header h1 a:link, #header h1 a:visited, #header h1 a:active {
	color:#4f3a27;
	background-color:#cac4a3;
	text-decoration:none;
}

#content {
	width:960px;
	margin:0 auto;
}

#sidebar {
	float:left;
	width:220px;
}

#sidebar h4 {
	color: #FFFFFF;
	font-family:"Trebuchet MS", arial, sans-serif;
	margin-top:5px;
	font-size: 16px;
	padding-top: 30px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#sidebar p {
	padding:2px;
	font-size:70%;
}

#menu {
	text-align:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

#menu ul {
	list-style:none; 
	margin:0; 
	padding:0; 
	font-size:85%;
}

#menu ul li, #recentcomments li, #recentcomments li.recentcomments {
	padding:0; 
	margin:0;
	width:220px;
}

#menu ul li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#menu ul li a:hover, #recentcomments li a:hover, #recentcomments li.recentcomments a:hover {
	color:#B0EAFF;
}

#main {
	margin:0;
	width:720px;
	text-align:justify;
	float:right;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

/* Let's keep those items in line!  :)  */
#main .storycontent {
	overflow:hidden;
}

a, a:link {
	color:#A56B01;
	text-decoration: none;
}

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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	padding-top: .1em;
	padding-bottom: .5em;
	color: #FFFFFF;
}


h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}

/* IMPORTANTE: titulo paginas*/
h3 {
	font-family: Arial;
	font-size: 17pt;
	color: #FFFFFF;
	padding-bottom: 12px;
	letter-spacing: 1px;
}


h4 {
	font-size: 30px;
}

p {
	font-size: 85%;
	margin-bottom:1px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

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

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

a img {
	border: none;
}

h3 a:link, h3 a:hover, h3 a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

/* IMPORTANT - this fuckin element  affect the main area padding */
.item {
	text-align:justify;
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.itemhead {
	padding-top: 5px;
	padding-bottom: 5px;
}

.itemhead h3 a {
	display: inline;
}

.storycontent p {
	padding:5px 5px;
}


img {
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 22px;
}

img.right {
	float:left;
	padding:0 0 5px 5px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

.chronodata, .tags, .catagory, .metadata {
	margin:5px;
	font-size:11px;
	font-style:italic;
	color:#945650;
	display: block;
}

input, textarea {
	font-size: 12px;
	color:#8f8a6a;
	background-color:#f3f2ec;
}

#searchform input, #s input {
	display:inline;
	font-size:12px;
	color:#8f8a6a;
	border:1px solid #cfcbb8;
	background-color:#f3f2ec;
}

#author, #email, #url {
	width:200px;
}

#comment {
	width:200px;
	height:60px;
	padding:1px;
}

#comments {
	color:#583120;
	background-image:url(images/sgt.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	line-height:normal;
}

.metadata {
	color: #945650;
}

.metadata a, .metadata a:link, .metadata a:hover, .metadata a:visited {
	color: #945650;
}

.commentlist p {
	clear: both;
	font-size: 95%;
}

cite{
	font-size: 95%;
}

blockquote, blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #beaea0;
	background-color:#f2f0ed;
}

blockquote blockquote {
	border-left: 5px solid #beaea0;
	background-color:#eae3dc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#respond {
	color:#583120;
	margin-bottom:15px;
	background-image:url(images/hummer.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	line-height:normal;
}

#respond h3 {
}

.commentmetadata {
	font-size: 80%;
	float: right;
}
.commentlist {
	margin-top: 5px;
}

.commentlist li {
	padding:5px;
	background-color:#f4f3f0;
	margin:2px;
	overflow:hidden;
}

.commentlist li p {
	padding:8px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #462712;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #462712;
}

/* IMPORTANT - this fuckin 2 next elements  affect the tag img padding */
.alignright {
	float: right;
	padding-right:8px;
	font-size:9px;
}

.alignleft {
	float: left;
	padding-left:12px;
	font-size:9px;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

#recentcomments li, #recentcomments li.recentcomments {
	display:block; 
}

li .categories, li .linkcat, li .pagenav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	margin: 0;
	width: 90%;
	padding: 3px;
	text-align:center;
}

#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;
	text-decoration: none;
	font-weight:bold;
	background-color:#e1d8b4;
}


#wp-calendar td {
	color: #583120;
	font-size: 70%;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar #today {
	background-color:#f3edcc;
	color: #660000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#footer {
	height:20px;
	clear:both;
}

#footer p {
	text-align: center;
	color: #583120;
	font-size:10px;
	padding-top:25px;
}

#footer a:link, #footer a:hover, #footer a:visited{
	color: #462712;
}

.avatar {
	border:none;
	float:left;
	margin:0 5px 2px 0;
}

#menu .taggage {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

#menu .taggage a {
	text-decoration:none;
}

#menu .widget-move-over {
	margin-bottom:15px;
}

#calendar_wrap {
	margin-bottom:15px;
}

/* mas y mas */
#footer-wrap {
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
.sep-top-buttons {letter-spacing: 5px; color: #FFFFFF;}
a.link_b:link, a.link_b:visited, a.link_b:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
a.link_b:hover, a.link_b:visited:hover, a.link_b:active:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B3F0FF;
}
.form_element_01 {
	height: 15px;
	width: 200px;
	float: left;
	padding-left: 5px;
}
.form_element_02 {
	height: 60px;
	width: 200px;
	float: left;
	padding-left: 5px;
}
.contact_01 {
	font-size: 15px;
	padding-right: 25px;
}
.contact_02 {
	font-size: 15px;
	padding-left: 30px;
}
.logo {
	position: relative;
	top: 30px;
	left: 27px;
}
.sup_buttons {
	padding-right: 15px;
}
