@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext,latin");

a {
	color: #034889;
}

a:hover {
	color: #4c6411;
}

body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	padding: 0px;
	margin: 0px;
	font: 14px/1.3 "Open Sans", "Arial", sans-serif;
	border-top: 5px solid #b87124;
	text-align: center;
	background: #d1eaf9;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	padding-top: 20px;
}

h1 a {
	font-size: 40pt;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.rounded {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;

	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;
	-khtml-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomright: 3px;

	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;

	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

div#ribbon_white {
	height: 220px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -5;
	background: #FFF;
}

div#blue_ribbon {
	height: 50px;
	width: 100%;
	position: absolute;
	top: 220px;
	left: 0px;
	z-index: -5;
	background: url("../images/blue_ribbon.png") repeat-x;
}

div#main {
	margin: 0px auto;
	text-align: left;
	width: 1050px;
}

div#logo {
	text-align: center;
	height: 145px;
}

div#logo img {
	margin-top: 20px;
}

div#logo p{
	font-style: italic;
	font-size: 20px;
	color: #62832e;
	margin: 0px;
	padding: 0px;
}


div#menu {
	background: #009966;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#menu ul li {
	list-style-type: none;
	float: left;
	width: 149px;
	border-right: 1px solid #0bb27a;
	position: relative;
}

div#menu ul li a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/menu.png) repeat-x;
	display: block;
	width: 100%;
	height: 100%;
}

div#menu ul li strong {
	color: #e4ffa3;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../images/menu.png) repeat-x 0px -100px;
	display: block;
	width: 100%;
	height: 100%;
}

div#menu ul li a:hover {
	background: url(../images/menu.png) repeat-x 0px -50px;
}

div#menu ul li.first a, div#menu ul li.first strong {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;

	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-bottomleft: 3px;

	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;

	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

div#menu ul li.last a, div#menu ul li.last strong {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;

	-khtml-border-radius-topright: 3px;
	-khtml-border-radius-bottomright: 3px;

	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;

	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right: 0px;
}

div#menu ul li.last {
	width: 150px;
	border: 0px;
}



div#menu ul li ul li {
	line-height: 40px;
	border-top: 1px solid #0bb27a;
	background: #EEE;
	font-size: 12px;
	font-family: verdana;
	text-transform: none;
	border-right: 0px;
}

div#menu ul li ul li a {

	font-size: 12px;
	text-transform: none;
	font: 13px/40px "Open Sans", "Arial", sans-serif;
	font-weight: bold;
}

div#menu ul li ul li a:hover {
	background: #375e27;
}




div#menu ul li ul {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 100%;
	display: none;
	width: 150px;
	z-index: 10;

}

div#menu  ul li:hover ul { display: block; }

div#menu  ul li:hover ul li ul { display: none; }

div#menu  ul li ul li:hover ul {
	display: block;
	position: absolute;
	left: 165px;
	top: -1px;
}


div#left {
	width: 540px;
	min-height: 550px;
	background: url(../images/left.png) repeat;
	float: left;
	padding: 30px;
}

div#left p {
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 10px;
}

div#left h2 {
	color: #615919;
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #add1e6;
	padding-bottom: 10px;
}

div#left ul li {
	margin-bottom: 5px;
}

div#right {
	width: 430px;
	min-height: 550px;
	float: right;
}


div#footer {
	min-height: 100px;
	line-height: 50px;
	height: 100px;
	background: #666666 url(../images/footer.png) repeat-x top;
	color: #9f9b93;
	clear: both;
	text-align: center;
}

div#footer a {
	color: #9f9b93;
}

div#footer-wrap {
	width: 1050px;
	margin: 0px auto;
}


div#carousel {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
    overflow: hidden;
}


/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
div#carousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
div#carousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

div#carousel img.rounded {
	width: 428px;
	border: 1px solid #666;
	height: 321px;
}

.pagination {
	text-align: center;
	margin-bottom: 20px;
}
.pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}


div.news {
	border-bottom: 1px dotted #ADD1E6;
	margin-top: 15px;
}

div.news .date {
	width: 100px;
	background: #cbd8a0;
	text-align: center;
	font-size: 20px;
	padding-top: 5px;
	line-height: 1.2;
	height: 60px;
	float: left;
}

div.news .date strong {
	display: block;
	font-size: 26px;
}

div.news .h {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #615919;
	margin-left: 20px;
}

div.news .text {
	clear: both;
	padding-top: 5px;
	text-align: justify;
	color: #666;
}


div#members {
	margin-top: 15px;
}

div#members ul {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	padding-left: 30px;
}

div#members ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
}

div#pujcovny {
	padding-right: 5px;
	width: 264px;
	float: left;
	min-height: 500px;
	border-right: 1px solid #add1e6;
}

div#kempy {
	width: 270px;
	float: right;
	min-height: 300px;
}


table#map-placing {
	border-collapse: collapse;
	margin-top: 15px;
	width: 100%;
}

table#map-placing td {
	border: 1px solid #666;
	padding-top: 3px;
	padding-bottom: 3px;
}

table#map-placing tr:hover {
	background: #b3d3e6;
}

table#map-placing th {
	background: #8bb9d4;
	line-height: 30px;
	border: 1px solid #666;
}

table#map-placing .id {
	width: 50px;
	text-align: center;
}

table#map-placing .locality {
	width: 250px;
	text-indent: 5px;
}

table#map-placing .rkm {
	width: 60px;
	text-align: center;
}

table#map-placing .gps {
	text-indent: 5px;
}



table#places {
	border-collapse: collapse;
	margin-top: 15px;
	width: 100%;
}

table#places td {
	border: 1px solid #666;
	padding-top: 3px;
	padding-bottom: 3px;
}

table#places tr:hover {
	background: #b3d3e6;
}

table#places th {
	background: #8bb9d4;
	line-height: 30px;
	border: 1px solid #666;
}

table#places .id {
	width: 50px;
	text-align: center;
}

table#places .locality {
	width: 350px;
	text-indent: 5px;
}

table#places .note {
	text-indent: 5px;
}





div#contact-form {
	padding: 15px;
}

div#contact-form .text {
	background: #635a5a;
	border: 1px solid #544a4a;
	padding: 4px;
	width: 350px;
	color: #faf1f1;
	font-size: 14px;
}

div#contact-form textarea {
	border: 1px solid #544a4a;
	background: #635a5a;
	width: 450px;
	font: 14px/1.3 "Open Sans", "Arial", sans-serif;
	padding: 5px;
}

::-webkit-input-placeholder { color:#dcd3d3; font-style: italic; }
::-moz-placeholder { color:#dcd3d3; font-style: italic; } /* firefox 19+ */
:-ms-input-placeholder { color:#dcd3d3; font-style: italic; } /* ie */
input:-moz-placeholder { color:#dcd3d3; font-style: italic; }


div.form {
	margin: 15px 0px 15px 0px;
	padding-bottom: 15px;
	border-bottom: 2px solid #ADD1E6;
}

div.form th {
	padding-right: 10px
}

div.form input.text {
	width: 200px;
	border: 1px solid #666;
	padding: 3px;
}

div.form textarea {
	border: 1px solid #666;
	padding: 3px;
	width: 450px;
	height: 200px;
}

div.n-item {
	border-bottom: 1px solid #ADD1E6;
	padding-top: 15px;
}

div.n-item h4 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

div.n-item h4 small {
	color: #666;
}

div.n-item p {
	margin: 0px;
	padding: 0px;
}
