/*	
Theme Name: Koma
Theme URI: http://soycertero.com/
Version: 1.0
Author: ---
Author URI: http://soycertero.com/
*/

/* BASICO
*******************************************/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,ol,li {margin:0;padding:0;}
body {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #555;
	background: #FF7E00 url("img/bg.gif") repeat-x top fixed;
	cursor: default;
}
code {
	font: 11px 'Courier New', Courier, Fixed;
	background-color: #ECECEC;
	border: 1px dotted #BBBBBB;
	padding: 3px;
	display: block;
}
cite {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #555;
}
acronym:hover, abbr:hover {
	border-bottom-style: solid;
}
a {
	color: #1376E4;
}
a:hover {
	color: #FC8200;
}
a img {
	border: 0;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	float: right;
}
img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	float: left;
}
blockquote {
	margin: 0 0 10px 0;
	padding: 8px;
	color: #555;
	background: #CCC url("img/blockquote.gif") no-repeat right top;
	border: 1px solid #888;
}
blockquote.lucas {
	padding-top: 18px;
	color: #FFF;
	background: #0055AC url("img/blockquote.lucas.jpg") no-repeat top;
	border-color: #002346;
}
::-moz-selection {
	background: #D4F699;
	color: #7AA62F;
}

/* PAGE
*******************************************/
#page {
	margin: -20px auto 0 auto;
	width: 700px;
	background: #FFF url("img/page.gif") no-repeat top;
}

/* HEADER
*******************************************/
#header {
	background: #111 url("img/header.gif") repeat-x top;
}
#header #logo {
	margin: 0 auto;
	width: 700px;
	height: 120px;
	background: url("img/logo.jpg") no-repeat top left;
}
#header form#search {
	position: relative;
	display: inline;
	left: 499px;
	top: 38px;
}
#header form#search input {
	width: 194px;
	padding: 3px;
	background: #EEE url("img/input.gif") repeat-x top left;
	border-left: 1px solid #5F5F5F;
	border-top: 1px solid #5F5F5F;
	border-right: 1px solid #000;
	border-bottom: 0;
}
#header #stats {
	position: relative;
	width: 202px;
	left: 499px;
	top: 0px;
	text-align: center;
	color: #BBB;
}

/* SIDEBAR
*******************************************/
#sidebar {
	width: 200px;
	margin-top: 10px;
	float: right;
	overflow: hidden;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #555;
}
#sidebar a {
	color: #FC8500;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FC8500;
	text-decoration: underline;
}
#sidebar div.box {
	padding: 3px 6px 3px 20px;
	font-size: 11px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* BLOQUE MADRE */
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	margin: 0;
}

/* TITULOS DE BLOQUES PADRE */
#sidebar h2 {
	margin: 10px 0 0 0;
	padding: 0 10px;
	line-height: 24px;
	font-size: 11px;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #FFF;
	background: url("img/sidebar.h2.gif") no-repeat top;
}

/* BLOQUES PADRE */
#sidebar ul ul {
	margin: 0 0 10px 0;
	padding: 0 0 12px 0;
	background: url("img/sidebar.ul.gif") no-repeat bottom;
}

/* BLOQUES HIJO */
#sidebar ul ul li {
	margin: 0;
	background-color: #0056C0;
	border-top: 1px solid #0161D6;
	border-bottom: 1px solid #004BA7;
}
#sidebar ul ul li a {
	padding: 3px 4px;
	display: block;
	color: #CCC;
	background-repeat: no-repeat;
	background-position: right center;
}
#sidebar ul ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #045AC5;
}

/* C
*******************************************/
#c {
	text-align: center;
}

#c a {
	padding-left: 19px;
	margin-right: 4px;
	background-position: left center;
	background-repeat: no-repeat;
}

#c a.xhtml {
	background-image: url("img/valid.xhtml.gif");
}

#c a.css {
	background-image: url("img/valid.css.gif");
}

#c a.rss {
	background-image: url("img/valid.rss.gif");
}

/* CONTENT
*******************************************/
#content {
	width: 420px;
	padding: 15px;
}
#content ul, #content ol {
	margin: 0;
	color: #666;
}
#content ul {
	padding: 2px 0 10px 20px;
	list-style-type: square;
}
#content ol {
	padding: 2px 0 10px 20px;
}
#content ul ul {
	list-style-type: circle;
}
#content ol ol {
	list-style-type: lower-alpha;
}
#content ol li {
	padding-bottom: 3px;
}

#content h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	letter-spacing: -1px;
}
#content h2 a {
	text-decoration: none;
}
#content div.meta {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #888;
}
#content div.entry {
	padding: 10px 0 5px 0;
	line-height: 20px;
	overflow: hidden;
}
#content div.entry p {
	margin-bottom: 10px;
}
#content div.entry blockquote p {
	margin-bottom: 2px;
}
#content div.entry img {
}
#content h3 {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-top: 4px;
	color: #555;
	background: url("img/sep.gif") no-repeat top left;
}
#content h3 a {
	text-decoration: none;
	margin-right: 4px;
	font-weight: bold;
}
#content h3 a.cm {
	padding: 0 0 0 13px;
	background: url("img/ico.cm.gif") no-repeat left center;
}
#content h3 a.email {
	padding: 0 0 0 13px;
	background: url("img/ico.email.gif") no-repeat left center;
}
#content h4 {
	margin-bottom: 10px;
	padding: 3px 0 29px 0;
	font-variant: small-caps;
	font-size: 14px;
	text-align: center;
	color: #EEE;
	background: url("img/h4.gif") no-repeat;	
}
#content table {
	margin-bottom: 15px;
}

/* NAVEGACION
*******************************************/
div.nav {
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #555;
}
div.nav a, div.nav span.sel {
	padding: 2px 4px;
	margin-right: 1px;
}
div.nav a {
	text-decoration: none;
	font-weight: bold;
	color: #2F79CB;
	border: 1px solid #68A4E6;
}
div.nav a:hover {
	color: #222;
	border-color: #2F79CB;
}
div.nav a.num {
	font-weight: normal;
}
div.nav span.sel {
	color: #FFF;
	background-color: #2F79CB;
	border: 1px solid #2F79CB;
}

/* FORMS
*****************************************/
form {
	padding: 0;
	margin: 0 0 30px 0;
}
form div {
	padding: 3px 0;
}
fieldset {
}
legend {
}
fieldset, legend {
}
label {
	display: block;
	float: left;
	width: 80px;
	padding: 0;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}
label.check {
	display: inline;
	line-height: auto;
	float: none;
}
input {
	width: 330px;
}
input.check {
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}
input, select, textarea, button {
	letter-spacing: 0px;
	border-style: solid;
	border-width: 1px;
}
input, select, textarea {
	padding: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #555;
	background-color: #FEFEFE;
	border-color: #C1C1C1;
}
input:disabled {
	color: #CCC;
}
textarea {
	width: 414px;
	height: 52px;
	overflow: auto;
}
input:hover, select:hover, textarea:hover {
	border-color: #A2A2A2;
}
input:focus, select:focus, textarea:focus {
	color: #222;
	background-color: #FFF;
	border-color: #14568A;
}
input.error, select.error, textarea.error {
	background-color: #FEEDED!important;
	border-color: #D88888!important;
}
span.msg {
	display: none;
	margin-left: 5px;
	padding-left: 17px;
	font-weight: normal;
	color: #FF6A6A;
	background: url("img/ico/error.gif") no-repeat left center;
}
span.ob {
	margin-left: 2px;
	font-weight: bold;
	color: #FFA800;
}
input.error:hover, select.error:hover, textarea.error:hover {
	background-color: #FFF5F5!important;
	border-color: #D73838!important;
}
button {
	margin-top: 6px;
	margin-right: 1px;
	padding: 4px 3px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #FFF;
	background: #12446B url("img/form.bg.button.gif") repeat-x top;
	border-left-color: #8FACD6;
	border-top-color: #8FACD6;
	border-right-color: #425062;
	border-bottom-color: #425062;
	cursor: pointer;
}
button:active {
	border-left-color: #425062;
	border-top-color: #425062;
	border-right-color: #8FACD6;
	border-bottom-color: #8FACD6;
}
button:disabled {
	color: #CCC;
	background: #868D97 url("img/form.bg.button.gif") repeat-x bottom;
	border-left-color: #CACED3;
	border-top-color: #CACED3;
	border-right-color: #5D5F61;
	border-bottom-color: #5D5F61;
}

/* COMENTARIOS
*******************************************/
#commentform {
	margin-bottom: 22px;
}
ol#comment-list {
	margin: 0 0 22px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	color: #555;
}
ol#comment-list li {
	overflow: hidden;
	margin-bottom: 6px;
	background-position: 384px 0px;
	background-repeat: no-repeat;
}
div.comment-meta {
	padding-bottom: 8px;
	padding-left: 6px;
	background-repeat: no-repeat;
	background-position: bottom;
}
ol#comment-list li.alt div.comment-meta{
	background-image: url("img/cm-top-1.gif");
}
ol#comment-list li.admin div.comment-meta {
	background-image: url("img/cm-top-2.gif");
}
div.comment-meta a {
	font-weight: normal;
	text-decoration: none;
}
div.comment-autor a {
	font-weight: bold;
}
ol#comment-list cite {
	padding-left: 19px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left center;
}
div.comment-fecha {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
div.comment-data {
	padding: 7px 10px 10px 10px;
	line-height: 18px;
	background-repeat: repeat-y;
	max-height: 250px;
	overflow: auto;
}
div.comment-data p {
	margin-bottom: 3px;
}
span.comment-moderado {
	font-size: 16px;
	color: #999;
}
ol#comment-list li.alt div.comment-data {
	background-image: url("img/cm-data-1.png");
}
ol#comment-list li.admin div.comment-data {
	background-image: url("img/cm-data-2.png");
}
div.comment-bottom {
	height: 7px;
	background-repeat: no-repeat;
	background-position: top;
}
ol#comment-list li.alt div.comment-bottom {
	background-image: url("img/cm-bottom-1.png");
}
ol#comment-list li.admin div.comment-bottom {
	background-image: url("img/cm-bottom-2.png");
}

/* ADICIONAL
*******************************************/
#cloud {
	padding: 6px;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #F5F5F5;
	border: 4px solid #CCC;
}
#cloud a {
	margin-right: 5px;
	text-decoration: none;
	color: #BBB;
}
#cloud a:hover {
	color: #999;
}
#banners {
	margin-top: 10px;
	text-align: center;
}
#banners a {
	 margin-bottom: 10px;
	 clear: both;
}

/* FOOTER
*******************************************/
#footer {
	margin: 0 auto;
	width: 700px;
	height: 35px;
	text-align: center;
	background: url("img/footer.gif") no-repeat top;
}

/* STARS
*******************************************/
.PSR_stars {
	height: 15px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
* html .PSR_stars .star {
	display: block;
	position: absolute;
	height: 0;
	width: 0;
}
.PSR_stars input {
	display: none;
}
.PSR_no_star, .PSR_half_star, .PSR_full_star, .PSR_no_voting_star, .PSR_half_voting_star, .PSR_full_voting_star {
	display: block;
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -1000em;
	text-align: left;
	background-repeat: no-repeat;
}
.PSR_no_star {
	background-image: url("img/stars/no_star.gif");
}
.PSR_full_star {
	background-image: url("img/stars/full_star.gif");
}
.PSR_half_star {
	background-image: url("img/stars/half_star.gif");
}
.PSR_no_voting_star {
	background-image: url("img/stars/no_star.gif");
}
.PSR_full_voting_star {
	background-image: url("img/stars/full_voting_star.gif");
}
.PSR_half_voting_star {
	background-image: url("img/stars/half_voting_star.gif");
}
.PSR_votes {
	padding-left: .2em;
}
ol.PSR_moment_scores {
	padding: 0;
	margin: 0;
}
.PSR_moment_scores li {
	list-style-type: none;
	position: relative;
	height: 2.2ex;
}
.PSR_moment_scores .trend_up, .PSR_moment_scores .trend_dw, .PSR_moment_scores .trend_eq {
	display:block;
	width: 14px;
	height: 15px;
	overflow: hidden;
	text-indent: -100em;
	float: left;
	background-repeat: no-repeat;
	margin-right: .5em;
}
.PSR_moment_scores .trend_up {
	background-image: url("img/stars/up_arrow.gif");
}
.PSR_moment_scores .trend_dw {
	background-image: url("img/stars/dw_arrow.gif");
}
.PSR_moment_scores .trend_eq {
	background-image: url("img/stars/eq_arrow.gif");
}
.PSR_moment_scores .PSR_container {
	position: absolute;
	top: 0;
	right: 0;
	width: 21ex;
	text-align: right;
}
.PSR_tvotes {
}

/* STARS
*******************************************/
#ad-after-1st-post {
	margin-bottom: 20px;
}

/* TLA
*******************************************/
#tla {
	margin: 5px 0 8px 0;
	background-color: #FFE3BC;
	border-style: solid;
	border-color: #FC8200;
	border-width: 1px 0 1px 1px;
}
#tla ul {
	padding: 4px;
}
#tla ul li {
	margin: 0;
	border-bottom: 1px solid #FFE3BC;
}
#tla ul li a {
	display: block;
	padding-left: 34px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
#tla ul li a:hover {
	text-decoration: none;
	background-color: #FED8A2;
}
a#tla-buy {
	display: block;
	padding: 2px 0;
	font-weight: bold;
	text-align: center;
	color: #F9F0E3;
	background-color: #FC8200;
}
a:hover#tla-buy {
	text-decoration: none;
	color: #FFF;
}