/* http://bmn.bc.ca */

html { background: #ededd4; }

h1 { margin: .5em 0; font-size: 197%;}
h2 { margin: .5em 0; font-size: 153.9%;}
h3 { margin: .5em 0; font-size: 131%;}
h4 { margin: 0 0 .5em; }

a:link		{ color: #000099; }
a:visited	{ color: #660066; }
a:active	{ color: #990000; }
a:hover		{ color: #990000; text-decoration: none; }

hr {
  border: 0;
  background: #8e8c7d;
  height: 1px;
}

ul {
  margin: 0 1em 1em;
}
li {
  margin-left: .3em;
  padding: 0;
}
ul.events li {
  padding: .5em 0;
}

table.listing {
  width:100%;
}
table.listing td {
  border: 0;
  padding: .5em 0;
  vertical-align: top;
}
table.listing td h4 {
  margin-top: 0;
}
table.listing td p {
  margin: 0;
}
table.listing td.date {
  width: 6em;
}

.date_subtitle {
  font-weight: bold;
  font-size: 131%;
}

.iconbar {
  font-size: 93%;
  padding: .5em;
  background: #eed;
  border: solid 1px #8e8c7d;
}
.iconbar img {
  vertical-align: middle;
}
.iconbar a {
  color: #555;
  vertical-align: middle;
  text-decoration: none;
}
.iconbar a:hover {
  text-decoration: underline;
}

/* hd = header */

#hd {
  background: #d6d5c0;
	border-bottom: solid 2px #8e8c7d;
	padding: .25em .5em;
}

#hd a:link    { text-decoration: none; }
#hd a:visited { text-decoration: none; }
#hd a:active  { text-decoration: none; }
#hd a:hover   { text-decoration: underline; }

#navbar {
  line-height:2em;
}

#search {
  float:right;
  line-height:2em;
} 

/* ft = footer */

#ft {
  text-align: center;
  border-top: solid 1px #8e8c7d;
  padding-top: 1em;
  margin-top: 1em;
}

#editpage {
  float:right;
}

/* home page specific */

#page_home #innertitle {
  margin: 1em 0; 
}

#page_home #slider {
  float: right;
  margin-left: 1em;
}

#page_home h1 {
  font-size: 290%;
  margin: 0;
}

#page_home .subtitle {
  font-size: 197%;
}

#page_home #main h3 {
  margin-bottom: .2em;
}	 

.column {
  padding: .5em 1em 1em;
  background: #d6d5c0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6d5c0), to(#ededd4));
}

/* jquery lightbox gallery */
.gallery ul { 
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery ul li { display: inline; }

.gallery img {
	padding: 0 2px;
}

/**
 * jQuery lightBox plugin
 * @name jquery-lightbox-0.5.css
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-size: 93%;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 90%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { 
}
#lightbox-image-details-currentNumber {
  font-weight: bold; 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: .7em;	
}