/*
 * Created 2008-07-28 by Sharper for Osemka.pl
 * 
 */

* {	margin: 0; padding: 0; border: 0; }
html { overflow: auto; }
html, body { background-color: #1E1E1E; }
body { font-size: 10pt; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; color: #fff; } 
ul { list-style-type: none; }

h1 { font-size: 9pt;}
h1.content { margin: 10px 0; text-align: center;}
h1.categories {
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 11pt;
	color: #FA710F;
}
h2 { font-size: 14pt; }

a { text-decoration: none; color: #fff; font-weight: bold; }
a:hover { color: #FA710F; }

.center { text-align: center; }

#root {	width: 800px; margin: 0 auto; }
#top { height: 100px; background-color: #252525;}
#logo { background-color: #252525; float: left; width: 205px; height: 80px; padding: 15px 0 0 20px; }
#menu { background-color: #252525; float: right; line-height: 100px;}
#menu ul li { font-weight: bold; padding: 5px 10px 5px 5px; background: #252525 url('/img/li_bg.png') no-repeat right; display: inline; }
#menu a, #menu a:visited, #menu a:active { text-decoration: none; color: #fff; }
#menu a:hover { color: #FA710F; }
#banner { width: 750px; margin: 0 auto; }

#steps { height: 200px; background: url('/img/steps_bg.png') no-repeat center bottom;  }
#steps h2 { background: url('/img/h2_bg.png') no-repeat center; width: 540px; height: 40px; float: right; line-height: 40px; text-align: center; margin: 10px 0; color: #1E1E1E; }
#steps ul { float: right; clear: both; width: 540px; }
#steps ul li { display: block; height: 25px; padding: 0 0 0 30px; line-height: 12px; margin: 0 0 20px 0; color: #D3E0E3; background-position: left; background-repeat: no-repeat;}
#steps ul li.stepone { background-image: url('/img/stepone.png'); }
#steps ul li.steptwo { background-image: url('/img/steptwo.png'); }
#steps ul li.stepthree { background-image: url('/img/stepthree.png'); }
#steps img { display: inline-block;}

#content { position: relative; background: #252525 url('/img/content_bg.png') no-repeat top; padding: 20px 10px; border-bottom: 2px solid #2F2F2F; width: 780px; float: left;}
#content #skyscraper { position: absolute; right: -165px; }
#content_left { float: left; width: 505px; background-color: #252525; padding: 0 5px 0 0; }
#content_left p { margin: 15px 0; line-height: 1.4em; }
#content_right { float: left; width: 265px; background-color: #252525; padding: 0 0 0 5px; }
#content_right h3 {height: 21px; background-position: left; background-repeat: no-repeat; text-indent: -9999px;  }
#content_right h3#h_cat { background-image: url('/img/h_kategorie.png'); width: 161px; }
#content_right h3#h_stats { background-image: url('/img/h_statystyki.png'); width: 99px; }

/* ****** KATEGORIE ******** */
#tags { padding: 10px; text-align: justify; }
#tags span { margin: 7px 4px; line-height: 20px;}

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: #A4EB22; }
span.kat2 a { color: #9BDE20; }
span.kat3 a { color: #8BC71E; }
span.kat4 a { color: #7FB51C; }
span.kat5 a { color: #6A9718; }

div#categories {margin: 5px 0; color: #fff;}
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: #FFF;
	padding: 5px 0;
	font-size: 12px;
	padding: 5px; 
	border-bottom: 1px solid #E6E6E6;
	background: #2F2F2F;
}
div#categories ul li.gray {
	background-color: #4E4E4E;
}
div#categories ul li p.date { font-size: 11px; color: #999; }
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; }

/* ********* STATYSTYKI ********* */
#stats {  }
#stats ul { padding: 10px; }
#stats ul li { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-variant: small-caps;
	color: #D4E1E3;
	height: 26px;
	line-height: 13px;
	padding-left: 32px;
	margin: 10px 0;
}

#stats ul li.forums {	background: url('/img/li_forums.png') no-repeat top left; }
#stats ul li.posts {	background: url('/img/li_posts.png') no-repeat top left; }
#stats ul li.users {	background: url('/img/li_users.png') no-repeat top left; }
#stats ul li.newest { background: url('/img/li_newest.png') no-repeat top left; }
#stats ul li.newest ul  { list-style-type: square; margin-top: 5px;}
#stats 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: #FA710F;
}
span.counter {
	color: #D1D1D1;
	font-family: Verdana;
	font-size: 10pt;
}
span.counter2 {
	color: #595959;
	font-family: Verdana;
	font-size: 10pt;
	text-align: right;
}

/* ***** 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 #C0C0C0;
	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: 350px;
	border: 1px solid #000;
	font-size: 16px;
	padding: 5px;
	background-color: #D4D4D4;
}
.form select {
	background-color: #D4D4D4;
}
.form input.valide, .form select.valide {
	width: 350px;
	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: 350px;
	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;
}

/* ******* ZALOZONE ****** */
div#zalozone {
	padding: 5px 10px;
	width: 700px;
	line-height: 1.6em;
	clear: both;
	margin: 15px auto;
	color: #fff;
}

div#zalozone ul { list-style-type: square; margin-left: 15px; }
div#zalozone ul li { font-size: 13px; color: #fff; line-height: 1.4em; font-weight: normal; display: run-in;}
div#zalozone h4 {
	font-size: 15px;
	margin: 7px 0;
}
div#zalozone h5 {
	color: #D3E0E3;
	font-size: 15px;
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #D3E0E3;
	width: 200px;
}
div#zalozone a {
	color: #FA710F;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}
div#zalozone a:hover {
	border-bottom: 1px solid;
}

#stats {}
#footer { text-align: center; clear: both; }
#footer p { padding: 5px 0; color: #C7C7C7; font-size: 12px;}

/* ******* OTHERS ******** */
div.info {
	background: #808080 url('/img/info_bg.png') no-repeat center center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	clear: both;
}
div.info p {
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
} 
/* ********* RANKINGI *********** */
div#ranks {	margin: 15px auto 5px auto;	float: left;}
div.rank_overall { width: 255px; float: left; margin: 0 5px 0 0; }
h4.rank { height: 30px;	font-size: 0; text-indent: -9999px; }
h4#top10 { background: #2F2F2F url('/img/top10_h.png') no-repeat top; }
h4#newest { background: #2F2F2F url('/img/newest_h.png') no-repeat top; }
h4#recomend { background: #2F2F2F url('/img/recomend_h.png') no-repeat top; }
div.rank_box { background: #2F2F2F url('/img/rankbox_bg.png') no-repeat bottom;	padding: 0 0 15px 0; width: 254px; }
div.rank_box ul { padding: 5px 0 0 4px; }
div.rank_box ul li { line-height: 1.0em; border-bottom: 1px dotted #6A6A6A; 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: #6A6A6A; font-size: 7pt; display: block;}
/* ****** RANKINGI KONIEC ******* */

/* ******* DOMAIN CHECK ******* */
p#results { border: 0; margin: 2px 0 10px 125px; width: 510px; padding: 5px; }
#address_check
#address_check li { }
#address_check .not_available { color: #df0e01; background: url('/img/not_available.png') no-repeat 0 50%; padding: 3px 0 3px 21px; font-size: 85%; height: 16px; line-height: 16px; }
#address_check .available { color: #8cc300; background: url('/img/available.png') no-repeat 0 50%; padding: 3px 0 3px 21px; font-size: 85%; height: 17px; line-height: 17px; }
#address_check .available a { color: #D3E0E3; margin: 0 0 0 5px; }
#address_check .available a:hover { text-decoration: underline; }
#btn { background: url('/img/check.png') no-repeat 0 50%; height: 21px; width: 120px; color: #fff; margin: 0 0 0 5px; padding: 0 0 3px 15px; font-weight: bold; font-size: 85%;}

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