@CHARSET "UTF-8";
/**
 * @package WordPress
 * @subpackage Alter_Serendipity_Theme
 * @author David Coll - http://funkybudha.net
 * @copyright GNU GENERAL PUBLIC LICENSE - GPLv3
 */

@import "comments.css";


#header {
	font-family: georgia, "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	margin : 0 1.5em;;
	text-transform: uppercase;
	text-align: right;
}

#headerimg h1 a	{
	color: #cccccc;
	text-decoration: none;
	display: block;
}



#headerimg h1{
	letter-spacing: 0.2em;
	font-size: 230%;
	line-height: 1.2em;
	margin: 5px 5px 0;
	padding: 20px 20px 0.25em;
}

#headerimg .description{
	letter-spacing: 0.2em;
	color: #777777;
	font-size: 81%;
	line-height: 1.4em;
	margin: 0 5px 5px;
	padding: 0 20px 20px;
	
}
.navigation {
	text-align: center;
	margin-bottom: 35px;
	opacity: 0.9;
	font-style: italic;
	white-space: nowrap;
}
.navigation a{
	color: #a88828;
}

.post {
	margin-bottom:20px;
	margin-top: 20px;
	padding:20px;
	position:relative;
	background: url(../img/square_opa70_DDDDDD.png);
	-moz-border-radius: 20px;  
	-webkit-border-radius: 20px;
}
.post h2 {
	font-size:24px;
	font-weight:normal;
	margin:0 0 5px;
	padding:0;
}
.post h2 a {
	color:#87bFf2;
	text-decoration:none;
}

.clear{
	display: block;
}
.info-post{
	font-size: small;	
}
.comments_link{
	float: right;
	display: block;
	background: url(../img/comments.png) no-repeat right;
	padding-right: 20px;
}
.entry-author{
	font-style: italic;
}
.info-post a{
	text-decoration: none;	
}

.entry-date {
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	background: url(../img/bgDate.png) no-repeat right bottom;
	font-family:Georgia,"Times New Roman",Times,serif;
	left:-35px;
	top: 10px;
	padding:0 0 5px;
	position:absolute;
	text-align:center;
	width: 45px;
	color:#021728;
}
.entry-day {
	font-size:24px;
	font-weight:bold;
}
.entry-month {
	font-size:15px;
	line-height:100%;
}

.entry-filed a, .underpost a{
	text-decoration: none;
}
.entry-filed {
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	background: #151e26;
	font-size:11px;
	padding: 3px 5px;
	margin-top: 10px;
}
.entry-command{
	float:right;
	text-align: right;
}

.entry-content, .entry-excerpt {
	clear:left;
}
.excerpt-image{
	float:right;
}
p {
	line-height:140%;
}

a.more-link {
	color:#056C9F;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin-right:10px;
	text-decoration:none;
}

/*----Right (permanent) sidebar ----*/
#sidebar_right_bottom{
	background: url(../img/square_opa25_000000.png);
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	font-size: 12px;
	text-align:center;
	overflow: hidden;
}

.right_bottom_section{
	padding: 1px;
}
.right_bottom_title{
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
.right_bottom_section select{
}
.right_bottom_section ul{
	text-align: left;
	margin-top: 5px;
	list-style: circle inside;
	padding-left: 0px;
	margin-left: 0px;
	text-indent: 2px;
	width: 100%;
}
.right_bottom_section li{
	background: url(../img/square_opa25_FFFFFF.png);
	margin-bottom: 1px;
	white-space: nowrap;
}
.right_bottom_section li a{
	text-decoration: none;
}
/*-------------------------*/
.ads_skycrapper{
	text-align: center;
	margin: 10px auto;
}
.ads_banner{
	text-align: center;
	overflow: hidden;
}
.right_section_banner{
    position: relative;
}

.ads_blog_post{
	float:right;
}

#search_box{
	position: absolute;
}
#s{
	background: transparent url(../img/search-formfield.gif) no-repeat scroll left top;
	border: none;
	color: #666666;
	font-size: 11px;
	right: 56px;
	padding: 4px;
	position: absolute;
	top: -2px;
}
#searchLink{
	background: transparent none repeat scroll 0 0;
	right: 38px;
	position: absolute;
	top: -2px;
}
blockquote {
	background: url(../img/square_opa25_FFFFFF.png);
	font-style: italic;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*----------------------- PLUGINS TWEAKS-----------------*/
/*Google AJAX Translation*/
hr.google_translate_hr{display:none}
div.translate_block{display: block; text-align:right}
div.translate_block > a{display: inline;}
div.translate_popup{background: black; right:0;}
/*Comment Form Quicktags*/
form#commentform > br{display:none}
/*AJAX Comment Preview*/
#ajax-comment-preview{font-size:x-small}
/*Facebook Connector*/
#left_top .fbconnect_miniprofile{font-size:9px}
/* IntenseDebate comment bug */
#idc-container .idc-clear {clear:none !important;}