/*
Theme Name: dfBlog
Theme URI: http://www.danielfajardo.com/dfblog/
Description: Clean and clear, fixed width, two columns, right sidebar, standards compliant. Compatible with WordPress 2.7. Valid CSS & HTML. IE6 optimized whit support for PNG images with transparency. Style combinations available with six different colors, configurable from the Theme Options Admin Page. Supported languages: English, Spanish, Italian, Czech, Dutch, German, Norwegian, Russian & French. Please contact us, if you like to contribute your own language. Designed by danielfajardo web. See http://www.danielfajardo.com/dfblog/ for more info.
Version: 1.1.4
Author: danielfajardo web
Author URI: http://www.danielfajardo.com/
Tags: fixed-width, two-columns, right-sidebar, theme-options, threaded-comments, custom-colors, light, white, red, blue, pink, silver

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Reset Browser Default */ 
/*\*/@import url(css/reset.css); /**/

/* Typography */
/*\*/@import url(css/typography.css); /**/

/* Template */
/*\*/@import url(css/template.css); /**/


/* Header -> Head & Main Menu
***************************************************************************** */

#head .logotext {
	font-size: 2.2em;
	font-weight: bold;
	padding: 32px 30px 0 50px; /* padin top para varial alto de texto logo*/
	letter-spacing: -.05em;
}

#head .slogan {
	font-size: 1.4em;
	padding: 5px 30px 0 30px;
}

#head .logoimg {
	padding: 19px 0 0 20px;
}

#mainmenu {
	letter-spacing: .1em;
	font-variant: small-caps;
	font-weight: lighter;
}

#mainmenu ul, #mainmenu ul li, #mainmenu ul li a {
	padding-top: 19px; /* letras de menu principal blog*/
	padding-bottom: 24px;
}

#mainmenu ul {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.2em;
	list-style: none;
	}
	#mainmenu ul li {
		display: inline;
		margin-left: -7px;
		}
		#mainmenu ul li a {
			height: 60px;
			padding-left: 2em;
			padding-right: 2em;
			font-weight:normal;
		}
	

/* Wrap -> Contaniner
***************************************************************************** */

.content-header {
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
	overflow: hidden;
	clear: both;
	}
	

.post, .separador {

	clear: both;
	padding: 0 0 30px 0px;
	background: url(images/separador.png) repeat-x;
	
		border: 
	}
.separador{
	padding-top: 30px;
}
.postsolo {
	overflow: visible;
	clear: both;
	padding: 20px 0 40px 0px;
	color:#000;
	}
	.entry hr {
		display: block;
		margin: 10px 0px;
		
	}
	
.post h2{
padding-top: 15px;

}
.fechax{
background-image: url(images/general/fechapost.png);
width:104px;
height: 22px;
text-align: center;
line-height: 22px;
float: right;
margin-right: 10px;
}
.ncomment{
background-image: url(images/coment.png);
float:right;
width: 33px;
height: 32px;
font-size: 14px;
font-weight: bold;
margin-right: 42px;
text-align: center;
line-height: 28px;

	
}
a.more-link{
color: #fff;
}
p.more-link{
color: #fff;
float: right;
margin-right:14px;
}

.datospost{
	font-size: 10px;
	line-height:0px;
	color: #888;
	margin:  0 0 0 0px;
	padding: 0 0 0 10px;
}

.postmetadata {
	clear: both;
	margin: 0;
	font-size:9px;
	line-height:10px;
	color: #888;

	}
	.postmetadata .date, .postmetadata .author, .postmetadata .comment, .postmetadata .category, .postmetadata .tag, .postmetadata .edit {
		margin:  0 0 0 0px;
		padding: 0 0 0 10px;
	}
	.datospost.date, .datospost.author, .datospost .comment, .datospost .category, .datospost .tag, .datospost .edit {
		margin:  0 0 0 0px;
		padding: 0 0 0 10px;
	}
	

#pagenavigator {
	background-image: url(images/general/bgboton.png);
	clear: both;
	margin: 0 0 20px 80px;
	width: 400px;
	height: 22px;
	font-size: 1.0em;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	}
	#pagenavigator a,
	#pagenavigator span.current { margin: 0 .75em 0 0; padding: 3px .25em; }
	#pagenavigator a.page       {}
	#pagenavigator span.current { color: #767676; font-weight: bold; }
	#pagenavigator a.first      {}
	#pagenavigator a.last       {}
	#pagenavigator span.extend  {}
	#pagenavigator span.pages   {}

.entry {
	margin: 0;
	clear: both;
	}
	
	
	.entry blockquote {
		font-size: .9em;
	}
	.entry blockquote blockquote {
		font-size: .9em;
	}
	.entry fieldset {
		padding: 1em 1em 1em 2em;
		margin-bottom: 1em;
		border: 1px dashed #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.entry fieldset legend {
		font-weight: bold;
		text-transform: uppercase;
		margin: -.25em 0 -.25em -3em;
		padding: .25em 1em .25em 1em;
		background-color: white;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.entry table {
		border-width: 0 0px 0px 0;
		border-style: solid;
		border-color: #ccc;
			
	}
	.entry table tr td {
		padding: 5px 10px;
		border-width: 0px 0 0 0px;
		border-style: solid;
		border-color: #ccc;
		
	
	}

	.entry table tr th {
		border-width: 0px 0 0 0px;
		border-style: solid;
		border-color: #ccc;
		padding: 5px 10px;
		background: #f4f4f4;
		color: #666;
		font-weight: bold;
		text-align: center;
	}
	.entry ol { list-style-type: decimal; }
	.entry ol ol {	list-style-type: lower-alpha; }
	.entry ol ol ol {	list-style-type: lower-roman; }

	.entry ul.links {
		list-style: none;
		margin-left: 0;
		}
		.entry ul.links li {
			padding: 0 0 1em;
		}

.notice {
		font-size: 1.4em;
		line-height: 1.4em;
		padding: 2em 1em 1em 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	
		margin-top: 20px;
	}
	.notice div#icon {
		float: left;
		margin-left: 20px;
		width: 48px;
		height: 48px;
		background: url(images/icons/notice.png) 0 0 no-repeat;
	}
	.notice div#box {
		float: right;
		width: 500px;
		}
		.notice div#box form {
			margin-bottom: 1em;
		}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.size-full, img.wp-post-image{
	margin: 20px 0;
	border: 10px solid #f6f6f6;
}

/* cuadros de bajo del post*/
.debajopost{
	width: 569px;
	min-height: 80px;
	background-color: #d7d7d7;
	border: 1px solid #fff;

	-moz-box-shadow: 0 1px 5px #555;/* Sombra negra en 25% para Firefox*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	margin-bottom: 30px;
	
	
}


/* autor del post*/
#autor img.avatar {
padding: 5px;
border: 1px solid #cecece;
background-color: #fff;
margin-right: 25px;	
}
.boton{
	float: right;
	text-align: right;
	margin:0px 25px 0 0;
	
}
/* sociable
************************************* */
.sociable{
margin: 20px 0 0 0;

}
.sociable ul {

}
.sociable ul li {

display:inline;
list-style-type:none;
margin:0;
padding:1px;
}



/* social bar
************************************* */
.socialbar{
	background-image: url(images/barrafinpost.png);
	width: 632px;
	height: 107px;
	margin-left: 0px;
}
.titulosocial{
	padding:5px 0 0 0px;
}
.socialbartex{
	margin:0 0 0 0px;
}
.socialrssb{
	color: #f07e1e;
}
.socialtwitterb{
	color: #228dce;
}
.twitterb{
	background-image: url(images/twitter02.png);
	float: left;
}
.rssb{
	background-image: url(images/rss02.png);
	float: right;
}
.twitterb, .rssb{
	width: 64px;
	height: 64px;
	margin-left: 40px;
}
.iconsocial{
	margin:10px 20px 0 20px;
	float: right;
	
	}
.textosocial{
	margin:0 0px 25px 0px;
	float: left;
	
	}

/*botones*/

.button {
background:#222 url(images/overlay-button.png) repeat-x 0 0;
border-bottom: 1px solid rgba(0,0,0,0.25);/* Borde negro con transparencia en 25%*/
color: #fff !important;
cursor: pointer;
display: inline-block;/* Alinear corectamente el boton*/
font-size: 13px;
font-weight: bold;
line-height: 1;
-moz-border-radius: 5px;/* Borde para Firefox */
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);/* Sombra negra en 25% para Firefox*/
overflow: visible;/* contedido sobrante visible*/
padding: 5px 15px 6px;
position: relative;
text-decoration: none;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);/* Sombra negra en 25% para el texto */
-webkit-border-radius: 5px;/* Borde para Webkit*/

-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);/* Sombra negra en 25% para Webkit*/
width: auto;/* Importante para que el boton se ajuste a nuestro texto */
}
 
.button:hover {
background-color:#111;
color:#fff;
}
 
.button:active {
top:1px;
}
 
.small.button {
font-size:11px;
}
 
.large.button {
font-size:14px;
padding:8px 19px 9px;
}
 
.naranja.button {
background-color:#f07e1e;
}
 
.naranja.button:hover {
background-color:#d45500;
}
 
.azul.button {
background-color:#2daebf;
}
 
.azul.button:hover {
background-color:#007d9a;
}
 
.rojo.button {
background-color:#e33100;
}
 
.rojo.button:hover {
background-color:#872300;
}
 
.verde.button {
background-color:#91bd09;
}
 
.verde.button:hover {
background-color:#749a02;
display: block;

}
/* Comments
************************************* */

h3.comentarios{
	font-size: 22px;
	color:#f07e1e;
	font-weight: bold;
	padding: 0px 0  30px; 0;
	line-height: 30px;
}
#comments {
	padding:0;
	width: 600px;

	}
	#comments .browse {
		clear: both;
		margin: 0;
		padding-bottom: 9px;
	}

.commentlist {
	margin-top: 0px;

	}
	.commentlist li {
		list-style: none;
		
	}
	
.avatarcoment{
	float: left;
	
}
.coment1{
	float: right;
	width: 511px;
	min-height: 63px;
	background: url(images/cometarios_01.jpg) no-repeat;
	margin-bottom: 20px;
	}

.coment2{
	float: right;
	width: 511px;
	background: url(images/cometarios_02.jpg) repeat-y right;
	padding: 0px 0;
	margin-top:5px;
}
.coment3{
	float: right;
	width: 511px;
	background: url(images/cometarios_03.jpg) no-repeat bottom right;
	padding-bottom: 11px;

}

.bypostauthor cite.fn{
	color:#f07e1e;
}

.contenidocoment{
	padding:0 20px 0 45px;
	line-height: 22px;
}
.contenidocoment p{
	padding:5px 0;
	}
.contenidocoment em{
	padding:5px 0;
	background-color: #91bd09;
	color: white;
	font-style: normal;
	padding: 10px 10px;
	
	}	
.contencomentarios{
clear: both;
	
}
li.comment {

	}
	li.comment-author-admin{
		background-color: white;
	}
	
	li.comment div, li.pingback div {
	}
	img.avatar {
		float: left;
		border: 1px solid #eee;
		padding: 5px;
		margin: 0 12px 1em 0;
		background: #fff;
	}
	.vcard{
		padding:15px 0 0 35px;
	}
	.vcard cite {
		font-weight: bold;
		font-size: 15px;
		font-style: normal;
		font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	}
	.vcard span {
		font-size: 10px;
	}
	.commentmetadata {
		font-size: 10px;
	}
	
	li.comment p {
		clear: both;
	}
	
	li.comment blockquote {
		clear: both;
		font-size: 12px;
		min-height: 2em;
	}
	.reply {
		font-size: 10px;
	}

.commentlist li.even {
	
}

.commentlist li.odd {
	
}

ul.children {
	margin: 1em 0 0;
}

ul.children li {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 1em;
}

#respond {
	font-size: 12px;
	margin: 10px 0;
		}
	#respond p.small {
		font-size: 10px;
	}
	#respond textarea {
		width: 96%;
	}
	#respond div.cancel-comment-reply {
		padding: 10px 0 0;
	}

#commentform {
	padding-bottom: 30px;
}
/* Search
************************************* */

#search-box {
	width: 190px;
	height: 23px;
	background: url(images/box-search.png) left top no-repeat;
}

#search-text {
	background: transparent none no-repeat 0 0;
	border: none;
	margin: 0 32px 4px 15px;
	color: #666666;
	width: 122px;
}


/* Breadcrumb NavXT plugin
************************************* */

#breadcrumb {
	
}


/* Sidebar
************************************* */
#suscribe{
	background-image:  url(images/socialbar.png);
	width: 192px;
	height: 46px;
	margin: 0 auto;

	}
.12{
	font-size: 12px;
}
.deep{
color: #767676;
text-shadow:0 2px 0 #E5E5EE;

}
.bold {
	font-weight: bold;
	}
#suscribetex{
padding: 6px 0 0 20px;
}


#sidebar h2 {
	margin-bottom: .5em;
	font-size: 13px;
	color: #767676;
	background: url(images/titulos.png) center no-repeat;
	height: 72px;
	width: 280px;
	text-align: center;
	line-height: 36px;
	font-weight: bold;

}
#sidebar{
	font-weight: bold;
}

#sidebar a {
	background: none;
	font-weight: normal;
	
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 50px;
}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: -20px 0 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: .5em 0 .5em 1em;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {

	margin: .5em 2em .5em 3em;
}
ul ul li.recentcomments {
	text-indent:20px;
	background: url(images/general/special-13.png) no-repeat;
	line-height: 18px;
	
}
.recentcomments  a {
}
	
/* Calendar
************************************* */

#wp-calendar {
 	font-size: 1.2em;
	empty-cells: show;
	}

#wp-calendar a {
 	font-size: 1.0em;
	display: block;
	font-weight: bold;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	margin: 8px 0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-weight: lighter;
 	font-size: .8em;
 	color: #444;
	text-align: right;
	}

#wp-calendar th {
	padding: 4px 5px 4px 6px;
	font-weight: lighter;
 	font-size: .8em;
 	color: #666;
	text-align: right;
	background: #f4f4f4;
}

#wp-calendar td {
	padding: 4px 5px 4px 6px;
	text-align: right;
	}
	#wp-calendar td#today {
		background: #e0e0e0;
	}
	#wp-calendar td#prev a {
		padding: 0;
		text-align: left;
		font-weight: normal;
	}
	#wp-calendar td#next a {
		padding: 0;
		text-align: right;
		font-weight: normal;
}


/* Template. Auxiliary
***************************************************************************** */

.clear {
	clear: both;
	height: 0;
}

.alignright, .alignleft {
	padding: 0;
	margin: 6px 20px 10px 0px;
	display: inline;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Bottom -> Footer
***************************************************************************** */

#footer {
	text-align: left;
	font-size: .9em;
	line-height: 1.0em;
	color: #888;
}


