/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: #000000 url(../images/img01.gif) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #999999;
}

h1, h2, h3 {
}

h1 {
    font-size: 3em;
}

h2 {
    letter-spacing: -1px;
    font-size: 2em;
}

h3 {
    letter-spacing: -1px;
    font-size: 1.3em;
}

p, ul, ol {
    margin-top: 1.8em;
    line-height: 180%;
}

ul, ol {
    margin-left: 3em;
}

blockquote {
    margin-left: 3em;
    margin-right: 3em;
}

a {
    color: #CCCCCC;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

hr {
    display: none;
}

/* Header */

#header {
    width: 960px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/img02.jpg);
}

#header h1, #header h2 {
    float: left;
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
}

#header h1 {
    padding: 30px 0 0 20px;
    font-size: 3em;
}

#header h2 {
    padding: 47px 0 0 8px;
    font-size: 1.8em;
    font-style: italic;
}

#header a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Menu */

#menu {
    width: 960px;
    height: 51px;
    margin: 0 auto;
    background: url(../images/img03.jpg);
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
    padding: 12px 10px 0 20px;
}

#menu a {
    text-decoration: none;
    letter-spacing: -1px;
    font-size: 1.2em;
    font-weight: bold;
}

#menu a:hover {
    text-decoration: underline;
}

/* Page */

#page {
    width: 920px;
    margin: 0 auto;
    padding: 30px 20px 20px 20px;
    background: url(../images/img04.jpg) no-repeat;
}

/* Content */

#content {
    float: left;
    width: 605px;
}

#content p a, #content li a {
    color: #FF6000;
}

.post {
    margin-bottom: 40px;
}

.post .title {
    border-bottom: 1px solid #454545;
}

.post .title a {
    text-decoration: none;
}

.post .entry {
    padding: 0 20px;
}

.add_entry {
    padding: 20px 20px;
}
.add_entry h3 {
    padding-bottom:1em;
}

.comments_cont{
    background: url(../images/img05.gif) bottom no-repeat;
    position: relative;
}

.post .meta {
    height: 20px;
    padding: 15px 20px;
    line-height: normal;
}

.post .meta a, .post .comments a {
    text-decoration: none;
    font-weight: bold;
}

.post .meta a:hover, .post .comments a:hover {
    text-decoration: underline;
}

.post .meta .byline {
    float: left;
}

.post .comments {
    list-style-type: disc;
    margin-left: 20px;
    padding: 0px;
    list-style-position: inside;
    color:#CCCCCC;
}

.post .comments .title {
    list-style-type: none;
    letter-spacing: -1px;
    padding: 0 20px;
    margin-bottom:.5em;
    font-size: 1.3em;
}

.post .comments p {
    margin: 0 20px .75em 20px;
    color:#999999;
}

.post .meta .count_comments {
    float: right;
}

html > body .show, html > body  .hide{
    outline: none; 
    display:block;
    position: absolute;
    /*bottom: 0px;*/
    height: 20px;
    margin-left: 20px;
    padding: 15px 20px;
    line-height: normal;
}

html > body .show_entry, html > body  .hide_entry{
    outline: none; 
    display:block;

    /*bottom: 0px;*/
    height: 20px;
    margin-left: 20px;
    padding: 15px 20px;
    line-height: normal;
}

html > body .show, html > body .hide , html > body .show_entry, html > body .hide { /*dla pozostalych poza ie*/
    bottom: 0px;
}

.show, .show_entry{
    background: url(../images/arrow_down.gif) left no-repeat;
    padding-left: 22px; /*dla IE6*/
}

.hide, .hide_entry {
    background: url(../images/arrow_up.gif) left no-repeat;
    padding-left: 22px; /*dla IE6*/
}

.gallery{
    margin-top: 40px;
}

img {
    border: 2px solid #CCCCCC;
}

img.left {
    float: left;
}

img.right {
    float:right;
}

a img:hover, a:hover img {
    border-color:#FFFFFF;
}

.gallery dt {
    margin: 3em 5px 5px 5px;
    
    letter-spacing: -1px;
    font-size: 1.3em;
    text-align: right;  
}

.gallery dd {
}

.gallery dd .foto {
    padding: 0 5px;
    float:right;
}

.clear {
    clear:both;
}

.post .gal_set  a {
    color: #CCCCCC;
    
}

.post .gal_set  a:hover {
    text-decoration: underline;
}

.post .gal_set .title {
    float:left;
    width:90%;
    padding:0 5px  0 5px;
    list-style-type: none;  
}

.post .gal_set .title a{
    width:40%;
    float:left;
}

.post .gal_set .title span{
    width:40%;
    float:right;
    text-align:right;
    color:#666666;
}

.post .player {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* News */
.news{
    margin-top: 40px;
    
}

.news dt {
    margin: 0 20px .75em 20px;
    color:#999999;
}
.news dt a{
    color: #FF6000;
    text-decoration: none;
}

.news dt  a:hover {
    text-decoration: underline;
}

.news dd {
    width: 600px;
    float:right;

}

.news .news_content {
    margin:0 20px 0 20px;
}

.news .news_content img {
    margin: 5px;
}

.news p {
    margin: 0 20px .75em 20px;
    color:#999999;
}

.news p.meta{
    margin-bottom:0;
}

.news dd .foto {
    padding: 0 5px;
    float:right;
}

.news .comments_cont{
    margin-bottom:2em;
    float:left;
    width:600px;
    clear:both;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 295px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
 padding-bottom: 2em;
}

#sidebar li li {
 padding-bottom: 0em;
}

#sidebar li ul {
    padding: 0 0 20px 20px;
    list-style: square inside;
}

#sidebar li ul ul {
    padding: 0 0 20px 0px;
}

#sidebar h2 {
    height: 50px;
    padding: 13px 20px 0 20px;
    background: url(../images/img06.gif) no-repeat;
    font-size: 1.6em;
}

#sidebar h2 a{
    text-decoration: none;
    color: #CCCCCC;
}

#sidebar h2 a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

#sidebar h2#member {
    background-image: none;
}

#sidebar h2#member strong {
    color: #FFFFFF;
}


#sidebar a {
    color: #FF6000;
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* Search */

#search {
    padding: 20px;
    text-align: center;
}

#search input {
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #1F1F1F url(../images/img06.gif) no-repeat center center;
    border: 1px solid #454545;
    font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#search #s {
    width: 80%;
    background: #1F1F1F;
}

/* Logowanie */

#sidebar_login #login{
    text-align:center;
    /*padding-bottom:3em;*/
}

#sidebar_login #login dt {
}

#sidebar_login #login dd {
    
}

input {
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #1F1F1F;
    border: 1px solid #454545;
    font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#submit {
    background: #1F1F1F url(../images/img06.gif) no-repeat center center;
}

/* sidebar_menu */

#sidebar .sidebar_menu li{
    padding-left:30px
}


/* Calendar */

#calendar {
    padding-bottom: 20px;
}

#calendar table, #calendar caption {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#calendar caption {
    text-transform: uppercase;
    letter-spacing: .25em;
    font-weight: bold;
}

#calendar thead th {
    background: #333333;
}

#calendar tbody td {
    background: #111111;
}

#calendar a {
    text-decoration: none;
    font-weight: bold;
}

#calendar a:hover {
    text-decoration: underline;
}


.most_viewed{
    text-align:center;
    padding:0 20px 0 20px;
}

#sidebar_viewed .most_viewed a:hover{
    text-decoration:none;
}

.most_viewed img {
    margin:5px;
}

#sidebar_comented {
}

#sidebar_comented p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1.2em;
    margin-left: 15px;
}

.sidebar_share {
    text-align:center;
}

/* Footer */

#footer {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    background: url(../images/img07.gif) no-repeat;
}

#footer p {
    margin: 0;
    line-height: normal;
    text-align: center;
}

.error, .errors, .message{
    color: #FF6000;
}

.errors {
    margin: 0 20px 1.5em 15px;
}

.news_content .last_edit, .comments .last_edit {
    font-size:smaller;
    color: #666666;
}

.weekend_set{}

.weekend_set li{
    list-style-type: none;
}

.wiersz, .wiersz li {
    list-style-type: none;  
}

