/** 
 * BMTF's "bbag" SilverStripe Theme
 * http://www.silverstripe.com
 * images_bc contains "blackcandy" icons etc used by "bbag"
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 0.4em;
	font-family: Verdana, Lucida, sans-serif; 
	text-align: center; /* IE6 bug centres all emements included */
}

html {
/*	background: #626467 url(../images_bc/bg.gif) repeat; */
	background: #fff;
}

/* table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
} */

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */

 #BgContainer{}

 #Container {position: relative;
  margin: 0em auto;
  text-align: left;
  border: none;
  color: #000000;
  padding: 0 0 1em 0;
  width: 93em;
  font-family: Arial,Helvetica,sans-serif;
  }

/* coloured background behind the image stretches down with content */
 #bag { background: #b3a16f; z-index: 1;
  position: absolute; top: 11.2em;
  padding: 0; margin: 0; border: none;}

/* background image zooms with text size */
 #bak { }
 #bak img{  margin: 0 0 -1em 0; auto;
  padding: 0;
	width: 96em; height: 93.6em;} 


#Content {position: absolute; left: 7em;  top: 7em; width: 82em;
 margin: 0; padding; 0;}
#Content p a:visited { color: #200101; }

/* 
 #Layout { 
  margin: 0; padding:0 0 0 0; border: none;
  min-height:74em;
  height:auto !important;
	height:74em;
 }
mask off part of background from overwriting */
 #mask1 { 
  /* background-color: #b3a16f; */ 
	float:right;	width: 34em;	height: 12em;
	margin: 5em 0 0 0; padding: 0; border: none;} 
 #mask2 {  clear: both;
  /* background-color: #b3a16f; */ 
	float:right;	width: 38em;	height: 12em;
	margin: 0; padding: 0; border: none; } 
 #mask3 {  clear: both;
  /* background-color: #b3a16f; */ 
	float:right;	width: 42em;	height: 12em;
	margin: 0; padding: 0; border: none; }
 #mask4 {  clear: both;
  /* background-color: #b3a16f; */ 
	float:right;	width: 36em;	height: 4em;
	margin: 0; padding: 0; border: none; }
 #mask5 {  clear: both;
  /* background-color: #b3a16f; */ 
	float:right;	width: 34em;	height: 5em;
	margin: 0; padding: 0; border: none; }
 #mask6 {  clear: both;
  /* background-color: #b3a16f; */ 
	float:right;	width: 36em;	height: 5em;
	margin: 0; padding: 0; border: none;}
 #mask7 {  clear: both;
  /* background-color: #b3a16f; */ 
	float:right;	width: 30em;	height: 5em;
	margin: 0; padding: 0; border: none;}
#video {
 overflow: hidden;
 margin: 0; padding: 0;}
#video a img {  float: left; 
 width: 12.8em; height: 9.6em;
 padding: 0; margin: .6em 1em 0 0;
 border: 4px solid #b3a16f;}
#video a:hover img {border: 4px solid rgb(209,234,234);}


#NewsList{}

#NewsList li {list-style-type: none;
}

#NewsList .newsphoto {border: none;
	float: left;
	margin: 0.3em 1em 0 0em;}     
#NewsList .newsphoto img {/* scalable em size class 100 x 100 graphics */
  width: 8em;
  border:1px solid #b3a16f;
}


 
/* HEADER
-----------------------------------------  */

 #Header {z-index: 1; background-color: #fff; /* afa; */
  font-family: Arial, Helvetica, "Arial Rounded MT Bold", "Arial Black", sans-serif;
  width: 26em; text-align: left;
  margin: 0; padding: 0 0 0em 1em;
  font-weight: bold;
  font-size: 3.6em;
  line-height: 1.1em;
  position: absolute;
  top: .2em; }
 #Header .bm {
  color: #961e06; font-weight: inherit; font-size: inherit; text-decoration: none;}
 #Header a {
  color: #000;
  font-weight: inherit;
  text-decoration: none; }
 #Header a:hover {
  color: #e24f0a;
  text-decoration: none;
 }

/* MAIN NAVIGATION - TABS
----------------------------------------- */

#Navigation {z-index:1;
  padding: 0 0 1em 0;
  width: 86em;
  position: relative;
  top: 12.8em;
  left: 1em;}
 #Navigation a {color: #ffffff;
	text-decoration: none;}

 #Navigation img{margin: 0; 
	padding: 0; margin: 0; border: none;
	position: absolute; top: 3.8em; left: 4em;
	width: 86em; height: 2em;
	z-index: 1;
 }

#Navigation ul { 
	float: left; 
	padding: 1.4em 0 0 6em; }
 #Navigation li {
  display:block;
  font-weight:bold;
  font-size:1.9em;
  text-decoration:none;
  float:left;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;}
 #Navigation li.link {
  padding: 0.2em 0;
  margin-left:0em; 
  background:url(../images/tab-left.gif) no-repeat left top;}
 #Navigation li.link a {
  padding: 0.2em 1em;
  margin-left:0.2em;
  background:url(../images/tab-right.gif)  no-repeat right top;}
 #Navigation li.link a:hover {
  color:#f8a206;}
 #Navigation li.current {
  color: #961e06;
  padding: 0.2em 0;
  margin-left:0em;
  background:transparent url(../images/navover-left.gif) no-repeat left top;}
 #Navigation li.current a {
  color: #961e06;
  padding: 0.2em 1em;
  margin-left:0.2em;
  background: url(../images/navover-right.gif) no-repeat scroll right top;}
 #Navigation li.section {
  color: #961e06;
  padding: 0.2em 0;
  margin-left:0em;
  background:transparent url(../images/navover-left.gif) no-repeat left top;}
 #Navigation li.section a {
  color: #961e06;
  padding: 0.2em 1em;
  margin-left:0.2em;
  background: url(../images/navover-right.gif) no-repeat scroll right top;}
 #Navigation li.section a:hover { color: #f8a206;
 }
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #EFEFEF url(../images_bc/sidebarHeader.gif) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
		background: transparent url(../images_bc/sidebarHeaderSub.gif) repeat-x center left;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
		background: #EFEFEF url(../images_bc/sidebarBottomBg.gif) no-repeat center bottom;
	}
	#Sidebar a {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}

/* NewsList */

ul#NewsList {margin: 0; padding: 0; border: none; } 
	
ul#NewsList h2 {    clear: left;
 font-size: 1.2em; color: #300;
 margin: 0em; padding: 1.2em 0 0.5em 0;
 font-weight: bold;} 
ul#NewsList p { 
    /* background-color: #b3a16f; */  
    margin: 0; padding: 0; border: none;
    font-size: 1em} 
	

	/* MENU2 */

ul#Menu2 { 
  /* background-color: #b3a16f; */
	float:right; width: 16em;
  margin: 0 0 1em 1em; padding: 0 0 1.6em 1em; 
  border-color: #883300;
  border-style: dotted;
  border-width: 1px; 
  border-top: none;
  border-right: none;
  border-bottom: none; }

ul#Menu2 p {font-style: italic; font-size: 1.1em; 
	margin 0; padding: 0 0 0.6em 0 ;}
    /* display: block; */
    ul#Menu2 li { padding-left: 1em;  padding-bottom: 1em;
    	font-size: 1em; font-weight: bold; line-height: 1.2em;
      list-style: none;
    }
    	ul#Menu2 li a {color: #663300;
      }
				ul#Menu2 li a:hover {color: #001; text-decoration:underline;  background-color: rgb(255,234,234);}

/*			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	 Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
	/*   	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background: #DCDCDC url(../images_bc/sidebarSideArrow.gif) no-repeat right center;
        	color: #666;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			background: transparent url(../images_bc/sidebarTopLeftHover.gif) no-repeat left top;
			display: block;
			width: 100%;
			height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
        	background: transparent url(../images_bc/sidebarBottomLeftHover.gif) no-repeat left bottom;
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url(../images_bc/sidebarSectionBottom.png) no-repeat bottom left;
      		}
      			ul#Menu2 li ul li {
            		width: 160px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					} */
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 188px;
				background: transparent;
            	margin-left: 10px;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	background: #BCBCBC url(../images_bc/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	background: transparent url(../images_bc/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	background: transparent url(../images_bc/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images_bc/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images_bc/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images_bc/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
-----------------------------------------------  */

 #Footer {
  clear: both;  
  height; 2em; width:88.6em;  position: relative; top: -0.8em; z-index:2; line-height: 2em;
  margin-left:4em; padding: 0; border: none;  }
 #Footer .jtb { background-color: #fff; position: absolute; top: 0em;
  padding: 0;
  font-style: italic;
  float: left;
  }
 #Footer .bmtf { background-color: #fff; 
  padding: 0; margin: 0;
  position: absolute; top: 0em; float: right;
  text-align: right;
  width: 100%;}
 #Footer a {color: #000;
  text-decoration: none;}
 #Footer a:hover {text-transform: uppercase;
  color: #961e06;
  text-decoration: underline;
  font-style: normal;
  background-color: #d1eaea;}
 #Footer a:active {
  color: #0000ff;
  background-color: #d1eaea;}


