/*
 * Created by Sharper (2008-07-16)
 * for Ósemka.pl
 *
 */
body, h1, h2, h3, h4, h5, h6, p, ul, li, form, fieldset, hr {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

html {
    background: #999967;
}

body {
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 12px;
    color: #706700;
    line-height: 1.4em;
	margin: 0;
}

/* HEADERS */
h1 { font-size: 15px;}
h1.top { font-size: 14px; padding: 0 0 0 30px; }
h1.content { font-size: 15px; margin: 10px 0 10px 40px; }
h2 {}
h3 { font-size: 14px;}

/* PAGE ELEMENTS */
div#banner {
	width: 750px;
	margin: 3px auto;
	clear: both;
}
div#root {
	width: 750px;
	margin: 0 auto;
	background: #CBC62A;
	margin-top: 10px; 
}
div#top {
	background: url('/img/top_bg3.png') no-repeat center;
	height: 160px;
	width: 750px;
}
div#top p.join {
	color: #fff;
	
}
div#logo {
	padding: 7px 0 0 58px;
	float: left;
}
div#intro {
	margin: 90px 0 0 20px;
	float: left;
}
div#content {
	width: 729px;
	padding: 0 10px 10px 10px;
	background-color: #CBC62A;
	position: relative;
}
#content #skyscraper { position: absolute; right: -165px; }
div#boxes {
	width: 729px;
	padding: 0;
	margin: 0;
	height: 240px;
}
div#boxes p.joinus {
	text-align: right;
	margin: 15px auto 0 auto;
	font-size: 14px;
}
div.box_top { width: 240px; height: 220px; float: left; display: block;}
div.box_top p { width: 165px; text-align: center; font-weight: bold; padding: 40px 0 0 50px; font-size: 11px; }
div#box_left {
	background: url('/img/box_left.png') no-repeat left;
}
div#box_center {
	background: url('/img/box_center.png') no-repeat left;
}
div#box_right {
	background: url('/img/box_right.png') no-repeat left;
}

div#join {
	width: 190px;
	margin: 0 auto; 
	clear: both; 
	height: 190px;
}

div#bottom {
	margin: 20px auto 0 auto;
	height: 250px;
	clear: both;
	background-color: #DBD751;
}
div.box_bottom {
	float: left;
	background-color: #DBD751;
}
div.box_bottom h3 {
	text-align: center;
	padding: 4px 0;
	background: #B9AD0D;
	border-bottom: 2px solid #706700;
	border-top: 1px solid #706700;
	color: #706700;
}
div#menu {}
div#categories {}
div#stats {}

div#footer {
	background: url('/img/footer_bg.png') no-repeat right;
	height: 70px;
	text-align: right;
	clear: both;
	width: 750px;
}
div#footer p { width: 360px; font-size: 11px; line-height: 1.2em; float: right; margin: 30px 45px 0 0; }

div#zaloguj_form {
	margin-bottom: 50px;
}

/* ***** FORMULARZE **** */
.form {
	margin: 0 auto;
	width: 650px;
	color: #fff;
}

.form p {
	width: 550px;
	clear: left;
	margin: 0;
	padding: 7px 0;
	padding-left: 95px;
	border-top: 1px dotted #E0DD7F;
	height: 1%;
}

.form label{
	font-weight: bold;
	float: left;
	line-height: 30px;
	margin-left: -90px; /*width of left column*/
	width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	cursor: pointer;
}

.form select {
	border: 1px solid #C0C0C0;
	padding: 5px 0;
}

.form input.text {
	width: 380px;
	border: 1px solid #706700;
	font-size: 16px;
	padding: 5px;
	background-color: #E0DD7F;
}
.form select {
	background-color: #E0DD7F;
	border: 1px solid #706700;
}
.form input.valide, .form select.valide {
	width: 380px;
	border: 1px solid #208405;
	background: #CBFCBE url('/img/ok_input.png') no-repeat left;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 18px;
}

.form input.error, .form select.error {
	width: 380px;
	border: 1px solid #FF0000;
	background: #FFBABB url('/img/error_input.png') no-repeat left;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 18px;
}
.form input.text:focus {
	border: 1px solid #000;
	background: #FFF;
}

.form textarea {
width: 200px;
height: 120px;
}

.form input.submit {
	padding: 5px;
	margin: 5px 0 0 30px;
}


.form p em {
	display: block;
	font-style: normal;
	font-size: 11px;
	margin-left: 33px;
}

/* ******** KATEGORIE ******* */
div.tags { text-align: justify; height: 170px;}
div.tags span { margin: 7px 4px; line-height: 25px;}

span.kat1 {	font-size: 11px; }
span.kat2 {	font-size: 13px; }
span.kat3 {	font-size: 16px; }
span.kat4 {	font-size: 17px; }
span.kat5 {	font-size: 19px; }

span.kat1 a { color: #706700; }
span.kat2 a { color: #847A07; }
span.kat3 a { color: #998E0E; }
span.kat4 a { color: #A99D15; }
span.kat5 a { color: #BAAE27; }

/* KATEGORIE */
div#categories {margin: 15px 0; color: #706700;}
div#categories h2 {
	font-size: 14px;
	color: #246061;
	border-bottom: 1px solid #D9D9D9;
	padding: 4px 0;
}
div#categories h2 a {color: #246061;}
div#categories ul li {
	color: #706700;
	padding: 5px 0;
	font-size: 12px;
	padding: 5px; 
	border-bottom: 1px solid #706700;
	background: #C9C54B;
}
div#categories ul li.gray {
	background-color: #DBD751;
}
div#categories ul li p.date { font-size: 11px; color: #706700; }
div#categories ul li p.name { padding: 3px 0; font-size: 16px; font-variant: small-caps;}
div#categories ul li p.description { font-size: 11px; }

div#categories ul li a.green {color: #488A0E;border-bottom: 1px dotted #488A0E;}
div#categories ul li a.green:hover {border-bottom: 1px solid #488A0E;}
div#categories ul li a.orange { color: #FC7000;border-bottom: 1px dotted #FC7000;}
div#categories ul li a.orange:hover { border-bottom: 1px solid #FC7000;}


/* ****** STATYSTYKI ******* */
span.counter {
	color: #A99D15;
	font-family: Verdana;
	font-size: 12px;
}
span.counter2 {
	color: #C5C146; 
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
}

div#bottom div#stats ul li { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-variant: small-caps;
	color: #706700;
	height: 26px;
	line-height: 13px;
	padding-left: 32px;
	margin: 10px 0;

}

div#bottom div#stats div ul li.forums {	background: url('/img/li_forums.png') no-repeat top left; }
div#bottom div#stats div ul li.posts {	background: url('/img/li_posts.png') no-repeat top left; }
div#bottom div#stats div ul li.users {	background: url('/img/li_users.png') no-repeat top left; }
div#bottom div#stats div ul li.newest { background: url('/img/li_newest.png') no-repeat top left; }
div#bottom div#stats div ul li.newest ul  { list-style-type: square; margin-top: 5px;}
div#bottom div#stats div ul li.newest ul.sublist li {
	font-variant: normal;
	line-height: 1.5em;
	margin: 1px 0 0 20px;
	padding: 0;
	height: auto;
	font-weight: normal;
	color: #706700;
}


/* ******* ZALOZONE ****** */
div#zalozone {
	padding: 5px 10px;
	width: 700px;
	line-height: 2.0em;
	clear: both;
	margin: 15px auto;
	color: #706700;
}

div#zalozone ul { list-style-type: square; margin-left: 15px;}
div#zalozone ul li { font-size: 13px; color: #706700; line-height: 1.4em; font-weight: normal;}
div#zalozone h4 {
	font-size: 15px;
	margin: 7px 0;
}
div#zalozone h5 {
	color: #706700;
	font-size: 15px;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #706700;
	width: 200px;
}
div#zalozone a {
	color: #706700;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}
div#zalozone a:hover {
	border-bottom: 1px solid;
}

/* OTHER ELEMENTS */

a { color: #706700; font-weight: bold; text-decoration: none; border-bottom: 1px dotted; line-height: 1.7em;}
a:hover {border-bottom: 1px solid; }
a.normal { text-decoration: none; border:0;}
ul { list-style-type: none; }
ul li { font-size: 11px; color: #fff; line-height: 1.4em; }
div.info {
	background: #E0DD7F url('/img/info_bg.png') no-repeat center center;
	margin: 10px 0;
	color: #87B446;
	font-weight: bold;
	text-align: center;
	display: block;
	clear: both;
}
div.info p {
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
} 
div#validation {
	margin: 5px auto 0 auto;
	text-align: center;
}
div#logowanie, div#formularz {
	margin: 20px 0;
}
/* ********* RANKINGI *********** */
div#ranks {	margin: 5px auto 5px auto;	float: left;}
div.rank_overall { width: 235px; float: left; margin: 0 5px 0 0; }
h4.rank { height: 30px;	font-size: 0; text-indent: -9999px; }
h4#top10 { background: #DBD751 url('/img/top10_h.png') no-repeat top; }
h4#newest { background: #DBD751 url('/img/newest_h.png') no-repeat top; }
h4#recomend { background: #DBD751 url('/img/recomend_h.png') no-repeat top; }
div.rank_box { background: #DBD751 url('/img/rankbox_bg.png') no-repeat bottom;	padding: 0 0 15px 0; width: 235px; }
div.rank_box ul { padding: 5px 0 0 4px; }
div.rank_box ul li { line-height: 1.0em; border-bottom: 1px dotted #9F9A0B; margin: 0 10px 0 0; padding: 4px 0; }
div.rank_box a { font-size: 8pt; }
div.rank_box p.more { text-align: right; margin: 5px 10px 0 0; }
div.rank_box span.header { color: #9F9A0B; font-size: 7pt; display: block;}
/* ****** RANKINGI KONIEC ******* */

/* ********* STRONICOWANIE *********** */
a.normalLink {font-size:15px;}
a.selectedLink {font-size:15px;font-weight:bold;color:red;}
a.normalLink:hover{color:blue;}
a.selectedLink:hover{}
a.nextPage {margin-left:20px;}
a.previousPage {margin-right:20px;}
/* ****** STRONICOWANIE KONIEC ******* */

/* ****** LINKI TOP ********** */
.linki_top { background-color: #BFBFBF; margin: 0; padding: 0; font-size: 10px; border-bottom: 2px #9F9F9F solid;}
.linki_top .inner { width: 810px; text-align: right; margin: 0 auto; }
.linki_top .inner ul { list-style: none; display: inline; }
.linki_top .inner ul li { display: inline; color: #8F8F8F; padding: 2px 0; border-right: 1px solid #AFAFAF; }
.linki_top .inner ul li.last { border: 0; }
.linki_top .inner ul li a { text-decoration: none; border: 0; color: #ffffff; line-height: 18px; vertical-align: middle; font-weight: normal;  margin: 0 10px; }
.linki_top .inner ul li a:hover { text-decoration: underline; }

