/* =reseting & global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th, img {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited { color: #FFF; }
a:hover { color: #D59200; }
ul{ list-style: none; }

h2 {
	color: #FFF;
	text-transform: uppercase;
	font: bold 1.55em Verdana, Tahoma, sans-serif;
	margin: 40px 0 10px;
}

h3 {
	color: #D59200;
	padding: 0 0 0 13px;
	margin: 0 0 4px;
	background: url('../images/arrow.gif') 0 4px no-repeat;
	font-size: 1em;
	font-weight: normal;
}
h3 span {
	color: #FFF;
}

p {
	text-align: justify;
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}
ul li {
	list-style: outside circle;
	margin-left: 15px;
}
#nav li {
	margin-left: 0;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* =layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background: url('../images/background.gif');
	font: normal 100% Verdana, Tahoma, sans-serif;
	color: #4C5710;
}

#page {
	width: 551px;
	margin: 30px auto;
	font-size: .64em;
}

#top h1 a {
	display: block;
	width: 551px; height: 80px;
	background: url('../images/top.gif') no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#main {
	background: #A5C631;	
}

#sidebar {
	width: 171px; _height: 370px;
	min-height: 370px;
	float: left;
	background: #A5C631;
}

#sidebar #nav li {
	margin-bottom: 1px;
	list-style: none;
}

#sidebar #nav li a {
	display: block;
	width: 171px; height: 45px;
	overflow: hidden;
	text-indent: -999em;
}

#sidebar #nav #nHome {
	background: url('../images/nav/home.gif');
}
#sidebar #nav #nAbout {
	background: url('../images/nav/about.gif');
}
#sidebar #nav #nOffer {
	background: url('../images/nav/offer.gif');
}
#sidebar #nav #nParty {
	background: url('../images/nav/party.gif');
}
#sidebar #nav #nSponsors {
	background: url('../images/nav/sponsors.gif');
}
#sidebar #nav #nContact {
	background: url('../images/nav/contact.gif');
}

#calendar {
	padding: 0 10px;
}

#calendar h2 {
	font-size: 1em;
	color: #E4F4AC;
	padding-bottom: 5px;
	border-bottom: 1px solid #E4F4AC;
	margin: 20px 0 10px;
}

#calendar p {
	font-size: .9em;
	border-bottom: 1px solid #84A21E;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
}

#content {
	width: 310px; _height: 340px;
	min-height: 340px;
	background: #A5C631 url('../images/background-content.gif') top left no-repeat;
	float: right;
	padding: 0 35px 30px;
}

#content img.foto {
	border: 1px solid #859E27;
	padding: 1px;
	margin: 0 16px 0 0;
}

#content .row {
	margin-bottom: 20px;
	clear: both;
}

#content .row h3 {
	background: none;
	padding: 0;
}

#content .column {
	width: 90px;
	float: left;
	text-align: center;
}

#banners {
	margin-top: 1.5em;
}
#banners img {
	border: 1px solid #84A21E;
}

.post {
	border-bottom: 1px dashed #788E20;
	margin-bottom: 1.5em;
}

#sponsorzy a {
	display: block;
	margin-top: 10px;
	filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;
}
#sponsorzy a:hover {
	filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1;
}

ol li {
	list-style: outside decimal;
	margin: 0 0 10px 19px;
}

form label {
	display: block;
	margin-bottom: 1px;
}

form .formdiv {
	margin-bottom: 5px;
}

form .formdiv input.text, form .formdiv textarea.text, form .formdiv select.text {
	border: 1px solid #788E20;
	font-size: 1em;
	padding: 3px 4px;
	width: 100%;
	background: #D2E298;
}
form .formdiv textarea.text {
	font-size: 1.3em;
	height: 75px;
}

.button {
	background: #D2E298;
	border: 0;
	border-bottom: 2px solid #788E20;
	font-size: 1em;
	padding: 3px 7px;
	cursor: pointer;
}
.button:hover {
	background: #788E20;
	color: #FFF;
}
a.button {
	text-decoration: none;
	color: #4C5710;
}

.newer, .older { list-style: none; }
.newer { float: left; }
.older { float: right; }

/* -gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#gallery {
	background: #555E11;
	padding: 5px;
}
#gallery img {
	margin: 3px;
	border: 2px solid #FFF;
}
#gallery h2 {
	margin: 0 3px 5px; padding: 0;
	font-size: 1em;
	border-bottom: 1px solid #FFF;
}

/* -footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	clear: both;
	min-height: 64px;
	_height: 64px;
	background: url('../images/footer.gif') bottom left no-repeat;
}

#copyright {
	font-size: .89em;
	color: #A5C631;
	margin-top: 15px;
	text-align: center;
}
