/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/* .custom #logo a { display:block; height:346px; width:750px; background:url(images/logo.png) center no-repeat; text-indent:-9999px; } */
.custom #logo a { display:block; height:211px; width:911px; background:url(images/mojito_header.png) center no-repeat; text-indent:-9999px; }

.custom a, .custom a:visited { color: #59B7FF; }
.custom a:hover { color: #F39406; }

/* Plugin Sociable */
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Plugin GreetBox */
.greet_block {
  background:#fff;
  border:1px solid #eee;
  margin:10px 0;
  width:100%;
}

.greet_image {
  float:left;
  padding:0 10px 0 0;
}

.greet_image img{
  background:none;
  border:none;
  margin:0;
  padding:0;
}

.greet_text {
  color:#333;
  font-size:16px;
  line-height:20px;
  margin:10px;
}

.greet_block_close {
  background:#fff;
  border:1px solid #ccc;
  float:right;
  height:15px;
  margin:0 0 0 10px;
  width:15px;
}

.greet_block_close a {
  color:#ccc;
  cursor:pointer;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  margin:0 3px;
  text-transform:uppercase;
}

.greet_block_close a:hover {
  text-decoration:none;
}

.greet_block_powered_by {
  float:right;
  font-size:9px;
  line-height:14px;
  padding:0 5px;
}

.greet_block_powered_by a {
  color:#ccc;
}

.greet_search_after {
  border-top:1px solid #eee;
  font-size:11px;
  margin:5px 0 0 0;
  padding:2px 0 0 0;
}

.greet_search_before {
  border-bottom:1px solid #eee;
  font-size:11px;
  margin:0 0 5px 0;
  padding:0 0 2px 0;
}

#greet_search_link {
  cursor:pointer;
}

.wpgb_cornered {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.wpgb_shadowed {
  -webkit-box-shadow: #ccc 0px 5px 5px;
  -moz-box-shadow: 0px 5px 5px #ccc;
}

/* HIGHLIGHT BOX - CREAM WITH FONTS */
.format_text .box_crema {
	/* font size */
	font-size: .9em;
	/* font family */
	font-family: Georgia,"Times New Roman",serif ;
	/* font style: normal, italic etc */
	font-style: normal;
	/* font variant: small caps etc */
	font-variant: small-caps;
	/* font weight: bold etc */
	font-weight: normal;
	/* distance from borders to content*/
	padding: 0 1em 0 1em;
	/* spacing outside of box*/
	margin: 0 0 0 0;
	/* background color */
	background: #FEFD80;
	/* border size style color */
	border: 1px solid #B28F00;
}

/* Bloque anuncios centrado */
.anuncios_contenido {
	text-align: center;
	margin-bottom: 10px;
}
/******************************************************************/
/* NOTE BOX BY AHMASUD.COM */
/******************************************************************/
.custom .format_text p.note {
background: #E3F0F2 url(images/note3.jpg) center no-repeat; border: 1px solid #66CCCC; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 50px;
-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px; -moz-border-radius-topright:4px;
-webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px;
-webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}

/* Box Actualización */
.actualizacion {
    color:#404040;
    font-size:.75em;
    line-height:1.5em;
    border:1px solid #BDE0E6;
    padding:1em;
    text-indent:2em;
    background:url("images/info.png") #F0F6FA no-repeat 1em 1em;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;
    border-radius:1em;
}

/* Box Alerta */
.alerta {
	color:#404040;
	font-size:.75em;
	line-height:1.5em;
	border:1px solid #E6DB55;
	padding:1em;
	text-indent:2em;
	background:url("images/notice.png") #FFFBCC no-repeat 1em 1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
}

/* Box Fuente */
.custom .format_text p.fuente {
background: #FFFBCC url(images/paste-icon.png) center no-repeat; border: 1px solid #E6DB55; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 50px;
font-size:.75em;
-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px; -moz-border-radius-topright:4px;
-webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px;
-webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}

/*Custom Tags style */
.custom #tags {padding: 20px 0px 40px 0px;}
.custom a.tag, .custom a.tag:visited {
color: #FFF;
background: #59B7FF;
margin: 0 5px 5px 0;
padding: 3px 8px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
text-decoration: none;
}
.custom a.tag:hover {text-decoration:none; background:#F39406; color:#fff;}
/* estilo boton reply comentarios */
/* .custom .comment-reply-link */
.custom dl#comment_list dd p.reply a { text-transform:capitalize; background: #EEE; padding: 0.4em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
/* respuestas del autor en azul */
.custom dl#comment_list dl dt.bypostauthor, .custom dl#comment_list dl dd.bypostauthor { background: #E7F8FB; }
/* justificar textos contenido */
.custom #content { text-align: justify; }
/* Sombre en el titulo de los posts y autor */
.custom .headline_area {
text-shadow: #CCC 0 1px 2px;
}
/* color azul titulo del post */
.custom .headline_area h1, .custom .headline_area h2 { color: #59B7FF; }

/*boton enviar comentario */
.custom #commentform p input.form_submit { background: #F3802B 0px -1228px no-repeat; border: 1px solid #e8741f; text-shadow: -1px -1px #bd5204; padding: 10px 12px; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.custom #commentform p input.form_submit:hover { background: #92c33c 0px -1180px no-repeat; text-shadow: -1px -1px #628f13; border: 1px solid #92c33c; }
/* botones en general */
.custom input[type="submit"], .custom #sidebars input[type="submit"] { background: #F3802B 0px -1228px no-repeat; border: 1px solid #e8741f; text-shadow: -1px -1px #bd5204; padding: 5px 6px; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.custom input[type="submit"]:hover, .custom #sidebars input[type="submit"]:hover { background: #92c33c 0px -1180px no-repeat; text-shadow: -1px -1px #628f13; border: 1px solid #92c33c; }
/* fondo verde */
.custom #header_area { background: transparent url(images/fondo.png) repeat-x; }
/* widgets oficiales */
#share { float: center; text-align: center; height: 22px; margin-bottom: 15px; }
#share a { text-decoration: none; }
#tu_share, #goo_share, #twitter_share, #fb_share, #tu_share_2, #goo_share_2, #twitter_share_2, #fb_share_2, #email_share, #email_share_2 { float: left; width: 130px; }
#email_share_wg { float: left; width: 120px; padding-left: 25px; line-height: 1.45; background: url(images/email_enviar.gif) no-repeat left; text-align: left; font-size: 14px; background-color: #ECEEF5; border-color: #CAD4E7; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; color: #333; text-decoration: none; }

/* separar un poco mas los posts */
.custom .post_box { margin-bottom: 40px; }

/* para wp-email modificado */
#wp-email-content { text-align: center; font-size: 14px;}
#wp-email-content div, p { padding: 4px;}

/* livefyre */
.custom #livefyre #lf_fyre_head .lf_head_bar label.lf_listener_count { display: none; }
.custom #livefyre .lf_comment_container .lf_comment .lf_comment_body {
	font-size: 10px;
}
.custom #livefyre .lf_comment_container .lf_comment .lf_comment_body p {
	text-align: justify;
	font-size: 1.6em;
	line-height: 1.5em;
}
/* estos son para disqus pero los utiliza tb fuera del theme */
.custom .post-content .post-message p {
	line-height: 1.6em;
	font-family: Tahoma,Geneva,Verdana,sans-serif;
	text-align: justify;
	font-size: 1.1em;
}