/*
Theme Name: muring
Description: Muring
Version: 1
Author: David Tavcar
Author URI: http://www.artiko.si/
*/
/* CSS Document */

/** Global reset **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

html, body {
	/*height: 100%;*/ /*min-weight fix*/
}


/* da prisilim Firefox, da naredi vertical scroll
/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */


img {
	border: none;
	float:left; /* IE6 fix */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:repeat-x url('images/pageBack.jpg') #0e1a43;
}

.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
}


/* - Page render - */
#pageWrapper {
	margin-left:auto;
	margin-right:auto;
	display:block;
	
	width: 1025px;/*1016px;*/
	background: repeat-y url('images/contentBack.gif');
/*	min-height: 800px;*/

}


#languageChooser ul {
	list-style-type:none;
	margin-top: 10px;
}

#languageChooser li {
	display: block;
	float: left;
	
	width: 29px;
	height: 29px;
	
	margin-bottom: 5px;
}

#pageBottom {
	margin-left:auto;
	margin-right:auto;
	display:block;
	
	width: 1025px;
	height: 61px;
	background: no-repeat url('images/contentBottom.gif');
}



#pageBorderLeft {
	display: block;
	background: no-repeat url('images/contentBorderTopLeft.jpg');
	float: left;
	width: 51px;
	height: 660px;
}

#pageBorderRight {
	display: block;
	background: no-repeat url('images/contentBorderTopRight.jpg');
	float: left;
	width: 42px;
	height: 660px;
}

#pageContent {
	display: block;
	background:repeat-x url('images/contentHeaderBack.gif');
	float: left;	
	width: 932px;
}

#pageContent img.thumbnail,
#pageContent img.thumbnail_center  {
	padding:10px;
/*    border: 1px solid #000;*/
    display:block;
	background:no-repeat url('images/thumbShadow.gif');
/*    background-color: #EBEBEB;*/
	margin-right: 10px;
	margin-bottom: 10px;
   /* margin-top: 10px;*/
}

#pageContent img.thumbnail:hover,
#pageContent img.thumbnail_center:hover  {
	background:no-repeat url('images/thumbShadowHover.gif');
}

#pageContent .ngg-galleryoverview {
margin-bottom: 30px;
}


#pageHeader {
	display: block;
	width: 932px;
	height: 162px;
	float: left;
}

#pageHeaderThumbs {
	display: block;
	float: right;
	width: 602px;
	height: 151px;
	margin: 0;
	/*background-color: #063E76;*/
}

#pageHeaderThumbs ul {
	list-style-type: none;
	/*float: left;*/
	/*display: block; */
	margin: 0;
	/*margin-right: 2px;*/
	
	/*width:602px;
	height:151px;*/
}

#pageHeaderThumbs ul li {
	/*display: inline;
	float: left;
*/
}




#pageHeaderThumbs img {
	display: block;
	margin-left: 2px;
}

#pageMenuWrapper {
	display: block;
	width: 932px;
	height: 46px;
	float: left;
	/*margin-left: 1px;
	margin-right: 14px;*/
}


#pageMenuLeft {
	display: block;
	float: left;
	width: 11px;
	height: 46px;
	background:no-repeat url('images/navMenuBorderLeft.gif');
}

#pageMenuRight {
	display: block;
	float: left;
	width: 11px;
	height: 46px;
	background:no-repeat url('images/navMenuBorderRight.gif');
}


#pageMenuLinks {
	display: block;
	width: 910px;
	
	/*padding-left: 5px;*/
	height: 46px;
	float: left;
	background:repeat-x url('images/navMenuBack.gif');
}

#pageMenuLinks img {
	float: right;
	display: block;
}

#pageMenuLinks ul {
	list-style-type:none;
	display: block;
	float:left;
		
	height: 46px;
	width:540px;
}

#pageMenuLinks li {
	display: inline;
	float: left;
	height: 46px;

	margin-right: 15px;
}

#pageMenuLinks a {
	display: block;
	float: left;
	height: 46px;

	font-weight:bold;
	font-size:14px;
	line-height: 46px;
	color:#063E76;
	text-decoration:none;
}

#pageMenuLinks a:hover {
	background: repeat-x url('images/navMenuRollOver.gif');
}


#pageMenuLinks li.current_page_item {
	background: repeat-x url('images/navMenuActive.gif');
}

#columnWrapper {
	display: block;
	float: right;
	width:203px;
	margin-top:12px;
 
	background: repeat-y url('images/columnBack.gif');
	
	color: #063E76;
}


#columnWrapper .columnHeader {
	display: block;
	float: right;
	
	width:175px;
	height:46px;
	
	background: no-repeat url('images/columnHeader.gif');
}

#columnWrapper a {
	text-decoration:none;
	color:#FFF000;
}

#columnWrapper a:hover {
	text-decoration:underline;
	color:#FFF000;
}


#columnWrapper ul {
	display: block;
	float: left;
	width:182px;
	padding: 10px;
	
	/*margin-left:18px;*/
	/*
	padding-left: 10px;
	padding-right: 10px;*/
}

#columnWrapper li {
	margin-left:18px;
	margin-bottom: 10px;
}

#columnWrapper .columnTitle {
	display: block;
	float: left;
	
	width:175px;
	height:46px;
	background: no-repeat url('images/columnTitleBack.gif');
}

#columnWrapper .columnHeader,
#columnWrapper .columnTitle {
	line-height: 44px;
	font-weight: bold;

	color: #FFF000;
	font-size:14px;
	
	margin: 0;
	
	padding-left: 14px;
	padding-right: 14px;
	
}


#columnWrapper p {
	padding: 10px;
	width: 182px;
	display: block;
	float: left;
}


#pageContentTxt {
	display: block;
	float:left;

	width: 674px;
	padding: 20px;
	margin-top: 10px;
	
	text-align: justify;
	line-height: 20px;
	color: #3E6995;
}

#pageContentTxt p {
	margin-bottom: 20px;
}

#pageContentTxt ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

#pageContentTxt h1 {
	font-size:16px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #063E76;
}

#pageContentTxt h2 {
	font-size:14px;
	font-weight: bold;
	color: #063E76;
}

#pageContentTxt h3 {
	font-size:12px;
	font-weight: bold;
	color: #063E76;
}
#pageContentTxt a {
	text-decoration:none;
	color: #FF9A1E;
}

#pageContentTxt a:hover {
	text-decoration:underline;
}

#pageContentTxt table {
	margin-bottom: 20px;
}

#pageContentTxt table th {
	width:150px;
}

	
#pageContentTxt table th,
#pageContentTxt table td {
	background-color: #063E76;;
	text-align:left;
	color: #FFFFFF;
	padding: 5px;
	border:none;

}

#pageContentTxt table td {
	background-color:#3E6995;
}


#pageFooter {
	margin-left:auto;
	margin-right:auto;
	display:block;

	width: 926px;
	text-align: right;
	font-size:10px;
	line-height: 20px;
	color: #FFFFFF;
}

#pageFooter a {
	color: #FFFFFF;
	text-decoration: none;
}

#pageFooter a:hover {
	text-decoration: underline;
}

/* espebanner.js BannerRotation */
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
