/*
Theme Name: Primon
Author: Peter Kuma
*/

.ngg-albumoverview {
	clear: none !important;
}

.ngg-albumtitle a {
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	color: #015a01;
	font-size: 10pt;
	border-bottom: 2px solid #73d216;
	display: block;
	padding-bottom: 2px;
	margin: 5px;
	float: right;
}

h2 {
	margin-top: 2pt;
	margin-bottom: 10pt;
	font-size: 16pt;
	font-weight: bold;
}

body {
	background: #90cffd url("media/bg.png") center 130px no-repeat;
	text-align: center;
	margin-top: 40px;
	font-family: Tahoma;
	font-size: 10pt;
	line-height: 130%;
}

td,th {
	font-size: 10pt;
	vertical-align: top;
}

label {
	font-weight: bold;
	color: #333333;
	margin-right: 10px;
}

h1 {
margin: 3px;
padding-bottom: 10px;
color:#165AB5;
font-family: verdana;
font-weight: normal;
text-align: center;
font-size: 1.5em;
}

a img {
	border: none;
}

table.standard {
	border: 1px solid silver;
	border-collapse: collapse;
	background: white;
}
table.standard th {
	text-align: left;
	background-color: #CCFF91;
	color: #2D5400;
	border-bottom: 1px solid black;
	padding: 3px 5px;
}
table.standard td {
	text-align: left;
	border-top: 1px solid #f4f4f4;
	border-right: dashed 1px silver;
	padding: 3px 5px;
}

#header {
	padding: 10px;
	background: url("media/header.png") no-repeat top right;
}

#subcontainer {
	width: 100%;
	min-height: 390px;
	background: url("media/sheet-top.png") top center no-repeat;
}

#container {
	margin: auto;
	width: 800px;
	min-height: 800px;
	text-align: left;
	background: url("media/sheet-bottom.png") bottom center no-repeat;
}

#content {
	width: 540px;
	margin-left: 220px;
	padding-bottom: 20px;
}

#sidebar {
	float: left;
	padding-left: 20px;
}

#nav {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
}

#nav a {
	margin-left: 20px;
	display: block;
	width: 160px;
	height: 28px;
}

#nav a span {
	display: none;
}

.nav-onas { background: url("media/nav-onas.png") left center no-repeat; }
.nav-tabory { background: url("media/nav-tabory.png") left center no-repeat; }
.nav-galeriaveducich { background: url("media/nav-galeriaveducich.png") left center no-repeat; }
.nav-fotogaleria { background: url("media/nav-fotogaleria.png") left center no-repeat; }
.nav-videogaleria { background: url("media/nav-videogaleria.png") left center no-repeat; }
.nav-odkazovnik { background: url("media/nav-odkazovnik.png") left center no-repeat; }
.nav-kontakt { background: url("media/nav-kontakt.png") left center no-repeat; }
.nav-rekreacnezariadenia { background: url("media/nav-rekreacnezariadenia.png") left center no-repeat; }
.nav-rekreacnezariadenia a { height: 52px !important; }

.tip {
	width: 121px;
	height: 72px;
	z-index: 13000;
	background: url("media/bubble.png") top left no-repeat;
	font-size: 12px;
	padding: 10px;
}
 
.tip-title {
	text-align: left;
	color: #a58800;
	font-weight: bold;
}
 
.tip-text {
	display: none;
}

p.error {
	padding-left: 20px;
	background: url("media/error.png") left 2px no-repeat;
	font-weight: bold;
}

p.success {
	padding-left: 20px;
	background: url("media/success.png") left 2px no-repeat;
	font-weight: bold;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment {
	border-left: 2px solid silver;
	padding-left: 10px;
}

.comment-author {
	float: left;
	padding-right: 5px;
}

.comment-meta {
	float: right;
	color: gray;
	font-size: 80%;
}



