/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
  
/** {
	margin: 0;
	padding: 0;
	background-color:#00CC00;
}*/

html {
	margin: 0;
	padding: 0;
	background-color:#333333;
}

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


.clear{
	clear:both;
}
img {
margin: 5px 5px 5px 5px;
	/*border: 2px solid #000000;*/
}

#NewsList ul{
	padding:0px;
	margin:0px;
}


#member-list li a {
	line-height:20px;
	color:#000;
	
}

#member-list li a:hover {
	color:#91c73d;
}

#member-list li a {
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/wbn_main.jpg);
	background-repeat:repeat-y;
}
#Container { 
	background-image:url(../images/wbn_top.jpg);
	background-repeat:no-repeat;
	width: 1000px;
}
#Layout {
	width: 850px;
	clear: both;
	overflow: hidden;
	padding-left:85px;
}
#pagecaption{
height:90px;
float:left;
width:460px;
padding-left:275px;
margin-top:32px;
color:#000;
overflow:hidden;
z-index:99;
}
#headerimage{
overflow:hidden;
width:180px;
height:180px;
float:right;
top:100px;
padding-right:80px;
}
#Content {
	width: 550px;
	padding-left:25px;
	float: left;
	text-align: left;
	margin-right:auto;
}
/** IMAGES WITHIN NEWS **/

.ArticlePhoto {
	width:210px;
	float:left;
}
.staffphoto {
	width:100px;
	float:left;
	clear:left;
}
.newsDateTitle {
	clear:left;
}
/** Navigation **/
#Navigation {
	float:left;
	margin-top:9px;
	padding-left:270px;
	width:455px;
}
#Navigation ul {
	float:left;
	
}
#Navigation li {
	list-style:none;
	margin-right: 0px;
	float:left;
	display:inline;
}
#Navigation li a {
	text-decoration:none;
	color:#000;
	font-size:13px;

}


/** Header **/


#Header { 
 	width: 1000px; 
	height:100px;
	}
#Header-title {
	width:200px;
	text-indent:-999em;
	float:left;
}
#login {
	width:300px;
	float:right;
	font-size:10px;
	text-align:right;
	margin-top:65px;
	padding-right:100px;
}

#Header h1 { 
	clear:both;
	float:left;
	width:500px;
	height:120px;
	text-indent:-999em;
	margin-right:10px;
	color:#FFF;
}	
#Header h2 {
float:left;
/*clear:both;*/
	width:500px;
	height:112px;
	margin-left:35px;
	font-style:italic;
	font-weight:normal;
	color:#FFF;
}
	 
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.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;
}
	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 300px;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

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

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

.commentrss {
	background: transparent url(../images/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 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* 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_cont { 
 	clear: both;  
	text-align: center;
	background-color:#58595C;
	}*/
#Footer { 
	width: 1000px; 
	height: 60px;
	background-image:url(../images/wbn_footer.jpg);
	margin-left:auto;
	margin-right:auto;
	}
  	#Footer p {

	}
  	#Footer a { 
	   	color: #000;
		margin-left:120px;
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #FFF;
	}
  
  /* DD SMOOTH */

.ddsmoothmenu{
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin:0px;
padding: 0px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
display: block;
text-decoration: none;
padding:5px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{

}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color:#7CC22D;
}

.ddsmoothmenu ul li a:hover{
background-color:#7CC22D;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
padding-bottom:0px;
display: list-item;
background-color:#fff;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 300px; /*width of sub menus*/
padding: 5px;
margin: 0px;
color:#91c73d;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
display:none;
}

.rightarrowclass{
position: absolute;
display:none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}