/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Stylesheet for Polski Zwiazek Sportow Wrotkarskich
    (c) Paweł Golonko <pgolonko@gmail.com>
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@import url('reset.css');
@import url('jquery.lightbox.css');

/* =global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
    background: #050505 url('../images/background.gif');
    color: #7B7B7B;
    font: normal .81em Arial, sans-serif;
    padding-bottom: 40px;
}

.page {
    margin: 0 auto;
    width: 980px;
}

a {
    color: #911;
    outline: 0;
}

a:hover {
    text-decoration: underline !important;
}

h2 {
    font-size: 1.08em;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* =header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
    background: #FFF url('../images/background-header.gif') repeat-x;
    height: 253px;
}

#header .page {
    background: #FFF url('../images/background-header-page.jpg') no-repeat;
    height: 253px;
    position: relative;
    width: 1020px;
}

#header h1 {
    left: 70px;
    position: absolute;
    top: 50px;
}

#header h1 a {
    background: url('../images/header.gif') no-repeat;
    display: block;
    height: 95px;
    overflow: hidden;
    text-indent: -666em;
    width: 330px;
}

/* -social
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#social {
    left: 100px;
    position: absolute;
    top: 154px;
}

#social li {
    float: left;
    margin: 0 5px;
}

#social a {
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -666em;
    width: 16px;
}

#social #facebook a { background-image: url('../images/facebook.png') }
#social #twitter a { background-image: url('../images/twitter.png') }

/* -nav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#nav {
    background: url('../images/navigation.gif') no-repeat;
    height: 28px;
    left: 58px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 208px;
    width: 895px;
}

#nav li {
    display: inline;
    margin: 0 15px;
}

#nav a {
    color: #F9D5D6;
    font: bold .92em Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

#nav a:hover {
    color: #FFF;
    text-decoration: underline;
}

/* =body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#body {
    background: #FFF;
    margin-bottom: 2px;
    min-height: 200px;
    overflow: hidden;
    padding: 18px 43px 67px;
    width: 894px;
}

/* =content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
    float: right;
    width: 644px;
}

#content .text {
    padding: 0 14px;
}

#content .text p {
    line-heigth: 140%;
}

#content .text strong {
    font-weight: bold;
}

#content .text em {
    font-style: italic;
}

#content .text ul {
    list-style: circle outside;
    margin-left: 2em;
}

#content .text ul.meta {
    height: 22px;
    list-style: none;
    margin: 0;
}

#content .text .cover {
    border: 1px solid #DDD;
    line-height: 0;
    padding: 2px;
}

#content .text li {
    line-height: 140%;
    margin-bottom: 5px;
}

#content .text ul.gallery {
    _height: 85px;
    list-style: none;
	margin: 0 0 3px;
}

#content .text ul.gallery li {
	line-height: 0;
	margin-bottom: 0;
}

#content .text p.more {
    clear: both;
	text-align: right;
}

#content h2 {
    background: url('../images/content-shadow-left.gif') no-repeat bottom left;
    color: #E6E6E6;
    padding-bottom: 6px;
}

#content h2 span {
    background: #757575;
    display: block;
    padding: 7px 24px;
}

#content h3 {
    color: #333;
}

#content .gallery h3 {
	font-size: 1.09em;
    font-weight: bold;
    margin-bottom: 4px;
}

#content p {
    line-height: 140%;
    margin-bottom: 1em;
    text-align: justify;
}

/* =pagination
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pagination {
    list-style: none !important;
    margin: 0 0 10px !important;
    text-align: center;
}

.pagination li {
    display: inline;
    margin: 0 10px;
}

/* -intro
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#intro {
    margin-bottom: 10px;
    overflow: auto;
}

#intro h2 {
    background: url('../images/content-shadow-left.gif') no-repeat bottom left;
    color: #919191;
    padding-bottom: 6px;
}

#intro h2 span {
    background: #EDEDED;
    display: block;
    padding: 15px 24px;
}

#intro h2 strong {
    color: #E74046;
}

#intro p.button {
    float: right;
    margin-left: 1em;
}

#intro p.button img {
    border: 2px solid #757575;
}

/* -entries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#entries .entry {
    clear: both;
    list-style: none;
    margin-bottom: 20px;
    overflow: auto;
}

#entries .entry h3, .text h3 {
    border-bottom: 1px solid #999;
    margin-bottom: 7px;
    padding-bottom: 1px;
}

    #entries .entry h3 a {
        color: #E0161E;
        display: block;
        font-weight: bold;
        text-decoration: none;
    }

#entries .entry .meta {
    font-size: .91em;
    margin-bottom: 15px;
    overflow: auto;
}

    #entries .entry .meta a {
        color: #202020;
        text-decoration: none;
    }

    #entries .entry .meta li.date {
        float: left;
        font-weight: bold;
    }

    #entries .entry .meta li.comments {
        float: right;
    }

#entries .entry p.cover {
    float: left;
    margin: 0 25px 10px 0;
}

    #entries .entry p.cover img {
        border: 1px solid #757575;
    }

/* =links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#links h3 {
    border-bottom: 1px solid #EEE;
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 2px;
}

#links {
    list-style: none !important;
    margin: 0 0 20px !important;
}

#links ul {
    list-style: none !important;
    margin: 0 0 5px !important;
}

/* -gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.gallery ul.gallery {
	background: #EEE;
	border: 1px solid #DDDDDD;
	line-height: 0;
	margin-bottom: 5px;
	overflow: auto;
	padding: 1px 1px 3px;
}

div.gallery ul.gallery li {
	float: left;
	margin: 2px;
}

div.gallery ul.gallery img {
	border: 1px solid #555;
}

/* =form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content form {
    margin-bottom: 10px;
}

#content fieldset {
    border-top: 1px solid #DDD;
}

#content legend {
    font-weight: bold;
    margin-bottom: 5px;
    padding-right: 10px;
}

#content label {
    cursor: pointer;
    float: left;
    padding-top: 5px;
    width: 150px;
}

#content input {
    padding: 3px 5px;
    width: 300px;
}

#content textarea {
    padding: 3px 5px;
    height: 75px;
    width: 300px;
}

#content .text form ul {
    list-style: none;
    margin: 0;
}

#content form li {
    margin-bottom: 5px;
}

#content p.info {
    background: #EEE;
    font-size: .85em;
    margin-top: 4px;
    padding: 6px 8px;
}

/* =sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
    float: left;
    width: 221px;
}

/* -menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar .menu {
    border: 1px solid #EDEDED;
    margin-bottom: 10px;
}

#sidebar .menu h2 {
    background: #EDEDED url('../images/sidebar-menu-header.gif') repeat-x bottom left;
    color: #838387;
    padding: 15px 24px;
}

#sidebar .menu ul {
    margin: 0 auto 17px;
    width: 175px;
}

#sidebar .menu a {
    background: url('../images/sidebar-menu-dashed.gif') repeat-x bottom left;
    color: #7D7D7D;
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

/* -calendar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#calendar table {
	border: 1px solid #EDEDED;
	margin-bottom: 10px;
	width: 100%;
}

#calendar tr.controls {
	background: #EDEDED url('../images/sidebar-menu-header.gif') repeat-x bottom left;
    color: #838387;
    padding: 15px 24px;
}

#calendar tr.controls td {
	font-size: 1.08em;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}

#calendar th {
	font-size: .85em;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
}

#calendar td {
	font-size: .85em;
	padding: 4px 0px;
	text-align: center;
}

/* -banners
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar .banners li {
    background: url('../images/sidebar-shadow.gif') no-repeat bottom center;
    margin-bottom: 7px;
    line-height: 0;
    padding-bottom: 9px;
}

#sidebar .banners a img {
    border: 2px solid #757575;
}

/* =footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
    background: #E4E4E4;
    border-bottom: 9px solid #C6C6C6;
    height: 58px;
    padding: 22px 44px;
    position: relative;
    width: 892px;
}

#footer-nav {
    margin: 12px 0 5px;
}

#footer-nav li {
    display: inline;
    margin-right: 4px;
}

#footer-nav a {
    color: #EA0000;
    font-weight: bold;
}

#footer-nav a:hover {
    color: #8B0000;
}

#footer #copyright {
    color: #757575;
    font-size: .9em;
    font-weight: bold;
}

#footer #stamp {
    position: absolute;
    right: 30px;
    top: 22px;
}

#footer #stamp a {
    background: url('../images/footer-logo.gif') no-repeat;
    display: block;
    height: 58px;
    overflow: hidden;
    text-indent: -666em;
    width: 256px;
}
