/* 
Theme Name: TorresBurriel 2010
Theme URL: http://www.torresburriel.com
Description: A WordPress theme developed for TorresBurriel.com.
Author: Idibay Consulting
Author URI: http://www.idibayconsulting.com
Version: 1.0
*/

/***** RESET CSS STYLES *****/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, dfn, em, font, img, ins, kbd, q, s, samp, small, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	}
strong,b{
	font-weight: bold;
}
em,i{
	font-style: italic;
}
u{
	text-decoration: underline;
}
/**** DEFAULT LINKS ****/
a, a:link, a:visited, a:active {
	color: #00b9ee;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/**** DEFAULT IMAGES AS LINKS ****/
a img, a:link img, a:visited img, a:link:active img, a:visited:active img, a:hover img{
	text-decoration: none;
	border: 0;
}

/**** BODY ****/
body{
	text-align:center; /*Hack for centering #container in IE6 */
	background: #a7c7d2 url(images/bg_body.png) top repeat-x; 
	font-family: Arial;
	font-size: 10pt;
}
/**** CONTAINER ****/
#container{
	width:930px;
	margin: 0 auto;
	text-align: left;
}

/**** HEADER ****/
#header{
	height: 405px;
	color: #fff;
	background: url(images/bg_header.jpg) center top no-repeat;
	padding-top: 20px;
}
#header h1{
	margin: 0px;
	padding: 0px;
}
#header .usability{
	margin: 0px 0px 0px 0px;
}
#header a.logo{
	display: block;
	width: 528px;
	height: 77px;
	background: url(images/logo.jpg) scroll 0% 0% no-repeat;
	margin-top: 60px;
}
#header a.logo:hover{
	background: url(images/logo.jpg) scroll 0% 100% no-repeat;
}
#header .contact{
	color: #00b9ee;
	font-family: Arial;
	margin: 25px 0px 40px 21px;
	/**margin-top: 21px;*/
	font-size: 1.2em;
	font-weight: bold;
}
* html #header .contact{
    margin-top: 21px;
}
#header .contact .double_space{
	padding-right: 7px;
	padding-left: 7px;
}
#header .contact a{
	color: #00b9ee;
	text-decoration: none;
}
#header .contact a:hover{
	text-decoration: underline;
}

/**** UX LEARN ****/
#header .uxlearn{
	height: 100px;
	color: #fff;
	padding-left: 18px;
	font-size: 9.5pt;
	line-height: 18px;
}
#header .uxlearn .first{
	width: 210px;
	float: left;
	margin-top: -7px;
	margin-left: 4px;
	line-height: 18px;
}
#header .uxlearn .first a{
	font-weight: bold;
}
#header .uxlearn .first a.uxlearn_link{
    display: block;
    width: 94px;
    height: 46px;
    background: url(images/uxlearn_link.jpg) scroll 0% 0% no-repeat;
}
#header .uxlearn .first a.uxlearn_link:hover{
    background: url(images/uxlearn_link.jpg) scroll 0% 100% no-repeat;

}
#header .uxlearn .second, #header .uxlearn .third, #header .uxlearn .fourth{
	float: left;
	margin: 18px 0px 0px 15px;
	line-height: 19px;
}
#header .uxlearn .second{
	width: 210px;
	margin-left: 22px;
}
#header .uxlearn .third{
	width: 190px;
}
#header .uxlearn .fourth{
	width: 220px;
}

/***** CONTENT ******/
#content{
	background: url(images/bg_content.jpg) repeat-y;
	margin-top: 7px;
}
/**** CONTENT -> ENTRY ****/

#content .entry, #content .entry_first{
	padding: 40px 50px 0px 50px;
	
}
#content .entry{
	background: url(images/bg_entry.jpg) no-repeat;
	padding-top: 60px;
}
#content .entry_first{
	background: url(images/bg_entry_first.jpg) no-repeat;
	min-height: 440px;
	/**margin-top: -12px;*/
}
* html #content .entry_first{
    margin-top: -12px;
}
#content h2, #content h2{
	color: #12253e;
	font-size: 19pt;
	font-weight: bold;
	margin-bottom: 7px;
	font-family: Helvetica, Arial;
}
#content h2 a, #content h2 a{
	color: #1a2441;
	text-decoration: none;
}
#content h2 a:hover, #content h2 a:hover{
	color: #0099dd;
	text-decoration: underline;
}
#content h3{
	color: #0099dd;
	font-size: 14pt;
	font-weight: bold;
}
#content h3.search{
	background: url(images/bg_h3_search.gif) repeat-x;
	height: 26px;
	margin-bottom: 20px;
	padding-top: 6px;
}

#content .post_date{
	font-size: 9pt;
	color: #9a9a9a;
	margin-bottom: 10px;
	font-family: Helvetica, Arial;
	line-height: 20px;
}
	#content .post_date a{
		text-decoration: none;
		color: #0099dd;
	}
	#content .post_date a:hover{
		text-decoration: underline;
	}

#content .post_content{
	color: #212121;
	font-family: Georgia;
	font-size: 13pt;
	line-height: 22px;
}
#content .post_content h4{
    font-size: 16pt;
    margin: 15px 0px;
}
#content .post_content p{
	margin: 15px 0px;
}
#content .post_content blockquote{
	font-style: italic;
	color: #666;
	margin-left: 50px;
}
#content .post_content ul, #content .post_content ol{
	margin-left: 50px;
}
#content .post_content ul li, #content .post_content ol li{
	margin: 5px 0px;
}
#content .post_content p.imgs{
	color: #777;
	font-size: 9.5pt;
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 40px;
}
#content .post_content a{
	color: #419cdd;
	text-decoration: none;
}
#content .post_content a:hover{
	text-decoration: underline;
}
#content .post_content object, #content .post_content embed, #content .post_content img.imgs{
	background: url(images/bg_embed.jpg) bottom right no-repeat;
	padding: 5px 6px 6px 5px;
	background-color: #fff;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
#content .post_content object.video{
	background-image: none;
	background-color: transparent;
	border: none;
}
#content .end_entry{
	clear: both;
	background: url(images/bg_end_entry.jpg) bottom no-repeat;
	height: 25px;

}
#content .postmetadata p.compartir{
	height: 55px;
	padding-top: 15px;
	background: url(images/bg_compartir.png) repeat-x;
	margin: 20px 0px 10px 0px;
	font-size: 10pt;
}
#content .postmetadata p.compartir a.facebook{
	display: block;
	width: 204px;
	height: 27px;
	float: left;
	background: url(images/bg_facebook.jpg) scroll 0% 100% no-repeat;
	color: #8e8e8e;
	padding: 11px 0px 0px 49px;
}
#content .postmetadata p.compartir a.facebook:hover{
	background: url(images/bg_facebook.jpg) scroll 0% 0% no-repeat;
	color: #fff;
	text-decoration: underline;
}
#content .postmetadata p.compartir a.twitter{
	display: block;
	width: 122px;
	height: 26px;
	float: left;
	background: url(images/bg_twitter.jpg) scroll 0% 100% no-repeat;
	color: #8e8e8e;
	padding: 11px 0px 0px 46px;
	margin-right: 35px;
}
#content .postmetadata p.compartir a.twitter:hover{
	background: url(images/bg_twitter.jpg) scroll 0% 0% no-repeat;
	color: #fff;
	text-decoration: underline;
}
#content .relacionados{
	color: #929292;
	font-weight: bold;
	margin-top: 18px;
}
#content .relacionados ul{
	margin: 8px 0px 0px 15px;
	padding-bottom: 20px;
}
#content .relacionados ul li{
	list-style-image: url(images/relacionados_ul.png);
	margin-bottom: 4px;
	font-weight: normal;
	color: #0099dd;
}
#content .relacionados ul li a{
	text-decoration: none;
	color: #0099dd;
	font-weight: normal;
}
#content .relacionados ul li a:hover{
	text-decoration: underline;
}

#content .publicado_en{
	background: url(images/bg_publicado_en.png) bottom repeat-x;
	padding-bottom: 8px;
}
#content .publicado_en span.azul{
	color: #0091d2;
}
#content .publicado_en{
	color: #8e8e8e;
	font-size: 10pt;
}
#content .publicado_en a{
	color: #0091d2;
}
#content .publicado_en a:hover{
	text-decoration: underline;
}
#content .publicado_en span.comments{
	background: url(images/bg_comments.png) left center no-repeat;
	padding-left: 22px;
}
#content .publicado_en span.comments a{
	background: url(images/bg_comments_link.png) right center no-repeat;
	padding-right: 12px;
}

/**** SEARCH FORM ****/

#searchform{
	margin-top: 22px;
	padding-left: 20px;
}

#searchform label{
	font-size: 15pt;
	float: left;
	margin-top: 6px;
}
#searchform input.searchbox{
	width: 487px;
	height: 30px;
	background: url(images/searchbox.jpg) no-repeat;
	border: none;
	margin: 1px 0px 0px 15px;
	float: left;
	color: #858585;
	font-size: 13pt;
	padding: 3px 13px 0px 13px;
}
#searchform input.searchbutton{
	width: 130px;
	height: 35px;
	padding-top: 8px;
	background: url(images/searchbutton.jpg) scroll 0% 0% no-repeat;
	text-align: center;
	font-size: 15pt;
	border: none;
	color: #fff;
	font-weight: bold;
	margin: 0px 0px 0px 15px;
	float: left;
	font-family: Helvetica, Arial;
}
#searchform input.searchbutton:hover{
	text-decoration: underline;
	background: url(images/searchbutton.jpg) scroll 0% 100% no-repeat;
	cursor: pointer;
}

/***** NAVIGATION BUTTONS ****/
.navigation{
	clear: both;
	margin-top: 10px;
}

.navigation .navigateleft a, .navigation .navigateright a{
	display: block;
	width: 176px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	background: url(images/bg_navigation.jpg) scroll 0% 0% no-repeat;
	color: #fff;
	padding-top: 11px;
}
.navigation .navigateleft a{
	float: left;
}
.navigation .navigateright a{
	float: right;
}
.navigation .navigateleft a:hover, .navigation .navigateright a:hover{
	background: url(images/bg_navigation.jpg) scroll 0% 100% no-repeat;
	text-decoration: underline;
}

/**** ARCHIVE ****/
#content ul.archive_list{
	list-style: none;
}
#content ul.archive_list li{
	margin-bottom: 15px;
}
#content ul.archive_list li h2{
	font-size: 14pt;
}
#content ul.archive_list li .more{
	margin-top: 10px;
}
#content ul.archive_list li a.more{
	background: url(images/bg_comments_link.png) right center no-repeat;
	padding-right: 12px;
	color: #0099dd;
	font-size: 10pt;
	text-transform: uppercase;
	font-family: Verdana;
}
/**** COMMENTS ****/
#comments{
	background: url(images/bg_publicado_en.png) top repeat-x;
	padding-top: 15px;
}
#comments h3{
	color: #7C7C7C;
	margin-bottom: 30px;
	font-size: 19pt;
	font-weight: bold;
	font-family: Arial;
}
#comments ol#comments_list{
	padding-left: 0px;
	list-style: none;
}
	#comments ol#comments_list li{
		clear: both;
		margin-bottom: 20px;
	}
	#comments ol#comments_list li .avatar img.avatar{
		background: url(images/bg_avatar.jpg) no-repeat;
		padding: 6px 7px 7px 6px;
		width: 69px;
		height: 69px;
		float: left;
	}
	#comments ol#comments_list li .comment_metadata{
		background: url(images/bg_commentmetadata.jpg) top no-repeat;
		padding-top: 12px;
		padding-left: 15px;
		font-size: 8.5pt;
		color: #858585;
		float: left;
		width: 728px;
		height: 49px;
		margin: 0;
	}
	#comments ol#comments_list li.admin .comment_metadata{
		background: url(images/bg_commentmetadata_admin.jpg) top no-repeat;
	}
	#comments ol#comments_list li .comment_metadata span.comment_author{
		font-size: 11pt;
		color: #555;
	}
		#comments ol#comments_list li .comment_metadata a{
			color: #0198dd;
			text-decoration: none;
		}
		#comments ol#comments_list li .comment_metadata a:hover{
			text-decoration: underline;
		}
	#comments ol#comments_list li .comment_text{
		background: url(images/bg_commenttext.jpg) repeat-y;
		float: left;
		width: 630px;
		padding: 0px 45px;
		margin-left: 19px;
		padding-bottom: 12px;
		color: #333;
		font-family: Georgia;
		line-height: 18px;
		font-size: 11pt;
	}
	#comments ol#comments_list li.admin .comment_text{
		background: url(images/bg_commenttext_admin.jpg) repeat-y;
		margin-left: 19px;
	}
	#comments ol#comments_list li .comment_text p{
		margin: 7px 0px;
	}
	#comments ol#comments_list li .end_comment{
		clear: both;
		background: url(images/bg_endcomment.jpg) no-repeat;
		height: 12px;
		width: 720px;
		margin-left: 100px;
	}
	#comments ol#comments_list li.admin .end_comment{
		clear: both;
		background: url(images/bg_endcomment_admin.jpg) no-repeat;
		height: 12px;
		width: 720px;
		margin-left: 100px;
	}



#comments ul.trackbacks{
	margin: 8px 0px 0px 15px;
	padding-bottom: 20px;
}

#comments ul.trackbacks li{
	list-style-image: url(images/relacionados_ul.png);
	margin-bottom: 4px;
	font-weight: normal;
}
	#comments ul.trackbacks ul li a{
		text-decoration: none;
		color: #0099dd;
		font-weight: normal;
	}
	#comments ul.trackbacks ul li a:hover{
		text-decoration: underline;
	}

/* Respond section with the new comment form */
#respond{
	margin-bottom: 30px;
	background: url(images/bg_respond.jpg) no-repeat;
	padding: 45px 0px 20px 45px;
	height: 375px;
}
#respond h3{
}
#respond p{
}
#respond form{
	color: #333;
}
	#respond form .comment_left{
		float: left;
		width: 365px;
		line-height: 28px;
		padding-top: 1px;
	}	
	#respond form .comment_left p{
		margin-bottom: 10px;
	}
	#respond form input.name, #respond form input.mail, #respond form input.url{
		width: 338px;
		height: 29px;
		background: url(images/bg_input_comment.jpg) no-repeat;
		border: none;
		padding: 4px 10px 0px 10px;
		margin-bottom: 8px;
		font-size: 1.1em;
	}
	#respond form .comment_right{
		float: left;
		width: 358px;
		margin-left: 20px;
		line-height: 28px;
	}	
	#respond p.input_antispam{
	   float: right;
	}
	#respond form input.antispam{
		width: 30px;
		height: 29px;
		background: url(images/bg_input_comment.jpg) no-repeat;
		border: none;
		padding: 4px 10px 0px 10px;
		margin-bottom: 8px;
		font-size: 1.1em;
		margin-left: 10px;
	}
	#respond form input.button{
		width: 135px;
		height: 40px;
		background: url(images/bg_send_button.jpg) scroll 0% 0% no-repeat;
		text-align: center;
		font-size: 13pt;
		border: none;
		color: #fff;
		font-weight: bold;
		float: right;
		padding-top: 5px;
	}
	#respond form input.button:hover{
		text-decoration: underline;
		background: url(images/bg_send_button.jpg) scroll 0% 100% no-repeat;
		cursor: pointer;
	}
	#respond form textarea{
		width: 338px;
		height: 173px;
		background: url(images/bg_text_comment.jpg) no-repeat;
		border: none;
		padding: 10px;
		font-family: Verdana;
		font-size: 10pt;
		margin-bottom: 15px;
	}


/****** FOOTER ******/
#footer{
	background: #587184 url(images/bg_footer.jpg) top left repeat-x;
	padding-top: 25px;
	margin-top: 45px;
	color: #fff;
	padding-bottom: 70px;
}
#footer a{
	text-decoration: underline;
	color: #fff;
}
#footer .footer_content{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	font-size: 10pt;
}
#footer .footer_content p.poweredby{
	margin-top: 15px;
	background: url(images/poweredby.png) top repeat-x;
	padding-top: 15px;
	font-size: 12px;
	text-align: center;
}
#footer .footer_content a.rss{
	display: block;
	float: left;
	width:180px;
	height: 29px;
	padding: 11px 0px 0px 45px;
	text-decoration: none;
	background: url(images/bg_rss.jpg) scroll 0% 100% no-repeat;
}
#footer .footer_content a.rss:hover{
	text-decoration: underline;
	background: url(images/bg_rss.jpg) scroll 0% 0% no-repeat;
}
#footer .footer_content p.lo_que_es{
	margin-top: 7px;
}
#footer .footer_content p.lo_que_es a{
	text-decoration: none;
	color: #fff;
}
#footer .footer_content p.lo_que_es a:hover{
	text-decoration: underline;
}
#footer select{
	width: 222px;
	height: 25px;
	float: left;
	margin-right: 55px;
}
/**** CLEAR AND ALIGNMENT WP HACKS ****/
.right, .alignright{
	display: block;
	float:right;
	margin: 8px 0px 8px 15px;
	}
.left, .alignleft{
	display: block;
	float: left;
	margin: 8px 15px 8px 0px;
	}
.aligncenter{
	display: block;
	text-align: center;
	margin: 15px auto;
	}
.clear{
	clear:both;
	}
