/*	
Theme Name: Cadenero
Theme URI: http://www.cadenero.com
Description: Tema para mi blog personal.
Version: 1.0
Author: Hereldar
Author URI: http://www.cadenero.com

	HTML ELEMENTS
*/

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, 'Trebuchet Ms', Sans-serif;
	color: #444444;
	background: #333333;
	text-align: center;
	height: 100%; }

/* links */
a { background: inherit; color: #522309; text-decoration:none; }

a:hover { background: inherit; color: #421309; }

/* headers */
h1, h2, h3 {
	font: bold 1em Arial, 'Trebuchet Ms', Sans-serif;
	color: #333333; }

h1 { font-size: 1.6em; }

h2 { font-size: 1.3em; }

h3 { font-size: 1.1em; }

h2.pagetitle {
	font-size: 1.8em; }

p, h1, h2, h3 {
	margin: 10px 15px; }

strong, b {
	font: bold 1.1em Arial, 'Trebuchet Ms', Sans-serif; }

ul, ol {
	padding: 0;
	color: #333333; }

ul {
	margin: 10px 30px 10px 30px;
	list-style: square; }

ol {
	margin: 10px 30px 10px 18px;
	list-style: upper-roman inside; }

ul ul, ul ol {
	margin: 5px 0 0 10px; }

ul span, ol span {
	color: #333333; }

/* images */
img {
	border:none; }

img.float-right {
	margin: 5px 0px 5px 15px; }

img.float-left {
	margin: 5px 15px 5px 0px; }

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;	
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 0;	
	border-left: 3px solid #333333; }

acronym {
	cursor: help;
	border-bottom: 1px solid #777; }

blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;	
	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 0; 
	border-left: 3px solid #333333;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #333333; }

/* form elements */
form {
	margin:0;
	padding: 0;
	border: 0; }

label {
	display:block;
	font-weight:bold;
	margin:5px 0; }

input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777777; }

textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777777; }

input.button { 
	margin: 0; 
	font: bold 1em Arial, 'Trebuchet Ms', Sans-serif; 
	border: 1px solid #CCC;
	background: #F9F9F9; 
	padding: 2px 3px; 
	color: #333333; }

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0; }

.searchform p {
	margin: 10px;
	padding: 0; }

.searchform input.textbox { 
	width: 202px;
	color: #333; 
	height: 20px;
	padding: 2px;
	vertical-align: top; }

.searchform input.button { 
	font: bold 12px Arial, 'Trebuchet Ms', Sans-serif; 
	color: #333333;
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;
	vertical-align: top; }

.navigation {
	display: block;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px; }

/*
	LAYOUT
*/

#header-content, #content, #footer-content {
	width: 760px; }

/* header */
#header {
	height: 5em;
	text-align: left;
	background: #522309; }

#header-content {
	position: relative;
	margin: 0 auto; padding: 0; }

#header-content #title {
	position: absolute;
	font: 4.4em Arial, 'Trebuchet Ms', Sans-serif;
	letter-spacing:-1px; 
	color: #F9F1DE;
	margin-top: 0.25em;
	padding: 0; }

#header-content #title a {
	color: #FCFCFC; }

#title a:hover {
	color: #6A3411; }

#header-content #slogan {
	position: absolute;
	font: bold 1.1em Arial, 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: FCFCFC;
	margin: 0; padding: 0;

	/* change the values of left and top to adjust the position of the slogan */
	top: 40px; left: 40px; }

/* header menu */
#header-content ul {
	position: absolute;
	right: 0px;
	top: 0px;
	font: normal 1.6em Arial, 'Trebuchet Ms', Sans-serif;
	color: #F9F1DE;
	list-style: none;
	margin: 0;
	padding: 0; }

#header-content li {
	display: inline; }

#header-content li a {
	float: left;
	display: block;
	padding: 42px 12px 0 12px;
	color: #FCFCFC;
	text-decoration: none;
	border-right: 1px solid #FCFCFC; }

#header-content li a:hover {
	padding: 42px 8px 0 12px;
	border-right: 5px solid #FCFCFC; }

#header-content li a.active {
	padding: 42px 8px 0 12px;
	border-right: 5px solid #FCFCFC; }

#current {
	background: #FCFCFC; }

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FCFCFC; }

#content {
	text-align: left;
	padding: 0;
	margin: 20px auto 0px auto; }

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0; }

#sidebar h2 {
	padding: 10px 0 5px 10px;
	margin: 0 0 10px 0;
	color: #522309;
	border-bottom: 1px dashed #522309; }

#sidebar h3 {
	padding: 5px 0 5px 10px;
	margin: 0;
	color: #444444; }

.sidebox {
	margin-bottom: 10px; }

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0; }

#sidebar ul.sidemenu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0; }

#sidebar ul.sidemenu li {
	padding: 0; }

#sidebar ul.sidemenu li:hover {
	color: #421309;
	list-style: square;
	background-color: #F3F3F3; }

#sidebar ul.sidemenu ul li {
	padding: 0; }

#sidebar ul.sidemenu ul li:hover {
	color: #421309;
	list-style: square; }

#sidebar ul.sidemenu a {
	display: block;
	font-weight: normal;
	height: 1.5em;
	padding: .3em 0 .3em 10px;
	line-height: 1.5em;
	text-decoration: none; }

/* sidebar coment */
#sidebar ul.sidecomment {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0; }

#sidebar ul.sidecomment ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0; }

#sidebar ul.sidecomment li {
	display: block;
	float: left;
	margin: 0 0 4px 10px;
	padding: 0; }

#sidebar ul.sidecomment ul li {
	display: block;
	float: left;
	margin: 0 0 4px 0px;
	padding: 0; }

#sidebar ul.sidecomment a {
	font-weight: normal;
	color: #421309;
	text-decoration: none; }

#sidebar ul.sidecomment a:hover {
	color: #421309; }

.kjgrcGravatar {
	float: left;
	padding-right: 8px; }

/* main */
#main {
	float: left;
	width: 68%;
	margin: 0 0 10px 0;
	padding: 0; }

#main h1 {
	font-size: 2.0em;
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px; }

.post-footer {
	padding: 3px;
	margin: 0 15px 5px 5px;
	text-align:left; }

.date {
	color: #884818;
	margin:0;
	padding: 0 0 0 17px; }

.post .post-footer .comments {
	padding-left: 30px;
	margin: 0 10px 0 10px;
	height: 17px;
	width: 24px; }

.post .postmeta {
	text-align:right; }

.catg .comments {
	padding-left: 20px;
	margin: 0 10px 0 5px; }

.postmeta {
	margin: 0 15px 0 10px; }

/* alignment classes */
.float-left { float: left; }

.float-right { float: right; }

.align-left { text-align: left; }

.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }

.gray { color: #BFBFBF; }

/* comments */
.alt {
	background-color: #F3F3F3 !important;
	border-bottom: 1px dashed #B89E7C !important;
	padding: 7px 5px !important; }

.commentlist {
	border-top: 1px dashed #B89E7C;
	padding: 0;
	margin: 0 10px; }

.commentlist li {
	background-color: #FCFCFC;
	border-bottom: 1px dashed #B89E7C;
	list-style: none;
	padding: 7px 5px;
	overflow: hidden; }

.commentmetadata {
	font-weight: normal; }

.comment_author a:visited {
	font-weight: bold;
	text-decoration: none; }

.befirst {
	padding: 0 !important;
	text-align: center;
	font-size: 1.3em;
	color: #CDCDCD;
	font-weight: bold; }

.gravatar {
	float: left;
	padding: 2px;
	border: 1px solid #B89E7C;
	margin-top: 4px;
	margin-right: 8px; }

/*
	FOOTER BACKGROUND
*/

#footerbg {
	background: #FCFCFC; }

/*
	FOOTER
*/

#footerbottom {
	font-family: Arial, 'Trebuchet Ms', Sans-serif;
	height: 25px;
	background: #333333;
	padding-top: 10px;
	position: relative;
	color: #F0F0F0; }

#footerbottom a {
	color: #FCFCFC; }

/*
	PAGEBAR
*/

.pagebar {
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0px;
	margin: 0px;
	padding: 0px; }

.pagebar a, .pageList .this-page {
	border: solid 1px #FCFCFC; 
	padding: 2px 6px;
	text-decoration: none; }

.pagebar a:visited {
	padding: 2px 6px;
	text-decoration: none; }

.pagebar .break {
	padding: 2px 6px;
	border: none;
	text-decoration: none; }

.pagebar .this-page {
	padding: 2px 6px;
	border: solid 1px #FFFFFF;
	background: #522309;

	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; }

.pagebar a:hover {
	background: #FFFFFF;

	border: solid 1px #333333;
	text-decoration: none; }