@charset "utf-8";
/* CSS Document */

* { 
	margin: 0;
	padding: 0;
}

/*body {
	background-color: #dedede;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}*/
body {
	font-family:tahoma,helvetica,arial,sans-serif;
	font-size:11px;
	text-align:center;
	color:#333333;
	background: #999 url(images/body-bg.png) repeat-y center;
}

.left { float: left;  }
.right { float: right; }
.cleartype { clear: both; }

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.centre {
	text-align: center;
}
abbr {
	border-bottom: 1px dotted #999;
}

img.left {
	margin: 5px 10px 9px 0;
	padding: 2px;
	border: 1px solid #ccc;
}
img.right {
	margin: 5px 0 9px 10px;
	padding: 2px;
	border: 1px solid #ccc;
}
img.center {
	margin: 7px 0;
	padding: 2px;
	border: 1px solid #ccc;
}


p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*margin: 10px 0;*/
}

li {
	list-style-type: none;
}

h1 {}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	color: #333; 
	border-bottom: 1px solid #fc0; 
	padding: 3px 0 0 0; 
	margin: 0 0 20px 0;
}

h3, #right h3, #right h3 a, #right h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #c30/*B02B2C*/;
	margin: 15px 0 3px 0;
	padding-bottom: 0x;
	/*border-bottom: 1px dotted #ccc;*/
	text-transform: none;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
}


h4 {
	margin: 10px 0 2px 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

p.top {
	text-align: right;
	padding: 5px 10px 0 0;
}

input.submit {
	background-color: #c30;
	border: none;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	}

/*#wrapper {
	background-color: #CCC;
	width: 1000px;
}*/
.wrap { margin: 0 auto; width: 1000px; position: relative; padding: 0 3px; background-color: #fff; text-align: left; }

.wrapper{margin: 0 auto; width:1000px;position:relative; padding: 0 0; background-color:#fff;}

#header {
	background: /*#e23c06*/ #fff /*url(images/header-bg.png) repeat-x 0 0px*/;
	height: auto;
	margin: 0 0 7px 0;
	padding: 0;
	border-bottom: 1px dotted #fff;
}

#header img {
	border: 0px solid #fff;
	margin: 0;
	padding: 0;
}

#header ul {
	margin: 0 0 0 10px;
}

#header li, #head_nav li  {
	list-style:none;
	float: left;
	display: inline-table;
	margin: 0;
}
#head_nav {
	/*-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;*/
	margin: 1px 0 0 0;
	text-align: left;
	background: #fff url(images/nav_bar.png) repeat-x;
}

#head_nav ul {
	margin: 0 0 0 3px;
}

#header li a {
	padding: 4px 5px;
	margin: 0;
	color: #333;
	font-size: 12px;
}
#header li a:hover {
	text-decoration: underline;
}

li.right p { 
	padding: 3px 0;
	margin: 0 5px 0 0;
	color: #333;
}



#header li a, #head_nav li a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#head_nav li { 
	border-right: 1px solid #fff;
	margin: 0 0 0 -3px;
	padding: 0;
}
#head_nav li.last {
	border: none;
}
#head_nav li a {
	padding: 7px 8px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial;
	color: #fff;
}
#head_nav li a:hover { text-decoration: underline; color: #fff; /*background-color: #fff;*/ }
#head_nav li a.current { text-decoration: none; color: #333; background-color: #fff; }
#head_nav li a.current:hover { text-decoration: none; color: #c30; background-color: #fff; }


#nav_location {
	padding: 10px 0 0 15px;
	font-size: 12px;
}

#nav_location a {
	color: #c30;
	text-decoration: none;
}
#nav_location a:hover {
	text-decoration: underline; 
}

#search {
	margin: 6px 10px 2px 0;
}

#main {
	margin: 10px 0 0 0;
	overflow: hidden;
}

#left {
	margin: 0 0 20px 0;
	/*margin-bottom: -6000px; padding-bottom: 6010px;*/
}

#left .inner {
	background-color:#eaeaea;
	width: 220px;
	margin: 8px 10px;
	padding: 10px;
}

#left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	color: #B02B2C; 
	border-bottom: 0px solid #fc0; 
	padding: 3px 0 1px 0; 
	margin: 0 0 5px 0;
}


#left ul {
	margin: 5px 0 5px 0;
}
#left li {
	display: block;
	border-top: 1px solid #ccc;
	padding: 2px 0;
	background: url(images/arrow.png) no-repeat 0 4px;
}
#left li a {
	font-size: 12px;
	/*font-weight: bold;*/
	color: #3F4C6B;
	text-decoration: none;
	margin-left: 14px;
}
#left li a:hover {
	color: #039;
}

#left ul#weather { background: none; }
#left ul#weather li { /*display: inline-table;*/ float: left; width: 69px; padding: 3px 2px; text-align: center; background: none;}

#recommended, #recommended1 { text-align: right; }
#autoscroll { margin: 0; padding: 0; }
#autoscroll ul { margin: 0; padding: 0; }
#autoscroll li { margin: 0; padding: 2px 0; }

#right {
	width: 720px;
	background-color:#fff;
	padding: 10px 10px 15px 0; /* levoto bese 20px */
	/*margin-bottom: -2000px; padding-bottom: 2010px;*/
	font-family: Tahoma;
}

#right a {
	font-size: 14px;
	color: #c30;
	font-weight: normal;
	text-decoration: none;
}
#right a:hover {
	color: #039;
}

#right blockquote {
	padding: 10px 35px;
	font-style:italic;
	font-size: 12px;
}

#right p, #right ul, #right table {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 5px;
	line-height: 16px;
}

#right ul.bookmark { 
	margin: 10px 0 0 0;
	font-size: 14px;
}
#right ul.bookmark a {
	font-size: 14px;
	padding: 1px 0;
	margin: 0 0 0 5px;
	color: #333;
}
#right ul.bookmark a strong, #right ul.bookmark a b {
	font-weight: normal;
}

#right ul.bookmark a:hover {
	color: #c30;
	text-decoration: underline;
}

#right .info {
	margin: 10px 0;
	padding: 3px;
	border: 3px solid #333;
	/*background-color:#ddd;*/
}
#right .info ul {
	margin: 0 6px 0 3px;
}

#right .info ul li {
	border-bottom: 1px solid #999;
	padding: 0 0 0 6px;
}
#right .info ul li.last {
	border: none;
}
#right ul {
	margin: 0 0 0 10px; 
}
#right ul li.places {
	float: left;
	width: 175px;
	margin: 0 0 0 0;
	font-size: 13px;
}
#right ul li.places a {
	font-size: 13px;
	color: #029;
}
#right ul li.places a:hover {
	text-decoration: underline;
}

#right h3 strong, #right h3 b { 
	font-weight: bold;
}

#right .minfo1, #right .minfo2 {
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
#right .minfo1 {
	width: 110px;
	padding: 1px 0;
	/*background-color: #333;
	margin-bottom: -10px; padding-bottom: 11px;*/
}
#right .minfo2 {
	width: 300px;
	padding: 1px 0;
}


#right .opstinawrap {
	background-color: #efefef; 
	color: #fff; 
	border: 1px solid #ccc; 
	font-weight: bold; 
	font-size: 12px; 
	padding: 3px; 
	margin: 0 0 0 0;
}
#right .opstinatitle {
	float: left; 
	width: 150px; 
	padding: 1px 0; 
	color: #333; 
	font-weight: normal;
}
#right .opstinaregion {
	background-color: #efefef; 
	width: 150px; 
	text-align: center;
}
#right .opstinalist {
	width: 540px; 
	background-color: #fff; 
	border-bottom: 1px solid #EEEEEE; 
	padding: 2px 5px; 
	margin: 0 0 0 0;
}
#right .opstinalist a {
	font-size: 12px;
}

/* ========== INDEX PAGE ========== */
#index {
	width: 570px; 
	font-size: 11px;
	border: 0px solid #ccc;
	margin: -5px 0 0 -10px;
	padding: 5px 15px;
}
#index strong, #index b { font-weight: normal; }
#index, #index h3, #index p {
	font-size: 12px
}
#index p {
	padding: 5px 0 0 0;
	font-size: 12px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#index h2 strong { font-weight: bold; }
#index h3, #index h3 strong {
	margin: 10px 0 -2px 0;
	padding: 0 0 2px 0;
	border: none;
	border-bottom: 1px dotted #cecece;
	width: 100%;
	color: #c30;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}


#cse-search-results {
	color: #333;
	height: 850px;
}
cse-search-results a {
	color: #c30;
}


#map {
	width: 100%; 
	height: 300px;
}
#map > DIV:first-child + DIV + DIV { display: none !important; }
div #marker {font-family:Arial, Helvetica, sans-serif; font-size: 11px; width: 184px; z-index:999; text-align: left;}
div #marker p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; /*color: #CC4200;*/ padding: 2px 3px 1px 3px;}
/*div #marker #description {background-color: #CC4200; color: #FFFFFF; padding: 3px;}*/
div #destinations {font-family:Arial, Helvetica, sans-serif; font-size: 11px; width: 184px; z-index:999; text-align: left; background-color: #FFF; border: 2px solid #cc4200; }
div #destinations p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; color: #CC4200; padding: 2px 3px 1px 3px; margin: 0;}
div #destinations #description {background-color: #CC4200; color: #FFFFFF; padding: 2px;}


/* ------ Panoramio ------ */
#panoramio {margin: 10px 8px;}
#panoramio img { margin: 2px; }
#panoramio_signature {margin: 4px 0 0 0; padding: 0; border-top: 2px solid #ffcc00; background:url(images/panoramio.logo.jpg) no-repeat right top; }
#panoramio_signature p {font-size: 11px; margin: 0;}


#medium {
	margin: 0 auto;
	width: 730px;
	height: 90px;
}

#footer {
	margin: 15px 0 0 0;
	padding: 12px 10px 10px 10px;
	background: #ccc url(images/footer-bg.png) repeat-x;
	/*border-top: 2px dotted #C30;*/
	height: auto;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	border-bottom: 3px solid #777;
}

#footer a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	padding-left: 14px;
	background: url(images/footer-arrow.png) no-repeat 0 5px;
}
#footer a:hover {
	color: #c30;
}
#footer a.clear {
	background: none;
	border: none;
}

#footer ul {
	margin: 0 10px;
}
#footer ul li {
	margin: 2px 0;
}
#footer ul.info {
	position: relative;
	margin: 45px 0 0 0;
	bottom: 0;
	right: 0;
}

