/*
Theme Name: touristinmontenegro
Theme URI: http://www.touristinmontenegro.com
Description: Custom WordPress theme for touristinmontenegro.com, requirements: WP 2.7+
Version: 0.1
Author: webmajstor.org
Author URI: http://webmajstor.org
Tags:  1 column, fixed width, 2 sidebars or widgets
*/


/*
Default browser styles reset + common css rules
Don't forget to set a foreground and background color on the 'html' or 'body' element!
*/



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
/*line-height: 1em;	yes, em, not unitless*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}
a img, :link img, :visited img {
	border: 0;
	}
a {
	outline: none;	
}	
:link, :visited {
	text-decoration: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th { 
	text-align: left; 
	}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
p {
	margin: 0 0 1em;
	}
legend, hr {
	display: none;
	visibility: hidden;
	}
button {
	cursor: pointer;
	}
abbr, acronym {
	cursor: help;
	border: none;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
	
a {
	color: #fff;
}
/*left margin for elements that need it IF THEY NEED IT
----------------------------------------
li, blockquote {
  margin-left: 1.5em;
	}
ol li {
  margin-left:2em;
	}
*/ 











/*misc useful classes
---------------------*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}
.hide {
	display: none;
	visibility: hidden;
	}
.center {
	text-align: center;
	}








/*clearfix
----------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*END clearfix



/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html
----------------------------------------------------*/
.replace { 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
	} 
.replace span {
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
	}
/*Example HTML - all elements that require replacement use the .replace class then set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span { 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 
----------------------------------------------------*/


body{
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: white;
	margin:0;
	padding;0;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	}

#wrap{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(images/wrap-back.png);
	background-repeat: repeat-y;
}

#content{
	/*background-image: url(images/back-left.png);
	background-repeat: repeat;*/
	float: left;
	display: inline;
	width: 600px;
	overflow: hidden;
	
	
}

#sidebar{
	/*background-image: url(images/back-right.png);
	background-repeat: repeat;*/
	float: right;
	display: inline;
	width: 360px;
	overflow: hidden;
	}

	#sidebar img{
		margin-left: 10px;
		margin-top: 16px;
		margin-bottom: 20px;
		float:left;
	}
	
		#sidebar .flashcontent{
		margin-left: 10px;
		margin-top: 16px;
		margin-bottom: 20px;
		float:left;
	}
	
		#sidebar .banners1{
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		float:left;
	} 
	
	#sidebar .flashcontent .short{
		margin-top:25px;
		margin-bottom:5px;
	}
	
	#sidebar .flashcontent .short-2{
		margin-top:5px;
		margin-bottom: 0px;
	}
	
	#sidebar .banners2{
		margin-top:5px;
		margin-bottom: 0px;
	}
	#sidebar img.short{
		margin-top:25px;
		margin-bottom:5px;
	}

	#sidebar img.short-2{
		margin-top:5px;
		margin-bottom: 0px;
	}
#header{
	position: relative;
	float:left;
	width:600px;
	height:425px;
}
a#logo{
	margin-top: 10px;
	margin-left: 20px;
	float:left;
}

#header .top-navigation{
	background-image: url(images/header-top-navigation.png);
	width: 289px;
	height: 17px;
	float:right;
}
#header .top-navigation ul{
	margin-left:14px;
}
#header .top-navigation ul li{
	display: inline;
	font-size: 10px;
	float:left;
	border-right: 1px solid  #fff;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 2px;
}

#header .main-navigation{
	height: auto;
	float:left;
	margin-top:15px;
}
#header .main-navigation ul{
	margin-top:0px;
	width: auto;
}
#header .main-navigation ul li{
	display:inline;
	float:left;
	border-right: 1px solid  #fff;
	/*padding-left: 12px;
	padding-right: 12px;*/

}

#header .main-navigation ul li.current_page_item a{
	color: #00B6E3;
	text-decoration: none;
}

#header .main-navigation ul li a:hover{
	color: #E60002;
	text-decoration: none;
}


#header #flashcontent{
	margin-top: 14px;
	width:580px;
	height: 285px;
	margin-left:10px;
        
}
#header .headerimage{
	background-image: url(images/header-image.jpg);
	width: 580px;
	height: 275px;
	display: block;
	margin-left:10px;
	
}

#maincontent{
	position: relative;
	margin-top:30px;
	padding-bottom: 15px;
	overflow:hidden;
	
}
#maincontent .post-content {
	padding-right:10px;
	margin-left: 10px;
	float:left;
	display:inline;
	border-right: 1px solid #dfdfdf;
	width:580px;
}

.home-post{
	width:340px;
	padding-right:10px;
	margin-left: 10px;
	float:left;
	display:inline;
	border-right: 1px solid #dfdfdf;
}

#maincontent .post-content .post{
	border-bottom: 1px dotted #fff;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom:10px;
}

#maincontent .post-content .post h2,
#sidebar-2 h3{
	color: #00B6E3;
	font-size: 24px;
	padding-bottom: 10px;
}
#maincontent .post-content .post h2 a,
#sidebar-2 h3 a,
#maincontent .home-post h2 a{
	color: #00B6E3;
	font-size: 24px;
	padding-bottom: 10px;
}
#maincontent .post-content .post img{
	padding-bottom: 10px;
}

#maincontent .post-content .post span.readmore{
	float: right;
	font-size:10px;
	font-weight: bold;
}

#sidebar-2{
	float:right;
	display: inline;
	margin-right:10px;
	width:220px;
}

#sidebar-2 h3,
h2.widgettitle{
	color: #00B6E3;
	font-size: 20px;
	padding-bottom: 10px;
}

#sidebar-2 ul {
	padding-bottom: 5px;
	
	padding-top: 0px;
}
#sidebar-2 ul li{
	margin-bottom: 6px;
	margin-top:6px;
}

#searchform{
	float:left;
	height:25px;
	margin-top:12px;
	overflow:hidden;
	padding-left:10px;
	width:340px;
}

#search-text{
	background-image: url(images/search-input.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 300px;
	height:21px;
	padding:4px 0 0 0;
	text-indent: 105px;
	float:left;
	display:inline;
	border:none;
	background-color:black;
	color:white;
	margin-left:0px;
	
	
}

#submit{
	background-image: url(images/btn-submit.jpg);
	background-repeat: no-repeat;
	width: 40px;
	height: 25px;
	float:right;
	display:inline;
	border:none;
	background-color:black;
	cursor: pointer;
	text-indent: -999999px;
}

#footer{
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position:-1px 0;
	overflow:hidden;
padding-top:30px;
padding-bottom: 15px;
}

.partners, .links, .popular{
	float:left; 
	width: 270px;
	margin-left: 23px;
	
}

#footer h4,
#footer .links h2{
	color:#00B6E3;
font-size:20px;
padding-bottom:10px;
}

#footer ul li{
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
}

.footer-logo{
	float: left;
	margin-top:50px;
	margin-left:10px;
}

#footer p.credentials{
	float:right;
	text-align: right;
	margin-top: 50px;
	margin-right:10px;
}

p.readmore a{
	color:#00B6E3;
	font-size:11px;
	font-weight: bold;
}

.post{
	border-bottom: 1px dotted #fff;
	margin-bottom:15px;
}

.post-meta-key{
        color:#00B6E3;
	font-size:13px;
	font-weight: bold;

}

.post img{
float:left;
margin-right:10px;
margin-top:7px;
padding-bottom:10px;
}

#sidebar-2 .textwidget ul{
	border-bottom: 1px dotted #fff;
}

#footer .links ul li.linkcat{
	border: none;
margin-top:-10px;
}

#sidebar-3 .popular h4{
	color: white;
}

/* ================================================================ 
multilevel navig 
================================ */
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%; background:transparent; font-weight:normal; overflow:visible; }
#dropmenu a {display:block; padding-top:2px; padding-bottom:2px; padding-left:12px; padding-right:12px; color:#fff; text-decoration:none; }
#dropmenu a:hover {background:transparent; color:#E60002;}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;}
#dropmenu ul a {border-right:1px solid #c8c8c8;border-left:1px solid #c8c8c8;}
#dropmenu li ul {width:14.1em;}
#dropmenu li ul a {background:black; width:12em; height:auto; float:left;  border-left:none; border-right:none; margin-left:0px;border-bottom:1px solid #fff;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block; background:#000; filter:alpha(opacity=86);
	-moz-opacity:.86;
	opacity:.86;}
#dropmenu ul li ul li ul li a{
	text-indent: 5px;
	border-left: 1px solid #c8c8c8;
}

a.piclenselink{
	color:#00B6E3;
display:block;
font-weight:bold;
margin-bottom:5px;
padding:5px;
}