/* TABLE OF CONTENTS
-01- BluePrint Reset
00 - Global Elements - Standard Elements
01 - Typography - All Type throughout the site
02 - Main Structure - Columns, clearfix, etc.
03 - Header - Header, Logo, navigation, search.
04 - Dock - jQuery latest articles.
05 - Main Content - Post boxes, post meta, etc.
06 - Sidebar - Custom sidebar widgets.
07 - Footer - Categories, About, Copyright, Sponsors.
08 - Pagination


/* ----------------------------------------------*/
/* -01 - BluePrint Reset
/* ----------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd,
 ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}a img {border:none;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

/* ----------------------------------------------*/
/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

body {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#080702;
    color:#5e6568;
    font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif;
    font-size:8pt;
}

img {
	margin:0; padding:0;
	border:0;
}
a:focus {
	outline: none;
}
em{
    font-style: italic; 
}
/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/
html body{color:#444;font:100 70%/1.6 Helvetica,Arial,sans-serif;}
h1{font-weight:900;font-size:2.4em;}
h2{font-weight:900;font-size:2em;margin-bottom:20px;color:#C05C20;}
h3{font-weight:900;font-size:1.6em;}
h4{font-weight:900;font-size:1.6em;}
h5{font-weight:900;font-size:1.4em;}
h6{font-weight:900;font-size:1.2em;}

h1,h2,h3,h4,h5,h6{font-family:Helvetica,Arial,sans-serif; font-weight:900;}
p{margin-bottom:12px;}
a{ text-decoration: underline; color:#C05C20;}
a:hover{ text-decoration: none;}
h3 a{text-decoration: none;}
#content{ 
    font-size:1.2em;  color:#444; margin-bottom:15px; line-height:1.7em;
}
#content h3{
    margin: 1em 0;
}
.ico_left{background:url(../images/arrow_state_grey_left.png) no-repeat 5px center; padding-left:20px;margin-bottom:20px; }
.nowrap{white-space: nowrap;}
/* 02 - Main Structure
/* ----------------------------------------------*/
#container{
    margin:0 auto;
    width:960px;
    padding:0;
    padding-bottom: 20px;
}
#top{
    background:url("../images/top.jpg") no-repeat 0 0 #2d2815 ;
    height:113px;
    position:relative;
    margin: 0;
}

#content_holder{
    background:url("../images/body_bg.jpg") repeat-y scroll 0 0 #eee;
    overflow:hidden;
    position:relative;
    margin: 0 0 0 0;
}
#content {
    background:url("../images/content_bg_top.jpg") no-repeat scroll 0 0 transparent;
    float:left;
    width:570px;
}
#content .module {
    padding: 20px 20px 60px 20px;
}
#sitebar {
    color:#fff;
    float:left;
    margin:0 0 80px;
    width:180px;
}
#rightbar{
    color: #fff;
    float: right;
    width: 200px;
}
#sitebar .module{
    padding: 0px 5px 10px 5px; 
}
#rightbar .module {
    padding: 10px 10px 10px 10px; 
}

#body-bghack {
    background:url("../images/menu_bg_foot.gif") no-repeat scroll 0 0 transparent;
    bottom:0;
    height:42px;
    left:0;
    position:absolute;
    width:160px;
}
#footer{
    clear:both;
    color:#FFFFFF;
    padding:8px 0;
    position:relative;
    text-align:center;
    font-size: 10px;
    background:#000;
    margin-bottom: 20px;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

#slider{
    BORDER: 1px solid #666;
    position:absolute;
    top: 10px;
    right: 10px;
    margin: 0;
	padding: 10px;
    background: #eee;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    z-index:2;
}
.btn-slide {
	background: url("../images/cameraplus32.png") no-repeat;
	width: 32px;
    height:32px;
    display: block;
}
.slide_active {
	background: url("../images/cameraminus32.png") no-repeat;
}

/* 03 - Header - Header, Logo, navigation, search.
/* ----------------------------------------------*/
#top h1{
    height:60px;
    position:absolute;
    left:10px;
    top:19px;
    width:310px;
}
#top h1 a {
    display:block;
    height:60px;
}
#top h1 a span{
    position: absolute;
    top: -1000px;
}
#top-path {
    background:url("../images/top_path.gif") no-repeat scroll 5px 4px #000000;
    bottom:0;
    color:#FFFFFF;
    height:20px;
    list-style:none outside none;
    margin:0;
    padding:0;
    position:absolute;
    width:100%;
}
#top-path .first{
    padding-left: 75px;
}
#top-path a {
    color:#fff;
    text-decoration:none;
}
#top-path a:hover {
    color: #aaa;
}
#top-path img {
    margin:0 3px;
}
#sitebar ul {
    list-style:none;
    margin: 0;
    padding:0;
}
#sitebar ul ul{
    list-style:disc;
    margin: 0;
    padding:0;
}
#sitebar li {

        background: url('../images/menu_bg1.gif') repeat-y scroll 0 0 transparent;
        margin: 0 0 1px 0;
        
}
#sitebar li li {
    background:url("../images/menu_bg2.gif") repeat-y scroll 0 0 transparent;
    height:100%;
}
#sitebar li a {
        color: #FFCC00;
        font-size: 9pt;
        text-decoration: none;
        display: block;
        padding: 3px 0 6px 18px;
        background: url("../images/menu_item.gif") no-repeat scroll left center transparent;
        font-family:Georgia,serif; font-weight:900;
        font-weight: bold;
        font-size:1.25em; 
        line-height:1.25em;
}
#sitebar li a:hover {
    color: #333;
}
#sitebar li li a {
        font-size:1.0em; 
        color: #FFF;
        background: #686842;
}
#sitebar li li a:hover {
    color: #333;
}
#sitebar li li li a {
        font-weight: normal;
        padding: 3px 0 6px 22px;
}
#mainlevel {
    margin:0 -5px !important;
}

#sitebar a {
        color: #FFCC00;
}

#sitebar li {
    background:url("../images/menu_bg1.gif") repeat-y 0 0 transparent;
    margin:0 0 1px;
}

/* ----------------------------------------------*/
/* 05 - Main Content
/* ----------------------------------------------*/
.nice_img img{
    background:#fff;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #aaa;
    border-right:1px solid #aaa;
    display:block;
    margin:0 auto;
    padding:3px;
    text-align:center;
	margin: 0 10px;
}
.nomargin_img img{
    margin:0;
}
#czasopisma{
    margin-top: 25px;
}
#czasopisma p{
    position: relative;
    float: left;
    margin-right: 30px;
}
#czasopisma p a span{
    position: absolute;
    display: none;
    width: 32px;
    height: 32px;
    left:95px;
    top: 130px;
}
#czasopisma p a:hover span{
    background: url("../images/download.png") no-repeat 0 0 transparent;
    display: block;
}
#galleries .gal_post{
    float:left;
}
#galleries .first{
    margin-right: 25px;
}
.gal_post{
	margin-bottom: 25px;
}
.gal_post p{
    display: inline;
}
.gal_post p a{
    font-size: 0.8em;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    background:#fff;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-bottom:1px solid #aaa;
    border-right:1px solid #aaa;
    display:block;
    margin:0 auto;
    padding:3px;
    width: 235px;
    height: 190px;
    overflow: hidden;
    line-height: 150%;
}
.gal_post p a:hover{
    background: #999966;
    color: #fff;
}
.gal_photos .post-image-gal{
    float: left;
    margin-bottom: 15px;
}
.gal_photos .first{
    margin-right: 20px;
}
.gal_photos .back a{
    font-size: 0.9em;
    text-decoration: none;
    color: #000;
}
.gal_photos .back a:hover{
    text-decoration: underline;
}
.gal_teaser a{
    background: #FFCD00;
    width: 460px;
    margin-left: 35px;
    margin-bottom: 20px;
    display: block;
    padding: 0px 0px 3px 3px;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
}
.gal_teaser a img{
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #ccc;
}
.post-title{
    margin: 20px 0 10px 0;
}
.post-title h3,.post-small-title h3{
    display: inline;
}
.post-title h3 a:hover,.post-small-title h3 a:hover{
    color: #686842;
}
.post-small-title h3{
    font-size: 1.2em;
}
.post-small-title .post-info{
    font-size: 0.9em;
}
.post-title{
    font-size: 0.8em;
    margin:0;
    padding:0;
    color: #C05C20;
    
}
.post-info{
    color: #444;
    font-size: 1.1em;
    font-weight: bold;
    
}
.post-small-title{
    margin:0;
    padding:0 0 0 10px;
    color: #444;
    width: 375px;
    overflow: hidden;
}
.post-small{
    margin-top: 20px;
}

.post-autor{
    background: url("../images/user.gif") no-repeat 0 0;
    padding-left: 20px;
}
.post-date{
    background: url("../images/time.gif") no-repeat 0 0;
    padding-left: 20px;
    margin-left: 10px;
}
.post-gal{
    background: url("../images/gal.png") no-repeat 0 0;
    padding-left: 20px;
    margin-left: 10px;
}
.post-gal a{
    text-decoration: none;
    color: #444;
}
/* home.tpl */
.home h3{
  padding-left: 4px;
  border-left: 10px solid #FFCD00;
  font-size: 1.1em;
  font-weight: bold;
}
.home .module_left{
  float: left;
  width: 250px;
  padding-right: 5px;
  border-right: 1px solid #ccc;
}
.home .module_right{
  float: right;
  width: 250px;
  padding-left: 10px;
}
/*-------------------------*/
/* 08 Pagination  
/*-------------------------*/
.pagelinks {
	text-align: right;
	padding: 0;
	margin: 10px 20px 0 0;
}

.pagelinks a:link,.pagelinks a:visited {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EBEBEB;
	margin-left: 10px;
	text-decoration: none;
	background-color: #F5F5F5;
	color: #999;
	width: 22px;
	font-weight: normal;
}

.pagelinks a:hover {
	border: 1px solid #999;
    color: #000;
}

.pagenumactive {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #999;
	margin-left: 10px;
	text-decoration: none;
	background-color: #676741;
	color: #fff;
	cursor: default;
}

.pageprevdead,.pagenextdead,.pagenumdead {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EBEBEB;
	margin-left: 10px;
	text-decoration: none;
	background-color: #F5F5F5;
	color: #D7D7D7;
	cursor: default;
}

.pageprevdead {
	margin-left: 0;
}

.pagenumlink a:visited {
	color: #ccc;
  border: 1px solid #999;
	margin-left: 10px;
	text-decoration: none;
	background-color: #676741;
	color: #fff;
	cursor: default;
}

