/* USED COLORS
-----------------------------------------------------------
	#dbd00d - yellow (links, heading's);
	#3b3324 - brown (backgrounds);
	#4f4635 - brown (on borders)
	#fff - white (text);
	#000 - black (backgrounds);

*/


/* BEGIN LAYOUT
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/bg.jpg") repeat;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}

#wrapper {
	margin: 20px auto;
	width: 974px;
	text-align: left;
}

#navigation {
	background: url("images/nav-box.jpg") no-repeat;
	float: left;
	height: 145px;
	margin: 0 0 10px 10px;
	width: 375px;
}

.header-photos {
	background: url("images/header-photos.jpg") no-repeat;
	display: block;
	float: right;
	height: 165px;
	position: relative;
	top: -20px;
	width: 405px;
}

.fd-1 {
	clear: both;
	background: url("images/fd-1.jpg") no-repeat;
	display: block;
	height: 76px;
	margin-left: 11px;
	width: 169px;
}

.fd-2 {
	background: url("images/fd-2.jpg") no-repeat;
	display: block;
	float: right;
	height: 125px;
	width: 794px;
	margin-top: -125px;
}

#sub-wrapper {
	background: url("images/body-wrapper-bg.jpg") repeat;
	margin: 0 26px 0 11px;
}

#body {
	background: url("images/body-bg.jpg") repeat-x;
	padding: 5px 20px 20px 20px;
}

#first-column {
	background: url("images/white-dot.gif") repeat-y right;
	float: left;
	padding: 0 7px;
	width: 40%;
}
#second-column {
	float: left;
	padding: 0 7px;
	width: 25%;
}
#third-column {
	background: url("images/white-dot.gif") repeat-y left;
	float: left;
	padding: 0 7px;
	width: 30%;
}

#page #first-column {
	width: 70%;
}

#wide-page #first-column {
	background: none;
	width: 100%;
}


.footer-divider {
	background: url("images/footer-divider.gif") no-repeat;
	display: block;
	height: 55px;
	width: 937px;
}

#footer-wrapper {
	clear: both;
	background: url("images/footer-wrapper-bg.gif") repeat;
}

#footer {
	background: url("images/footer-bg.gif") repeat-x;
	padding: 0 20px;
}

.footer-bottom {
	background: url("images/footer-bottom.gif") no-repeat;
	display: block;
	margin-left: 11px;
	height: 21px;
	width: 937px;
}

#partner-logos {
	float: left;
	width: 48%;
}

#partner-logos img {
	padding: 15px 0 0 95px;
}
#partner-links {
	float: right;
	width: 48%;
}


#partner-links .links {
	padding-left: 26px;
	background: url("images/white-arrow.gif") no-repeat 0 50%;
}

#partner-links li {
	list-style: none;
}

#credits {
	background: url("images/bat-small-logo.gif") no-repeat 23% 0;
	margin: 20px 0;
}
/* END LAYOUT
----------------------------------------------------------- */


/* BEGIN NAVIGATION
----------------------------------------------------------- */
#navigation #nav-left, #navigation #nav-right {
	float: left;
	height: 139px;
	padding-top: 6px;
}
#navigation #nav-left {
	width: 170px;
	padding-left: 8px;
}
#navigation #nav-right {
	width: 197px;
}

#navigation ul {
	list-style: none;
}
#navigation ul li {
	height: 27px;
}

#navigation ul li a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 27px;
	padding: 0 20px 0 60px;
}

#navigation ul li.selected#uvod a, #navigation ul li.selected#forum a,
#navigation ul li.selected#uvod a:hover, #navigation ul li.selected#forum a:hover {
	background: url("images/yellow-bats.jpg") no-repeat 0px 0px;
}
#navigation ul li.selected#novinky a, #navigation ul li.selected#hitparady a,
#navigation ul li.selected#novinky a:hover, #navigation ul li.selected#hitparady a:hover {
	background: url("images/yellow-bats.jpg") no-repeat 0px -27px;
}
#navigation ul li.selected#registracia a, #navigation ul li.selected#historia a,
#navigation ul li.selected#registracia a:hover, #navigation ul li.selected#historia a:hover {
	background: url("images/yellow-bats.jpg") no-repeat 0px -54px;
}
#navigation ul li.selected#clenska-zona a, #navigation ul li.selected#sutaze-a-ankety a,
#navigation ul li.selected#clenska-zona a:hover, #navigation ul li.selected#sutaze-a-ankety a:hover {
	background: url("images/yellow-bats.jpg") no-repeat 0px -81px;
}
#navigation ul li.selected#fotogaleria a, #navigation ul li.selected#kontakt a,
#navigation ul li.selected#fotogaleria a:hover, #navigation ul li.selected#kontakt a:hover {
	background: url("images/yellow-bats.jpg") no-repeat 0px -108px;
}


#navigation ul li#uvod a:hover, #navigation ul li#forum a:hover {
	background: url("images/white-bats.jpg") no-repeat 0px 0px;
}
#navigation ul li#novinky a:hover, #navigation ul li#hitparady a:hover {
	background: url("images/white-bats.jpg") no-repeat 0px -27px;
}
#navigation ul li#registracia a:hover, #navigation ul li#historia a:hover {
	background: url("images/white-bats.jpg") no-repeat 0px -54px;
}
#navigation ul li#clenska-zona a:hover, #navigation ul li#sutaze-a-ankety a:hover {
	background: url("images/white-bats.jpg") no-repeat 0px -81px;
}
#navigation ul li#fotogaleria a:hover, #navigation ul li#kontakt a:hover {
	background: url("images/white-bats.jpg") no-repeat 0px -108px;
}


/* END NAVIGATION
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#header a.logo {
	background: url("images/logo.jpg") no-repeat;
	display: block;
	float: left;
	height: 194px;
	width: 180px;
}

#body a, #partner-links a, #credits a{
	background: url("images/yellow-dot.gif") repeat-x bottom;
	color: #dbd00d;
	font-weight: bold;
}

#body a:hover, #partner-links a:hover, #credits a:hover {
	background: #dbd00d;
	color: #000;
	font-weight: bold;
}

/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY
----------------------------------------------------------- */
* {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	color: #dbd00d;
	font-size: 22px;
	margin-bottom: 5px;
}

#third-column h3 {
	background: url("images/newspaper.gif") no-repeat 0 5px;
	color: #fff;
	font-size: 15px;
	padding-left: 20px;
}

#first-column h3, #first-column h3 a {
	color: #fff;
	background: none;
	font-size: 20px;
	padding-top: 10px;
}

#first-column h3 a:hover {
	color: #fff;
	background: none;
}

#first-column p strong {
	color: #dbd00d;
	font-weight: bold;
}

#body p {
	padding: 0 0 10px 0;
}

#credits {
	text-align: center;
}

/* END TYPHOGRAPHY
----------------------------------------------------------- */


/* BEGIN GALLERY
----------------------------------------------------------- */
#gallery .photo {
	text-align: center;
	margin-bottom: 10px;
}

#second-column #gallery a.thumblink-fg-v, #second-column #gallery a.thumblink-fg-h {
	margin: 0 auto;
}

#gallery a.thumblink-fg-v {
	background: #fff;
	display: block;
	height: 170px;
	margin-top: 5px;
	padding: 1px 0;
	width: 132px;
}
#gallery a.thumblink-fg-h {
	background: #fff;
	display: block;
	height: 130px;
	margin-top: 5px;
	padding: 1px 0;
	width: 172px;
}

#gallery .photo-fg {
	float: left;
	height: auto;
	margin: 0 0 5px 0;
	padding: 5px 5px;
	_padding: 5px 6px;
	text-align: center;
	width: auto;
}

#first-column #gallery .photo {
	float: left;
	width: 120px;
}


#gallery a:hover.thumblink, #gallery a:hover.thumblink-fg-v, #gallery a:hover.thumblink-fg-h {
	background: #dbd00d;
}

#gallery img.thumbimg {
	border: 5px solid #fff;
}

/* END GALLERY
----------------------------------------------------------- */


/* BEGIN FORMS
----------------------------------------------------------- */
form {
	margin: 10px 0;
}

input.form-input, input.submit-button, select, textarea {
	background: #000 url("images/form-input-bg.jpg") repeat-x;
	border: 1px solid #4f4635;
	color: #fff;
	margin: 5px;
	padding: 2px;
}

select.select-country {
	width: 160px;
}
select.select-birthDay {
	width: 55px;
}
select.select-birthMonth {
	width: 95px;
}
select.select-birthYear {
	width: 60px;
}

input:focus, textarea:focus, select:focus {
	border-color: #dbd00d;
}
input.checkbox {
	margin: 5px;
}
input.submit-button {
	color: #dbd00d;
	margin-left: 0;
}


fieldset {
	background: url("images/form-pattern.jpg") repeat;
	border: 1px solid #4f4635;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	width: 75%;
}

legend {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	position: absolute;
	top: -20px;

}

label {
	font-weight: bold;
}

label sup {
	color: red;
}

/* END FORMS
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
.smiley { vertical-align: middle; }

span.clear {
	clear: both;
	display: block;
}
span.right, div.right {
	display: block;
	text-align: right;
}
span.center {
	display: block;
	text-align: center;
}

img {
	border: 0;
}

#body li {
	margin-left: 15px;
}

.errorMsg {
	font-weight: bold;
	color: red;
}
.successMsg {
	font-weight: bold;
	color: green;
}
span.successMsg, span.errorMsg {
	border: 1px dashed #4f4635;
	display: block;
	padding: 5px;
	margin: 10px auto;
	text-align: center;
	width: 70%;
}

span.date {
	background: url("images/date.gif") no-repeat 0 20%;
	font-size: 12px;
	font-style: italic;
	padding-left: 20px;
}

#first-column div.post-tip {
	background: url("images/tip.gif") no-repeat;
	display: block;
	height: 18px;
	left: 40px;
	_left: 55px;
	position: absolute;
	top: -20px;
	width: 100%;
}
#first-column .post {
	background: url("images/form-input-bg.jpg") repeat-x;
	border: 2px solid #3b3324;
	margin: 60px auto 20px auto;
	padding: 8px;
	position: relative;
	width: 90%;
}
#first-column .post-name {
	color: #dbd00d;
	font-size: 20px;
	position: absolute;
	top: -30px;
	width: 100%;
}
#first-column .post-email {
	background: url("images/email.gif") no-repeat 0 20%;
	padding-left: 20px;
	position: absolute;
	right: 40px;
	top: -20px;
	width: auto;
}

#first-column div.post-date {
	background: url("images/date.gif") no-repeat 0 20%;
	font-size: 12px;
	font-style: italic;
	padding-left: 20px;
	position: absolute;
	right: 40px;
}

#first-column .box {
	background: url("images/form-input-bg.jpg") repeat-x;
	margin: 20px auto;
	border: 2px solid #3b3324;
	width: 90%;
	padding: 5px;
}

#first-column .box h3 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}


#first-column .box strong {
	float: left;
	margin-right: 4px;
}

#first-column .box p {
	color: #dbd00d;
	padding: 0;
}
#first-column .box img {
	border: 5px solid #fff;
	float: right;
	margin: 8px;
}

#second-column div.poll {
	background: #000 url("images/form-input-bg.jpg") repeat-x;
	border: 2px solid #3b3324;
	margin: 0 0 20px 0;
	padding: 5px;
	width: 100%;
}

#second-column span.pollbar-full {
	border: 1px solid #fff;
	display: block;
	height: 21px;
	margin: 5px 0 10px 5px;
	width: 95%;
}

#second-column span.pollbar-percent {
	background: #3b3324 url("images/pollbar.jpg") repeat-y;
	display: block;
	text-align: center;
}

#second-column span.pollbar-zeropercent {
	padding-left: 5px;
}


#second-column span.donotvote {
	color: #dbd00d;
}

#clenska-zona-subnav {
	background: #3b3324;
	border: 1px solid #4f4635;
	margin: 5px 0 10px 0;
	padding: 3px;
	text-align: center;
}

#clenska-zona-subnav ul li {
	display: inline;
	padding: 0 1px;
}

#first-column li, #second-column li {
	background: url("images/white-arrow.gif") no-repeat 0 5px;
	list-style: none;
	padding-left: 26px;
	margin: 5px 0 0 0;
}

#first-column li.subselected, #second-column li.subselected {
	background: url("images/yellow-arrow.gif") no-repeat 0 5px;
	list-style: none;
	padding-left: 26px;
	margin: 5px 0 0 0;
}


* html #second-column div.poll span {display:inline-block;}

#third-column .first{background: #3B3324 none;margin: 5px -5px;padding: 5px;}
#third-column .first h3{font-size: 21px;}
#third-column .first span,
#third-column .first p{font-size: 16px;}

/* END OTHER
----------------------------------------------------------- */
