/*  
Theme Name: flnews.ru
Theme URI: http://blog.creatixblog.net/123-black-fresh-10.html
Description: Designed by <a href="http://www.bartelme.at" title="Bartelme Design">Wolfgang Bartelme</a> and <a href="http://blog.creatixblog.net/">Damien Goujard</a>.
Version: 1.0
Author: LEMONed / Damien Goujard
Author URI: http://www.ilemoned.com / http://blog.creatixblog.net

Theme color by damien goujard (http://blog.creatixblog.net)
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	background: #3b3a3b url(images/bg.gif) repeat-y top center;
	font: 62.5% Arial, "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #000;
	text-align: left;
	}

p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: #181718;
	text-decoration: none;
	}
a:visited {
	color: #181718;
	text-decoration: none;
	}
a:hover {
	color: #3b3a3b;
	text-decoration: underline;
	}
a:active {
	color: #3b3a3b;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #e9f0fa;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img {
	border: none;
	}

.alert {
	font-weight: bold;
	color: #f00;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 855px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 1.3em;
	overflow: hidden;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 100%;
	height: 105px;
	background: #BFE142 url(images/header_bg.gif) repeat-x left top;
	position: relative;
	}

#header .blogtitle {
	width: auto;
	height: 105px;
	background: url(images/header.jpg) no-repeat left bottom;

	}
#header h1 {
	}
#header h1 a {
	display: block;
	width: 330px;
	height: 105px;
	cursor: pointer;
	}
	
.wp_quotes {
	position: absolute;
	top: 18px;
	left: 430px;
	width: 270px;
	font-size: 12px;
	line-height: 17px;
}
.wp_quotes_author {
	text-align: right;
	font-style: italic;
	font-size: 12px;
}

#flags {
	position: absolute;
	top: 3px;
	right: 5px;
}


	#navbar {
		clear: both;
		float: left;
		width: 100%;
		height: 31px;
		background: transparent url(images/nav_bg.gif) repeat-x 0 0;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0 15px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	ul.menu li a {
		float: left;
		display: block;
		height: 28px;
		padding: 3px 15px 0 15px;
		line-height: 24px;
		color: #fff;
		}
	ul.menu li a:link,
	ul.menu li a:visited {
		color: #fff;
		background: none;
		}
	ul.menu li a:hover,
	ul.menu li a:active {
		color: #fff;
		background: url(images/nav_hover.gif) no-repeat center top;
		text-decoration: none;
		}

	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #fff;
		background: transparent url(images/nav_active.gif) no-repeat center bottom;
		text-decoration: none;
		}

	.searchbar {
		float: right;
		width: 290px;
		height: 31px;
		margin: 0;
		}
	.searchform {
		width: 290px;
		height: 20px;
		text-align: left;
		}
	input#s {
		width: 265px;
		height: 18px;
		margin: 5px 0 0 1px !important;
		margin: 4px 0 0 1px; /* Fuck IE */
		padding: 1px 0 0 2px;
		border: 1px solid #0b236c;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;
		}


/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: #fff url(images/fleur1.jpg) 419px -6px no-repeat;
	margin: 0 !important;
	margin: -15px 0 0 0; /* Fuck IE */
	padding: 0;
	zposition: relative;
	overflow: hidden;
	border-top: 6px solid #E1EFCC;
	}

#fleur1 {
	position: absolute;
	bottom: -37px;
	left: 419px;
	width: 139px;
	height: 6px;
	background: url(images/fleur1.jpg);
	z-index: 1000;
	overflow: hidden;
}
* html #fleur1 {bottom: -38px;}

/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 560px;
	height: 100%;
	padding: 0 0 80px;
	}

.wp-pagenavi {
	font-size: 14px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	}
.wp-pagenavi span,
.wp-pagenavi a {
	margin: 0 3px;
}
.wp-pagenavi a {
	color: #093;
}

.pages-border {
	clear: both;
	width: 100%;
	height: 6px;

	}
.page-previous {
	zfloat: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /* Fuck IE */
	}
.page-next {
	zfloat: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /* Fuck IE */
	}

.page-title {
	width: 530px;
	margin: 13px 0 0 0;
	background: url(images/separator_blue.gif) repeat-x bottom center;
	text-align: right;
	}
.page-title h2.page-title-border {
	padding: 0 30px 0 0;
	font-size: 1.6em;
	line-height: 48px;
	color: #333333;
	}

/**********************
*   Blog Entries      *
***********************/

.post {
	padding: 20px 30px 5px;
	}
.post a {
	color: #093;
}
.postentry {
	color: #050d24;
	text-align: justify;
	}
.postentry a{
  zcolor: #5F5F5F;
	color: #093;
}
.postentry a:hover {
	zcolor:#333333;
	color: #093;
	}

.postentry img {
	zpadding:5px;
	}
.postentry img:hover {
	zpadding:5px;
	}

.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}

.posttitle { /* to be styled */ 
        border-bottom-style:solid;
        border-bottom-color:#DDDDDD;
        border-bottom-width:1px;
}
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #3F3F3F;
        text-decoration:none;
	}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #050D24;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist a {
	color: #093;
}
#commentlist li {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #E0E0E0;
	background: #F8F8F8 repeat-y 0 0;
	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 10px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #093;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #093;
	}

.compost {display: table; padding: 3px 0 0;}
* html .compost {height: 1%;}
*+html .compost {height: 1%;}
.wavatar {
	float: left;
	padding: 0 9px 0;
}
.numcount {
	width: 40px;
	float: right;
	font-size: 27px;
	text-align: center;
	color: #093;
	padding: 9px 0;
}
.numcount span {font-size: 17px;}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	}
h2#postcomment2 {
	margin: 0;
	padding: 0 0 10px;
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #F8F8F8 url(images/separator_blue.gif) repeat-x center top;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #E0E0E0;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #D0D0D0;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 18px;
	}
.postcomment input#code {
	width: 100px;
	height: 18px;
}
.antispam img {margin-bottom: -7px;}

.wavatar {
	float: left;
	padding: 0 9px 0;
}

.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #e5edff url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #e5edff url(images/submit_hover.gif) repeat 0 0;
	}	



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 290px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	}

#sidebar .rssfeeds {
		height: 140px;
		margin: 0;
		padding: 0;
		background: transparent url(images/sidebar.gif) no-repeat right bottom;
		}
#Flickr img {
                padding-left:2px;
                padding-right:3px;
                opacity:0.8;
}

#Flickr img:hover {
                padding-left:2px;
                padding-right:3px;
                opacity:1.0;
}

#sidebar h2.feed-title {
		margin: 0;
		padding: 20px 0 0 3px;
		background: none !important;
		font-size: 1.4em;
		}
	.rssfeeds a.rss  {
		padding: 0 0 0 25px;
		background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
		}

#sidebar h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	background: url(images/separator_green.gif) repeat-x center bottom;
	font-size: 1.4em;
	}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #6a696a;
	}
#sidebar ul.no-splitted li {
	padding: 0 5px;
	}
#sidebar ul.no-splitted ul li {
	margin: 0 -5px;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}

#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	}
#sidebar-splitted .splitted-left {
	float: left;
	width: 140px;
	overflow: hidden;
	}
#sidebar-splitted .splitted-right {
	float: right;
	width: 145px;
	overflow: hidden;
	}

ul.splittedlists li,
.splittedlists li {
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}
ul.splittedlists ul li,
.splittedlists ul ul li {
	margin: 0 0 0 -12px;
	background: url(images/dot2.gif) no-repeat 12px 7px;
	font-size: 11px;
	line-height: 18px;
	}
ul.splittedlists li a:link,
ul.splittedlists li a:visited {
	color: #050D24;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: #5F5F5F;
	}
ul.splittedlists ul li a {
  color: #646464;
}


/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left !important;
	float: none;
	width: 855px;
	height: 100%;
	margin: 20px 0 0;
	padding: 0;
	background: #181718 url(images/separator_green.gif) repeat-x 0 0;
	border-top: 5px solid #DFEDCC;
	text-align: left;
	color: #fff;
	position: relative;
	}

#fleur2 {
	position: absolute;
	top: -94px;
	left: 0;
	width: 143px;
	height: 94px;
	background: url(images/fleur2.jpg) no-repeat;
}

#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #fff;
	}
#bottom h2 span {
	color: #999999;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #343434;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #343434;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #121212;
	}

/**********************
*   Footer            *
***********************/

#footer {
	width: 100%;
	clear: both;
	background: #101010;
	border-top: 1px solid #000;
	color: #fff;
	text-align: center;
	padding: 0 0 10px;
	position: relative;
	}

#sponsors {
	font-size: 10px;
	color: #333;
	text-align: left;
	padding: 0 10px;
}
#sponsors a {
	color: #333;
}

#counters {
	position: absolute;
	top: 10px;
	right: 10px;
}

#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0 0;
	padding: 0 5px 0 20px;
	}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	line-height: 200%;
	}
#footer p a:link,
#footer p a:visited {
	color: #F9F9F9;
	}
#footer p a:hover {
	color: #fff;
	}
#footer p a:active {
	color: #9ad202;
	}



#top-banner {
	text-align: center;
	margin: 20px 0 0;
}

.context {
	padding: 0 30px;
}
