/*
Theme Name: Brainfucker.pl theme
Version: 1.1
Author: Wojciech 'exceptional' Walczak
Author URI: http://www.brainfucker.pl

*/

html, body {
	background: url(img/bg.png);
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 12px;
	color: #d7d7d7;
	line-height: 24px;
}

::selection {
	background: #971a0a;
	color: #FFFFFF;
}

::-moz-selection {
	background: #971a0a;
	color: #FFFFFF;
}
  
a {
	text-decoration: none;
	color: #82d53d;
	border-bottom: 1px solid #809aa7;
}  

a:hover {
	color: #a2e769;
	border-bottom: 1px solid #a7bfcb;
}
  
.comments-meta-link a {
	color: #ececec;
	border: 0px;
}

h2, h2 a {
	font-size: 20px;
	font-family: Georgia, serif;
	font-weight: normal;
	border: 0px;
	color: #d7d7d7;
}

h2 a:hover {
	color: #FFFFFF;
	border: 0px;
}
  
input, textarea {
 	border: 3px solid #010101;
 	background: #1d4b6c;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=050);
 	padding: 5px;
 	font-style: italic;
 	color: white;
} 

input[type=submit] {
	min-width: 100px;
	font-weight: bold;
}

img {
	background: #0a2d41;
	padding: 5px;
	border: 1px solid #0c1f30;
	margin: 10px;
}

blockquote {
	padding: 10px;
	background: url(img/meta_bg.png);
	border-top: 1px solid #144c70;
	border-bottom: 1px solid #144c70;
	font-style: italic;
}

blockquote p {
	margin: 0px;
	padding: 0px;
}
  
#container {
	width: 900px;
	margin: 0 auto;
	text-align: justify;
}

#menu_top {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	text-align: right;
}

#menu_top li {
	display: inline-block;
	width: auto;
	border: 0px;
	margin-right: 30px;
}

#menu_top li a {
	border: 0px;
	text-transform: uppercase;
	display: block;
	color: #10abe8;
	font-family: Georgia, serif;
	font-weight: bold;
	letter-spacing: 2;
	font-size: 10px;
}

#menu_top li a:hover {
	color: #4fc4f2;
}

#top {
	width: 900px;
	height: 280px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 100px;
	background-color: white;
	background: url(img/top.png);
}

#top_box {
	position: absolute;
	bottom: 25px;
	right: 25px;
	padding: 0px;
	max-width: 600px;
	background:#dedede;
	opacity: 0.5;
	-moz-opacity: 0.5;         
	filter: alpha(opacity=050);
	color: #555555;
}

#top_box:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;         
	filter: alpha(opacity=100);
}

#top_box a {
	display: block;
	padding: 5px;
	border: 0px;
	color: #555555;
}

#top_box a:hover {
	color: #6e6e6e;
}

#left {
	width: 550px;
	float: left;
	clear: left;
}

#right {
	width: 300px;
	float: right;
	clear: right;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding: 10px;
	background: url(img/meta_bg.png);
	border-top: 1px solid #144c70;
	border-bottom: 1px solid #144c70;
	font-size: 11px;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 85px; 
}

#footer_info {
	float: left;
}

.back_to_top {
	float: right;
	width: 19px;
	height: 19px;
	background: url(img/back_to_top.png);
	border: 0px;
	display: inline-block;
	opacity: 0.8;
	-moz-opacity: 0.8;         
	filter: alpha(opacity=080);
	margin-top: 4px;
}

.back_to_top:hover {
	border: 0px;
	opacity: 1.0;
	-moz-opacity: 1.0;         
	filter: alpha(opacity=100);
}

.navigation {
	clear: both;
	margin: 15px;
}

.alignleft {
	float: left;
	clear: left;
}

.alignright {
	float: right;
	clear: right;
}

.meta {
	text-transform: uppercase;
	padding: 10px;
	background: url(img/meta_bg.png);
	border-top: 1px solid #144c70;
	border-bottom: 1px solid #144c70;
	font-size: 11px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 35px;
	font-family: 'Lucida Sans Unicode', Arial, sans-serif;
}

.meta span {
		display: inline-block;
		clear: none;
		
		margin-right: 25px;
}

.entry {
	margin-bottom: 50px;
	font-family: Georgia;
	font-size: 13px;
	line-height: 28px;
}

.post-thumb-link, .post-thumb-link:hover {
	border: 0px;
	display: inline;
	clear: none;
	float: left;
}

.noborder, .noborder:hover { border: 0px; }

.post-image {
	margin: 0px;
}

.readmore {
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 15px;
}

.readmore a {
	border: 0px;
	font-weight: bold;
	font-family: Georgia, serif;
	color: white;
	letter-spacing: 5;
	opacity: 0.8;
	-moz-opacity: 0.8;         
	filter: alpha(opacity=080);
	padding: 5px;
}

.readmore a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	background: #062a3c;
}

.entry_bottom {
	background: url(img/entry_bottom.png);
	width: 550px;
	height: 64px;
}

.rss_feed_icon {
	display: inline-block;
	border: 0px;
	width: 86px;
	height: 18px;
	background: url(img/rss_feed.png);
	opacity: 0.8;
	-moz-opacity: 0.8;         
	filter: alpha(opacity=080);
	margin-right: 20px;
	margin-left: 50px;
}

.rss_feed_icon:hover {
	border: 0px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.trackback_url_icon {
	display: inline-block;
	border: 0px;
	width: 119px;
	height: 19px;
	background: url(img/trackback_url.png);
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=080);
}

.trackback_url_icon:hover {
	border: 0px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.entry_bottom_icons {
	line-height: 10px;
}

#s {
	width: 100%;
 	border: 3px solid #010101;
 	background: #2c73a5;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=030);
 	padding: 5px;
 	margin-bottom: 10px;
 	font-style: italic;
 	color: white;
}
#previous {
	display: inline-block;
	border: 0px;
	width: 118px;
	height: 32px;
	background: url(img/starsze_wpisy.png);
	opacity: 0.8;
	-moz-opacity: 0.8;         
	filter: alpha(opacity=080);
	float: left;
}

#previous:hover {
	border: 0px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#next {
	display: inline-block;
	border: 0px;
	width: 118px;
	height: 32px;
	background: url(img/nowsze_wpisy.png);
	opacity: 0.8;
	-moz-opacity: 0.8;         
	filter: alpha(opacity=080);
	float: right;
}

#next:hover {
	border: 0px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#right h3 {
	width: 300px;
	height: 50px;
	font-size: 0px;
	margin-top: 30px;
	padding: -100px;
	overflow: hidden;
	color: #04344e;
	line-height: 1000px;
}

#profiles {
	margin-top: 10px;
	text-align:center; 
}

#profiles a img, #profiles a {
	border: 0px;
	background: transparent;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#sidebar_rss_feed {
	background: url(img/rss_icon.png) no-repeat;
	background-color: #dd9623;
	height: 40px;
	font-weight: bold;
	font-size: 13px;
	opacity: 0.75;
	-moz-opacity: 0.75;         
	filter: alpha(opacity=075);
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#sidebar_rss_feed:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#sidebar_rss_feed a {
	border: 0px;
	color: white;
	display: block;
	padding-left: 60px;
	line-height: 40px;
}

#kto_tu_rzadzi {
	background: url(img/kto_tu_rzadzi.png);
}

#kategorie {
	background: url(img/kategorie.png);
}

#reklamy {
	background: url(img/reklamy.png);
}

#linki {
	background: url(img/linki.png);
}

#meta {
	background: url(img/meta.png);
}

#tagi {
	background: url(img/tagi.png);
}

#archiwum {
	background: url(img/archiwum.png);
}

#najnowsze-komentarze {
	background: url(img/najnowsze_komentarze.png);
}

#right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#right li {
	display: inline-block;
	width: 148px;
	border-bottom: 1px solid #809aa7;
}

#right li a {
	border: 0px;
	display: block;
}

#recent-comments li {
	width: 300px;
	clear: both;
	line-height: 20px;
	text-align: left;
	padding: 5px;
}

#recent-comments li:hover {
	background: url(img/meta_bg.png);
}

#recent-comments li a {
	color: #809aa7;
	font-style: italic;
}

#ads img {
	margin: 5px;
	border: 0px;	
}

#ads a, #ads a:hover {
	border: 0px;
}

.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.commentlist li {
	padding: 10px;
	background: #1a4e79;
	border-bottom: 2px solid #2f7098;
	font-size: 11px;
	text-align: left;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=060);
}

.commentlist li:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

.vcard {
	color: #7fd5f6;
	border-bottom: 1px solid #286e97;
}

.post-list {
	list-style-type: none;
}

.post-list li {
	width: 70%;
	padding: 5px;
	background-color: #1a4462;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=060);
}

.post-list li:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

.post-list a {
	border: 0px;
	display: block;
}

.social {
	margin: 15px;
	padding: 5px;
	padding-left: 10px;
	background: url(img/meta_bg.png);
	border: 1px solid #144c70;	
}

.social a {
	text-decoration: none;
	border: 0px;
}

.social span {
	margin-right: 5px;
}

#settings {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	background: url(img/meta_bg.png);
	z-index: 100;
	border-bottom: 4px solid #191e21;
	display: none;
}

#settings_opener {
	text-align: center;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	width: 100px;
	background:#163150;
	border: 2px solid #191e21;
	border-top:0px;
	position: relative;
	left: 30%;
	cursor: pointer;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
}

#settings_body {
	margin: 0 auto;
	width: 900px;
	padding: 15px;
	text-align: left;
	font-family: Georgia;
}

.settings_body_element {
	width: 280px;
	float: left;
	clear: none;
	margin-right: 15px;
}

.font-size {
	cursor: pointer;
	margin-left: 7px;
}

#small {
	font-size: 11px;
}

#normal {
	font-size: 13px;
}

#big {
	font-size: 16px;
}

.font-color {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid #191e21;
	margin-bottom: -5px;
	margin-left: 7px;
	cursor: pointer;
}

#color-normal {
	background: #d7d7d7;
}

#white {
	background: #FFFFFF;
}

#grey {
	background: #a0a0a0;
}

.link-color {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 2px solid #191e21;
	margin-bottom: -5px;
	margin-left: 7px;
	cursor: pointer;
}

#link-green {
	background: #82d53d;
}

#link-blue {
	background: #22b2e2;
}

#link-orange {
	background: #e3901b;
}