/*  
Theme Name: BlueGrey
Theme URI: http://www.skinpress.com/
Description: Custom blog design starts from just $500 @ <a href="http://www.askgraphics.com/blog-design.html">AskGraphics.com</a>.
Version: 1.0
Author: AskGraphics.com
Author URI: http://www.AskGraphics.com/

License Information :

All templates are free to use as long as you leave the credits unchanged.
You cannot claim these templates or modifications of these templates as yours.

You cannot redistribute these templates on your website.

You cannot modify these templates and distribute them.

*/



ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
h3 {
  width:100%;
  clear:both;
}
ul{
	list-style:none;
}
a{
	color:#0074BE;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

body{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#4b4b4b url(images/page-bg.png) repeat-y center;
	color:#4b4b4b;
}

#page{
	width:1000px;
	margin:0px auto;
}

/* HEADER */
/*
#header{
	width:100%;
	height:86px;
	background:url(images/header_bg.gif) repeat-x;
}

#header_left{
	float:left;
}

#header_right{
	float:right;
}

#header h1{
	color:#4b4b4b;
	font-size:30px;
	font-style:italic;
	padding-top:20px;
	padding-left:25px;
}

#header h1 a{
	color:#000000;
}

#header h1 span{
	color:#9a9a9a;
	font-size:14px;
	position:relative;
	top:-5px;
	font-weight:normal;
}

#header_right ul{
	padding-top:44px;
}

#header_right ul li{
	float:left;
	position:relative;
	top:4px;
}

#header_right ul li img{
	float:left;
}
*/

/*Main menu*/
.MainMenu {
    margin-top:7px;
    overflow:visible;
    position:relative; 
    float:left;   

}
.MainMenu li {
    float:left;
    display:inline;
    height:40px;
    margin-left:8px;
    margin-top:5px;
}
.MainMenu li a {
    color:#161052;
    line-height:26px;
    display:block;
    background:url(images/menuitembg.png) repeat;
    padding:0 9px;
    text-transform:uppercase;
    font-size:15px;
    position:relative;
}

.MainMenu li a:hover {
    text-decoration:none;
    background:#fff;
}
.MainMenu li.Active {
    margin-top:0;

}
.MainMenu li.Active a {
    color:#161052;
    background:url(images/falbanka.png) repeat-x;
    line-height:35px;
    height:40px;    
}

.MainMenu li ul.Submenu {
    position: absolute;
    top:30px;
    left:0;
    display:none;
    padding:15px;
    width:500px;
}
.MainMenu li ul.Submenu li a {
    background:transparent;
    text-transform:none;
}
.MainMenu li ul.Submenu li a:hover {
    text-decoration: underline;
}

.MainMenu li:hover ul.Submenu,
.MainMenu li ul.Submenu:hover {
    display:block;
}

/*BOARD*/

#board{
	width:100%;
	height:212px;
	background:url(images/header_bg_voce.jpg) no-repeat;
}
#board a {
    display:block;
    text-indent:-2000px;
    height:212px;
}

#board h2{
	color:#FFFFFF;
	font-size:23px;
	font-weight:normal;
	width:675px;
	margin-left:60px;
	padding-top:38px;
}

#board p{
	font-size:11px;
	color:#FFFFFF;
	margin-left:60px;
	line-height:20px;
	width:675px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#board p a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}

/* BODY */

#body{
	width:100%;
	background:#ffffff url(images/body_bg_voce2.jpg) no-repeat;
	float:left;
}

#body_top{
	width:100%;
	float:left;
	background:url(images/body_top_bg.gif) no-repeat right 63px;
	padding-bottom:50px;
}

#body_left{
	width:644px;
	float:left;
	position:relative;
}

#body_right{
	width:356px;
	float:right;
}

/* left contact */

#body_left_content{
	width:559px;
	float:left;
}

.narrowcolumn{
	margin-left:38px;
	margin-top:40px;
}

.post{
	width:559px;
	overflow:hidden;
}

.post-top{
}

.post-title{
	color:#000;
}

.post-title h4{
	font-weight:normal;
	color:#9a9a9a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.post-title h2{
	font-size:20px;
	color:#0074be;
	margin-bottom:4px;
	font-weight:normal;
}

.post-title h2 a{
	color:#0074be;
}

.post-title h2 a:hover{
	color:#0074be;
}

.post-title h3.tags{
	font-weight:normal;
	color:#0074be;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/tags_bg.gif) repeat-x;
	padding-left:5px;
	padding-top:7px;
	padding-right:5px;
	padding-bottom:5px;
}

.post-title h3 a{
	color:#6b6b6b;
}

.post-title h3.tags span{
	color:#0074be;
	font-weight:bold;
}

.post-title h3.tags a{
	color:#6b6b6b;
	font-weight:normal;
}

.entry{
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:5px;
	padding-left:3px;
	padding-right:5px;
	padding-bottom:5px;
}

.entry p{
	padding-bottom:10px;
}

.postmetadata{
	float:left;
	margin-bottom:30px;
	padding-bottom:10px;
	color:#000000;
	background:url(images/tags_bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:100%;
}

.postmetadata a{
	color:#0072bc;
}

.postmetadata b{
	color:#0072bc;
}

.postmetadata .alignleft{
	padding-top:12px;
	padding-left:10px;
}

.postmetadata .alignright{
	padding-top:12px;
	padding-right:5px;
	font-weight:bold;
}
.postmetadata .alignleft a{
 	background:url(images/i_comm.gif) no-repeat left 1px;
	padding-left:15px;
}
.alignleft a{
	padding-right:10px;
	font-weight:bold;
}

a.readmore{
	color:#000000;
	background:url(images/i_read.gif) no-repeat left 1px;
	padding-left:15px;
	padding-right:10px;
}

.post-page{
	width:594px;
	margin-left:25px;
	margin-top:35px;
	background:url(images/post-page_h2.gif) repeat-x;
}

.post-page h2,
.post h2{
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#0074be;
}
.post-page .entry h2 a{
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#0074be;
	text-decoration:none;
}
.post-page .entry h2 a:hover{

	text-decoration:underline;
}
.post-page .entry h1,
.post .entry h1{
	font-size:26px;
	font-style:normal;
	font-weight:normal;
	color:#0074be;
	margin:10px 0 15px 0;
}
.post-page .entry h2,
.post .entry h2{
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	margin:10px 0;
}
.post-page .entry h3,
.post .entry h3{
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	margin:6px 0;
}

.post-page .entry{
	margin-top:10px;
	color:#595959;
	padding-left:18px;
	padding-right:18px;
}

.post-page .entry a{
	color:#f7941d;
	font-weight:bold;
	text-decoration:underline;
}

strong{
	color:#362f2d;
}
.post-page .entry address {
    overflow:hidden;
}
/* uncomment it if you want use STRONG tag like title h1,h2 ...

.post-page .entry strong{
	color:#0054a6;
	background:url(images/entry_strong.gif) repeat-x left bottom;
	padding:0 0 5px 0;
	margin:0;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:block;
}*/

/* right content */

#body_right_content{
	width:316px;
	padding-left:16px;
}

/* ADS */

#main_ads{
	margin-left:0;
	padding-top:6px;
}

#main_ads img{
	padding-left:16px;
	padding-right:8px;
	margin-bottom:19px;
}
.RSSbtn {
  background: url('images/rss.gif') no-repeat 0 0;
  text-indent:-2000px;
  display:block;
  position: absolute;
  top:7px;
  left:3px;
  width:26px;
  height:25px;
}

/* SEARCH */

#main_search{
	margin-bottom:10px;
	color:#8f8f8f;
	font-size:12px;
	height:47px;
	position:relative;
	top:-2px;
}

#searchform_top,
#searchform {
	padding-left:42px;
}

#searchform_top span,
#searchform span {
	font-weight:bold;
	font-style:italic;
}

#searchform_top_text {
	width:184px;
}

#searchform_top_text,
#s{
	border:0px;
	background:none;
	color:#8f8f8f;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#s {
    width:190px;
}

#gosearch,
#searchsubmit {
	position:relative;
	top:7px;
}
#searchform div {
    background:url(images/inputtextbg.gif) no-repeat 0 2px;
    width:275px;
    height:36px;
    margin:0 auto;
}

/* TAGS */

#main_tags{
	line-height:25px;
	background:url(images/main_tags_line.gif) repeat-x left bottom;
	padding-bottom:15px;
	width:312px;
	margin-bottom:20px;
	margin-top:20px;
}

#main_tags h2{
}

#main_tags a{
	color:#858585;
}

#sidebars{
	float:left;
	margin-top:10px;
}

#sidebar{
	width:154px;
	float:left;
}

#sidebar_right{
	width:154px;
	float:left;
	padding-left:8px;
}

#sidebars h2{
	font-size:16px;
	color:#4b4b4b;
	padding-left:27px;
	padding-top:12px;
	padding-bottom:15px;
	text-transform:capitalize;
	font-weight:bold;
	background:url(images/sidebars_h2_bg.gif) no-repeat;
}

#sidebars ul{
	color:#4b4b4b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

#sidebars li ul{
	padding-bottom:18px;
}

#sidebars li ul li ul{
	padding-left:10px;
	background:none;
	padding-bottom:0px;
}

#sidebars li ul li ul li ul{
	padding-left:0px;
}

#sidebars li{
	margin-bottom:40px;
}

#sidebars li li{
	margin-bottom:0px;
	padding-bottom:0px;
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	padding-top:4px;
	padding-bottom:8px;
	padding-right:3px;
	padding-left:6px;
}

#sidebars li li li{
	background:none;
	border:0px;
	padding-bottom:3px;
}

#sidebars li a{
	color:#4b4b4b;
	padding-left:3px;
}

#sidebars li.widget_categories ul li{
	font-weight:bold;
}

#sidebars li.widget_categories ul li a{
	background:url(images/sidebar_li_cat.gif) no-repeat left 4px;
	font-weight:normal;
	padding-left:8px;
}

#sidebars li.widget_categories ul li ul li a{
	background:url(images/sidebar_li_cat_sub.gif) no-repeat left 4px;
	font-weight:normal;
	padding-left:8px;
}

#sidebars li.widget_archives ul li a{
	background:url(images/sidebar_li_ar.gif) no-repeat left 5px;
	font-weight:normal;
	padding-left:8px;
	color:#7f7f7f;
}

#sidebars li.widget_meta ul li a{
	background:url(images/sidebar_li_meta.gif) no-repeat left 4px;
	font-weight:normal;
	padding-left:8px;
}

#sidebars li ul li a{
	background:url(images/sidebar_li_bl.gif) no-repeat left 4px;
	font-weight:normal;
	padding-left:8px;
}

#tag_cloud{
	color:#999999;
	padding-bottom:20px;
}

#tag_cloud a{
	color:#999999;
}

.textwidget{
	padding:5px 5px 10px 5px;
}

/* FOOTER */

#footer{
	width:100%;
	height:61px;
	clear:both;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:url(images/footer_bg.gif) no-repeat;
}

#footer_text{
	padding-top:15px;
	font-size:11px;
}

#footer_text a{
	color:#6dcff6;
	font-weight:bold;

}

#footer_copyrights{
	padding-top:4px;
	font-size:9px;
}

#footer_copyrights a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}

#footer_copyrights a span{
	color:#ffffff;
}




/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 15px;
	padding-bottom:5px;
	background:url(images/blockquote_bg.gif) repeat-y;
	border-bottom:1px dotted #ccc;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	border-bottom:0 none;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.entry blockquote p {
  margin-bottom:0;
  padding-bottom:0;
}
.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight:bold;
	clear:both;
	}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0 10px 15px 0;
	list-style: none;
	padding:10px 15px 10px 20px;
	} 

.entry ul li {
	background:url(images/dotted_grey.gif) repeat-x left bottom;
	padding-bottom:4px;
	padding-top:3px;
	color:#595959;        
  overflow:hidden;                               
	}

.entry ul li:before{
	content: url(images/entry_before.gif);
	}

.entry ol {
	margin: 0 10px 15px 0;
	padding:10px 15px 10px 40px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	padding-bottom:4px;
	padding-top:3px;
	border-bottom:1px solid #eeeeee;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:500px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width:65px;
	height:25px;
	background:url(images/comm_sub.gif) no-repeat 0 0;
	border:0 none;
	cursor:pointer;
	cursor:hand;
	}
#commentform #submit:hover {
	background:url(images/comm_sub.gif) no-repeat 0 -25px;
	}
/* End Form Elements */



/* Begin Comments*/

#comments_template{
	background:url(images/comments_template.gif) repeat-x;
	padding-top:20px;
	width:560px;
	clear:both;
}

h2#comment_title{
	font-size:24px;
	color:#0072bc;
	margin-left:42px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3#comments{
	font-size:15px;
	color:#737373;
	margin-left:42px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.alt {
	}

.commentlist {
	padding: 0px;
	text-align: justify;
	margin-left:42px;
	color:#565656;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.commentlist li {
	margin: 15px 0 10px 0px;
	list-style: none;
	background:url(images/commentlist_bg.gif) no-repeat;
	display:block;
	}

.commentlist li li {
	margin: 0px;
	padding: 5px 10px 5px;
	border-bottom:0px;
	background:none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:16px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	color:#6888bf;
	padding:10px 0px 10px 35px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:capitalize;
	font-weight:bold;
	}

.commentmetadata span{
	color:#000000;
	font-weight:bold;
	}

.commentmetadata a{
	color:#000000;
	font-weight:bold;
	}

.commentmetadata_text{
	padding:0px 20px 0px 20px; 
}

.commentmetadata_end{
	text-align:right;
	color:#1c2c43;
	font-weight:bold;
	border-top:1px solid #ded7b0;
	margin:10px;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.commentmetadata_end a{
	color:#1c2c43;
	}

.commentmetadata_end span{
	}

#respond_box{
	background:url(images/respond_box.gif) no-repeat;
	margin-top:25px;
	padding-bottom:60px;
	margin-left:12px;
}

h3#respond{
	font-size:21px;
	color:#000000;
	margin-bottom:30px;
	margin-left:25px;
	padding-top:20px;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#commentform{
	margin-left:55px;
	color:#7c7c7c;
	width:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#commentform a{
	color:#0074BE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#commentform .comm_input_text, #commentform .comm_textarea_text{
	border:1px solid #e1e1e1;
	background:#fff url(images/comm_input_text_bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#727a7d;
	width:150px;
	padding:5px;
}

#commentform .comm_textarea_text{
	width:80%;
	height:100px;
}

#commentform label{
	position:relative;
	top:-5px;
}
/* End Comments */

/* Archives page */
.page_archives_div{
	width:564px;
	margin-left:38px;
	margin-top:80px;
	background:url(images/post-page_h2.gif) repeat-x;
}

.ar_panel{
	margin-top:39px;
}

.ar_panel2{
	margin-top:39px;
}

.ar_panel3{
	width:100%;
	background:url(images/post-page.gif) no-repeat;
	padding-top:5px;
}

.page_archives_div h2{
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#0074be;
}

.ar_panel3 h2{
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#0074be;
}

.ar_panel3 ul{
	margin:0px;
	padding:0px;
	padding-top:0px !important;
	margin-bottom:40px;
	padding-left:10px !important;
}

.page_archives_div ul h2{
	border:0px;
}

.page_archives_div ul{
	margin:0px;
	padding:0px;
	padding-top:15px;
	margin-bottom:40px;
	padding-left:5px;
}

.page_archives_div ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	background:none;
	padding-left:5px;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	color:#7f7f7f;
	font-size:12px;
	padding-left:10px;
}

.page_archives_div ul li a:hover{
	color:#333;
}

.page_archives_div ul li{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #e9e9e9;
}

.page_archives_div ul li ul li{
	background:none;
	border:0px;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* widgets */
#sidebars .widget_wp_sidebarlogin {
    color:#7F7F7F;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    min-height:180px;
}
#sidebars .widget_wp_sidebarlogin p {
    padding:4px 3px 3px 6px;
}
#sidebars .widget_wp_sidebarlogin p.submit {
    text-align:center;
}
#sidebars .widget_wp_sidebarlogin p label{
    width:100%;
    margin-bottom:10px;
    display:block;
}
#sidebars .widget_wp_sidebarlogin p input{
    line-height:20px;
    height:19px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#4B4B4B;
    width:144px;
}
#sidebars .widget_wp_sidebarlogin p #wp-submit{ 
  height:25px;
  margin: 0 auto;
	width:100px;
	background:url(images/zaloguj.gif) no-repeat 0 0;
	border:0 none;
	cursor:pointer;
	cursor:hand;
}
#sidebars .widget_wp_sidebarlogin p #wp-submit:hover{ 
	background:url(images/zaloguj.gif) no-repeat 0 -25px;
  }
#sidebars .widget_wp_sidebarlogin p input.checkbox {
    width:auto;
    float:left;
}
#sidebars .widget_wp_sidebarlogin p.rememberme {
    line-height:30px;
}
#sidebars .widget_wp_sidebarlogin p.rememberme label {
    display:inline;
    margin-bottom:0;
    margin-left:5px;
    line-height:20px;
}
#sidebars .widget_wp_sidebarlogin p input.v-button {
    height:26px;
    background-color: #fff;
    color:#0074BE;
    border:2px solid #0074BE;
    padding:0 2px 2px 2px;
    font-weight:bold;
    margin:2px 0 5px 0;
    cursor:pointer; cursor:hand;
    outline:0px none;
}
#sidebars .widget_wp_sidebarlogin .pagenav {
    float:left;
    width:100px;
}
#login_error {
      padding:4px 3px 3px 6px;
}
#sidebars li #login_error a {
    padding-left:0;
}
#sidebars #event-calendar {
    margin-bottom:40px;
    min-height:180px;
}
#sidebars #event-calendar td a{
    color:#0074BE;
    font-weight:bold;
}
#sidebars #event-calendar td#prev a,
#sidebars #event-calendar td#next a {
    font-weight:normal;
    color:#4B4B4B;
}

/* strefa VA link */
#body_left .StrefaVA {
    float:right;
    margin-right:15px;
    margin-top:5px;
}
#body_left .StrefaVA span {
    float:right;
    line-height:23px;
    font-size:13px;

}
#body_left .StrefaVA em {
    font-style:normal;
    background: transparent url(images/locked.gif) no-repeat left top;
    color:#999;
    padding-left:20px;
    text-transform:uppercase;
    font-size:12px;
    line-height:23px;
    float:right;
    margin-left:10px;
    display:none;
}
#body_left .StrefaVA a em{
    font-style:normal;
    background: transparent url(images/unlocked.gif) no-repeat left top;
    color:#0074BE;
    display:none;
}
#body_left .StrefaVA a:hover {
    text-decoration:none;
}

table.eht-downloads td a {
  line-height: 25px;
}

#sidebars .widget_archive select {
  border:1px solid #ccc;
  line-height: 20px;
  color:#4B4B4B;
  font-family:Verdana, sans-serif;
  margin-top:10px;
  margin-left:5px;
  padding:3px;
  width:145px;
}
#sidebars .widget_archive select option {
  line-height:25px;
}
table {
  font-family:Verdana, sans-serif;
}
#AdTaily_Widget_Container {
    margin-bottom:20px;
}
#AdTaily_Widget_Container span.AdTaily_Widget_Title {
    margin:0 !important;
}

#AdTaily_Widget_Container .AdTaily_Widget_Buy {
    visibility:hidden !important;
}
#AdTaily_Widget_Container .AdTaily_Widget_Logo {
    color:#ccc !important;
    filter:alpha(opacity=100) !important; 
    opacity:1 !important; 
    -moz-opacity:1 !important;

}
.entry div.back-entry {
  margin-left:-10px;
  margin-top:10px;
}
.other-posts-links {
    float:left;
    width:100%;
    margin-bottom:5px;
}
.other-posts-links .next {
    float:right;
    display:inline;
}
.other-posts-links .prev {
    display:inline;
    float:left;
}
.post h1 {

}

.sidebar-wide-block {
    float:left;
    width:100%;
}
.sidebar-wide-block h2 {
	font-size:16px;
	color:#4b4b4b;
	padding-left:27px;
	padding-top:12px;
	padding-bottom:15px;
	font-weight:bold;
	background:url(images/bloczek-sidebar.gif) no-repeat;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:18px;
}
#upcomming-concerts ul {
  padding-top:15px;
}
#upcomming-concerts ul li {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-bottom:10px;
	line-height:20px;
}
#upcomming-concerts ul li em {
  color:#0074BE;
  font-style:normal;
  font-size:18px;
}
#upcomming-concerts ul li small {
  font-size:10px;
}
#upcomming-concerts ul li strong {
  font-size:14px;
}
br.clearline {
  display:block;
  clear:both;
  overflow: hidden;
  height:1px;
}



