/*
Theme Name:   BookTHeme
Theme URI:    http://lonchbox.com
Description:  A slender theme for WP by <a href="http://lonchbox.com">Pancho Pérez</a>
Version:      1
Author:       Pancho Pérez
Author URI:   http://lonchbox.com
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff url(images/background.png) repeat-x scroll 0 0;
    color: black;
    text-align: center;
    font-family:'lucida grande',Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size:11px;
	line-height:1.5;
}

a, a:link, a:link, a:link, a:hover, a:visited {
color:#0A68C8;
text-decoration:none;
}


ul, li, ol {
list-style-image:none;
list-style-position:inside;
list-style-type:none;
margin:0;
padding:0;
}

p, ul, ol, li { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    color:#666;
    padding-left:10px;
    border-left:1px solid #ccc;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 26px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin-bottom: 20px;
}

h4 { 
    font-size: 14px; 
    line-height: 18px;
    margin-bottom: 20px;
}
input, textarea, select {
	-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-repeat:no-repeat;
border:1px solid #BFBFBF;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:3px 0;
padding:3px 2px;
vertical-align:middle;
}
textarea {
background-image:url(images/input_shadow.png);
border-color:#BFBFBF #DEDEDE #DEDEDE #BFBFBF;
}

.in {
	margin: 0 10px;
}
.blue {
	color: #0A68C8;
}
.gray {
	color: gray;
}
.gray2 {
	color: #333333;
}

#container {
	background-color: #fff;
    text-align:left;
}
#content {
}
/* HEADER */

#header {
	background: url(images/bg2.jpg) no-repeat scroll 0 -80px;
	position: relative;
	height: 165px;
	margin:0 10px 20px;
}

#header h1 {
	display: none;
}
#header .logo {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}
#header h2#descripcion {
	font-size:1.8em;
	font-weight:bold;
	margin:0;
	text-align:center;
}
#header .head {
	background: transparent url(images/bgbox-welcome.png) no-repeat scroll 0 0;
	height:70px;
	padding:20px;
	position:absolute;
	right:20px;
	top:25px;
	width:340px;
}
#header .corners {
	position: absolute;
	top: 0;
	left: 0;
}
.head {
	float: left;
}
.head li {
	display:block;
	float:left;
	margin:7px 0 0;
	padding:9px 0 8px 4px;
}
.head li a {
	padding:10px 5px 8px 0;
}
.head li.more a {
	background:transparent url(images/button-lightblue-right.png) no-repeat scroll right top;
	text-align: center;
}
.head li.more {
	background:transparent url(images/button-lightblue-left.png) no-repeat scroll left top;
	margin:7px 70px 0;	
}
.head li.signup a {
	background:transparent url(images/button-green-right.png) no-repeat scroll right top;
	text-align: center;
	font-weight:bold;
	color: white;
	padding:10px 5px 8px 0;	
}
.head li.signup {
	background:transparent url(images/button-green-left.png) no-repeat scroll left top;
}

/* POSTS */
.post h3 {
	margin-bottom: 4px;
}
.post h3 a {
	font-size: 17px;
	color: #00CC00;
}
.post p a { font-weight:bold }
.post h4 {
	color:#333333;
	font-size:1.3em;
font-family:Georgia,Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
letter-spacing:-1px;
margin:0;	
}
.post h4 p {
	float: right;
	font-family:'lucida grande',Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}
.commentslink {
	background: url(./images/comment.png) no-repeat scroll 0 0;
	float:right;
	padding:0 3px 3px 20px;
}
.content {
	margin: 10px 0 20px;
}

.post, .comment {
	text-align:left;
	padding: 0 10px;
	margin: 0 10px 65px;
	display: block;
}
.date {
	background-image:url(images/date.gif);
	float:left;
	height:61px;
	margin:0 10px 10px 0;
	width:61px;
}
.date .month {
color:#FFFFFF;
display:block;
font-size:10px;
font-weight:bold;
margin-left:5px;
margin-top:11px;
text-align:center;
text-transform:uppercase;
}
.date .day {
-x-system-font:none;
color:#FFFFFF;
display:block;
font-family:Georgia;
font-size:2.3em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-left:0;
margin-top:-5px;
text-align:center;
}
.comment {
	padding-top: 20px;
}

.postnoline {
	padding:18px 0 0 0;
	text-align:left;
    width:500px;
}

.postcomment {
	padding:18px 0 0 0;
	text-align:left;
    font-size:11px;
    color:#666;
}

.commentslnk {
    font-size:13px;
	text-align:center;
}

div.byline {
    font-size:11px;
    color: #555;
}

.post IMG.noline {
	border:0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.metainfo {
    float:left;
    width: 152px;
    font-size: 10px;
    color: #666;
    padding: 3px 0;
}

.previously {
	text-align:left;
    width: 500px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }

.text_area { width: 415px !important; }

.postform { width:150px; margin: 0;} 



/* FOOTER */
#footer {
    background: #2693FF url(images/footer-bg.png) repeat-x scroll 0 0;
color:#333377;
margin:4em 0 0;
padding:25px 0;
text-align:left;    
}
#footer ul.container_12 {
	border: 0;
}
.copyright {
    font-size: 9px;
    margin-top:0;
    padding: 18px 40px 10px 0;
    border-top: 1px solid #023f7b;
    text-align:right;
    color: #666;
}
#footer ul li.widget ul li {
	margin: 0;
}

/* @group sidebar */
#column {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#F3F3F3;
padding-bottom:10px;
margin-bottom: 20px;
}
#pages {
-x-system-font:none;
color:#44433F;
font-family:"Futura Medium","Myriad Pro","Gill Sans",Helvetica,Verdana,Arial,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color: #e1eaf4;
margin-top: 50px;
}
#pages h2 {
	display: none;
}
#pages ul {
	padding:20px 20px 10px 20px;
	display:block;
}
#pages li.page_item {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
	background-color:white;
	display:list-item;
	margin:0 0 10px;
	padding:5px 10px 5px 10px;
	width:auto;
	border-bottom:1px solid #EEEEEE ;
	text-align: center;
}

#sidebar-top ul,
#sidebar-bot ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
display:inline-block;
}
#sidebar-top li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
margin:0px;
}
#sidebar-bot li,
.twitter li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/bullet.gif) no-repeat scroll 0 4px;
padding-bottom:5px;
padding-left:10px;
margin:0px;
}
#sidebar-top .screen-reader-text {
	display: none;
}
#sidebar-bot div.widget, ul#sidebar-top {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-color:#FFFFFF;
display:inline;
float:left;
margin:10px 10px 0;
padding:10px;
width:240px;
}
#sidebar-bot ul li ul.xoxo li {
	margin-bottom: 0;
}
#sidebar-bot h2, #sidebar-top h2, #footer h2 {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: inherit;
	text-transform: capitalize;
}
#sidebar-bot h2 a {
	float: left;
	padding-top: 5px;
}
#sidebar-top ul#qtrans_language_chooser li {
	float: left;
	margin-right: 15px;
}
#column #sidebar-top #twitter-1 {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
padding: 10px 5px;
margin: 10px 0;
background-color:#E6FCFE;
}
#column #sidebar-top #twitter-1 h2 {
	margin: 0;	
	font-size: 1em;
	width: 100%;
	float: left;
}
#column #sidebar-top #twitter-1 h2 a {
	color: #08b2d0;	
background-image:url(images/icon_twitter.png);
background-position:right center;
background-repeat:no-repeat;
float: right;
width: 100px;
height: 48px;
text-align: right;
padding-right: 53px;

}
#comunity a {
	background:transparent url(images/button-blue-right.png) no-repeat scroll right top;
	color:white;
	float:left;
	font-weight:bold;
	padding:8px 0 6px;
	text-align:center;
	width:100%;
}
#comunity {
	background:transparent url(images/button-blue-left.png) no-repeat scroll left top;
	display:block;
	float:left;
	padding:0 0 8px 4px;
	width:275px;
}


/* @end */





/* @group extras */

#content .post .fbconnect_share {
	border: 0;
}
#content .post .fbconnect_share .fb_share_button {
	border: 0;
	font-weight: normal;
	width: 70px;
}
#content .stbutton {
	font-weight: normal;
	width: 70px;
}

/* @end */

