/*
Theme Name: Foller.me Blog
Theme URI: http://blog.foller.me
Description: Yeah baby!
Version: 1.0
Author: Konstantin Kovshenin
*/

body {
	font-family: "Tahoma";
	margin: 0;
	font-size: 12px;
	color: #606060;
}

a, a:visited, a:link {
	color: #1A74B6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	padding: 0;
	margin: 0;
}
#header_wrap {
	width: 100%;
	padding: 0;
	margin-top: 0;
	display: block;
	float: left;
}
#header {
	width: 1000px;
	margin: 0 auto;
	margin-top: 13px;
	display: block;
	padding: 0;
}
#header ul {
	display: block;
	float: right;
	list-style:none;
	padding:0;
	margin-top: 32px;
	margin-bottom: 0;
}
#header li {
	display: inline;
	float: right;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
#header img {
	display: block;
	float: left;
	padding: 0;
	margin-left: 7px;
	border: none;
}

#header  a.head, a.head:link, a.head:visited, a.head:hover {
	text-decoration: none;
	font-style: normal;
	color: #1A74B6;
	font-size: 26px;
	padding: 6px;
	display: block;
	font-family: "Trebuchet MS";
}

#header a:hover.head {
	background: #1A74B6;
	color: #FFF;
	padding: 6px;
}

#content_wrap {
	width: 100%;
	background: url(images/cont_back.png) repeat-x;
	display: block;
	float: left;
	padding: 0;
	margin-top: 8px;
}

#content_help {
	display:block;
	margin: 0 auto;
	min-width:1000px;
	max-width:1000px;
	width: 1000px;
	padding:0;
}

#content {
	display:block;
	float:left;
	width: 1000px;
	position: relative;
	top: 2px;
	padding: 0;
	background: url(images/cont_back_2.png) repeat-y top;
}

#content_help_2 {
	display:block;
	/*float: left;*/
	background: url(images/cont_back_3.png) 0px 0px repeat-x;
	width:997px;
	margin-left: 1px;
	height:49px;
	padding: 0;
	margin-top: 0;
}

#content_help_3 {
	display:block;
	float:left;
	background: url(images/cont_back_4.png) ;
	width:996px;
	margin-left:2px;
	padding-bottom: 30px;
}

#left {
	display: block;
	float: left;
	width: 700px;
	margin-left: 10px;
}

#right {
	display: block;
	float: right;
	width: 265px;
	margin-right: 10px;
}

#search {
	padding:0;
	margin-left:100px;
	display:block;
	margin:0;
}

#footer_wrap {
	width:100%;
	background: url(images/footer_back.png) repeat-x;
	display:block;
	float:left;
	margin-top: 3px;
}
#footer {
	width:970px;
	display: block;
	background: url(images/footer_logo.png) right center no-repeat;
	margin: 0 auto;
}
#footer a, #footer a:link, #footer a:visited {
	font-style: normal;
	color: #FFF;
	font-size:12px;
	font-family: "Tahoma";
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style:none;
	padding:0;
	margin-top:20px;
}

.post_title {
	background: white;
	padding: 6px 12px;
}

.post_title h1 {
	font-size: 28px;
	font-family: "Trebuchet MS";
	margin:0;
	color: #3578a9;
	font-weight: normal;
}

.post_title h1 a {
	text-decoration: none;
}

.post_title em {
	color: #3578a9;
	font-style: normal;
	display: block;
	margin-top: -3px;
}

.post_content {
	margin-top: 10px;
	background: white;
	padding: 1px 12px;
	color: #606060;
}

blockquote {
	padding: 10px 50px;
	margin: 0;
	background: url(images/quote.png) 18px 25px no-repeat;
}

h1, h2, h3, h4 { 
	font-family: "Trebuchet MS";
	margin:0;
	color: #3578a9;
	font-weight: normal;
	clear:both;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.post_comments {
	margin-top: 10px;
	background: white;
	padding: 10px;
}

.post_comments .comments, .post_comments .comments a, .post_comments .comments a:link, .post_comments .comments a:visited, .post_comments .comments a:active {
	color: #606060;
	text-decoration: none;
	font-size: 23px;
	font-family: "Trebuchet MS";
}

.post_comments .social {
	display: block;
	float: right;
	margin-top: -8px;
}

.comments_section {
	margin-top: 10px;
	background: white;
	padding: 20px;
}

.post {
	margin-bottom: 30px;
}

.sidebar .block {
	background: white;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	width: 245px;
}

.sidebar .block.ad {
	height: 66px;
	margin-bottom: 10px;
}

.sidebar .block.ad span {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 12px;
}

.sidebar .block.ad a {
	text-decoration: none;
}

.sidebar .block.ad em {
	display: block;
	float: left;
	font-style: normal;
	font-size: 28px;
	margin-left: 28px;
}

.sidebar .block.ad img {
	border: 0;
	float: right;
	position: relative;
	top: -20px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.sidebar .block.ad img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.behind_the_scenes {
	position: relative;
	top: 36px;
	left: -18px;
}

.sidebar_twitterpic {
	border: 0;
	float: left;
}

.sidebar_twitterfollow {
	clear: left;
	float: left;
	position: relative;
	left: 10px;
	top: -10px;
}

.sidebar_twitterfollow a {
	color: #3578a9 !important;
}

#twitter_update_list {
	color: #646464;
	font-size: 11px;
	list-style: none;
	margin-left: 75px;
	padding: 0;
}

#twitter_update_list a {
	color: #646464;
}

#twitter_update_list li {
	margin-top: 10px;
}

#twitter {
	min-height: 84px;
	display: block;
}

.sociable #twitter {
	min-height: 0px;
	display: inline;
}

.widget, .widget a, .widgettitle {
	color: #606060;
}

.widget.widget_tag_cloud div {
	text-align: center;
}

ul.children {
	list-style: none;
	padding: 0;
	margin-left: 42px;
}

ol.commentlist {
	list-style: none;
	padding: 0;
	margin-left: 0;
	clear: both;
}	

ol.commentlist li, ul.children li {
	padding-left:4px; 
	border-left: dotted 1px #cccccc;
}

.commentlist .avatar {
	float: left;
	margin-right: 10px;
}

.commentlist cite {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
}

.commentlist .comment-meta {
	font-size: 11px;
}

.commentlist p {
	margin-left: 42px;
}

.reply {
	margin-left: 42px;
	margin-bottom: 20px;
}

#commentform p {
	margin-left: 0;
}

#comment {
	width: 100%;
	height: 100px;
}

.commentlist {
	color: #606060;
}

.comment #respond {
	margin-left: 42px;
}

.block.widget.widget_tag_cloud {
	text-transform: lowercase;
}
