@import url("reset.css");

/* Global				*/

body {
	background: url('../images/background.gif');
	color: #101010;
	font: normal .88em Arial, sans-serif;
}

hr {
	display: none;
}

/* Header				*/

#header {
	background: #000;
	color: #B7B7B7;
}

#header .wrapper {
	background: url('../images/header.gif') no-repeat;
	height: 249px;
	margin: 0 auto;
	position: relative;
	width: 1040px;
}

#header a {
	color: #B7B7B7;
	text-decoration: none;
}

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

#header h1 {
	display: none;
}

/* Lang 	*/

#lang {
	position: absolute;
	right: 72px;
	top: 22px;
	width: 118px;
}

#lang a {
	background-image: url('../images/language.gif');
	display: block;
	float: left;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
}

#lang .lEnglish a {
	width: 64px;
}
#lang.en .lEnglish a {
	background-position: 0 -16px;
}

#lang .lPolish a {
	background-position: -64px 0;
	width: 54px;
}
#lang.pl .lPolish a {
	background-position: -64px -16px;
}

/* Newsletter	*/

#newsletter {
	border: 0 !important;
	position: absolute;
	right: 42px;
	top: 81px;
}

#newsletter label { display: none }

#newsletter h4 {
	background: url('../images/newsletter.gif') no-repeat 0 0;
	display: block;
	height: 19px;
	margin-bottom: 6px;
	overflow: hidden;
	text-indent: -99em;
	width: 112px;
}

#newsletter input {
	background: url('../images/newsletter.background.gif') no-repeat 0 0;
	border: none;
	color: #DDD;
	display: block;
	font-size: 0.8em;
	float: left;
	height: 19px;
	padding: 5px 0 0 5px;
	width: 112px;
}

#newsletter button {
	background: url('../images/newsletter.button.gif') no-repeat 0 0;
	border: none;
	display: block;
	float: left;
	font-size: 0;
	height: 24px;
	overflow: hidden;
	padding-top: 24px;
	width: 34px;
}

/* Menu		*/

#nav {
	bottom: 15px;
	font: bold 1em Arial, sans-serif;
	position: absolute;
	text-transform: uppercase;
}

#nav li {
	display: inline;
	float: left;
	margin: 0 14px;
}

/* Body					*/

#body {
	margin: 0 auto;
	padding-bottom: 40px;
	position: relative;
	width: 1002px;
}

/* Content				*/

#content {
	background: #FBFCFF url('../images/content.gif') no-repeat bottom;
	font-size: .93em;
	min-height: 730px;
	_height: 730px;
	margin: 0 auto;
	padding: 19px 23px 19px 22px;
	width: 575px;
}

#content h2 {
	color: #81BF34;
	font: bold 4.34em Arial, serif;
	margin-bottom: .6em;
}

#content h3 {
	color: #466F05;
	font: bold 1.23em Arial, serif;
	margin-bottom: .9em;
}

#content h4 {
	margin-bottom: .3em;
}

#content a {
	color: #466F05;
}

#content ol, #content ul {
	line-height: 140%;
	margin-bottom: .8em;
	margin-left: 2em;
}

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

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

#content .pagination {
	list-style: none;
	overflow: auto;
}

#content .newer { float: left; }
#content .older { float: right; }

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

#content strong {
	font-weight: bold;
}

#content .news {
	margin-bottom: 2em;
}

p#copyrights {
	background: url('../images/copyrights.gif') no-repeat top center;
	padding-top: 15px;
	text-align: center;
}

#content img.winners {
	border: 1px solid #DDD;
	float: left;
	margin-right: 30px;
	padding: 1px;
}

/* -organizatorzy	*/

ul#org {
	height: 113px;
	line-height: 100%;
	margin: 0 0 35px !important;
	overflow: auto;
}

#org li {
	display: inline;
	float: left;
	height: 113px;
	width: 190px;
}

#org li a {
	display: block;
	height: 113px;
	overflow: hidden;
	text-indent: -99em;
	width: 190px;
}

#org .oGreen a { background: url('../images/banerek_left01_green.gif') }
#org .oWroclaw a { background: url('../images/banerek_left02_green.gif') }
#org .oMCS a { background: url('../images/banerek_left03_green.gif') }

/* -form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form {
	border-bottom: 1px solid #466F05;
	margin: 1em 0;
	padding: 0 0 1em;
}

.formdiv {
	margin-bottom: .5em;
}

label {
	float: left;
	padding-top: 3px;
	width: 100px;
}

input.text {
	width: 300px;
}

textarea {
	width: 300px;
	height: 6em;
}

a.button {
	background: #EEE;
	border: 1px solid #222;
	color: #000 !important;
	padding: 4px 6px;
}
a.button:hover {
	text-decoration: none;
}

table {
	margin: 1em 0;
	width: 100%;
}
table th {
	font-weight: bold;
}
table td {
	border-bottom: 1px solid #DDD;
	padding: 3px 5px;
}

/* Sidebars				*/

.sidebar {
	color: #FFF;
	position: absolute;
	text-align: center;
	top: 33px;
	width: 191px;
}

.sidebar h3 {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: uppercase;
}

#spons {

}

#spons li {
	clear: both;
	float: right;
}

#patrons {
	right: 0;
}
#patrons li {
	clear: both;
	float: left;
}

ul.spon {
	list-style: none !important;
	margin: 0 !important;
}

ul.spon a {
	display: block;
	text-align: center;
}
