/*
CSS Design by ICS7
*/

body {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0;
	background: #003300;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #000;
}

a:hover, a:active {
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
}

img {
	border: none;
}

.thumb {
	height:200px;
	width:150px;
	background:url(../images/info/aaa.jpg);
	float:left;
	margin-bottom:10px;
	margin-left:8px;
	
	
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


#banner {
	width: 800px;
	margin: 0 auto;
	background: url(../images/banner100.jpg) no-repeat left top;
	height: 100px;
}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 50px;
	background: url(../images/img01.gif) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 50px;
	background: url(../images/menu.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 15px 15px 15px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #336699;
	color: #FFFFFF;
}

#menu .curent a {
	background: #336699;
	color: #000000;
}

/** LOGO */

#logo {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 0 20px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	text-transform: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: right;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 15px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 740px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: #CCC;
}

/* Content */

#map{
	border: #0C0 solid 5px;
	}

#content {
	float: left;
	width: 470px;
	
}

/* Post */

.post {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #669900;
}

.post h1 {
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #000;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #000;
}

.post .entry {
}

.post .meta {
	padding: 0px 15px 30px 0px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #FFFFFF;
}

.post .meta .links {
	float: left;

}
.post .byline {
	border-left: 8px solid #669900;
	margin-top: -20px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 10px;
	color: #666;
}

/* Legenda Harta */

#legenda {
	font-size:10px;
	width: 800px;
	margin: 0 auto;
	background:#CCC;
	padding-bottom:30px;
}
#legenda p {
	font-size:14px;
	margin:0 auto;
	text-align:center;
	color:#000;
}
#legenda ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#legenda li {
	border-right: #000 1px dotted;
	border-left: #000 1px dotted;
	text-align:center;
	float:left;
	padding:0 5px 0 5px;
	display: block;
}

/* Sidebar */

#sidebar {
	width: 210px;
	float: right;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
}

#sidebar h2 {
	width: 250px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 8px solid #669900;
	font-size: 20px;
	color: #000;
}
#content2 {
	width: 800px;
	margin: 0 auto;
	background:#CCC;
}
#content2 ul {
	margin: 0;
	padding: 12px;
	list-style: none;
	line-height: normal;
}

#content2 li {
	display: block;
}

#content2 .thumb_img {
	height:100px;
	width:100px;
	margin:0 auto;
}
#content2 .thumb_title {
	margin-top:17px;
	margin-left:5px;
	text-align:center;
}

#content2 a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #030;
}

#content2 a:hover {
	text-decoration:underline;
}


/* Footer */
#footer-wrap {
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background: url(../images/footer.jpg) no-repeat;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}

#legal {
	clear: both;
	text-align: center;
	color: #003300;
}

#legal a {
	font-weight: normal;
	color: #003300;
}
