/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Stylesheet for Sportzone.pl
    (c) Paweł Golonko <pgolonko@gmail.com>
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@import url('reset.css');

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

body {
    background: url('../images/background.jpg') no-repeat;
    color: #5F5F5F;
    font: normal .75em Arial, sans-serif;
}

a {
    color: #0086B6;
    font-weight: bold;
}

a:hover {
    color: #005B7D;
}

hr {
    display: none;
}

object {
	margin-bottom: 1em;
}

/* =page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#page {
	margin-left: 33px;
    width: 1042px;
}

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

#header {
    height: 254px;
    overflow: auto;
}

/* -logo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
    float: left;
    left: 17px;
    position: absolute;
    top: 44px;
}

h1 a {
    background: url('../images/logo.png') no-repeat;
    display: block;
    height: 36px;
    overflow: auto;
    text-indent: -666em;
    width: 270px;
}

/* -navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navigation {
    float: right;
    margin: 22px 146px 0 0;
}

#navigation li {
    border-bottom: 1px solid #DB9B03;
    position: relative;
    text-align: center;
    width: 115px;
}

#navigation li a {
    color: #FFF;
    display: block;
    font: bold 1.08em Arial, sans-serif;
    margin: 1px 0;
    padding: 3px 0;
    text-decoration: none;
    text-transform: uppercase;
}

#navigation li a:hover {
    background: #FFB800;
}

#navigation li ul {
	background: #FFA901;
	display: none;
	left: 100%;
	position: absolute;
	top: 0;
}

#navigation li ul a {
	margin: 0;
}

#navigation li ul li {
	background: #FFA901;
	margin-bottom: 1px;
	padding-top: 1px;
}

#navigation li ul li a:hover {
	background: #FFB800;
}

#navigation li:hover ul {
	display: block;
}

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

#body {
    overflow: auto;
    position: relative;
}

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

#content {
    background: #EDEDED;
    border-bottom: 4px solid #888;
    float: right;
    margin: 74px 247px 40px 0;
    min-height: 400px;
    padding: 0 20px 50px;
    width: 450px;
}

#content h2 {
    color: #E92005;
    font: bold 3em "Trebuchet MS", Verdana sans-serif;
    margin-bottom: .7em;
    text-transform: uppercase;
}
#content h2 span { color: #4F4F4F }

#content h3 {
    color: #006987;
    font: bold 1.25em Arial, sans-serif;
    margin-bottom: .7em;
}

#content h3 a {
    text-decoration: none;
}

#content h3 a:hover {
    text-decoration: underline;
}

#content h4 {
    color: #F2650A;
}

/* -content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content .entry {
    border-bottom: 1px solid #BBB;
    margin-bottom: 1em;
}

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

#content p.thumbnail {
	float: left;
	margin: 0 1em 1em 0;
}

#content p.thumbnail img {
	border: 1px solid #999;
	padding: 1px;
}

#content strong {
    font-weight: bold;
}

#content em {
    background: #DADADA;
    color: #333;
}

#content ul, #content ol {
    margin: 0 0 1em 1.5em;
}

#content ul {
    list-style: outside circle;
}

#content ol {
    list-style: outside decimal;
}

#content li {
    line-height: 140%;
    margin-bottom: 1em;
}

#content ul.meta {
	border-top: 1px solid #DDD;
	clear: both;
	list-style: none;
	margin: 0 0 1em;
	padding-top: .5em;
}

#content ul.meta li {
	display: inline;
	margin-right: 1em;
}

#content ul.comments {
	list-style: none;
	margin: 0 0 1em;
}

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

#content div.gallery h4 {
	border-bottom: 1px solid #999;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
	padding-bottom: 2px;
}

#content div.gallery ul {
	background: #DDD;
	list-style: none;
	margin: 0 0 .5em;
	overflow: auto;
	padding: 0 3px;
}

#content div.gallery ul li {
	float: left;
	height: 80px;
	line-height: 0;
	margin: 6px 3px;
	width: 80px;
}

#content div.gallery ul li img {
	border: 1px solid #666;
}

#content div.gallery p {
	border-top: 1px solid #999;
	padding-top: 3px;
	text-align: right;
}

/* -album
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content div.album {
	margin: 0 0 2em;
}

#content div.album ul {
	background: #DDD;
	list-style: none;
	overflow: auto;
	padding: 0 3px;
}

#content div.album ul li {
	line-height: 0;
	margin: 6px 3px;
	overflow: auto;
}

#content div.album ul li img {
	background: #DDD;
	border: 1px solid #666;
	float: left;
	height: 80px;
	margin-right: 1em;
	width: 80px;
}

#content div.album ul li object {
	float: left;
	margin-right: 1em;
}

#content div.album ul li h3 {
	
}

#content div.album ul li h3 span {
	float: right;
	margin-left: 0.5em;
}

#content div.album p.more {
	border-top: 1px solid #999;
	padding-top: 3px;
	text-align: right;
}

/* -shop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p.price {
	background: #DDD;
	float: right;
	font-size: 1.25em;
	margin-left: 1em;
	padding: 6px 8px;
	-moz-border-radius: 6px;
}

/* -table
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content table {
	margin-bottom: 1em;
	width: 100%;
}

#content th {
	border-bottom: 1px solid #CCC;
	color: #006987;
	font-weight: bold;
}

#content th, #content td {
	padding: 2px 3px;
}


/* -pagination
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.pagination {
	list-style: none !important;
	margin: 0 0 1em !important;
	overflow: auto;
}

ul.pagination li.older {
	float: left;
}

ul.pagination li.newer {
	float: right;
}

p.pagination {
	border-bottom: 1px solid #E4E4E4;
	color: #555;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

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

form {
    margin-bottom: 1em;
}

form fieldset {
    border-top: 1px solid #CCC;
    padding: 1em 0 0;
}

form legend {
    color: #F2650A;
    font: bold 1em Arial, sans-serif;
    padding-right: 20px;
}

form label {
    display: block;
    font-weight: bold;
    margin-bottom: .3em;
}

form input {
	font: normal 1em Verdana, sans-serif;
	margin-bottom: 1em;
	padding: 5px 8px;
	width: 430px;
}

form input.checkbox {
	width: auto;
}

form textarea {
	height: 75px;
	margin-bottom: 1em;
	padding: 5px 8px;
	width: 430px;
}

form button {
	padding: 5px 8px;
}

form p {
	margin-bottom: 1em;
	padding: 3px 10px;
	width: 430px;
}

form ul li p {
	background: #DDD;
	color: #555;
	-moz-border-radius: 3px;
}

form p.error {
	background: #FFB2B2;
	color: #9B0000;
	-moz-border-radius: 3px;
}

form ul {
    margin: 0 0 1em !important;
}

form ul li {
    list-style: none;
    margin: 0 0 1em;
}

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

#sidebar {
    color: #FFF;
    float: left;
    width: 205px;
}

#sidebar h2 {
    font: bold 3.33em "Trebuchet MS", Verdana, sans-serif;
    margin-bottom: .5em;
    text-transform: uppercase;
}

#sidebar h2 span {
    font-size: .4em;
}

#sidebar h3 {
    margin-bottom: .8em;
}

#sidebar a {
    color: #FFF;
}

#sidebar img {
    border: 4px solid #FFF;
    margin-bottom: 1em;
}

#sidebar p {
    margin-bottom: .7em;
    width: 150px;
}

/* -photo-of-the-week
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#photo-of-the-week {
    height: 375px;
}

/* -video
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#video {
    height: 295px;
    margin: 120px 0 0;
}

/* =ads
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#ads {
    position: absolute;
    right: 0;
}

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

#footer {
    background: url('../images/footer.gif') no-repeat;
    color: #FFF;
    height: 36px;
    margin: 0 0 0 128px;
    padding: 80px 0 0 257px;
    width: 603px;
}

#footer li {
    display: inline;
    margin: 0 5px;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

