@import url("reset.css");

/* Global				*/

body {
	color: #171717;
	font: normal .81em Arial, sans-serif;
}

hr {
	display: none;
}

.wrapper {
	margin: 0 auto;
	width: 852px;
}

a {
	color: #0096FF;
}

/* Header			*/

#header {
	color: #B7B7B7;
	margin-bottom: 25px;
}

#header h1 a {
	background: url("../images/header.gif") repeat-x;
	display: block;
	height: 202px;
	overflow: hidden;
	text-indent: -999em;
	width: 852px;
}

/* Menu		*/

#nav {
	background: #000;
	margin-bottom: 8px;
	overflow: auto;
	padding: 10px 0;
}

#nav ul {
	font: bold 1.3em Arial, sans-serif;
}

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

#nav a {
	padding: 8px 6px;
	text-decoration: none;
	text-transform: lowercase;
}

#nav a:hover {
	color: #FFF;
}

/* Body					*/

#body {
	background: url("../images/body.gif") 0 0 repeat-y;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 40px;
	position: relative;
	width: 924px;
}

/* Content				*/

#content {
	float: left;
	font-size: .93em;
	width: 620px;
}

#content h2 {
	color: #0065AC;
	font: normal 3.15em Arial, serif;
	height: 37px;
	margin-bottom: .6em;
}

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

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

#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 {
	float: right;
	width: 210px;
}

#sidebar li {
	float: left;
	list-style: inline;
}

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

#spons {
	float: left;
	margin-right: 4px;
	width: 156px;
}

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

#patrons {
	float: right;
	width: 156px;
}
#patrons li {
	clear: both;
	float: left;
}

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

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