/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.widget.tlb_widget {
    width:296px;
}
body {
    background: url("images/bg_main.jpg") repeat-x scroll 0 -20px #FFFFFF;
}
#container {
    margin: 0px auto 0;
    padding: 2.2em;
    width: 119.9em;
	background:transparent;
}
#page {
    float: none;
    margin: 0 auto;
    padding: 0px;
}
#sidebars h3, .cat_title {
	border-bottom: 1px dotted #FF69A6;
    color: #FF69A6 !important;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}
#sidebars ul {
	clear: both;
}
.entry-title a {
	color: #2361A1;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
.entry-title a:hover {
	text-decoration:underline;
}
.post_excerpt_image img {
	height: 170px;
    max-width: 250px;
}
.teaser {
	text-align:center;
}
.teaser h2 {
	margin: 0px;
}
.sidebarPosts {
	clear: both;
}
.sidebarPosts .teaser{
	width: 22.0em;
}
.sidebarPosts .entry-content, .sidebarPosts .edit_post,.sidebarPosts .teaser_date, .sidebarPosts .teaser_link {
}
.post_box, .teasers_box {
    border-bottom: 1px dotted #BBBBBB;
    clear: both;
}
.clear {
	clear: both;
}
#div_adsense {
	text-align:center;
}
.post_nav{
	text-align: center;
}
.post_nav p {
	width: 45%;
	float:right;
}
.post_nav p.previous {
	width: 45%;
	float:left;
}


.post_nav .post-thumbnail {
	clear: both;
}

.post_nav .post-link {
	clear: both;
}
.post_nav img {
	max-width: 150px;
	height:180px;
}
li.cat-item {
	float: left;
	width:50%;
}
.popular_posts {
	margin: 10px 0 0 5px;
}
.popular_posts h2 {
	margin:0 0 10px 0px;
}
.popular_posts ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.popular_posts li {
	margin: 0 14px 10px 0;
	padding: 0px;
	float: left;
	list-style:none;
	width:180px;
	height:240px;
	text-align:center;
	border: 1px #DDDDDD solid;
	border-radius: 5px;
	padding:5px;	
}
.popular_posts li.last {
	margin: 0px 0px 10px 0px;
}
.popular_posts li img {
	max-width: 170px;
	height:150px;
} 
.sidebar_popular_posts li {
	width:200px;
}
.sidebar_popular_posts li img {
	height:170px;
}
.social_bookmarks {
	margin: 35px 0 0 0;
}
.search_sidebar {
	font-size: 12px;
	margin: 20px 0 0 0;
}
.search_sidebar input[type=text] {
	width: 200px;
	height:22px;
	border-color:1px #ddd solid;
	border-radius:5px;
	padding: 0px 5px;
}
.search_sidebar input[type=submit] {
	width: 80px;
	height:25px;
	border-color:1px #ddd solid;
	border-radius:5px;
}
.feed_sidebar {
	font-size: 12px;
	margin: 20px 0 0 0;
	line-height:18px;
padding: 5px;
}
.feed_sidebar p {
	margin: 0px 0 5px 0px;
}
.feed_sidebar ul{
	margin: 0px 0px 0px 10px;
	padding:0px;
	list-style:none;
}
.feed_sidebar li{
	float: none;
	padding:0px;
	margin:0px;
	list-style:none;
}
.feed_sidebar li a{
	text-decoration:none;
}
.feed_sidebar li a:hover{
	text-decoration:underline;
}
.adsence_sidebar {
	font-size: 12px;
	margin: 20px 0 0 0;
}
#comments {
	display:none;
}
#google_translate_element {
    position: relative;
    text-align: left;
    width: auto;
	margin:10px 10px 0 0;
	float:right;
}

li.widget {
list-style: none;
margin-left: 0.5em;
}