/**
  Theme Name: Fluxar
  Theme URI: http://www.fluxar.com
  Version: 1.0
  Author: Kamil Baranowski
  Author URI: http://www.fluxar.com
  Licence: GPL
  
  Description: A custom Wordpress theme created for <a href="http://www.fluxar.com">Fluxar.com</a>.
*/
/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#content ul.single_author{display:inline;}
#content ul.social_bookmarks{display:inline;}

div.single_entry h3.a_heading{font-size:14px;}
.comment_form h3 a{font-size:14px;}
.textarea_arrow{display:none;}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #888888;
	background: #191919 url(images/body_bkg3.gif) center 12px;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
}
html, body {
	height: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym { 
	cursor: help;
	border-bottom: 1px dashed #333; 
}

pre, code { 	
    display: block; 	
    margin: 25px 0; 
    padding: 15px; 
	border-left: 3px solid #abb0b0; 
    background: #e0e5e5;
	font-size: 1.5em;
    } 
p > code { 	
	font-size: 1.0em;
	line-height: 1.2em;
    }   
pre code { 
	border: none; 
}
strong {
	font-weight: bold;
	letter-spacing: 0;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.clear {
	clear: both;
}
/* Link Styles */
a:link, a:visited {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #33cc00;
	text-decoration:none;
}
a:active {
	color: #33cc00;
	text-decoration:none;
}
.a_heading a:link, .a_heading a:visited {
	color: #ffffff;
	text-decoration:none;
}
.a_heading a:hover {
	color: #33cc00;
	text-decoration:none;
}
.a_heading a:active {
	color: #3f3f3f;
	text-decoration:none;
}

a.more-link{
	background: #000000 url(images/more_bg.gif) no-repeat 85% 50%;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.2em 2.0em 0.2em 1.0em;
	margin-top:15px;
	color: #33cc00;
	display:block;
	width:40px;
	border:1px solid #444444;
}

a.more-link:hover{
	background: #000000 url(images/more_bg_hover.gif) no-repeat 85% 50%;
	color: #ffffff;
	text-decoration:none;
	border:1px solid #33cc00;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0 0px 0;
	color: #fff;
}
h1 {
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom: 1px solid #222222;
}
h2 {
	font-size: 2.8em;
	margin-top: 20px;
}
h3 {
	font-size: 2.5em;
	margin: 30px 0 20px 0;
}
h4 {
	font-size: 2.2em;
}
h5 {
	font-size: 1.9em;
}
h6 {
	font-size: 1.6em;
}
/* General Classes */
.hidden {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
/* Header */
#header {
	position: relative;
	height: 165px;
	width: 860px;
	margin: 0 auto;
	text-align: left;
	background: url(images/tile-bg.jpg) repeat-x top left;
}
#bloginfo {
	position: absolute;
	left: 15px;
	top: 58px;
	height:76px;
	width:600px;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
}
#header .logo {
	float: left;
	font-size: 24px;
	font-style: italic;
	text-align: center;
	height: 94px;
	
}
.small_img {
	background: url(images/logo-trans.png) no-repeat 100% 0px;
	width: 129px;
	height:94px;
}

.small_img a{
	width: 129px;
	height:94px;
	display:block;
	text-indent:-999999px;
}

.medium_img {
	background: url(images/logo_medium.gif) no-repeat 100% 0px;
	width: 300px;
}
.large_img {
	background: url(images/logo_large.gif) no-repeat 100% 0px;
	width: 426px;
}
#header .logo a {
	color: #fff;
}
#header .description {
	float: left;
	height: 60px;
	color: #cccccc;
	font-size: 18px;
	line-height: 60px;
	margin-left: 20px;
	letter-spacing:0px;
}
/*#header ul#navigation {
	height: 18px;
	padding:5px 15px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
	z-index: 99;
	background: #000;
	border:1px solid #454545;
}
#header ul#navigation li {
	display: inline;
	padding: 0.5em 1.5em 0.5em 0;
	letter-spacing: -0.05em;
}
#header ul#navigation a:link, #header ul#navigation a:visited {
	color: #727272;
	text-decoration:none;
}
#header ul#navigation a:hover {
	color: #fff;
	text-decoration:none;
}
#header ul#navigation li.current_page_item a {
	color: #fff;
	text-decoration:none;
}
#header ul#navigation a:active {
	color: #727272;
	text-decoration:none;
}
#header ul#navigation .subscribe {
	background: url(images/rss_icon_nav.gif) no-repeat 100% 50%;
	padding-right: 2.8em;
	line-height: 1.6em;
}*/
#header .search_div {
	position:absolute;
	bottom:0px;
	right:1px;
	height:auto;
	width:184px;
	background: #000; 
	padding: 5px 0;
	border-top:1px solid #464646;
	border-left:2px solid #464646;
	border-right:1px solid #464646;
}
#header .search_div fieldset {
	margin: 0;
	padding: 0;
	background:#000;
}
#header .search_div input {
	display: block;
	margin: 0 auto;
	border:none;
	border-bottom: 1px solid #464646;
	padding: 3px;
	padding-right: 25px;
	width: 130px;
	background: #000 url(images/search_icon.gif) no-repeat 100% 50%;
	color:#888888;
}


/* Wrapper */
#wrapper {
	width: 860px;
	/*
	background: #fff url(images/page_bg.png) repeat-y 0 -114px;
	border-top: 1px solid #191a1a;
	border-bottom: 1px solid #191a1a;
	*/
	margin: 0 auto;
	text-align: left;
}
/* Content */
#content {
	width: 641px;
	float: left;
	padding: 15px;
	padding-bottom: 20px;
	border:1px solid #464646;
	background:#000000;
}

#content p {
	font-size: 12px;
	line-height: 18px;
	margin: 15px 0 15px 0;
}
#content ol, #content ul {
	margin: 0 0 0 20px;
	font-size: 1.3em;
	line-height: 1.5em;
}
#content ol ol, #content ul ul {
	font-size: 1.0em;
}
#content ol li {
	list-style: decimal;
}
#content ul li {
	list-style: none;
	background: url(images/li_square.png) no-repeat 0 9px;
	padding-left: 16px;
}
#content dl {
	font-size: 1.3em;
	line-height: 1.3em;
}	
#content dl dt { 
	margin-top: 15px;
	font-weight: bold; 
}	
#content dl dd { 
	margin: 0; 
}
#content blockquote {
	font-size: 0.8em;
	line-height: 1.0em;
	font-style: italic;
	padding: 20px 20px 20px 60px;
	margin: 20px 0;
	background: url(images/quote.png) no-repeat 0 0;
}
#content .post_nav {
	width: 13em;
}
p.button {
	margin: 0;
	padding: 0;
}

.button a:link, .button a:visited {
	background: #000000 url(images/more_bg.gif) no-repeat 85% 50%;;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em 2.0em 0.5em 1.0em;
	color: #33cc00;
	border:1px solid #444444;
}
.button a:hover {
	background: #000000 url(images/more_bg_hover.gif) no-repeat 85% 50%;
	color: #ffffff;
	text-decoration:none;
	border-color:#33cc00;
}
.button a:active {
	color: #fff;
	text-decoration:none;
}
.button_l a:link, .button_l a:visited {
	background: #44a51a url(images/more_bg_1.gif) no-repeat 15% 50%;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em 1.0em 0.5em 2.0em;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.button_l a:hover {
	color: #acec82;
	background: #44a51a url(images/more_bg_l.png) no-repeat 15% 50%;
	text-decoration:none;
}
.button_l a:active {
	color: #fff;
	text-decoration:none;
}
.b_push a {
	margin-left: 5px;
}
#content .entry {
	border-bottom: 1px solid #222222;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#content .single_entry {
	padding-bottom: 10px;
}
#content .entry_meta ul {
	margin: 0;
	padding: 0;
	/*  1.0em */
	font-size: 10px;
	line-height: 10px;
	display: inline;
}
#content .entry_meta li {
	display: inline;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 8px;
	margin-right: 7px;
	border-right: 1px solid #c5c5c5;
	background: none;
	padding-left: 0;
}

#content .entry_meta li.comments {
	border-right: none;
}
#content .entry_meta li.date {
	border-right: none;
	color: #ffffff;
}
#content .single_meta {
	background: #191919;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding-top: 10px;
}
#content .single_meta ul {
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 2.6em;
}
#content .single_meta li {
	display: inline;
	background: none;
	padding-left: 0;
}
#content .single_author {
	float: left;
	width: 200px;
	margin-left: 10px;
}
#content .single_author li {
	padding-left: 20px; 
	background: url(images/li_author.png) no-repeat 0 50%;
	list-style: none;
}
#content .social_bookmarks {
	float: right;
	width: 400px;
	margin-right: 10px;
}
#content .social_bookmarks li {
	padding-left: 10px;
	float: right;
	list-style: none;
}
#content .related_posts {
	background: url(images/mouse_icon.jpg) no-repeat 20px 5.5em;
	padding-bottom: 20px;
}
#content .related_posts h3 {
	margin-bottom: 15px;
}
#content .related_posts ul {
	margin: 0 0 0 105px;
	font-size: 1.3em;
	line-height: 1.8em;
}
#content .related_posts li {
	position: relative;
	width: 280px;
	margin-right: 20px;
	float: left;
	list-style: none;
	background: none;
	padding-left: 0;
	margin-bottom: 5px;
	border-top: 1px solid #e8e8e8;
}
#content .related_posts li.no_posts {
	border: none;
}
#content .related_posts li a {
	display: block;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #e8e8e8;
}
#content .related_posts li a:hover {
	background-color: #F5F5F5;
}
#content #comments {
	background: #191919;
	padding: 30px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}
#content #comments ol.comment_list {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 100%;
}
#content #comments ol.comment_list li {
	list-style: none;
}

#content #comments .comment_author {
	float: left;
	padding-top: 1px;
	width: 100px;
	margin-bottom: 30px;
}
#content #comments .comment_author p {
	font-size: 1.3em;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: 1.0em;
	color: #5f6565;
}
#content #comments .single_comment {
	position: relative;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #e0e5e5;
	width: 480px;
	float: right;
	margin-bottom: 30px;
}
#content .comment_list { 
	padding-bottom: 40px;
}
#content .comment_arrow {
	position: absolute;
	top: 10px;
	left: -32px;
}
#content #comments .single_comment p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
#content #comments .comment_author span {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #a6a6a6;
}
#content .trackbacks {
	background: url(images/trackback_icon.jpg) no-repeat 20px 5.5em;
	padding-bottom: 25px;
}
#content .trackbacks h3 {
	margin-bottom: 15px;
}
#content .trackbacks ul {
	margin: 0 0 0 105px;
	font-size: 1.3em;
	line-height: 1.8em;
}
#content .trackbacks li {
	width: 280px;
	margin-right: 20px;
	float: left;
	list-style: none;
	background: none;
	padding-left: 0;
}
#content #about_author {
	background: #f1f3f3;
	border-top: 1px solid #dddfdf;
	border-bottom: 1px solid #dddfdf;
	padding: 10px;
	margin-bottom: 20px;
}
#content #about_author img {
	float: left;
}
#content #about_author h4 {
	font-size: 1.5em;
	color: #000;
	margin: 0;
}
#content #about_author p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 10px 0;
}
#content .author_text {
	padding-left: 110px;
	padding-right: 80px;
}
#content .aligncenter, #content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content .alignleft {
	float: left;
	padding: 10px 20px 20px 0;
}
#content .alignright {
	float: right;
	padding: 10px 0 20px 20px;
}
#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#content .wp-caption p.wp-caption-text {
	font-size: 1.0em;
	line-height: 1.6em;
	padding: 5px;
	margin: 0;
}
/* Form */
#content .single_entry .comment_form {
	position: relative;
}
#content .single_entry .comment_form ul {
	margin: 0;
	font-size: inherit;
	float:left;
}
#content .single_entry .comment_form li {
	list-style: none;
	background: none;
	padding-left: 0;
}
#content .single_entry .comment_form ul.single_author {
	width: 100px;
}
#content .single_entry #comment_form {
	width: 465px;
	float: right;
}
#content .single_entry .input {
	width: 455px;
	padding: 4px 5px;
	background: #fff;
	border: 1px solid #e0e5e5;
	color: #5f6565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	display: block;
	margin: 5px 0;
}
#about_author{min-height:96px;}
#content #comment_form textarea.textarea{margin-top:0;}
#content .single_entry .textarea {
	padding-top: 20px;
	padding-left: 20px;
	width: 440px;
	margin-top:none;
}
.nocomments{font-size:10px;}
#post_author{font-size:14px;}
#content .single_entry .textarea_arrow {
	position: absolute;
	top: 70px;
	left: 95px;
}
#content .single_entry #submit {
	background: #44a51a;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0.5em 1.5em 0.5em 1.5em;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	float: right;
	border: none;
	
}
#content .single_entry #submit:hover {
	color: #acec82;
	background-color: #44a51a;
	text-decoration:none;
	cursor: pointer;
}
.wp-pagenavi {
	font-size: 1.1em;
	text-transform: uppercase;
	clear: both;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	margin-left: 3px;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #ddd;
}
.wp-pagenavi .pages {
	float: left;
}
/* Sidebar */
#sidebar {
	width: 184px;
	float: right;
	display:inline;
	overflow:hidden;
	position:relative;
	margin-right: 1px;
	padding-bottom: 30px;
	border-top:1px solid #464646;
	border-bottom:1px solid #464646;
	border-right:1px solid #464646;
	border-left:1px solid #464646;
	background:#000000;
}
#sidebar a:link, #sidebar a:visited {
	color: #7e7e7e;
	text-decoration:none;
}
#sidebar a:hover {
	color: #33cc00;
	text-decoration:none;
}
#sidebar a:active {
	color: #8b8f8f;
	text-decoration:none;
}
#sidebar h3 {
	font-size: 1.0em;
	margin: 0;
	margin-bottom: 10px;
	color: #ffffff;
}

#sidebar #advert_div {
	padding: 10px;
}
#sidebar #advert_div_inner {
	display: block;
	margin: 0 auto;
	width: 120px;
}
#sidebar #advert_div img {
	margin: 5px 0;
}
#sidebar .subscribe_div {
	padding: 15px;
	padding-left: 25px;
	border-top: 1px solid #494949;
	color: #8b8f8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
}
#sidebar .subscribe_div h3 {
	padding-bottom: 5px;
}
#sidebar .subscribe_div li {
	line-height: 2.0em;
	background: url(images/rss_icon.gif) no-repeat 0 50%;
	padding-left: 24px;
	letter-spacing: -0.05em;
}
#sidebar .sidebox_div {
	padding: 15px;
	padding-left: 25px;
	color: #8b8f8f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-transform: uppercase;
	border-top: 1px solid #494949;
}
#sidebar .sidebox_div li {
	line-height: 2.0em;
	letter-spacing: -0.05em;
}
#footer_wrapper{
	width:100%;
	height:auto;
	background:#000000;
	border-top:1px solid #494949;
	margin-top:30px;	
	margin-bottom:10px;
}

#footer {
	position:relative;
	width: 830px;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
	color: #8a8a8a;
	font: 11px Arial, Helvetica, sans-serif;
}

#footer_form{
	position:absolute;
	padding:15px;
	top:0px;
	left:200px;
	height:50px;
	width:500px;
	text-align:left;
}

#footer p {

}

#footer p span{
	color:#33cc00;	
}

#footer a:link, #footer a:visited {
	color: #33cc00;
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
	text-decoration:none;
}
#footer a:active {
	color: #ff9477;
	text-decoration:none;
}

#footer input{
	margin:10px 5px 5px 0px;
	width:171px;
	height:auto;
	border:1px solid #333333;
	background:#181818;	
	color:#999999;
	font:11px Arial, Helvetica, sans-serif;
	padding:2px;
}

#footer textarea{
	width:353px;
	height:80px;
	border:1px solid #333333;
	background:#181818;	
	color:#999999;
	font:11px Arial, Helvetica, sans-serif;
	padding:2px;
	
}

#footer input.submit{
	margin:5px 0px 0px 0px;
	margin-left:5px;
	width:60px;
	height:auto;
	color:#cccccc;
	font: 10px Arial, Helvetica, sans-serif;
}

#footer input.vercode{
	margin:5px 0px 0px 0px;
	width:100px;
	height:auto;
}



table { 
	margin: 20px 0;
	border: 1px solid #9a9e9e; 
    border-collapse: collapse;
	font-size: 1.3em;
	width: 100%; 
}
table th, 
table td { padding: 10px 15px; }
table th, 
table td { text-align: left; }
table thead th { 
    font-family: inherit; 	
    font-size: inherit;
	background-color: #2a2a2a;
	border: 1px solid #2a2a2a;
	color: #fff;
	font-weight: bold;
    }
   
table tbody th { 
    color: #000; 
    }
table tbody th, 
table tbody td { border-top: 1px solid #b7bbbb; }
table tbody tr.alt { background-color: #e0e5e5; }
table tfoot tr th,
table tfoot tr td { 
	border-top: 1px solid #b7bbbb;
    background-color: #c9cece; 
    }
#sidebar table { 
	margin: 20px 0;
	border: 1px solid #9a9e9e; 
    border-collapse: collapse;
	font-size: 9px;
}
#sidebar table th, #sidebar table td { padding: 2px 3px; }
#sidebar table tbody td { border: 1px solid #b7bbbb; }
#sidebar table a:link, #sidebar table a:visited {
	color: #45a61a;
	text-decoration:none;
}
#sidebar table a:hover {
	color: #000;
	text-decoration:none;
}
#sidebar table a:active {
	color: #45a61a;
	text-decoration:none;
}








.menu{float:left;}
#nav{font-size:12px;background:#191919;}
/*#nav li{float:left;}
#nav li.over{background:#232323;}
#nav li.active, #nav li.current_page{background:url(images/nav-bg.gif) repeat-x;}

#nav li a{display:inline-block;color:#858585;text-decoration:none;text-transform:uppercase;position:absolute;padding:12px 12px 11px 12px;margin:-39px 0 0 0;}

#nav li a:hover{color:#ffffff;}
#nav li a.current_page{color:#ffffff;}


#nav li div.current_page{background:url(images/navHighlight-trans.png) no-repeat top left;}
#nav li a.first{}
#nav li a.last, #top_nav li a.last{border:none;}
#nav li ul{position:absolute;overflow:hidden;z-index:100;background:#191919;margin:0 0 0 0px;width:135px;}
#nav li ul li{display:block;float:none;width:100%;}
#nav li ul li a{padding:6px 12px 6px 12px;width:100%;margin:-28px 0 0 0;}



#nav li div.shadow{color:#000000;text-decoration:none;text-transform:uppercase;padding:13px 12px 11px 13px;}
#nav li ul li div.shadow{padding:6px 12px 6px 12px;background:none;}	*/


div.sidebox_div span.entry-meta{display:block;padding-bottom:15px;font-size:9px;}
div.sidebox_div span.entry-content{display:block;overflow:hidden;}




#nav li{float:left;display:inline;}
#nav li.over{background:#232323;}
#nav li.active, #nav li.current_page{background:url(images/nav-bg.gif) repeat-x;}

#nav li a{display:inline-block;color:#858585;text-decoration:none;text-transform:uppercase;position:absolute;padding:12px 12px 11px 12px;margin:-39px 0 0 0;}

#nav li a:hover{color:#ffffff;}
#nav li a.current_page{color:#ffffff;}


#nav li div.current_page{background:url(images/navHighlight-trans.png) no-repeat top left;}
#nav li a.first{}
#nav li a.last, #top_nav li a.last{border:none;}
#nav li ul{position:absolute;overflow:hidden;z-index:100;background:#191919;margin:0 0 0 0px;width:135px;}
#nav li ul li{display:block;float:none;width:100%;}
#nav li ul li a{padding:6px 12px 6px 12px;width:100%;margin:-28px 0 0 0;}

#nav li div.shadow{color:#000000;text-decoration:none;text-transform:uppercase;padding:13px 12px 11px 13px;}
#nav li ul li div.shadow{padding:6px 12px 6px 12px;background:none;width:100%;}
