/*  
Theme Name: Placid
Theme URI: http://a.trendyname.org/
Description: A calm, quiet theme or just a word Chris found online?
Version: 1.01
Author: Chris Lin
Author URI: http://a.trendyname.org/

/* --- STRUCTURE --- */

html,body {
	margin:0;
	padding:0;
	}
#border1 {
	margin:auto;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #017F40;
	border-left-color: #017F40;
	}
#border12 {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	}
#border2 {
	border-left: 7px solid #008B43;
	border-right: 7px solid #008B43;
	background-color: #EBEBEB;
	}
#content {	
	float:left;
	width:700px;
	}
#rap {
	line-height:1.45em;
	/*
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	*/
	}
#sidebar {
	float:right;
	width:200px;
	}

/* --- ELEMENTS --- */

body {	
	font-size:9pt;
	font-family: Verdana, Arial, Sans-Serif;
	color:#000;
	}
body #border1 {
	width:922px;
	}
body.wide #border1 {
	width:7px;
	}
a {
	color:#000;
	text-decoration:none;
	}
a:hover {
	color:#FFF;
	text-decoration:none;
	}
.clear {
	clear:both;
	height:0;
	}
p {
	padding:2px 0;
	}
.img-shadow { 
	margin: 20px;	
	text-align:center; 
	}
.img-shadow img {
	background-color: #fff;
	border: 1px solid #7F7E87;
	padding: 4px; 
	}
	
.img-shadow img:hover {
	background:#FFE397;
	}
	
input {
	border: 1px solid #999999;
	margin: 1px 2px;
	padding-left:2px;
	padding-right:2px;
	}
	
textarea {
	border: 1px solid #999999;
	margin: 1px 2px;
	padding-left:2px;
	padding-right:2px;
}

input:hover, textarea:hover {
	border-color: #666;
	background-color: #ECFFEC;
	}
	
input:focus, textarea:focus {
	border-color: #333;
	background-color: #ECFFEC;
	}
	
p {
	margin:0;
	padding:0;
	}

/* --- HEADER --- */

#header {
	position:relative;
}	
#header h1 {
	float:left;
	font-size:1.4em;
	}
	
#header span {
	position:absolute;
	bottom:0;
	padding:5px;
	font-size:1.3em;
	line-height:1.0em;
	}

#logo {
	position:absolute;
	left:0;
}

#banner {
	float:right;
}
/* --- CONTENT --- */

.asides {
	padding:0 0 0 5px;
	text-align:left;
	border-left:6px solid #9C977D;
	list-style-type: none; 
	list-style-image: none; 
	}
.asideswrap {
	text-align:center;
	width:85%;
	margin:auto;
	}
.asideswrap ol {
	margin:auto;
	}
.storycontent a, .asideswrap a {
	color:#000;
	text-decoration:none;
	}
.storycontent a:hover, .asideswrap a:hover {
	color:#80664D;
	text-decoration:underline;
	}
#content h3 {
	padding:0;
	font-size:1.25em;
/*	font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif; */
	padding:1px 0 0 2px; 
	}

#content .commentnumber a {
	color:#ccc;
	}
#content .commentnumber a:hover {
	color:#80664D;
	}
#content .dates {
	text-transform: uppercase; 
	color:#D8D4C4; 
	font-size:.6em;
	}
#content h2 {
	margin:0;
	}
#content .feedback {
	color:#d8d4c4;
	font-size:.75em;
	}
#content ol {
	margin:auto;
	padding:0 0 0 10px;
	}
#content ol li {
	list-style-type: none;
	list-style-image:none;
	}
#contentheader {
	text-transform:uppercase; 
	font-size:1.2em;
	line-height:1.6em;
	font-weight:bold;
	letter-spacing: .7em;
	}
.entryleft {
	float:left;
	padding-left:5px;
	}
.entryright {
	float:right;
	padding-right:5px;
	}
.feedback .post-categories,
.feedback .post-categories li,
.feedback ul { 
	list-style-type: none; 
	list-style-image: none; 
	display: inline; 
	margin: 0; 
	padding: 0; 
	}
.feedback a { 
	color:#D8D4C4; 
	text-decoration: underline; 
	text-transform: uppercase; 
	}
.feedback a:hover { 
	color:#fff; 
	text-decoration: none; 
	}
.pagenav {
	text-align:center;
	font-size:1.05em;
	}
.post {
	width:95%;
	margin:20px auto;
	background-color:#FFF;
	font-size:1.1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: #CCCCCC;
		}
.post:a {
	width:95%;
	margin:20px auto;
	background-color:#FFF;
	font-size:1.1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: #CCCCCC;
		}
.post:hover {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.storycontent {
	padding:10px;
	font-family: verdana, arial, sans-serif;
	line-height:1.25em;
	}
.storycontent p {
	margin-bottom:1.25em;
	}
#subsection {
	padding:5px;
	}
#top {
	text-align:center;
	padding:0 0 5px 0;
	}
#top a {
	font-size:1.1em;
	color:#000;
	}
#top a:hover {
	color:#80664D;
	text-decoration:none;
	}


/* --- COMMENT --- */

.parentcomment {	
	margin:7px auto;
	padding:3px;
	width:90%;
	background:#bdb69a;
	border:1px solid #666;
	}
.parentcomment .postinfo {
	color:#fee;
	font-weight:bold;
	}
.parentcomment a {
	color:#fee;
	}
.parentcomment a:hover {
	color:#fff;
	text-decoration:none;
	}
.gravatar {
	float:right;
	}
#commentform {
	margin:auto;
	padding:10px;
	width:85%;
	background:#bdb69a;
	border:1px solid #666;
	}
#comments {
	padding:3px;
	}


/* --- MENU --- */

#menu {
	height:35px;
	border-top:1px solid #D8352B;
	background-color: #D8352B;
	}

#menu a {
	margin-right:2px;
	padding:0 2px;
	}
#menu h2 { 
	display:none; 
	}

#menu ul li {
	display:inline;
	list-style-type: none;
	list-style-image:none;
	}

#menu {
	font-size:10px;
	text-align:right;
	}

.menugrey {
	padding:0px 4px 0px 4px;
	}

.menuleft {
	float:left;
	margin-top:-2px;
	}

#navigation {
	margin: 15px 0 -20px 0;
	line-height:20px;
/*	border-top: #FFFFFF 2px solid; */
	}
#navigation a { 
	padding:3px 10px; 
	text-transform:uppercase;
	color: #fff;
	}

#navigation a:hover { 
	background-color: #D8352B;
	}


/* --- SIDEBAR --- */


#sidebar span {
	font-size:11px;
	font-weight:bold;
	font-family: Verdana, Sans-Serif;
	color: #006633;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image:none;
	}
#sidebar ul {
	margin:10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
#sidebar li a:hover {
	background-position: 0px -19px;
	color: #006633;
	font-weight: bold;
	}
.search, .commentinput {
	color:#333;
	border:1px solid #333;
	background-color:#F8F2ED;
	-moz-border-radius: 4px;
	}
#searchform {
	padding-top:10px;
	text-align:center;
	}

#fotos_prod {
	margin: 2px auto;
	text-align:center;
}		

/* --- COPYRIGHT --- */

.credit {
	clear:both;
	text-align:center;
	font-size:8pt;
	border-top-style: none;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	background-color: #006633;
	color: #FFFFFF;
	}
.credit a{
	clear:both;
	text-align:center;
	font-size:8pt;
	border-top-style: none;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	background-color: #006633;
	color: #FFFFFF;
	}
.credit hover{
	clear:both;
	text-align:center;
	font-size:8pt;
	border-top-style: none;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	background-color: #006633;
	color: #CCCCCC;
	}
.credit cite {
	font-style:normal;
	}
.storytitle {
	height:auto;
	margin:0;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.storytitle a {
    height:auto;
	margin:5;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	background-color: #017F40;
	background-image: url(../new/images/fondo2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#content {
	padding:0;
	margin:0;
	background-color: #EFEFEF;
	background-position: left;
}
#contentheader { background:#fff url("/images/content_header_bg.gif") repeat-x; height:27px; padding:0 0 0 5px; margin:0 2px 12px 1px; }
#header { background: #fff } 
#logo { background: #fff url("/images/logo_itara.jpg") no-repeat top left; width:200px; height: 90px; margin:0; padding:0; border-right:2px solid #fff; } 
#rap { background-color: #EAEAEA; }

#sidebar li a {
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 2px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.storycontent li:hover { -moz-border-radius: 4px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.storycontent ol li {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#boton_sup {
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}	
	#boton_sup a{
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}	
	#boton_sup hover{
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;.recuadro_rubros {
	color: #990000;
	text-align: center;
	margin: 5px;
	padding: 5px;
	border: 1px solid #069140;
}
.recuadro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	width: 195px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
