/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #496C10;
	font-family: verdana,Geneva,arial,helvetica,sans-serif;
	font-size: 13px;
	color: #AFCE7C;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: verdana,"Lucida Grande",Helvetica,Arial,sans-serif;;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(images/img01.jpg) repeat-x left bottom;
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 30px;
	margin: 0 auto;
	background: #253F00;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;

}

#menu a {
	float: left;
	height: 20px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #CCCCCC;
}

#menu a:hover {
	background: #3F5E0E;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #90CE2B;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 778px;
	height: 90px;
	margin: 0 auto;
	background: #D2EBAB url(images/img02.jpg) no-repeat;
	color: #3E5C0E;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 {
	padding: 25px 0 0 20px;
	letter-spacing: -3px;
	font-size: 3em;
}

#logo h2 {
	padding: 36px 0 0 10px;
	letter-spacing: -1px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #3E5C0E;
}

/* Page */

#page {
	width: 778px; /* 778*/
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img03.jpg) no-repeat;
}

#pagemap {
	width:778px;
	margin: 0 auto;
	padding: 20px 0;
	/*background: url(images/img03.jpg) no-repeat;*/
}


#pageindex {
	width: 1038px; /* 778*/
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img03.jpg) no-repeat;
}

#pagemapindex {
	width:1038px;
	margin: 0 auto;
	padding: 20px 0;
	/*background: url(images/img03.jpg) no-repeat;*/
}

/* Content */

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

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -2px;
	text-align: center; 
        color: #FFFFFF;
}

.post .title a {
	text-decoration: none;

   
        
}

.post .entry {
	padding: 10px 20px 0 20px;
	background: url(images/img04.jpg) no-repeat;
  color: #FFFFFF;
}
.post .entry .promo{
  color: #7FD5FF;
}

#promo1{
  color: #7FD5FF;
}
.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
	background: url(images/img09.gif) no-repeat left bottom;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
	background: url(images/img10.gif) no-repeat right bottom;
}
#adres
{
	color: #FFFFFF;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 260px;

}

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

#sidebar li {
	margin-bottom: 20px;

}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	background: #B6E074 url(images/img05.jpg) no-repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: #0093DD;
}


/*sidebarleft*/
#sidebarleft {
	float: left;
	width: 260px;

}



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

#sidebarleft li {
	margin-bottom: 20px;

}

#sidebarleft li ul {
	padding: 20px;
}

#sidebarleft li li {
	margin: 0;
}

#sidebarleft p {
	padding: 0 20px;
}

#sidebarleft h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;
	background: #B6E074 url(images/img05.jpg) no-repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: #0093DD;
}
/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
        color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

.popupStyle {
  width:618px; height:450px;
  border:0px solid white;
  border-top:0px solid #ffff;
  margin:0; padding:0;
}

