/*  
Theme Name: Baratijas Blog
Theme URI: http://baratijasblog.com
Description: Tema modificado para Baratijas Blog 2.1. Incorpora multiples opciones para descubrir contenido, redes sociales e implementa las ultimas opciones de WP.
Version: 3.0
Author: Ivan Barajas
Author URI: http://baratijasblog.com
*/

fieldset,img { border: none; }


table {
	margin: 0 auto;
	color: #171616;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top: none;
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	width: 650px;
}

tr.odd {
	background-color: #ebf3ff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

th {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #87a824;
	text-align: center;
	background: #303030;
	height: 33px;
}

td {
	border: 1px solid #CCC;
	width:300px;
}

.hid { display: none; }

/* UI: Shared classnames
================================================================= */
.accessibility {
	left:-32000px;
	position:absolute;
}

/* http://sonspring.com/journal/clearing-floats */
html body div.clear,
html body span.clear {
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

h1.page-title {
	color: #999;
	font: italic 14px Georgia, serif;
}

/* General horizontal navigation lists with dropdown magic */
.nav,
.nav ul,
.nav li {
	background:transparent;
	list-style:none;
	margin:0;
	padding:0;
}
.nav ul {
	background: #e9eaea;
	border: 1px solid #cecfd1;
	border-color: #cecfd1 #aaa #aaa #cecfd1;
	z-index: 9999;
}
.nav li {
	float:left;
	margin-right:12px;
}
.nav li a {
	display:block;
}
.nav li li a {
	color: #a00004 !important; /* These need to retain a contrasting color with dropdown background */
	padding:6px 9px;
}

.nav li ul,
.nav li li {
	margin-right:0;
	width: 200px;
}
.nav li li ul {
	margin:-31px 0 0 200px;
}
.nav li.secondary {
	float:right;
	margin-left:12px;
	margin-right:0;
}
/* dropdown action */
.nav li ul,
.nav li:hover li ul,
.nav li li:hover li ul,
.nav li.hover li ul,
.nav li li.hover li ul {
	left: -32697px;
	position: absolute;
}
.nav li:hover ul,
.nav li li:hover ul,
.nav li li li:hover ul,
.nav li.hover ul,
.nav li li.hover ul,
.nav li li li.hover ul {
	left: auto;
}

.pagination,
.pagination-single {
	background-color:#e9eaea;
	margin-top: 20px;
}
.pagination .previous a,
.pagination-single .previous {
	float:left;
	padding:18px;
}
.pagination .next a,
.pagination-single .next {
	float:right;
	padding:18px;
}
.loading {
	background: url(http://baratijasblog.com/wp-content/themes/baratijas3/img/spinner.gif) 10px 17px no-repeat;
	clear: both;
	color: #ccc;
	height: 50px;
}
.loading span {
	display: block;
	padding: 17px 32px 0;
}
.close {
	background-color:#e9eaea;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 6px;
	text-align: center;
}
/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	padding-bottom: 6px;
	margin: 0 auto;
	/* 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 {
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Structure
================================================
	Total width: 960
	Columns: 12
	Column width: 58px
	Gutter width: 24px
	Unit (column + gutter): 82px
	Interior padding: 6px = colum width 50px
	#content = 7 units
	#sidebar = 5 units
*/
.section { /* Full-width areas */
	min-width: 980px;  /* cut-off background fix */
}
.wrapper {
	clear: both;
	margin-left: 15px;
}
#header {
}

#header .imgheader {
	margin: 0 auto;
}

#navigation {
	}
#navigation a,
#navigation a:visited {
	font-weight: bold;
	text-transform: uppercase;
}
#navigation .secondary a,
#navigation .secondary a:visited,
#navigation li li a,
#navigation li li a:visited {
	font-weight:normal;
	text-transform:none;
}

#sub-header {
	background-color: #e9eaea;
	padding: 9px 0;
}
#sub-header form#cfct-search {
	float:right;
}

#sub-header a:hover{color: #64801c;}

#all-categories {
	padding:2px 0 0;
	width:760px;
}
#all-categories-title {
	float: left;
	font-weight:normal;
	margin-right:12px;
}

#main {
	margin: 24px;
}
#content {
	float: left;
	text-align:justify;
	padding-bottom: 24px;
	width:660px;
}

#pagination {
margin:50px 0 20px;
padding:0 0 10px;
}
#pagination .alignleft a {
background:url("http://demo.baratijasblog.com/css/images/anteriores.png") no-repeat scroll left center transparent;
display:block;
height:23px;
width:197px;
}
#pagination .alignright a {
background:url("http://demo.baratijasblog.com/css/images/recientes.png") no-repeat scroll right center transparent;
display:block;
height:23px;
width:170px;
}

#pagination span { display:none;}

#sidebar {
	float:left;
	margin-left:24px;
	padding:14px;
	width: 350px;
}

.recent-comment li, .aggregrate {
	display: block;
	text-align: justify;
	padding-right: 10px;
}
.recent-comment .avatar-45, .cripimage {
	float: right;
	margin-left: 10px;
}

#sidebar #primary-sidebar,
#sidebar #secondary-sidebar {
	float:left;
	width: 155px;
}
#sidebar #primary-sidebar {
	margin-right:12px;
}
#footer{
	color:#ffffff;
	background-color:#333333;
	padding:10px;
	text-align:center;
}
#footer a:link, #footer a:visited{
	color:#CCCCCC;
}
/* Posts
 =============================== */
.entry-content,
.entry-summary {
	overflow:hidden;
}
.hentry {
	position:relative;
}
.hentry .edit {
	background-color:#99CC00;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	opacity:.60;
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}
.full .full-content {
	clear:both;
	padding-top: 9px;
	width: 650px;
}
.pages-link,
.page-numbers {
	font-weight:bold;
	cursor:text;
	float:right;
	margin:0 0 16px;
	overflow:hidden;
	text-align:right;
}
.pages-link a,
a.page-numbers {
	border:1px solid #cecfd1;
	font-weight:normal;
}
.pages-link a,
.page-numbers{
	padding:2px 6px;
}
.pages-link a:hover {
	border-color:#999;
	text-decoration:none;
}


.archive {
	border-top: 1px dotted #cecfd1;
	list-style: none;
	margin: 1.5em 0 0;
}
.archive li {
	margin-bottom:0;
}
.archive .full {
	margin-top:18px;
}
.excerpt {
	background: url(http://baratijasblog.com/wp-content/themes/baratijas3/img/arrow-bullet.gif) no-repeat 0 12px;
	border-bottom: 1px dotted #cecfd1;
	color: #999;
	padding: 12px 146px 12px 20px;
	position:relative;
}
.excerpt strong.entry-title {
	font-size: 14px;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
	color: #51555c;
}
.excerpt strong.entry-title a:hover {
	color: #a00004;
	text-decoration: none;
}
.excerpt .date {
	margin-top:1.5em;
}
.excerpt p {
	margin:0;
}
.excerpt .date,
.excerpt .comments-link a,
.excerpt .comments-link a:visited,
.excerpt .comments-link span {
	display: block;
	width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
	position:absolute;
	right:0;
	top:14px;
}
.search {
	border-top: 1px dotted #cecfd1;
	padding-top:18px;
}

.metapost { 
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 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;
}

#publicidad {
	z-index: 99;
}

/* Comments and comment form
=================================== */
.commentlist{
	clear:both;
	list-style:none;
	margin:0 0 18px;
}
li.li-comment{
	background:transparent;
	margin:0;
	padding:0;
	position:relative;
}
li.li-comment li.li-comment {
	background:url(http://baratijasblog.com/wp-content/themes/baratijas3/img/comment-thread.gif) no-repeat 0 3px;
	padding-left:24px;
}
.commentlist .comment {
	margin-bottom:8px;
	overflow:hidden;
	padding:0 0 0 60px;
}
.commentlist .comment .photo img{
	margin-left:-60px;
	position:absolute;
}
.comment cite.fn {
	font-size:14px;
	font-weight:bold;
}
.comment .comment-content {
	overflow:hidden;
	margin-bottom:4px;
}
.comment .comment-content p:last-child,
.comment .comment-content p.last-child {
	margin-bottom:0;
}
.comment-meta {
	color:#999;
	font-size: 10.5px;
}
.comment-meta .date {
	float:right;
}
.comment-reply-link,
.comment-reply-link:visited,
.comment-reply-link:hover {
	background:#99CC00;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	color:#fff;
	font-size:9.5px;
	opacity:.7;
	padding:3px 5px 2px;
}
/* author comments */
.commentlist .bypostauthor {
	background-color:#efeff1;
	padding:8px 12px 6px 72px;
}

/* trackbacks and pingbacks */
.ping {
	border-top:1px dotted #cecfd1;
	padding:9px;
}
.ping .entry-summary,
.ping .entry-summary p {
	border:0;
	margin:0;
	padding:0;
}
form.comment-form {
	background-color:#efeff1;
	border:1px solid #e9eaea;
	margin-bottom:8px;
	padding:9px 9px 0;
}
.comment-form label {
	color:#51555c;
	font-weight:bold;
}
.comment-form-user-info input {
	margin-right:9px;
	width:200px;
}
.comment-form em {
	color:#999;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}
.comment-form textarea {
	height:9em;
	width:95%;
}

/* Sidebar and Widgets
============================== */
.widget {
	margin-bottom:18px;
	overflow:hidden;
	width:100%;
        background-color: #e8ebf0;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
}
h2.widget-title,
.widget_search label {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
.widget li {
	margin:0;
}
.widget_search label {
	display:block;
	font-weight:bold;
}
.widget_search input {
	margin-bottom:6px;
}

#buscar h2.widget-title, #subscribe h2.widget-title, #mail h2.widget-title {
	color:#999;
	float:left;
	font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
	margin:7px 0 0;
	text-transform:uppercase;
}
#carrington-about {
	padding-bottom:8px;
}
#carrington-about .about {
background-color:#36393D;
color:white;
overflow:hidden;
padding-top:12px;
padding-right:12px;
padding-left:12px;
padding-bottom:6px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #0c0c0c;
}

#carrington-about p {
text-align:justify;
text-indent:8px;
}
#carrington-about a,
#carrington-about a:visited {
color: white;
}

#carrington-about a:hover {
color: white;
text-decoration:underline;
}

#carrington-about h3,
#carrington-about h2 {
	color: white;
}
#carrington-about .etiquetas {
background-color:#36393D;
color:white;
overflow:hidden;
padding:12px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #0c0c0c;
}
.etiquetas a,
.etiquetas a:visited{
	color: white;
}

.etiquetas a:hover{
	color: white;
	text-decoration: underline;
}

.etiquetas 
/* Misc
=================================== */

#TB_secondLine {
	color:#999;
	font-family: Georgia, Palatino, "Palatino Linotype", Baskerville, serif;
	font-style:italic;
}
#TB_title{
	background-color: #51555c;
	color:#fff;
	font-size:11.5px;
	line-height:18px;
}
#TB_title a,
#TB_title a:visited {
	color:#fff;
}
a#TB_prev:hover,
a#TB_next:hover {
	height:100%;
}
a#TB_prev:hover {
	background-image:url(http://baratijasblog.com/wp-content/themes/baratijas3/img/lightbox/prevlabel.gif) no-repeat left center;
}
a#TB_next:hover {
	background-image:url(http://baratijasblog.com/wp-content/themes/baratijas3/img/lightbox/nextlabel.gif) no-repeat right center;
}

.related-posts {
	margin: auto;
}
.related-posts-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.related-posts-img {
	border: 2px solid #cfcfcf;
}
.related_posts-caption {
	margin-left: 0;
}
