/*
Theme Name: Red Textual
Author: Beew
Author URI: http://holabeew.com
Version: 1.0
License:
*/

* {
margin: 0;
padding: 0;
}

a {
text-decoration: none;
color: #6B4F7F; /* El color de los enlaces de todo el blog */
}

a:hover {
text-decoration:underline;
}

a:visited {color: #999;}

a img { border: 0; }

body {
background: #fff;
color: #222;
font-family: Lucida Grande, Verdana, Tahoma, Arial, sans-serif; /* Fuente general del blog */
font-size: 62.5%; }

/* Macro */

#header {
overflow: hidden;
height: 1%;
background: #2d2750;
}

#header #header_top {
background: url(images/header_bg.jpg) left no-repeat;
height: 112px;
}

#header h1 a, #header h2 a{
background: url(images/logo.png);
display: block;
width: 339px;
height: 90px;
position: relative;
top: 26px;
left: 40px;
}

#header h1 span, #header h2 span{
display: none;
}

#search input {
background: url(images/search.png);
border: 0;
padding: 5px 7px;
height: 19px;
width: 286px;
position: relative;
top: 45px;
}

#navbar {
clear: both;
background: #323232 url(images/navbar_bg.png) top repeat-x;
border-top: 1px solid #222;
overflow: hidden;
height: 1%;
}

#navbar #pages ul li {
list-style-type: none;
display: inline;
padding: 10px 15px;
background: url(images/separador.png) right no-repeat;
}

#navbar #pages ul li a {
font-size: 1.5em;
font-weight: bold;
line-height: 50px;
color: #fafafa;
letter-spacing: -0.3px;
text-shadow: 1px 1px #000;
}

#navbar #pages ul li a:hover {
color: #8c85b7;
}

#suscription {
padding-top: 10px;
}

#suscription a {
margin-left: 10px;
color: #837f78;
}

#suscription .number {
margin-left:10px;
color: #837f78;
font-size: 2.5em;
font-weight: bold;
letter-spacing: -1px;
text-shadow: -1px -1px #000;
letter-spacing: -2px;
}

#wrapper {
clear: both;
}

#content {
padding: 20px 0;
}

.post {
margin-bottom: 25px;
border-bottom: 1px solid #f1f1f1;
padding-bottom: 25px;
}

.post h1.post-title, .post h2.post-title {
font-family: Arial;
font-size: 2.9em;
letter-spacing: -1.5px;
margin-bottom: 10px;
text-shadow: #666 0 1px 1px;
}

.post h1.post-title a, .post h2.post-title a {
color: #333;
}

.post h1.post-title a:hover, .post h2.post-title a:hover {
color: #2d2750;
text-decoration: underline;
}


.post .meta {
background: url(images/metadata.png) top left no-repeat;
margin-bottom: 15px;
overflow: hidden;
font-family: Tahoma;
font-size: 1.1em;
}

.post .author_pic {
width: 9%;
float: left;
padding: 7px;
}
.post .author_pic img {
width:40px;
height:40px;
}

.post .author_name {
padding: 6px 0;
color: #0e0a24;
text-shadow: 1px 1px #fff;
}

.post .author_name a {
color: #0e0a24;
}

.post .metadata {
padding: 7px 0;
color: #fff;
}

.post .metadata a{
color: #fff;
}

.post .metadata span{
margin-right: 15px;
padding: 4px 0;
}

.post .metadata span.date {
padding-left: 27px;
background: url(images/meta_clock.png) left center no-repeat;
}

.post .metadata span.category {
padding-left: 27px;
background: url(images/meta_folder.png) left center no-repeat;
}

.post .metadata span.comments {
padding-left: 27px;
background: url(images/meta_comment.png) left center no-repeat;
}

.post .post-content {
font-size: 1.3em;
line-height: 170%;
}

.post .post-content h1, .post .post-content h2,
.post .post-content h3, .post .post-content h4,
.post .post-content h5, .post .post-content h6, 
.post .post-content ol, .post .post-content ul {margin-bottom:20px}
.post .post-content h1 {font-size:25px}
.post .post-content h2 {font-size:23px}
.post .post-content h3 {font-size:21px}
.post .post-content h4 {font-size:19px}
.post .post-content h5 {font-size:17px}
.post .post-content h6 {font-size:15px}
.post .post-content ol {list-style:decimal}
.post .post-content ul {list-style:disc}
.post .post-content li {margin-left:30px}


blockquote {
padding:10px 20px 10px 40px;
color:#999;
font-style:italic;
}

.post .post-content p{
line-height: 170%;
margin-bottom: 10px;
}

.post .bottom-post {
font-size: 1.2em;
margin-top: 25px;
padding: 10px 0 10px 27px;
background: url(images/tags.png) left center no-repeat;
}

#pagination {
padding-bottom: 20px;
text-align: center;
}

#pagination a {
background: #eae9ed;
padding: 10px 15px;
font-size: 1.3em;
font-weight: bold;
color: #39345a;
text-shadow: 1px 1px #fff;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
margin: 0 5px;
}

#pagination a:hover {
text-shadow: -1px -1px #fff;
}

#info-post {
padding: 20px; 
background: #f5f5f5;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
overflow: hidden;
height: 1%;
margin-bottom: 30px;
}

#info-post #related {
width: 300px;
float: left;
display: inline;
}

#info-post #share {
margin-left:20px;
width: 250px;
float: left;
display: inline;
}

#info-post h4 {
font-family: Arial;
font-size: 2em;
letter-spacing: -1px;
margin-bottom: 10px;
color:#555;
line-height:120%;
padding:0px 0px 0px 55px;
background-position:0px 0px;
background-repeat:no-repeat;
}
#info-post #related h4 {
background-image:url(images/icon_relatedposts_big.jpg);
}
#info-post #share h4 {
background-image:url(images/icon_share_big.jpg);
}

#info-post a {
color:#666;
}

#info-post #related ul {
list-style:none;
margin:0px;
}
#info-post #related ul li {
margin: 0px;
font-size: 1.2em;
padding: 7px 0;
background: url(images/bullet.png) 0px 11px no-repeat;
padding-left: 15px;
}

#info-post #share ul {
list-style:none;
margin:0px;
overflow:hidden;
height:1%
}
#info-post #share ul li {
margin: 0px;
float:left;
display:inline;
width:49%;
font-size: 1.2em;
padding: 7px 0;
}
#info-post #share ul li img {
position:relative;
top:3px;
margin-right:8px;
}
	

#content-comments {
margin-bottom:20px;
}
#content-comments h3 {
font-family: Arial;
font-size: 2.3em;
letter-spacing: -1px;
margin-bottom: 10px;
color:#555;
}
#content-comments h3#comments-title {
background:url(images/icon_comment_big.jpg) no-repeat 0px 0px;
padding:12px 0px 12px 55px;
}
#content-comments h3#respond-title {
background:url(images/icon_respond_big.jpg) no-repeat 0px 0px;
padding:12px 0px 12px 55px;
}

ol.commentlist {
list-style:none;
margin:0px 0px 20px 0px;
}
ol.commentlist li {
margin:0px;
}
ol.commentlist li div.comment-container {
margin:0px 0px 20px 0px;
position:relative;
}
ol.commentlist li div.comment-container .comment-head {
background: #f5f5f5;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
margin-bottom: 20px;
padding:8px 0px 8px 70px;
font-size:11px;
text-shadow:0px 1px 0px #fff;
}
ol.commentlist li div.comment-container .avatar {
position:absolute;
left:0px;
top:0px;
padding:7px;
background: #f5f5f5;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}
ol.commentlist li div.comment-container .comment-head small,
ol.commentlist li div.comment-container .comment-head small a {
color:#999;
}
ol.commentlist li div.comment-container .comment-head .comment-reply {
position:absolute;
top:0px;
right:10px;
}
ol.commentlist li div.comment-container .comment-head .comment-reply a {
display:block;
color:#666;
padding:8px 0px 8px 20px;
background:url(images/icon_reply.gif) no-repeat 0px 8px;
}

ol.commentlist li div.comment-container .comment-body {
padding:0px 10px 10px 70px;
font-size:12px;
line-height:150%
}
ol.commentlist li div.comment-container .comment-body p {
margin-bottom:10px;
}

ol.commentlist li ul.children {
margin-left:50px;
list-style:none;
}
ol.commentlist li ul.children li div.comment-container .comment-body {
font-size:11px;
}

.moderate {
color:#C00;
font-style:italic;
}

.comment-pagination {
padding-bottom: 20px;
}
.comment-pagination a {
display:inline-block;
background: #eae9ed;
padding: 8px 12px;
font-size: 1em;
font-weight: bold;
color: #39345a;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}

#content-comments #pings {
padding: 20px; 
background: #f5f5f5;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
margin-bottom: 20px;
}
#content-comments #pings h3 {
font-size: 1.5em;
letter-spacing: normal;
}
#content-comments #pings ol {
margin:0px;
list-style:none;
}
#content-comments #pings ol li {
margin:0px;
padding:8px 0px;
border-bottom:1px solid #eee;
border-top:1px solid #fafafa;
}
#content-comments #pings ol li .date {
color:#999;
}
#content-comments #pings ol li .pingcontent {
display:block;
margin-top:3px;
}

#formulario {
padding: 20px; 
background: #f5f5f5;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
margin-bottom: 20px;
overflow:hidden;
}
#commentform p {
margin-bottom:10px;
}
#commentform input,
#commentform textarea {
margin:0px;
padding:8px;
background:#fff;
border:1px solid #ececec;
font-family:Arial;
font-size:12px;
color:#666;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}
#commentform textarea {
width:560px;
}
#commentform label {
font-family: Arial;
color:#666;
font-size: 1.4em;
font-weight: bold;
padding-left:10px;
}
#commentform label small {
color:#999;
}
#commentform input#submit {
border:none;
background: #2d2750;
padding: 10px 15px;
font-size: 1.3em;
font-weight: bold;
color: #fff;
text-shadow: 0px -1px 0px #000;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
}
#commentform input:hover#submit {
background:#443d6a;
}

.cancel-comment-reply {
margin:0px 35px 20px 55px;
}
.cancel-comment-reply a {
background:url(images/icon-delete.png) no-repeat 0px 3px;
padding:5px 0px 5px 23px;
font-size:11px;
color:#C00;
}
.cancel-comment-reply a:hover {
text-decoration:underline;
}

#sidebar {
background: #f5f5f5;
margin-bottom: 1px;
align: left;
}

#sidebar a {
color: #666;
}

#sidebar .widget {
padding: 20px;
border-top: 1px solid #fff;
border-bottom: 1px solid #eaeaea;
overflow: hidden;
height: 1%;
}

#sidebar h3 {
font-size: 1.9em;
letter-spacing: -1px;
margin-bottom: 10px;
color: #3b355c;
text-shadow: 1px 1px #fff;
}

#sidebar p {
font-size: 1.2em;
}

#sidebar #sponsors img {
margin: 0px;
border:1px solid #ccc;
}

#sidebar ul {
font-size: 12px;
}
#sidebar ul li {
padding: 7px 0;
list-style-type: none;
background: url(images/bullet.png) 0px 11px no-repeat;
padding-left: 16px;
}
#sidebar ul li ul li{
margin-left:5px;
}

#calendar_wrap table {
width:100%;
text-align:center;
}
#calendar_wrap caption {
padding:3px 0px;
font-weight:bold;
}
#calendar_wrap thead {
background:#666;
color:#fff;
}
#calendar_wrap #prev {
text-align:left;
}
#calendar_wrap #next {
text-align:right;
}

#footer {
clear: both;
overflow: hidden;
height: 1%;
background: #2d2750;
border-top: 1px solid #ccc;
color: #fff;
font-size: 1.2em;
}

#footer a {
color: #aea8ce;
}

#footer .credits {
background: url(images/cc.png) left center no-repeat;
padding: 30px 0 30px 80px;
}

#footer .beew {
padding: 30px 0;
}

/* Otros */

.alignleft {float: left; margin-right: 10px;}
.alignright {float: right; margin-left: 10px;}
.aligncenter {clear: both; display: block; text-align: center; margin: 0 auto;}

.display-info {margin-bottom: 20px; font-size: 8pt;}

.archive-display {
background: #f5f5f5;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
margin-bottom: 20px;
font-size:1.1em;
font-style:italic;
}
.archive-display span {
display:inline-block;
padding:5px 15px;
border-right:1px solid #ddd;
}



	#derecha .feed_suscribe ul li{height:15px;}
	#derecha .feed_suscribe ul li a{color:#333;display:block;text-indent:20px;line-height:20px;}
	#derecha .feed_suscribe ul li a.rss{background:url(iconos/feed.png) no-repeat 0 50%;font-weight:bold;}
	#derecha .feed_suscribe ul li a.netvibes{background:url(iconos/netvibes.ico) no-repeat;}
	#derecha .feed_suscribe ul li a.google{background:url(iconos/google.ico) no-repeat;}
	#derecha .feed_suscribe ul li a.twitter{background:url(iconos/twitter.ico) no-repeat;}
	#derecha .feed_suscribe ul li a.facebook{background:url(iconos/facebook.ico) no-repeat;}
	#derecha .feed_suscribe ul li a.email{background:url(iconos/email.png) no-repeat;}


