/* @override 
	http://www.lonchbox.com/wp-content/themes/box10/style.css
	http://lonchbox.com/wp-content/themes/box10/style.css
*/

/* 

Theme Name: Box10
Theme URI: http://lonchbox.com/
Description: Theme básico usando framework 960 grid 
Version: 1.0
Author: Pancho Pérez
Tags: base theme, grid 960, two columns, widgets

Basado en: Designios 960 Framework Theme por Raul Fernandez <a href="http://www.lordmax.org/">

*/
body{
	color:#321E1E;
	font: 13px/1.4 Helvetica,"Helvetica Neue",Arial,sans-serif;
}
body.single {
	background: url(img/logo-lonchbox-head.jpg) no-repeat 55% 25px;	
}
ul {
	list-style-position:outside;
}
a {
	text-decoration: none;	
}
a img {border:0;}

.alignleft {
	float: left;
}
.alignright{
	float: right;
}
.red, a, #post h3 a:hover  {
	color:#bc0000;
} 
.gray {
	color: gray;
}

#shelf {
	background-color: #d70404;
	color: white;
	font-family:Georgia,"Hiragino Mincho Pro",serif;
	font-style: italic;
}
#shelfcontent {
	padding: 15px 90px 20px 90px;
	border-bottom: 1px solid #a40000;
	border-top: 2px solid #a40000;
}

#logo {
	background: url(img/logo-lonchbox.jpg) no-repeat 644px 0;
	min-height: 300px;
}

h1 {
	margin-top: 20px;
	margin-bottom: 14px;
}
h1, h3, h5 {
	font-family:Georgia,"Hiragino Mincho Pro",serif;
	font-style: italic;
	font-weight: bold;
	font-size: 32px;
	letter-spacing: -1px;
	text-shadow: silver 1px 1px 1px;
}
h1 a, h1 a:hover, h1 a:link, h1 a:visited {
	color:#321E1E;
	text-decoration: none;
}
h1 small.red{
	font-size: 18px;
} 
h1 small.gray{
	font-size: 20px;
}
.single h1 {
	padding: 20px 0;
}
.single .home {
	position: absolute;
	z-index: 999;
	color: white;
	padding: 0 8px 0 20px;
	top: 90px;
	left: 10px;
	background: silver url(img/back-arrow.png) no-repeat left center;
}
/* @group intro */

p.intro, #post h3, #post h3 a, .day, .month, #footer p.contact {
	font: 20px/1.333 'American Typewriter',Georgia,sans-serif;
	margin-bottom: 10px;
	margin-top: 0;
	letter-spacing:-0.011em;
	text-shadow: #e2e4dc 1px 1px 1px;
	color: gray;
}
p.intro a, p.intro a:link, p.intro a:visited {
	border-bottom: 1px solid gray;
	color: gray;
}
p.intro a:hover, p.intro a:focus, p.intro a:active, p.contact a:hover, p.contact a:focus, p.contact a:active {
	text-decoration: none;
	border-bottom: 1px solid #bc0000;
}
p.intro a.fb {
	background: url(img/icons/facebook.png) no-repeat -20px 2px;
	padding-right: 0;	
}
p.intro a.ln {
	background: url(img/icons/linkedin.png) no-repeat -20px 2px;
	padding-right: 0;	
}
p.intro a.tw {
	background: url(img/icons/twitter.png) no-repeat -20px 2px;
	padding-right: 0;	
}
p.intro a.fb:hover, p.intro a.fb:visited {
	border-bottom: 1px solid #3B5998;
	background: url(img/icons/facebook.png) no-repeat right 2px;
	padding-right: 20px;	
}
p.intro a.ln:hover, p.intro a.ln:visited {
	border-bottom: 1px solid #52A9D4;
	background: url(img/icons/linkedin.png) no-repeat right 2px;
	padding-right: 20px;	
}
p.intro a.tw:hover, p.intro a.tw:visited {
	border-bottom: 1px solid #AADDFF;
	background: url(img/icons/twitter.png) no-repeat right 2px;
	padding-right: 20px;	
}
p.intro {
	margin-top: 50px;
	margin-bottom: 0;
}
/* @end */

/* @group twitter */

#twitter {
	margin: 80px 0 0;
}

#twitter div.aktt_tweets {
		position: relative;
		padding: 5px 10px;
}
#twitter span.up {
	position: absolute;
	top: 25%;
	left: -24px;
	font-size: 57px;
	line-height: 0.3;
	color: silver;
	font-family:Georgia,"Hiragino Mincho Pro",serif;
}
#twitter span.down {
	position: absolute;
	top: 25%;
	right: -24px;
	font-size: 57px;
	line-height: 0.3;
	color: silver;
	font-family:Georgia,"Hiragino Mincho Pro",serif;
}
#twitter ul, #twitter li {
	margin: 0;	
    list-style-type: none;
	list-style-image:none;
	list-style-position:outside;
}
#twitter li {
	text-transform:uppercase;
	font: 26px/1 "sax-mono-1","sax-mono-2",monospace;
	text-shadow: silver 1px 1px 1px;	
}
#twitter a.aktt_tweet_time {
	font-size: 14px;
	color: silver;
	text-shadow: none;
	position: absolute;
	bottom: -18px;
	margin: 0;
	right: 10px;
	font-weight: normal;
}
#twitter li.aktt_more_updates {
	position: absolute;
	bottom: -18px;
	left: 10px;
}
#twitter li.aktt_more_updates a {
	float: right;
	font-size: 14px;
	text-shadow: none;
	text-decoration: underline;
	color: silver;
}
#twitter a.aktt_tweet_reply {
	font-size: 14px;
	color: gray;
}

#sidebar #twitter {
	margin: 0 0 30px 0;
	background: #D8DCCE url(img/bg-400-paper.jpg) ;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomright:10px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-topright:10px;
	-khtml-border-radius-topright:10px;   
	-khtml-border-radius-bottomright:10px;   	
	-khtml-border-radius-topleft:10px;   
	-khtml-border-radius-bottomleft:10px;   		
}
#sidebar #twitter div.aktt_tweets {
	padding: 8px;
}
#sidebar #twitter li {
	text-transform:uppercase;
	font: 18px/1 "sax-mono-1","sax-mono-2",monospace;
	text-shadow: silver 1px 1px 1px;	
}
#sidebar #twitter li.aktt_more_updates a, #sidebar #twitter a.aktt_tweet_time {
	font-size: 12px;
}

#sidebar #twitter a.aktt_tweet_reply {
	font-size: 12px;
}
/* @end */

/* @group themes */

#containerMid {
	background: #D8DCCE url(img/bg-400-paper.jpg) ;
	float: left;
	width: 100%;
	margin: 30px 0;
}
.deg {
	background: url(img/back-deg.png) no-repeat 8px bottom;
	padding: 10px 0;
}
#themes {
	
}
#themes h3 {
	padding-bottom: 10px;
	text-shadow: silver 2px 2px 0;
	color: white;
}
#themes h2 a {
	color: #321E1E;
	font-weight: normal;
	font-size: 20px;
}
#sidebar .widget {
	margin-bottom: 20px;
}
#themes .widget_rss {
	margin-bottom: 10px;
	min-height: 290px;
	height: 290px;
}
.widget_rss h2 {
	margin-bottom: 0;
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}
.widget_rss ul li, .metainfo ul, .metainfo li, #extra ul, #extra li {
	margin: 0;
    list-style-type: none;
	list-style-image:none;
	list-style-position:outside;	
}
.widget_rss ul li {
	padding: 0 10px;
}
.widget_rss ul {
	margin: 0;
	border-top: 1px solid silver;
	padding-top: 8px;
}
.widget_rss ul li a.rsswidget {
	font-weight: bold;
}
.rssSummary {
	padding: 5px 0;
}
/* @end */

/* @group post */
#post {
}
#post .content{
	margin-bottom: 20px;
} 
#post h3 {
	margin-bottom: 10px;
	margin-top: 0;
	color:#321E1E;
}
#post h3 a {
	margin: 0;
	color: gray;
}
#post h3 a:hover {
	text-decoration: underline;
	color: #bc0000;
}
#post .entry {
	padding: 0 10px;
}
#post .entry img {
	margin: 10px;
}
#post .entry .alignleft {
	padding-right: 10px;
	padding-bottom: 10px;
}
#post .entry img.alignright {
	padding-left: 10px;
	padding-bottom: 10px;
}
.metainfo {
	border-left: 1px solid silver;
	color: silver;
	padding-bottom: 5px;
}
.metainfo a {
	color: silver;
}
.metainfo a.dsq-comment-count {
	font-size: 14px;
	color: gray;
}
.metainfo a:hover {
	text-decoration: underline;	
	color: #bc0000;
}
.month, .day {
	width: 32px;
	margin: 0;
	font-size: 14px;
	color: gray;
	text-align: center;
	background: #D8DCCE url(img/bg-400-paper.jpg) no-repeat;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-topright:5px;   
	-khtml-border-radius-bottomright:5px;   	

}
.month {
    -moz-border-radius-bottomright:0;
    -webkit-border-bottom-right-radius:0;
	-khtml-border-radius-bottomright:0;   
}
.day {
    -moz-border-radius-topright:0;
    -webkit-border-top-right-radius:0;
	-khtml-border-radius-topright:0;   
}
.metainfo strong {
	color: gray;
}
.metainfo ul {
	margin-left: 5px;
	margin-top: 8px;
}
.metainfo li {
	margin-bottom: 4px;
}
.sharebuttons {
	padding: 10px 0 0 2%;
	overflow: visible;
	float: left;
	width: 98%;
}
.twitter-share-button, .sharebuttons iframe, .sharebuttons .IN-widget{
	float: left;
	margin: 3px 0 2px;
	
}
#dsq-new-post h3, #dsq-comments-title h3 {
	font-size: 20px;
}
p.pagetitle {
	background: #D8DCCE url(img/bg-400-paper.jpg);
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	-khtml-border-radius-topright:5px;   
	-khtml-border-radius-bottomright:5px;   	
	-khtml-border-radius-topleft:5px;   
	-khtml-border-radius-bottomleft:5px;
	padding: 4px;
	text-align: center;
}
/* @end */

/* @group extra */

h5, h5 a {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: capitalize;
	color:#321E1E;
}
#extra ul li ul {
	margin-bottom: 15px;
	padding: 0 2px;
}
#extra ul li.widget {
	border-top: 0;
	margin-bottom: 20px;
}
#extra ul li form#askForm input#sendButton {
	background-color: #321E1E;
	border: 0;
	
}

/* @end */
#footer {
	padding: 10px 0 30px;
	border-top: 1px solid silver;
	text-align: right;
	position: relative;
	margin-top: 20px;
}
#footer a.up {
	position: absolute;
	top: -33px;
	right: 0;
	width: 40px;
	height: 34px;
	background: url(img/iconup-off.png) no-repeat;
}
#footer a.up:hover {
	background: url(img/iconup-on.png) no-repeat;
}
#footer p.contact {
	margin: 0;
	text-align: left;	
}
#footer p {
	margin-bottom: 0;
	margin-top: 0;
}
#footer div.extrabot {
	margin-top: 10px;
	color: silver !important;
	font-size: 10px !important;
}
/* @group tooltip */

a.tooltip {
position: relative; /* es la posición normal */
color:#560000 !important; /* forzar color del texto */
}

a.tooltip:hover {
z-index:999; /* va a estar por encima de todo */
background-color:#321E1E; /* DEBE haber un color de fondo */
color:#fff !important;
}

a.tooltip span {
display: none; /* el elemento va a estar oculto */
}

a.tooltip:hover span {
display: block; /* se fuerza a mostrar el bloque */
position: absolute; /* se fuerza a que se ubique en un lugar de la pantalla */
top:-8px; /* donde va a estar */
padding:8px;/* la separación entre el contenido y los bordes */
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-topright:10px;
		-webkit-border-radius-bottomleft:10px;
		-webkit-border-radius-bottomright:10px;
		-webkit-border-radius-topleft:10px;
		-webkit-border-radius-topright:10px;
	font-family:Georgia,"Hiragino Mincho Pro",serif;
	font-style: italic;
	font-size: 12px;
	text-align: right;	
	width: 100px;
	right: 0;
	top:10px;
	color: #fff;
}
/* @end */
#sharethis_0 {
	margin: 10px 0;
	display: inline-block;
}
#idc-container-parent {
	width: 520px;
}
#text-3 h3 {
	display: none;
}
