/*
YUI 3.4.0 (build 3928)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{
	color:#000;
	background:#FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,
textarea,
select {
	*font-size:100%;
}
legend {
	color:#000;
}
/*
YUI 3.4.0 (build 3928)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*providing spacing for definition terms*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/* Generic classes */
.clear {
	display: block;
	float: none;
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
	font-size: 0;
}
.hidden {
	position: absolute;
	left: -1000em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.f-left{
	float: left;	
}
.f-right{
	float: right;	
}
/* WP generated classes */
.screen-reader-text{
	position: absolute;
	top: -999em;
	left: -999em;	
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:960px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width: 960px;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */

	.threecol {
	    background:#fff;    	/* Right column background colour */
	}
    .threecol .colmid {
        float:left;
        width:200%;
        margin-left:-257px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .threecol .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:424px;         	/* Left column width + right column width */
        background:#fff;    	/* Left column background colour */
    }
    .threecol .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:160px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.threecol .col1 {
        margin:0 268px 0 164px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .threecol .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:160px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:3px;         	/* Width of the left-hand side padding on the left column */
    }
    .threecol .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:250px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:10px; 	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
/* main style */
html,
body{
	font-family: Arial, Arial, Helvetica, sans-serif;
	min-height: 100%;
	min-width: 100%;
	position: relative;	
	background: #3a3a3a;
}
.width{
	width: 960px;
	margin: 0 auto;
	position: relative;	
}
#header{
	background: #820000 url(img/header-bg.png) repeat-x 0 0;
	border-bottom: 1px solid #4e4e4e;
	height: 87px;
}
	#header .width{
		height: 87px;	
	}
	#sitetitle{
		margin: 0;		
	}
	#searchform{
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -14px;	
	}
		#s{
			background: #fff;
			border: none;
			height: 26px;
			line-height: 26px;	
			margin: 0;
			padding: 0 5px;
			vertical-align: middle;
		}
		#searchsubmit{
			background: transparent url(img/search.png) no-repeat 50% 0;
			border: none;
			color: #fff;
			font-weight: bolder;
			height: 26px;
			margin: 0;
			padding: 0;		
			width: 74px;
			overflow: hidden;
			text-indent: -999px;	
			cursor: pointer;
		}
		@-moz-document url-prefix() {
			#searchsubmit{
				position: relative;
				top: 2px;	
			}
		}
#nav{
	background: #820000 url(img/nav-bg.png) repeat-x 0 0;
	height: 27px;
}
	#nav  ul{
		margin: 0;
		padding: 0;
		height: 27px;
		width: 100%;
		overflow: hidden;
	}
	#nav li{	
		display: block;
		float: left;
		height: 27px;
		list-style-type: none;
		margin: 0;		
		padding: 0;
	}
	#nav li a{
		color: #fff;
		display: block;
		font-weight: bold;
		height: 27px;
		line-height: 27px;
		margin: 0;
		padding: 0 10px;
		text-decoration: none;
		vertical-align: middle;	
	}
	#nav a:hover,
	#nav .current-menu-item a{
		background: #8c0000;	
	}
#content{
	background: #fff;	
	border: 1px solid #797979;
}
	#content h2,
	#content h1,
	#content h3,
	#content h4,
	#content h5,
	#content h6{
		color: #a10000;
		font-weight: bold;	
	}
	#content a{
		color: #333;
		text-decoration: underline;
		font-weight: bold;	
	}
	#content .button-wrapper{
		text-align: right;
		margin-top: 1em;	
	}
		#content .button{
			height: 23px;
			line-height: 23px;
			vertical-align: middle;
			margin: 0;
			padding: 0 10px;
			background: transparent url(img/button-bg.png) repeat-x 0 0;
			border-radius: 3px;
			border: 1px solid #a9a9a9;
			display: inline-block;
			width: auto;
			font-size: .8em;
			color: #a10000;
		}
	#content p{
		font-size: .8em;
	}
	#content .twocolumns{
		margin-top: 20px;	
	}
	#content .twocolumns .entry{
		width: 220px;
		margin: 0 0 20px 0;
		padding: 0 0 18px 0;
		width: 100%;
		border-bottom: 1px solid #797979;
		position: relative;
	}		
		#content .twocolumns .even{
			float: left;	
		}
		#content .twocolumns .odd{
			float: right;	
		}
	#content .twocolumns hr{
		clear: both;
		border: 0;
		border-bottom: 1px solid #797979;
		margin-top: 1em;
		padding-top: 1em;	
	}
	#content .twocolumns h3,
	#content.archive .twocolumns h2{
		margin-bottom: 5px;
		margin-top: 10px;	
		min-height: 3em;
	}
	#content .twocolumns h3{
		margin-top: 0;	
	}	
		#content .twocolumns h3 a{		
		}
		#content.archive .twocolumns h2 a{
			font-size: .9em;	
		}
	#content .twocolumns .entry-right{
		float: right;
		width: 250px;
		display: block;	
	}
	#content .twocolumns .entry-left{
		float: left;
		width: 220px;			
	}
	#content .twocolumns .time{
		font-size: .8em;	
	}
	#content .twocolumns .pozriet{
		color: #A10000;
		position: absolute;
		bottom: 16px;
		font-size: .8em;		
	}
	#content h1{
		margin: .9em 0;	
		font-size: 2em;
	}
	#content.archive h1,
	#content.archive h2{
		color: #000;
	}
	#content.archive h2{
		font-size: 160%;	
	}
	#content .width{
		width: 482px;
		margin-left: 23px;	
	}
	#content.single .terms{
		font-weight: bold;	
	}
	#content.single .terms a{
		color: #a10000;
	}
	#abeceda{
		margin: 0 auto;
		padding: 0;
		width: auto;
		text-align: center;
		display: block;
	}
		#abeceda li{
			display: inline;
			padding: 1px;	
		}
		#abeceda .active{
			background: #a10000;			
		}
			#abeceda .active a{
				color: #fff;	
			}
		#abeceda a{
			text-transform: uppercase;
			color: #a10000;
			font-weight: bold;
			text-decoration: none;	
		}
	#content .pismeno h2{
		margin-bottom: 0;
	}
	#content h2.no-margin-bottom {
		margin-bottom: 0;	
	}
	#content .pismeno{
		margin: 0;
		padding: 0;	
	}
		#content .pismeno li{
			list-style-type: none;	
		}
	#content .pismeno-nadpis{
		background: #a10000;
		color: #fff;
		display: inline-block;
		padding: 0 5px;	
		margin-bottom: 5px;
	}
	#content .threecolumns .entry{
		width: 150px;
		margin: 0 5px;
		padding: 0;
		float: left;
		clear: none;
		overflow-x: hidden; 		
	}
		#content .threecolumns .entry h3{
			text-align: center;
		}
		#content .threecolumns .entry img{
			width: 150px;
			height: auto;	
		}
	#radit{
		border: 1px solid #000;
		display: inline-block;
		line-height: 20px;
		vertical-align: middle;
		padding: 2px;
		height: 22px;
		padding-top: 0;
	}
		#radit p{
			background: #000 url(img/radit_bg_black.png) repeat-x 0 0;
			color: #fff;
			text-transform: uppercase;
			display: inline-block;
			height: 20px;
			line-height: 20px;
			vertical-align: middle;
			padding: 0 5px;	
			margin: 0;
			font-weight: bold;
		}
		#radit input{
			display: inline-block;
			height: 20px;
			border: 0;
			line-height: 20px;
			vertical-align: middle;	
			margin: 0;
			padding: 0 5px;
			background: transparent;
			color: #000;
			cursor: pointer;
			font-weight: bold;
			font-size: .8em;
		}
		#radit .active{
			background: #a10000;
			color: #fff;	
		}
	#podla p{
		display: inline;
	}
	#podla input{
		display: inline;
		border: 0;
		margin: 5px;
		padding: 0;		
		background: none;
		font-size: .8em;
		cursor: pointer;
	}
	#podla .active{		
		font-weight: bold;
	}
	#podla .inactive{
		color: #a10000;
		text-decoration: underline;	
	}
	#podobne{
		padding: 0 10px 10px 10px;
	}
		#podobne h2{
			text-align: left;	
			width: 250px;
			float: left;
		}
		#podobne .button-wrapper{
			text-align: center;
		}
		#podobne .entry img{
			width: auto;
			max-width: 220px;
			height: auto;
			max-height: 150px;
		}
		#podobne #archive.single{
			position: relative;	
		}
.col3,
.col2{
	padding-top: 1em;	
}
.col3 .widget,
.col2 .widget{
	border: 1px solid #797979;
	margin-bottom: 1em;
}
.col3 .widget{
	width: 240px;
	padding-left: 8px;	
}
.col2 .widget{
	width: 158px;	
}
.col3 .widget h2{
	font-size: .8em;	
}
.col3 ul{
	margin: 0;
	padding: 0;	
}
#content .col3 .cat-post-item a{
	font-weight: normal;	
	font-size: .8em;
}
.col3 .cat-post-item{
	list-style-type: none;	
	display: block;
	min-height: 78px;
	height: 78px;
	width: 240px;
	overflow: hidden;
}
.col3 .cat-post-item .post-title{
	float: right;
	display: block;
	text-align: left;
	width: 125px;
	margin: 0;
	padding: 0 2px 0 5px;
	vertical-align: middle;
}
.col3 .cat-post-item img{
	float: left;	
	border: 1px solid #010101;
	vertical-align: middle;
}
.col3 .cat-post-item p{
	float: right;	
	width: 125px;
	margin: 0;
	padding: 0 2px 0 5px;
}
#content .col3 .widget a.more,
#content .col3 .widget .more{
	font-size: .8em;
	color: #a10000 !important;
	font-weight: normal;
	text-align: right;
	display: block;
	margin: 0 0 .5em 0;
	padding: 0 10px 0 2px
}
#content .col2 .widget h2{
	font-size: .8em;
	text-align: center;
	margin: 2px 2px 0 2px;
	background: transparent url(img/widget-title-bg.png) repeat-x 0 0;
	height: 17px;
	line-height: 17px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 2px;
	border: 1px solid #797979;
	border-bottom: 0;
}
.col2 .kategorie {
	min-height: 345px;
	height: 345px;
	overflow: hidden;	
	position: relative;
}
.col2 .kategorie .more-wrapper{
	width: 152px;
	position: absolute;
	bottom: 0;
	background: #fff;	
}
#content .col2 .kategorie .more{
	color: #a10000;
	text-decoration: underline;
	font-size: .8em;
	display: block;
	text-align: center;
	margin-bottom: 2px;
}
#content.front .col2 .kategorie,
#content.search .col2 .kategorie{
	height: auto;	
}
#content.front .kategorie .more-wrapper,
#content.search .kategorie .more-wrapper{
	display: none;	
}
.col2 .widget ul{
	margin: 0 0 2px 0;
	padding: 0;
}
.col2 .widget li{
	list-style-type: none;
	display: block;
	border: 1px solid #797979;
	border-bottom:0;
	margin: 0 2px;
	padding: 0;	
}
#content .col2 .widget a{
	text-decoration: none;
	font-weight: normal;
	font-size: .8em;
	padding-left: 1px;
}
#content .col2 .widget li:last-child{
	border-bottom: 1px solid #797979; 	
}
.wp-pagenavi{
	text-align: center;
	font-size: .8em;
	margin-top: 1em;	
}
#content .wp-pagenavi a, 
#content .wp-pagenavi span{
	border: 1px solid #797979;	
	padding: 3px 6px;
}
#content .wp-pagenavi .current{
	background: #8c0001;
	color: #fff;	
}
.pornoherecky .entry img{
	width: 150px !important;
	height: 182px !important;	
}
.pornoherecky .entry h3{
	position: relative;	
	height: 2em;
} 
.pornoherecky .entry h3 a{
	position: absolute;
	bottom: 0;
	display: block;
	width: 150px;
	text-align: center;	
}
#catdesc{
	min-height: 200px;
	margin-bottom: 20px;	
}

	#archive .entry{
		height: 170px;
		width: 226px;		
		padding: 9px;			
		background: transparent; 
		position: relative;
		float: left;
		margin: 10px 0px;
		/* new dimensions */
		padding: 3px;		
		width: 150px;
	}
	#archive .entry .thumb-wrapper{
		width: 226px;
		height: 153px;		
		overflow: hidden;	
		position: relative;
		/* new dimensions */
		width: 150px;
		height: 100px;
	}
	#archive .entry .img{
		display: block;	
		position: absolute;
		width: 300px;
		margin-left: -37px;
		height: 153px;
		left: 50%;
		margin-left: -150px;
		/* new dimensions */
		width: 200px;
		margin-left: -100px;
		height: 100px;
	}
	#archive .entry .img img{
		width: auto !important;
		max-width: 300px !important;
		min-width: 226px !important;
		height: 100% !important; 
		margin: 0 auto;
		display: block;
		/* new dimensions */
		max-width: 200px !important;
		min-width: 150px !important;
		
	}
	#archive .hd .img .hdlogo{
		background: transparent url(img/hdvideo.png) no-repeat 0 0;
		display: block;
		width: 51px;
		height: 33px;
		position: absolute;
		top: 5px;
		left: 30px;
	}
	#archive.single .hd .img .hdlogo{
		background: transparent url(img/hdvideo-small.png) no-repeat 0 0;
	}
	#archive .img .cas,
	#archive .img .date{
		position: absolute;
		bottom: 5px;
		left: 30px;	
		color: #000;
		background: transparent url(img/opacity-bg.png) repeat 0 0;
		padding: 3px;
		border-radius: 3px;
		display: inline;
		font-size: .8em;
	}
	#archive .img .date{
		bottom: 5px;
		right: 42px;
		left: auto;

	}
	#archive .last{
		margin-right: 0 !important;	
	}
	#archive .first{
		margin-left: -9px !important;	
	}
	#archive .entry h3{
		overflow: hidden;
		max-height: 100px;
		height: auto;
	}
	#archive.single .entry h3{
		max-height: 60px;		
	}
	#archive .entry h3 a{
		color: #A10000;		
		padding-left: 13px;
		display: block;
		width: auto;
		text-align: left;
		position: relative;
	}
	#archive.sidebar .entry h3 a{
		font-size: .75em;	
	}
	#archive.single .entry h3 a{
		font-size: .75em;	
	} 	
	#related #archive .entry h3 a{
		font-size: .8em;	
	}
	.related-premium-navigation{
		width: 200px;
		float: right;	
		margin-top: 1.8em;
	}
		.related-premium-navigation .prev{
			float: left;			
		}
		.related-premium-navigation .next{
			float: right;	
		}	
	/** sidebar **/	
	#archive.sidebar .entry{
		float: none;
		padding: 3px;		
		width: 225px;
		height: auto;
	}
	#archive.sidebar .entry .thumb-wrapper{
		width: 200px;
		height: 143px;
		margin-left: 13px;
	}
	#archive.sidebar .entry .img{
		width: 300px;
		margin-left: -150px;
		height: 143px;
	}
	#archive.sidebar .entry .img img{
		max-width: 300px !important;
		min-width: 212px !important;		
	}
	#archive.sidebar .entry .img .cas,
	#archive.sidebar .entry .img .hdlogo{
		left: 55px;	
	} 		
	.premium-link{
		text-align: right;
		padding-right: 10px;	
	}
	/** archive **/
	#archive.twocolumns .entry{
		height: auto;
	}
	#archive.twocolumns .entry h3 a{
		color: #333;	
	}
	#archive.twocolumns .entry .thumb-wrapper{
		width: 220px;
		height: 150px;
		float: left;
	}
	#archive.twocolumns .entry .img{
		width: 300px;
		margin-left: -150px;
		height: 150px;
	}
	#archive.twocolumns .entry .img img{
		max-width: 300px !important;
		min-width: 220px !important;	
	}
	#archive.twocolumns .entry .img .cas,
	#archive.twocolumns .entry .img .hdlogo{
		left: 45px;	
	}	
	#archive.twocolumns .entry h3{
		float: right;	
		width: 260px;
	}		
	#premium-cat-link a{
		text-align: center;
		color: #A10000;
		font-size: 1.5em;
		display: block;	
		margin-bottom: 1.5em;
	}
h2 .premium{
	display: inline-block;
	width: 81px;
	height: 22px;
	background: transparent url(img/premium-label.png) no-repeat 0 0; 
	overflow: hidden;
	text-indent: -999px;
	position: relative;
	top: 5px;	
}
.entry-related .thumb-wrapper{
	 margin: 0 5px;
    width: 149px;
    overflow: hidden;	
    position: relative;
    height: 120px;
}
	.entry-related .thumb-wrapper .img{
		width: 180px;
		position: absolute;
		left: 50%;
		margin-left: -90px;
		height: 120px;
	}
	.entry-related .thumb-wrapper .img img{
		width: 180px;
		min-width: 149px;
		height: auto;
		min-height: 120px;	
	}
	.entry-related h3{
		margin: 5px 0 15px 0;
		padding: 0 5px;			
	}
	#content .col2 .entry-related h3 a{
		text-decoration: underline;	
		font-size: .75em;
		font-weight: bold;
		color: #a10000;
	}
	.col2 .archive_next_page,
	.premium_next_page{
		display: none;	
	}
	#content .col2 .widget #related-navigation{
		text-align: center;	
	}
		#content .col2 .widget #related-navigation .prev {
	    display: none;
		}
		#content .col2 .widget #related-navigation a{
			font-size: 1em;
			font-weight: bold;
			text-decoration: underline;	
		}
	.related-widget{
		position: relative;	
		overflow: hidden;
	}
#indicator,
#indicator2{
	display: none;
	text-align: center;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	background-image: url(img/loading.gif);
   background-position: 50% 50%;
   background-repeat: no-repeat;
	width: 158px;
	top: 0;
	left: 0;
}
#indicator2{
	width: 470px;
	left: -5px;	
}