/*

// Este es el archivo CSS principal del theme Previosly.

*/

/* Clases compartidas
================================================================= */

.clear {
	clear: both;
}
.hidden {
	display: none;
}
.spoiler {
	background: #FFCCCC url('../img/denied_32x32.png') no-repeat 30px center;
	border: 1px solid #FF9999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0;
	padding: 16px 16px 14px 90px;
}
/* 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;
	margin-top: 14px;
	margin-bottom: 24px;
}
.wp-caption {
	border: 1px #DDD solid;
	text-align: center;
	background-color: #FFF;
	padding: 20px;
	margin: 0 0 0 0;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption img {
	background-color: #EEE;
	margin: 0;
	padding: 0;
	border: 0 none;
	text-align: center;
}
.wp-caption p.wp-caption-text {
	background-color: #DDD;
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: left;
	padding: 10px 0 10px 30px;
}
.video {
	margin: 25px 0;
}
/* Estructura
================================================================= 
	Total width: 940
	Columns: 12
*/

.section { /* Full-width areas */
	min-width: 980px; /* cut-off background fix */
}
.wrapper {
	clear: both;
	margin: 0 auto;
	width: 940px;
}
.pagination {
	margin: 20px 0 0 0;
}
#header {
}
#navigation {
	height: 55px;
	background: transparent url('../img/navigation_bg.png') top center repeat-x;
}
#search-login {
	float: right;
	margin: 12px 0 0 0;
}
#search-login #search {
	height: 29px;
	width: 303px;
}
#search-login #login {
	clear: left;
	background-color: #6C6;
	margin: 11px 0 0 2px;
}
#search-login #search-input {
	width: 178px;
	background: transparent url('../img/input-search.png') top left no-repeat;
	border: none;
	margin: 0;
	padding: 8px 16px;
	float: left;
}
#search-login #button {
	margin: 0 0 0 12px;
	padding: 0;
	width: 81px;
	height: 29px;
	background: transparent url('../img/button-search.png') top left no-repeat;
	border: none;
	cursor: pointer;
	float: left;
}
#logo {
	margin: 17px 0 0 0;
	display: block;
}
#logo #blog-description {
	font-size: 15px;
	color: #cccaca;
	line-height: 15px;
	margin: -15px 0 0 100px;
	letter-spacing: 0.5px;
}
#all-categories {
	margin: 30px 0;
	height: 43px;
	background: transparent url('../img/all-categories.png') top center no-repeat;
}
#content {
	float: left;
	width: 620px;
}
.container {
	border: 1px #eee solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 25px 20px 25px;
	margin: 0 0 15px 0;
}
#sidebar {
	float: left;
	margin-left: 10px;
	width: 300px;
}
#footer {
	margin: 20px 0;
	height: 43px;
	clear: both;
	color: #FFF;
	background: transparent url('../img/all-categories.png') top center no-repeat;
}
#footer p {
	padding: 12px 0 0 20px;
}
/* Posts
 =============================== */
 

.published {
	position: relative;
	display: block;
	text-align: center;
	border: none;
	background: transparent url('../img/clip-bottom.png') right bottom no-repeat;
	width: 70px;
	height: 74px;
	color: #EEE;
	margin: 0 auto;
}
.pub-month {
	display:block;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-top: 22px;
	background: transparent url('../img/clip-top.png') center top repeat-x;
}
.pub-date {
	display: block;
	font-size: 22px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.pub-year {
	display: block;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #999;
	text-align:center;
	line-height: 18px;
}
.home-excerpt {
	padding: 20px;
	background-color: #f3f4f4;
	border: 1px solid #e5e4e4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 16px;
}
.cat-excerpt {
	padding: 16px 30px 12px 30px;
	background-color: #f3f4f4;
	border: 1px solid #e5e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 16px;
}

.archive-excerpt {
	padding: 12px 10px 8px;
	
}
.archive-excerpt h1 {
	height: 50px;
	text-align: center;
	overflow: hidden;
	line-height: 22px;
	margin: auto 0;
}
#thumb-tags {
	width: 202px;
	float: left;
}
.thumb {
	border: 1px solid #cecfd1;
	width: 200px;
	height: 160px;
}
.entry-content .thumb {
	float: left;
	padding: 15px;
	margin: 3px 25px 10px 0;
	background-color: #EEE;
	border: none;
}

.entry-content .thumb img {
	padding: 0;
	border: none;
}
.entry-content img {
	border: 1px solid #ddd;
	padding: 5px;
}

.entry-content img.alignleft {
	border: none;
	padding: none;
}
.cat-excerpt .thumb {
	float: left;
	width: 100px;
	height: 80px;
}

.entry-content .thumbpost {
	padding: 10px;
	margin-top: 15px;
	background-color: #EEE;
	border: none;
}
#entry {
	margin: 0 10px 0 222px;
}
#cat-entry {
	margin: 0 20px 0 122px;
}
#meta {
	margin: 15px 0 0 0;
	padding: 12px 0 0 0;
	background: transparent url('../img/line.png') top left repeat-x;
}
#meta #tags, #meta #cat {
	float: right;
}
#meta #tags img {
	margin-right: 6px;
}
.archive {
	list-style: none;
	margin: 0 0 0 -15px;
}
.archive li {
	background-color: #f4f3f3;
	width: 300px;
	height: 170px;
	color: #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 12px;
	float: left;
	margin-left: 15px;
}
.default-title {
	background-color: #e6f7fe;
	border: 1px solid #a8f6f6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 16px 0;
	padding: 16px 0 14px 22px;
}
.hentry .default-title {
	margin: 0 0 12px 0;
	padding: 12px 0 10px 22px;
}
h2.default-title {
	background: #e6f7fe url('../img/comment_stroke_24x21.png') no-repeat 30px center;
	-webkit-border-radius: 0px;
  -moz-border-radius: 0px;
	border-radius: 0px;
	padding: 16px 0 14px 70px;
}
h3.default-title {
	background: #e6f7fe url('../img/loop_24x24.png') no-repeat 30px center;
	-webkit-border-radius: 0px;
  -moz-border-radius: 0px;
	border-radius: 0px;
	padding: 16px 0 14px 70px;
}
.orange-title {
	background-color: #fff4d7;
	border: 1px solid #fcd681;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 22px;
}
/* Author
=================================== */
div#author-info {
	background: #eaeaec;
	padding: 20px;
	margin: 0 0 25px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: auto;
	background: transparent url('../img/author-bg.jpg') bottom left repeat-x;
	border: 1px solid #e5e4e4;
}
div#author-info div#author-image {
	float: left;
	margin: 0 20px 0 0;
	border: 5px solid #DCDCE1;
}
div#author-info div#author-bio {
	margin-left: 100px;
}
div#author-info div#author-bio h4 {
	font-size: 18px;
	margin-bottom: 4px;
	color: #333;
	line-height: 24px;
}
/* Comments and comment form
=================================== */
.commentlist {
	clear: both;
	list-style: none;
	margin: 0 0 25px;
}
li.li-comment{
	background: transparent;
	margin: 0;
	padding: 0;
	position:relative;
	list-style: none;
}
.commentlist .comment {
	margin-bottom: 12px;
	overflow: hidden;
	padding: 5px 22px 0 90px;
}
.commentlist .comment .photo img {
	margin-left: -70px;
	position: absolute;
}
.comment cite.fn, .ping .comment cite.fn  {
	color: #67b5d5;
}
.comment cite.fn a,
.comment cite.fn a:visited,
.ping cite.fn a,
.ping cite.fn a:visited {
	color: #f09c16;
}
.comment cite.fn a:hover, .ping cite.fn a:hover {
	color: #666;
}
.comment .says {
	font-size: 14px;
	color: #999;
}
.comment .comment-content {
	overflow: hidden;
	margin: 3px 0 20px;
}
.comment .comment-content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 10px 10px 0;
}

.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-meta .comment-reply-link {
	background: transparent url('../img/loop_12x12.png') center left no-repeat;
	padding: 2px 0 0 18px;
}

.logged-in a,
.logged-in a:visited {
	color: #67b5d5;
}
/* author comments */
.commentlist li.li-comment .bypostauthor {
	background-color:#e6f7fe;
	padding: 16px 22px 16px 92px;
}

/* alt comments */
.commentlist li.li-comment .alt {
	background-color:#efeff1;
	padding: 16px 22px 16px 92px;
}
.commentlist li.li-comment .bypostauthor.alt {
	background-color:#e6f7fe;
	padding: 16px 22px 16px 92px;
}

/* depth comments */
.commentlist li.li-comment .depth-2,
.commentlist li.li-comment .alt.depth-2 {
	margin: 0 0 5px 85px;
	padding: 12px 18px 12px 88px;
}
.commentlist li:last-child.li-comment .depth-2,
.commentlist li:last-child.li-comment .alt.depth-2 {
	margin-bottom: 10px;
}


/* trackbacks and pingbacks */
.ping {
	padding: 0 20px 0;
}
.ping .entry-summary,
.ping .entry-summary p {
	border: 0;
	margin: 0;
	padding: 0;
}
.ping .entry-summary {
}
.ping .entry-summary p {
	font-size: 13px;
	margin-bottom: 6px;
	margin-right: 20px;
}

.ping .linked-to-this-post, .ping .date {
	color: #AAA;
}
.commentlist li.li-ping {
}
.commentlist li.li-ping .alt {
	background-color: #f3f4f4;
	padding: 20px 30px;
	margin: 20px 0;
}
form.comment-form {
	border: 1px #eee solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 8px;
	padding: 20px 9px 0 25px;
	background-color: #f3f4f4;
}
.comment-form label {
	color: #51555c;
	font-weight: normal;
	font-size: 14px;
}
.comment-form-user-info input {
	margin-right: 16px;
	width: 300px;
	border: 1px solid #dedede;
	padding: 9px 0 8px 10px;
	font-size: 12px;
}
.comment-form em {
	color: #999;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.comment-form .comment-form-trackback {
	display: none;
}
.comment-form textarea {
	border: 1px solid #dedede;
	height: 9em;
	width: 90%;
	padding: 10px;
}
.comment-form label.h3  {
	font-weight: bold;
	margin-bottom: 14px;
}


/* Sidebar and Widgets
============================== */
#sidebar #carrington-about {
	margin: 0 0 16px 0;
}
#sidebar #carrington-about p {
	font-size: 13px;
	line-height: 20px;
	color: #646464;
}
#sidebar .open-widget {
	background: transparent url('../img/top-sidebar.png') top left no-repeat;
	padding: 27px 0 0 0;
}
#sidebar .close-widget {
	background: transparent url('../img/bottom-sidebar.png') bottom left no-repeat;
	padding: 0 35px 20px 30px;
}
#sidebar #carrington-about #about-btn {
	text-align: right;
}
#sidebar #primary-sidebar {
	background: transparent url('../img/top-sidebar.png') top left no-repeat;
	padding: 35px 0 0 60px;
}
#sidebar #secondary-sidebar {
	background: transparent url('../img/bottom-sidebar.png') bottom left no-repeat;
	padding: 0 0 5px 60px;
	margin-bottom: 16px;
}
#sidebar h2 {
	background: transparent url('../img/logo-icon.png') center left no-repeat;
	padding: 0 0 0 35px;
	margin: 0 0 9px 0;
}
.widget {
	margin: 0 30px 30px 0;
}
.widget li {
	list-style: none;
	margin: 0 0 2px 45px;
}
.widget li.linkcat {	/* revisar*/
	margin: 0 0 30px 0;
}


/* Editar
============================== */
.hentry {
	position:relative;
}
.edit {
	background-color: #6ec2e5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 11.5px;
	opacity: .60;
	padding: 2px 5px;
	left: -32697px;
	position: absolute;
	top: 0;
}
.hentry:hover .edit {
	top: 10px;
	left: auto;
	right: 10px;
}
.post:hover .edit-post {
	top: 15px;
	left: auto;
	right: 10px;
}
.comment.hentry:hover .edit-comment {
	left: auto;
	right: 10px;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 12px;
	right: 12px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color: #FFF;
}
.fbLikeContainer {
	margin-top: 16px;
}

.fan_box .full_widget {
	background: none; border: 1px solid #e5e4e4;
}


.fan_box .full_widget .connect_top {
	background-color: #f3f4f4;	
}
.fan_box .connections {
	border-top: 1px solid #e5e4e4;
}

