/* ELEMENTS */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	background: #F6F6F6 url(../images/layout/bg_body_light.jpg) repeat top left;
}

a {
	color: #1A4C07;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #00478A;
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	margin-bottom: 5px;
	font-size: 1.4em;
	color: gray;
}

h4 {
	margin-bottom: 0;
	font-size: 1.1em;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

hr {
	border: 0;
	width: 98%;
	height: 1px;
	color: #00478A;
	background-color: #00478A;
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

/* Classes */
.admin_block {
	margin: 0;
	padding: 3px;
	text-align: right;
	background-color: #fafad2;
	border: 1px dashed black;
}

.img_thumbnail {
	border: 4px solid #8C8DFF;
}

.box {
	margin: 0 0 20px 0;
	padding: 10px 10px 0 10px;
	overflow: auto;
	background: url(../images/layout/bg_box.png) repeat top left;
}

.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dropshadow {
	box-shadow: 0 0 10px black;
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
}

.archive {
	font-size: 0.8em;
	border: 2px solid #8C8DFF;
	border-collapse: collapse;
}

/* IDs */
#wrapper {
	width: 960px;
	margin: 20px auto 20px auto;
	padding: 10px;
	overflow: hidden;
}

#header {
	width: 960px;
	height: 200px;
	margin: 0;
	padding: 0;
	position: relative;
	/*background: url(../images/layout/banner.jpg) no-repeat top left;*/
	background: url(../images/layout/banner.png) no-repeat top left;
}

#social {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

#social ul {
	list-style: none;
}

#social ul li {
	height: 32px;
	display: block;
	float: left;
	margin: 0px 7px 0px 0px;
}

#social ul li a {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#social ul li a.facebook {
	background: url(../images/layout/facebook.png) no-repeat left 7px;
}

#social ul li a.youtube {
	background: url(../images/layout/youtube.png) no-repeat left 7px;
}

#social ul li a:hover {
	background-position: top;
}

#container {
	width: 960px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../images/layout/bg_container.png) repeat-y left top;
}

#main {
	/*width: 820px;*/
	/*height: 477px;*/
	min-height: 437px;
	height: auto !important;
	height: 437px;
	margin: 0 auto 0 auto;
	/*padding: 20px 70px 20px 70px;*/
	padding: 10px;
	background: url(../images/layout/bg_main.jpg) no-repeat left top;
}

#menu {
	width: 940px;
	height: 38px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/layout/bg_menu.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-shadow: 1px 1px 0px black;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	margin: 0;
	padding: 0 11px 0 10px;
	display: block;
	color: white;
	font-weight: bold;
	line-height: 38px;
	text-decoration: none;
	background: url(../images/layout/bg_menu_separator.png) no-repeat right top;
}

#menu ul li a.last {
	background: none;
}

#menu ul li a:hover {
	color: #FFC945;
}

#page {
	margin: 0 0 20px 0;
	padding: 0;
}

/* video player */
#video_container {
	margin: 0 0 10px 0;
	height: 338px;
}

#video_player.info {
	padding: 10px;
	background-color: #FFFFCC;
	border: 1px solid orange;
}

#video_player.info p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 160%;
}

#video_player_details {
	width: 512px;
	overflow: hidden;
}

#video_player_details p {
	margin: 0 0 0 3px;
	padding: 3px;
	display: block;
	float: right;
	color: white;
	font-size: 0.8em;
	background-color: #373737;
	border-top: 0;
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
	border-left: 1px solid #595959;
}

/* ajax */
#rok, #mesiac {
	width: 95px;
}

#relacia {
	width: 170px;
}

#relacia option {
	width: auto;
}

#txtResult {
	display: inline;
}

#footer {
	width: 920px;
	padding: 10px;
	background-color: #172F40;
}

#footer p {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	color: #9BB1BF;
}

#footer p a, #footer p a:link, #footer p a:visited {
	color: #9BB1BF;
}

#footer p a:hover {
	color: white;
}
