html {
	background: #202020 url(../../images/bg-gradient.png) repeat-x 0 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	padding-top: 44px;
	background: transparent url(../../images/bg-main-statue.jpg) no-repeat 50% 70px;
}

.focus {
	display: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

a img {
	vertical-align: bottom;
}


#main {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	background-color: #fff;
	margin-bottom: 20px;
}
#logo {
	float: left;
}

#content {
	min-height: 510px;
}


/* Hlavní menu */

#mainMenu {
	float: left;
}
#mainMenu li {
	float: left;
}
#mainMenu li a {
	color: #515151;
	background-color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 26px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
#mainMenu li a:hover {
	color: #fff;
	background-color: #8d8d8d;
}
#mainMenu li a.active {
	color: #fff;
	background-color: #484848;
}

#content .breadcrumbs {
	font-size: 1.1em;
	color: #333;
}
#content .breadcrumbs a {
	color: #8d8d8d;
}
#content .documentPane {
	float: left;
}
#content .FaceBookPane {
	width: 350px;
	float: left;
	margin: 20px 0 0 30px;
}


/* Obsah */

.homepage .contentPane {
	width: 200px;
	margin-bottom: 20px;
}
.homepage h2 {
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
}
.homepage h3 {
	color: #fff;
	background-color: #484848;
	font-size: 1.4em;
	text-transform: uppercase;
}

.homepage .contentPaneTop {
	min-height: 350px;
}

.homepage .galleryPane {
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.homepage .galleryPane h2 {
	margin-bottom: 8px;
}
.homepage .galleryPane img {
	margin: 0 5px 5px 0;
}
.homepage #content .FaceBookPane {
	margin: 15px 0 0 0;
	width: 200px;
}
.homepage #content .FaceBookPane iframe {
	background-color: #fff;
}
.FaceBookPane .link,
.FaceBookPane .link a {
	color: #aaa;
}

.homepage .contentPaneBottom .box {
	float: left;
	width: 215px;
	margin-right: 10px;
}
.homepage .contentPaneBottom .box h2,
.homepage .contentPaneBottom .box h3,
.homepage .contentPaneBottom .box h4 {
	color: #eee;
	padding: 5px 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.homepage .contentPaneBottom .box .inner,
.homepage .contentPaneBottom .box .documentBody p,
.homepage .contentPaneBottom .box form {
	padding: 10px;
	margin: 0;
	background: transparent url(../../images/bg-white-alpha05.png) repeat 0 0;
	min-height: 122px;
}
.homepage .contentPaneBottom .box .documentBody p:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.homepage .contentPaneBottom .box a.internal {
	background-color: #484848;
	padding: 1px 8px 3px;
	color: #fff;
	font-weight: bold;
	float: right;
	clear: both;
	text-decoration: none;
	margin-top: 7px;
}
.homepage .contentPaneBottom .box a:hover.internal {
	background-color: #8d8d8d;
}
.homepage .contentPaneBottom .bigTextBox {
	padding: 0;
	background: transparent;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	width: 280px;
	float: left;
}
.homepage .contentPaneBottom .bigTextBox .documentBody p {
	padding: 0;
	margin: 0;
	background: transparent;
}
.homepage .contentPaneBottom .bigTextBox a,
.homepage .contentPaneBottom .bigTextBox strong {
	color: #838383;
	text-decoration: none;
	font-weight: normal;
}
.homepage .forumPane {
	background-color: #484848;
	width: 200px;
	padding: 0;
}
.homepage .forumPane h2 {
	padding: 5px 10px;
	color: #fff;
	background: transparent none;
	font-weight: normal;
}
.homepage .forumPane .postWrapper {
	height: 210px;
	padding: 0 0 5px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.homepage .forumPane .postAuthor {
	background-color: #8d8d8d;
	color: #fff;
	font-size: 1.2em;
	padding: 2px 0 2px 10px;
}
.homepage .forumPane .postDate,
.homepage .forumPane .postTitle,
.homepage .forumPane .postContent,
.homepage .forumPane .postLink {
	font-size: 1.2em;
	color: #fff;
	padding-left: 10px;
}
.homepage .forumPane .postDate {
	padding-top: 8px;
}
.homepage .forumPane .postLink {
	margin-bottom: 8px;
}
.homepage .forumPane .postLink a {
	font-size: .9em;
	color: #484848;
	background-color: #fff;
	float: right;
	text-decoration: none;
	padding: 3px 10px;
}


/* Static Document */

.documentText img.lft { margin: 0 10px 8px 0; }
.documentText img.rgt { margin: 0 0 8px 10px; }

.documentPane {
	width: 580px;
	padding-top: 20px;
}
.documentPane .documentHeader,
.mapPane .documentHeader,
.forumPane .documentHeader {
	background-color: #484848;
	padding: 3px 20px;
}
.documentPane h1,
.mapPane h1,
.forumPane h1 {
	font-size: 2.2em;
}
.documentPane h2 {
	color: #504f4f;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}
.documentPane .documentData {
	color: #333;
	font-size: 1.2em;
	padding-bottom: 5px;
	font-weight: bold;
}
.documentPane a {
	color: #000;
}
.documentPane .documentBody {
	background-color: #fff;
	padding: 20px;
}
.documentPane .documentText {
	background-color: #fff;
	color: #504f4f;
	font-size: 1.15em;
	line-height: 1.5em;
	min-height: 380px;
}
.documentPane .documentText a {
	color: #000;
	text-decoration: underline;
}
.documentPane .documentText a:hover {
	color: #333;
	text-decoration: none;
}
.documentPane .documentText p {
	margin-bottom: 1em;
}

.mapPane {
	width: 580px;
	padding-top: 20px;
}
.mapPane .documentBody {
	background-color: #fff;
	padding: 20px;
}
.mapPane .documentBody .documentBody {
	color: #333;
	padding: 0 0 10px;
	font-size: 11px;
}
.mapPane .documentText a {
	color: #000;
	text-decoration: underline;
}
.mapPane .documentText a:hover {
	color: #333;
	text-decoration: none;
}


.homepage .newsPane .newsItem {
	padding: 8px 0;
}
.homepage .newsPane .day {
	font-size: 32px;
	float: left;
	padding-right: 3px;
}
.homepage .newsPane .year {
	color: #b7b7b7;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding-top: 3px;
}
.homepage .newsPane .newsItem a {
	color: #fff;
	font-size: 12px;
}
.homepage .newsPane .newsItem a:hover {
	text-decoration: none;
}


/* Forum */

.forumPane {
	width: 580px;
	padding-top: 20px;
}
.forumPane h2 {
	background-color: #666;
	padding: 5px 10px;
	margin: 0;
	color: #fff;
	font-size: 1.7em;
}
.forumPane h3 {
	background-color: #bbb;
	padding: 5px 10px;
	margin: 0;
	color: #000;
	font-size: 1.5em;
}
.forumPane a {
	color:#8d8d8d;
}
#imageGallery .breadcrumbs,
.forumPane .breadcrumbs {
	margin-bottom: 8px;
}
.forumPane .documentBody {
	padding: 20px;
	background-color: #fff;
	color: #333;
}
.forumPane .post {
	margin-bottom: 12px;
}
.forumPane .postsList .postTitle {
	background-color: #8d8d8d;
	margin-bottom: 8px;
}
.forumPane .postsList .postTitle h4 {
	color: #fff;
	font-size: 1.1em;
	padding: 2px 15px 3px;
	float: left;
	font-weight: bold;
}
.forumPane .postsList .subLevel .postTitle {
	background-color: #bfbfbf;
}
.forumPane .postButton a {
	background-color: #484848;
	font-size: 1.1em;
	padding: 2px 15px 3px;
	color: #fff;
	text-decoration: none;
}
.forumPane .postButton a:hover {
	background-color: #eaeaea;
	color: #333;
}
.forumPane .postButton {
	padding: 6px 0 10px;
}
.forumPane .postButton a {
	float: left;
}
.forumPane .postsList .postTitle .postButton {
	padding: 0;
}
.forumPane .postsList .postTitle .postButton a {
	float: right;
}
.forumPane .postsList .postDetails {
	color: #8d8d8d;
	font-size: 11px;
	padding-left: 15px;
}
.forumPane .postsList .postContent {
	color: #504f4f;
	font-size: 11px;
	padding-left: 15px;
}
.forumPane .postsList .subLevel .postDetails,
.forumPane .postsList .subLevel .postContent {
	border-left: 2px solid #bbb;
}
.forumPane .postCategories li a {
	font-size: 1.2em;
}

.forumPane .categoryPane {
	background-color: #eaeaea;
	padding: 3px 10px 10px;
}
.forumPane .categoryPane li {
	padding: 2px 0;
	list-style-type: square;
	margin-left: 20px;
}
.forumPane .categoryPane li a {
	color: #333;
}
.forumPane .categoryPane p {
	font-size: 1.1em;
}
.forumPane .postsPane {
	padding-top: 15px;
}
.forumPane .postPrefilled {
	background-color: #eaeaea;
	padding: 10px;
	margin-bottom: 15px;
}
.forumPane .postPrefilled .label {
	width: 120px;
}
.forumPane .postPrefilled .txt {
	width: 390px;
	color: #000;
}
.forumPane form {
	padding-top: 15px;
}

.forumPane .f-row {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 5px;
}
.forumPane .f-cell {
	float: left;
}
.forumPane label,
.forumPane .label {
	font-size: 1.2em;
	float: left;
	width: 130px;
	padding: 2px 0 0;
}
.forumPane .error {
	font-size: 12px;
	font-weight: bold;
	color: #ff0204;
}
.forumPane .txt {
	width: 400px;
	font-size: 1.2em;
}
.forumPane .mark .txt {
	border: 1px solid #000;
}
.forumPane .wysiwyg {
	width: 400px;
}
.forumPane .mark .defaultSkin table.mceLayout tr.mceFirst td {
	border: 1px solid #000;
}
.forumPane .mark .defaultSkin .mceFirst {
}
.forumPane .mark .defaultSkin .mceIframeContainer {
	border-bottom:1px solid #000000;
}
.forumPane .captcha {
	
}
.forumPane .captcha .f-cell {
	margin-left: 150px;
}
.forumPane .button .f-cell {
	margin-left: 255px;
}


/* Polls */

.poll .pollDescription {
	margin-bottom: 5px;
	font-weight: bold;
}
.poll .pollQuestion {
	float: left;
	width: 110px;
}
.poll .rate {
	display: inline-block;
	width: 10px;
	text-align: right;
	width: 25px;
}
.pollStripWrap {
	float: left;
	padding-top: 5px;
}
.poll .pollStripBg {
	display: inline-block;
	width: 55px;
	height: 10px;
	overflow: hidden;
	position: relative;
}
.poll .pollStrip {
	height: 10px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #00FF66;
}
.poll .yellow	.pollStrip { background-color: #fff; }
.poll .orange	.pollStrip { background-color: #828282; }
.poll .red		.pollStrip { background-color: #484848; }

.poll .warning {
	display: block;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
.poll .button {
	margin-top: 10px;
}


/* Image gallery */

#imageGallery h3 {
	color: #504f4f;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 10px;
}

.imageGalleryBox {
	float: left;
	margin: 0 20px 20px 0;
}
.imageGalleryBox .imageLabel {
	display: block;
	text-align: center;
	color: #333;
}

.imageGalleryBox a.highslide {
/*	width: 45px;
	height: 45px;
	line-height: 45px;*/
	float: left;
	text-align: center;
}
.imageGalleryBox a.highslide img {
	vertical-align: middle;
}
.subGallery {
	float: left;
	margin: 5px;
}
.subGallery a {
	float: left;
}
.subGalleryTitle {
	color: #504f4f;
	font-size: 15px;
	font-weight: bold;
}
.subGallery .galleryList {
	width: 100%;
}



#footer {
	margin-top: 20px;
	color: #aaa;
	text-transform: uppercase;
}
#footer a {
	color: #aaa;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 3px;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .links a {
	padding-left: 11px;
	padding-right: 11px;
}
#footer .developer a {
	background: transparent url(../../images/ico-mf.gif) no-repeat 100% 50%;
	padding-right: 23px;
}



/* Dojo | Dijit */

#markerform {
	background-color: #fff;
}
#markerform .dijitDialogPaneContent {
	color: #000;
	font-size: 12px;
}
#markerform .dijitDialogPaneContent label {
	width: 60px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#statueSaveButton {
	margin-left: 60px;
}
#statueName {
	width: 200px;
}
#statueDescription {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Google maps */
.gmMarkerText {
	color: #000;
}
.gmMarkerHeader {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
.gmMarkerDescription {
	font-size: 1.3em;
}

/* Highslide */

.imageGalleryBox a.highslide {
	float: left;
	text-align: center;
	border: 2px solid silver;
}
.imageGalleryBox a.highslide:hover {
	border-color:gray;
}
.imageGalleryBox a.highslide img {
	border: 0 none;
	margin-top: -2px;
}

/* Opona */

#flashCurtains {
	position: absolute;
	top: 26px;
	left: 210px;
}
