/***** reset *****/

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;
}

/***** common *****/

a, a:link, a:visited
{
    background: transparent;
    color: #e27024;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    background: #141414 url(../images/bg.png);
    color: #fff;
    font: 11px/1.2 Georgia, Palatino, Times, serif;
    text-align: center;
}

/***** layout *****/

#container
{
    background: #141414;
    color: inherit;
    overflow: auto;
    text-align: left;
    margin: 0 auto;
    width: 964px;
}

#header
{
    height: 130px;
    width: 964px;
    margin: 0 auto;
    position: relative;
}

#branding
{
    background: transparent url(../images/logo.png) no-repeat scroll;
    float: left;
    margin: 20px;
    height: 61px;
    width: 103px;
    position: absolute;
    z-index: 555;
    left: 20px;
}

#branding h1 a
{
    display: block;
    text-indent: -9999px;
    height: 61px;
    outline: 0;
    width: 103px;
}

#nav-wrapper
{
    position: absolute;
    left: -1px;
    top: 0;
}

#nav
{
    background: transparent url(../images/nav.png) no-repeat scroll;
    height: 40px;
    padding: 112px 0 0 15px;
    width: 968px;
}

#nav li
{
    background: transparent url(../images/nav-dot.jpg) no-repeat scroll right 5px;
    color: inherit;
    padding-right: 5px;
    float: left;
}

#nav li.last
{
    background: none;
    color: inherit;
}

#nav li a
{
    color: #fefefe;
    display: block;
    font-size: 13px;
    float: left;
    margin: 0 10px;
}

#nav li a:hover
{
    color: #e27024;
    text-decoration: none;
}

#nav form
{
    line-height: 15px;
    position: absolute;
    left: 755px;
    top: 107px;
    width: 210px;
}

#header label
{
    display: none;
}

#nav #search
{
    background: transparent;
    border: 0;
    color: #8c8c8c;
    padding: 3px;
    font-size: 10px;
    width: 155px;
}

#nav #search-submit
{
    background: transparent;
    border: 0;
    height: 22px;
    width: 26px;
}

#content-wrapper
{
    background: #141414;
    border-top: 1px solid #0d0d0d;
    border-bottom: 10px solid #0d0d0d;
    padding: 40px 0 20px;
    overflow: auto;
    outline: none;
}

#content
{
    margin: 0 auto;
    width: 964px;
    text-align: left;
}

.col, .col2
{
    float: left;
    width: 296px;
}

.col2
{
    margin: 0 10px;
}


#hot, #top-videos, #recent-blog-entries, #actor
{
    color: inherit;
    float: left;
    width: 296px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#hot h2, #top-videos h2, #recent-blog-entries h2, #actor h2
{
    padding: 13px 15px 10px 20px;
    width: 261px;
    text-align: left;
}

#hot
{
    background: #232323 url(../images/hot-footer.gif) no-repeat scroll left bottom;
}

#hot h2
{
    background: #232323 url(../images/hot-header.gif) no-repeat scroll left top;
}

#player-compact
{
    /*border: 1px solid #4f4f4f;*/
    margin: 5px 10px;
    /*padding: 1px;*/
}

#player-hot
{
    margin: 5px 10px;
}

#player
{
    margin: 5px auto;
    text-align: center;
    width: 512px;
}

#top-videos
{
    background: #181818 url(../images/common-footer.gif) no-repeat scroll left bottom;
}

#top-videos h2
{
    background: #181818 url(../images/top-videos-header.gif) no-repeat scroll left top;
}

#top-videos ul, #recent-blog-entries ul
{
    padding: 5px 20px;
    width: 256px; 
}

#top-videos ul li
{
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow: auto;
    outline: 0;
}

#top-videos li.last, #recent-blog-entries li.last
{
    border: 0;
}

#top-videos ul img
{
    border: 1px solid #4d4d4d;
    float: left;
    height: 22px;
    margin: 2px 7px 2px 0;
    width: 27px;
}

#top-videos ul div
{
    float: left;
    width: 220px;
}

#top-videos ul span.video-title
{
    float: left;
    margin-bottom: 2px;
    width: 220px;
    
}

#top-videos ul span.video-rank
{
    float: left;
    font-size: 10px;
    margin-right: 4px;
}

#videos span.video-rank
{
    float: left;
    font-weight: bold;
    margin-right: 4px;
}

#top-videos ol li, #videos ol li
{
    clear: none;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
}

#videos ol
{
    margin: 2px 0;
}

#videos ol li
{
    border: 0;
    margin: 1px;
}

#top-videos ol li a
{
    height: 11px;
    float: left;
    width: 11px;
}

#top-videos ol img
{
    border: 0;
    height: 11px;
    margin: 1px;
    width: 11px;
}

#top-videos ul a, #top-videos ul a:link, #top-videos ul a:visited
{
    color: #fff;
}

#top-videos ul a:hover
{
    color: #e27024;
    text-decoration: none;
}

#recent-blog-entries, #actor
{
    background: #181818 url(../images/common-footer.gif) no-repeat scroll left bottom;
}

#recent-blog-entries h2, #actor h2
{
    background: #181818 url(../images/recent-blog-entries-header.gif) no-repeat scroll left top;
}

#recent-blog-entries li
{
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #242424;
    float: left;
    width: 100%;
}

#recent-blog-entries ul span.author-name
{
    color: #2e88bc;
    float: left;
    margin-right: 2px;
}

#recent-blog-entries ul a, #recent-blog-entries ul a:link, #recent-blog-entries ul a:visited
{
    color: #fff;
}

#recent-blog-entries ul a:hover
{
    color: #2e88bc;
    text-decoration: none;
}

#recent-blog-entries span.author-name a, #recent-blog-entries span.author-name a:link, #recent-blog-entries span.author-name a:visited
{
    color: #2e88bc;
}

#blogs
{
    margin-left: 8px;
}

#blogs li
{
    border: 0;
    clear: none;
    float: left;
    margin: 0;
    padding: 0;
    overflow: visible;
}

#blogs li a
{
    float: left;
    height: 50px;
    width: 50px;
}

#latest-news
{  
    background: #232323 url(../images/latest-news-footer.gif) no-repeat scroll left bottom;
    color: inherit;
    float: left;
    width: 450px;
    padding-bottom: 10px;
    margin: 0 10px 10px;
    min-height: 202px;
    height: auto !important;
    height: 202px;
}

#latest-news h2
{
    background: #232323 url(../images/latest-news-header.gif) no-repeat scroll left top;
    padding: 13px 15px 10px 20px;
    width: 415px; 
}

#callendar
{
    background: #232323 url(../images/callendar-footer.gif) no-repeat scroll center bottom;
    color: inherit;
    float: left;
    width: 197px;
    padding-bottom: 10px;
    margin-bottom: 10px;  
}

#callendar h2
{
    background: #232323 url(../images/callendar-header.gif) no-repeat scroll left top;
    padding: 13px 15px 10px 20px;
    width: 162px; 
}

#recent-news
{
    background: #181818 url(../images/common-footer.gif) no-repeat scroll left bottom;
    color: inherit;
    float: left;
    width: 296px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#recent-news h2
{
    background: #181818 url(../images/recent-news-header.gif) no-repeat scroll left top;
    padding: 13px 15px 10px 20px;
    width: 261px; 
}

#recent-news ul
{
    padding: 5px 20px;
    width: 256px; 
}

#recent-news li
{
    border-bottom: 1px solid #242424;
    /*clear: both;*/
    float: left;
    margin-bottom: 5px;
    padding-bottom: 5px;
    /*overflow: auto;*/
    outline: 0;
}

#recent-news li.last
{
    border: 0;
}

#recent-news ul span.date
{
    color: #30d5c8;
    float: left;
    width: 76px;
}

#recent-news ul span.news-title
{
    float: left;
    width: 180px;
}

#recent-news ul a, #recent-news ul a:link, #recent-news ul a:visited
{
    color: #fff;
}

#recent-news ul a:hover
{
    color: #e27024;
    text-decoration: none;
}

#newsletter
{
    background: transparent url(../images/newsletter.gif) no-repeat scroll center bottom;
    color: inherit;
    float: left;
    position: relative;
    height: 60px;
    width: 296px;
}

#newsletter form
{
    line-height: 15px;
    position: absolute;
    left: 5px;
    top: 14px;
    width: 296px;
}

#newsletter #email
{
    background: transparent;
    border: 0;
    color: #8c8c8c;
    margin-top: 8px;
    padding: 3px;
    font-size: 10px;
    width: 250px;
}

#newsletter #newsletter-submit
{
    background: transparent;
    border: 0;
    height: 22px;
    width: 26px;
}

#newsletter h2
{
    text-indent: -9999px;
}

#recent-comments
{
    background: #181818 url(../images/recent-comments-footer.gif) no-repeat scroll left bottom;
    color: inherit;
    float: left;
    width: 352px;
    padding-bottom: 10px;
    margin-bottom: 10px;  
}

#recent-comments h2
{
    background: #181818 url(../images/recent-comments-header.gif) no-repeat scroll left top;
    padding: 13px 15px 10px 20px;
    width: 317px; 
}

#recent-comments ul
{
    padding: 5px 20px;
    width: 312px; 
}

#recent-comments li
{
    border-bottom: 1px solid #242424;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 5px;
    /*overflow: auto;*/
    clear: both;
    outline: 0;
}

* html #recent-comments li
{
    overflow: auto;
    clear: none;
}

*+html #recent-comments li
{
    overflow: auto;
    clear: none;  
}

#recent-comments li.last
{
    border: 0;
}

#recent-comments ul span.news-title
{
    float: left;
    margin-bottom: 2px;
    width: 312px;
}

#recent-comments ul span.news-title a, #recent-comments ul span.news-title a:link, #recent-comments ul span.news-title a:visited
{
    color: #656565;
    font-size: 10px;
}

#recent-comments ul span.user-name
{
    color: #ae50e8;
    /*float: left;*/
}

#recent-comments ul span.user-name a, #recent-comments ul span.user-name a:link, #recent-comments ul span.user-name a:visited
{
    color: #e27024;
}

#recent-comments ul a, #recent-comments ul a:link, #recent-comments ul a:visited
{
    color: #fff;
}

#recent-comments ul a:hover
{
    color: #e27024;
    text-decoration: none;
}

#hot p, #top-videos p, #latest-news p, #callendar p, #recent-news p
{
    margin: 5px 20px;
}

#latest-news p img
{
    float: left;
    margin: 0 10px 5px 0;
}

h2 strong
{
    font-weight: bold;
    padding-right: 3px;
}

.more, .more2
{
    border-top: 1px solid #393939;
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    text-align: right;
}

.more2
{
    border: 0;
}

#news .more, #latest-news .more
{
    clear: both;
}

.more a, .more a:link, .more a:visited
{
    color: #656565;
}

#callendar .more
{
    text-align: left;
}

#footer
{
    background: transparent;
    color: #535353;
    font-size: 10px;
    height: 90px;
    margin: 0 auto;
    width: 964px;
}

#footer ul
{
    width: 964px;
    margin: 20px 0 0 10px;
}

#footer li
{
    border-right: 1px solid #1d1d1d;
    float: left;
}

#footer li.last
{
    border-right: 0;
}

#footer li a
{
    color: #535353;
    float: left;
    margin: 0 10px;
}

#footer li a:hover
{
    color: #e27024;
    text-decoration: none;
}

#copyrights
{
    clear: left;
    float: left;
    margin: 20px 0 0 20px;
}

#dev
{
    float: right;
    margin: 20px 20px 0 0;
}

#dev strong
{
    background: transparent;
    color: #fff;
}

#dev a:hover
{
    text-decoration: none;
}

#news, #videos, #events
{  
    background: #181818 url(../images/news-footer.gif) no-repeat scroll left bottom;
    color: inherit;
    float: left;
    width: 647px;
    padding-bottom: 10px;
    margin: 0 10px 10px;
}

#videos
{  
    background: #181818 url(../images/videos-footer.gif) no-repeat scroll left bottom;
}

#events
{
    color: #e1d700;
    background: #181818 url(../images/videos-footer.gif) no-repeat scroll left bottom;
}

#news p, #videos p, #events p
{
    margin: 5px 20px;
}

#news h2, #news h3
{
    background: #181818 url(../images/news-header.gif) no-repeat scroll left top;
    padding: 12px 15px 10px 20px;
    width: 612px; 
}

#videos h2, #videos h3
{
    background: #181818 url(../images/videos-header.gif) no-repeat scroll left top;
    padding: 12px 15px 10px 20px;
    width: 612px; 
}

#events h2, #events h3
{
    background: #181818 url(../images/events-header.gif) no-repeat scroll left top;
    color: #fff;
    padding: 12px 15px 10px 20px;
    width: 612px; 
}

#news h3
{
    background: #181818 url(../images/news-comments-header.gif) no-repeat scroll left top;
}

#videos h3
{
    background: #181818 url(../images/videos-comments-header.gif) no-repeat scroll left top;
}

#news ul, #videos ul, #events ul
{
    padding: 5px 20px;
    width: 607px; 
}

#news li, #videos li, #events li
{
    border-bottom: 1px solid #242424;
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 5px;
    overflow: auto;
    outline: 0;
}

#events li
{
    overflow: visible;
    float: left;
}

#news li.last, #videos li.last
{
    border: 0;
}

#news ul span.date, #videos ul span.date, #events ul span.date
{
    color: #656565;
    float: right;
    font-size: 10px;
    /*margin-top: 5px;*/
}

span.needs-moderation
{
    float: left;
    font-size: 10px;
}

#videos ul li span.needs-moderation a, #news ul li span.needs-moderation a, #events ul li span.needs-moderation a
{
    color: #656565;
}

#news ul span.user-name
{
    color: #AE50E8;
    float: left;
    margin-right: 2px;
}

#videos ul span.user-name
{
    color: #739517;
    float: left;
    margin-right: 2px;
}

#events ul span.event-title
{
    background: transparent;
    color: #fff;
    font-size: 12px;
    float: left;
    margin-bottom: 4px;
    width: 525px;
}
#events ul span.event-title a
{
    color: #fff;
	text-decoration: underline;
}
#events ul span.event-title a:hover
{
    color: #E27024;
	text-decoration: none;
}
#events ul span.event-date
{
    float: left;
    width: 82px;
}

#events ul span.event-description
{
    float: right;
    width: 525px;
}


#news ul span.user-name a, #news ul span.user-name a:link, #news ul span.user-name a:visited
{
    color: #e27024;
}

#videos ul span.user-name a, #videos ul span.user-name a:link, #videos ul span.user-name a:visited
{
    color: #739517;
}

#news form, #videos form, #events form
{
    width: 607px;
    margin: 0 auto;
}

#news label, #videos label, #hot label, #events label
{
    /*display: none;*/
    display: block;
}
 #events label
{
    /*display: none;*/
    display: block;
	color: #FFF;
}
#news input.text, #videos input.text, #hot input.text, #events input.text
{
    background: #242424;
    border: 1px solid #656565;
    color: #656565;
    padding: 2px;
    width: 150px;    
}

#hot input.text
{
    width: 250px;
}

#news textarea, #videos textarea, #events textarea
{
    background: #242424;
    border: 1px solid #656565;
    color: #656565;
    height: 75px;
    width: 100%;
}

#videos li a
{
    color: #739517;
}

#comment-submit, #notifier-submit, #notifier-submit2
{
    background: #242424;
    color: #656565;
    border: 1px solid #656565;
    height: 20px;
    width: 75px;    
}

.datepicker_prev, .datepicker_current, .datepicker_next, .datepicker_header
{
	display: none;
}

div.datepicker_inline
{
    margin: 5px auto;
    width: 157px;
}

div.datepicker_inline td
{
    padding: 2px;
}

div.datepicker_inline a
{
    cursor: pointer;
    text-decoration: none;
}

input.valid
{
    display: none;
}

#player-wrapper
{
    /*overflow: auto;*/
    /*outline: 0;*/
    /*float: left;*/
}

#video-info
{
    /*float: right;*/
    /*width: 287px;*/
    clear: left;
    margin: 0 20px;
}

div.error-desc
{
    margin: 5px 20px 35px;
}

.error .error-desc
{
    color: #cc0000;
    margin: 5px 0;
}

#videos .tglr, #events .tglr
{
    clear: both;
}

#videos h3
{
    float: left;
}

#videos p.desc
{
    margin: 5px 20px 10px 5px;
}

#latest-news p
{
    line-height: 1.3;
}

#videos p.options, #events p.options
{
    float: right;
}

#error-404 p
{
    font-size: 16px;
    margin: 25px;
    text-align: center;
}

#error-404 p + p
{
    font-size: 14px;
    text-align: center;
}

.text-flow
{
    line-height: 1.5;
}

#content .text-flow p
{
    margin: 15px 20px;
}

#videos ul.star-rating, #events ul.star-rating
{
    padding: 0;
}

.video-prev
{
    border: 1px solid #4d4d4d;
    float: left;
    height: 38px;
    margin: 2px 7px 2px 0;
    width: 52px;
}

#news ul.list
{
    margin-left: 20px;
}

#news ul.list li
{
    border-bottom: 0;
    clear: none;
    margin-bottom: 0;
    overflow: visible;
    padding-bottom: 3px;
    list-style: disc;
}

#videos li .video-desc
{
    clear: both;
    /*float: left;*/
    margin: 2px 0 4px;
}

.news-image
{
    float: left;
    margin: 2px 4px 2px 0;
    border: 1px solid #4d4d4d;
    clear: both;
}

.small
{
    width: 125px;
}

#news p.news-video
{
    text-align: center;
    margin: 20px;
}

#news p.news-video img
{
    margin-top: 15px;
    border: 5px solid #222222;
}

/*#news p.news-video a:hover img*/
/*{*/
/*    opacity: 0.97;*/
/*}*/

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

h2
{
    font-weight: bold;
}

.face
{
    float: left;
    margin-right: 2px;
}

.face-desc
{
    line-height: 59px;
}

.h-link
{
    color: #fff !important;
    text-decoration: none !important;
}

span.info
{
    font-size: 10px;
    color: #eaeaea;
}

.cmt
{
   margin: 0 !important; 
}
#events .cmt
{
   color: #FFF;
}
#events .cmt .user-name {
color: #E1D700;
}
#news li, #videos li
{
    overflow: visible;
    float: left;
    width: 100%;
}

.found li
{
    float: none !important;
}

#videos ol li
{
    width: auto;
}

.star
{
    border: 0 !important;
}

.news-list
{
    height: 280px;
}

.videos-list
{
    height: 130px;
}

#videos a
{
    color: #739517;
}

#top-videos li a:hover
{
    color: #739517;
}

#recent-news li a:hover
{
    color: #30d5c8;
}

#recent-comments li .comment-body a:hover
{
    color: #ae50e8;
}

#callendar .js-callendar a
{
    color: #e1d700;
    cursor: default;
}

#callendar a.active-event
{
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

#video-info p.hint
{
    float: left;
    font-weight: bold;
    color: #739517;
    padding-top: 2px;
    margin-left: 0;
}

#news.single h2
{
    background: #181818 url(../images/news-header2.gif) no-repeat scroll left top;
}

small.flash
{
    text-align: center;
    display: block;
}

small.flash a
{
    color: #555 !important;
}

.news-list, .videos-list
{
    overflow: hidden;
}

.images-list
{
    clear: both;
    width: 618px;
    height: 200px;
    margin: 10px auto;
}

.images-list div
{
    width: 618px;
}

.images-list img
{
    float: left;
    clear: none;
    border: 0;
}

#ibtn-prev, #ibtn-next
{
    color: #656565;
    padding: 5px 0;
}

#ibtn-prev
{
    float: left;
}

#ibtn-next
{
    float: right;
}

.section
{
    border-top: 1px solid #393939;
    margin: 20px 15px 5px;
}

#actor
{
    text-align: center;
    overflow: hidden;
}

.blog-link
{
    font-size: 16px;
    text-align: center;
    clear: both;
}

.event-comment
{
    display: block;
    background: #242424;
    color: #fff;
    margin-top: 5px;
    padding: 5px;
}

.event-comment span
{
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}

#events .options
{
    color: #fff;
}

#events .options a
{
    color: #E1D700;
}

.long
{
    width: 300px !important;
}

#hot .more2 a
{
    color: #739517;
}

body.index .l1, body.wideoteka .l2, body.organizacja-imprez .l3, body.o-kabarecie .l4, body.kalendarium .l5, body.kontakt .l6, body.sklep .l7
{
    color: #E27024 !important;
    cursor: default;
}

.fn li
{
    float: none !important;
}

#frame
{
    background: #181818 url(../images/frame.jpg) no-repeat scroll 0 0;
    width: 220px;
    height: 258px;
    margin-left: 40px;
}

#frame div
{
    top: 45px;
    left: 45px;
    position: relative;
    overflow: hidden;
    height: 168px;
    width: 130px;
}

* html #frame
{
    margin-left: 0;
}

* html #frame div
{
    left: 0;
}

.clip
{
    width: 80px !important;
}

.archive-link
{
    clear: both;
}

select.month-picker
{
    border: 1px solid #393939;
    color: #fff;
    width: 150px;
    background: #232323;
}
#recaptcha_widget_div {margin-left: 20px}

