/* --- GENERAL ------------------- */

body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background: #000;
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: 12px;
	text-align: center;
}

a {
	text-decoration: none;
	color: #005b7f
}

a:hover {
	text-decoration: underline;
	color: #005b7f
}

h1 {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1.75em;
	font-weight: normal;
	text-decoration: underline;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
}

h4 {
	font-size: 1.25em;
	font-weight: normal;
}

.name, .question {
	font-weight: bold;
}

.hide {
	display: none;
}

.signature {
	font-size: 0.9em;
}

blockquote {
	text-align: justify;
}

strong {
	font-family: "Avant Garde Gothic Medium", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: #a9bccb;
}

img {
	border: 0;
}

#content img {
	display: block;
	border: 1px solid #000;
}

#container, #header, #navigation, #content, #footer {
	margin: 0;
	padding: 0;
}

/* --- CONTAINER ---------------- */

#container {
	width: 770px;
	margin: 0 auto;
	position: relative;
	background: #f5f5f5;
}

/* --- HEADER ------------------- */

#header {
	display: block;
	width: 100%;
	height: 166px;
	padding: 5px 0px;
	background: #000 url(images/logo2.jpg) no-repeat;
	border-bottom: 1px solid gray;
	color: #005b7f;
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

/* --- NAVIGATION --------------- */

#navigation {
	display: inline;
	float: left;
	padding: 0 0 1em 0;
	width: 160px;
	text-align: left;
	color: #000;
	background: #ebebeb;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #ebebeb;
}
#navigation li {
	position: relative;
}
#navigation h1 {
	display: block;
	text-align: center;
	color: #fff;
	background: #909090;
	font-size: 1em;
	padding: 5px 0;
	margin: 0;
}
#navigation ul ul li {
	border-bottom: 1px dotted gray;
}
#navigation ul ul li a {
	display: block;
	width: 140px;
	padding: 5px 10px;
	text-decoration: none;
}
#navigation ul ul li a:hover {
	background: #6dcff6;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
#navigation ul li ul li:hover ul {
	display: block;
	border-left: 1px dotted gray;
}
#navigation p {
	text-align: center;
}

/* --- CONTENT ------------------ */

#content {
	display: inline;
	float: right;
	width: 570px;
	height: auto;
	padding: 10px 20px;
	color: #000;
	background: #f5f5f5;
	text-align: left;
}
#content h1 {
	background: url(images/dot.gif) repeat-x center;
	margin-top: 0;
	padding-left: 1em;
}
#content .title {
	background: #f5f5f5;
}
#content p.banner {
	text-align: center;
}
#content ul.organizers, #content ul.links, #content ul.sponsors {
	list-style: none;
}
#content ul.organizers img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
}
#content ul.organizers li {
	clear: both;
}
#content ul.links li, #content ul.sponsors li {
	list-style-position: outside;
}
#content ul.organizers li h3, #content ul.links li h3, #content ul.sponsors li h3 {
	margin-top: 0;
}
#content ul {
	padding: 0;
	margin: 0;
}
#content li {
	list-style-position: inside;
}
#content p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5;
}
#content table {
	border-color: #000;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	width: 80%;
	margin: 0 10%;
	text-align: center;
}
#content tr {
	height: 2em;
}
#content td {
	border-color: #000;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
}
#content .galeria table {
	width: auto;
	margin: 0 auto;
}
#content .galeria td {
	width: 100px;
}
.stronicowanie {
	text-align: center;
	margin: 10px 0;
}
#zdjecie {
	color: white;
}
#zdjecie .signature {
	margin-right: 20px;
	text-align: right;
}
#content ul.prizes li {
	padding-bottom: 1em;
}
#content ul.prizes ul li {
	padding-bottom: 0;
}
#content ul.prizes ul {
	list-style: none;
	padding: 0;
}

/* --- FOOTER -------------------- */

#footer {
	clear: both;
	width: 100%;
	height: auto;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	color: #000;
	background: #a9bccb;
	text-align: center;
}

/* --- OTHER --------------------- */

fieldset {
	border: 1px solid #DDD;
	width: 75%;
	padding: 1em;
}
	
legend {
	font-weight: bold;
	font-style: italic;
}
	
input.text, textarea {
	border: 1px solid #BBB;
	background-color: #FFF;
	color: #666;
	font-size: 1em;
}
	
label {
	cursor: pointer;
}
