/*	
	HONEYCOMB - Front End CSS Sheet
	============	
	
	(c) Paul Gregory 2008
*/

/* PAGE STYLES */
body {
	background: #f2f2f2; /* The colour of the background outside of the page content */
	margin: 0;	
	font-size: 10pt; /* The default font size for text within the page content */    
	font-family: Arial, Verdana, Helvetica, sans-serif; /* Fonts to use in order of preference */	
	color: #000000;	
	padding: 0;
}

#wrapper {
	/* width: 900px; /* All template sites should be kept at 760px wide */	
	width: 860px;	
	margin: 0px auto; /* This centers the page in the middle of the browser window; use ' margin: 15px 0 0 15px; ' to put it on the left */	
	clear: both;
}

/* HEADER */
#top_banner {	
	padding: 0;	
	margin: 0;
	background: #454647 url(../images/bbs_header_grad.gif) repeat-x top left;	
	border: 1px solid #000;	
}

#top_banner a {
  display: block;
  float: left;
  width: 303px;
}

#top_banner h1 {	
	padding: 25px 10px 0 5px;	
	color: #ffffff;	
	font-size: 1.7em;	
	line-height: 1.5;	
	margin: 0px;
	display: block;
    float: left;
	width: 540px;
}

#top_banner h1 em {	
	color: #E6E6E6;	
	font-family: Times;	
	font-size: 90%;
}

/* BREAD CRUMB TRAIL */
div#crumb {	
	font-size: 0.7em; /* crumb text size */	
	padding: 0; /* top padding, right padding, bottom padding, left padding */	
	margin: 0; /* top margin, right margin, bottom margin, left margin */	
	clear: both;
}

div#crumb .crumb_seperator {	
	color: #b5b7c2; /* colour of the crumb seperator */
}

/* TEXT HEADINGS */
h1, h2, h3, h4, h5 {	
	margin: 0 0 0.8em 0; /* default margins for headers */	
	font-weight: normal;
}

h1 {	
	font-size: 1.7em; /* text size of the main headers */	
	clear: none; /* this is important */
}

h2 {	
	font-size: 1.3em; /* text size of the secondary headers */	
	font-weight: normal;	
	vertical-align: middle;	
	border-bottom: 1px dotted #DB4112;	
	padding-bottom: 3px;	
	clear: both;
}

h3 {	
	font-size: 1.4em; /* text size of the third level headings */	
	margin-bottom: 15px; /* adjust the gap below this heading */
}

h4 {	
	margin-bottom: 15px; /* adjust the gap below this heading */
}

/* CONTENT STYLES */
p {	
	margin: 0 0 1.2em 0; /* top margin, right margin, bottom margin, left margin */
}

a img {	
	border: none;
}

/*   use text for single column layout and	
	text_left & text_right for two columns*/
div#text_a {	
	padding: 0; /* top padding, right padding, bottom padding, left padding */
}

#main {	
	padding-bottom: 15px;
}

div#main.sidebar-left {  
	float: left;
	margin-left: 245px;
	width: 580px;
}

div#sidebar {  
	float: left;  
	width: 225px;  
	margin-left: -825px;  
	font-size: 0.8em;
}

#sidebar .sidebar_block {
	margin-bottom: 10px;  
	border: 1px solid #808285;
}

#sidebar .sidebar_block h2 {  
	background: #808285 url(../images/bbs_nav1_grad.gif) repeat-x scroll left bottom;  
	color: #ffffff;  
	font-weight: normal;  
	font-size: 1.4em;  
	margin: 0px;  
	padding: 3px 10px 4px 10px;  
	border: 0px;
}

#sidebar .sidebar_block .content {  
	padding: 10px;
}

div#sidebar img {}

#nav3 .sidebar_block {	
	padding: 0px !important;
}

#quickfind .content {
	padding: 0px !important;
}

#quickfind ul,
#nav3 ul {	
	margin: 0px;
	padding: 0px;
}

#quickfind ul li,
#nav3 ul li {
	list-style-type: none;
	padding: 0px;
}

#quickfind a,
#nav3 a {
	display: block;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
}

/* FOOTER */
div#footer-menu {
	padding: 5px;
}

#footer-menu ul {
	padding: 0px;
	margin: 0px;
}

#footer-menu ul li {
	list-style-type: none;
	float: left;
}

#footer-menu ul li a {
	display: block;
	padding: 3px 8px 3px 8px;
}

div#footer {
	font-size: 0.8em; /* footer text size */
	padding: 10px; /* top padding, right padding, bottom padding, left padding */
	clear: both; /* leave this in to avoid almost certain disaster */
	line-height: 1.8;
}

div#footer ul {
	/* leave these settings */
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

div#footer ul li {
	/* leave these settings */
 	display: inline;
}

div#lottery-funded {
	float: right; /* set this to make the buttons for sitemap and accessibility live in the bottom right */
	text-align: right; /* as above */
	width: 98px; /* this shouldnt need changing */
}

/* all other lists */
ul {
	margin: 0 0 1.2em 0;
	padding: 0 0 0 15px;
}

ul li {
	list-style-type: square; /* change this to a blob or circle etc if the page style dictates */
	margin: 0;
	padding: 0;
}

/* PAGE NUMBERING */

/* Page Numbering is only applicable to sites with the news feeds */
p.page-numbering {
	margin: 0 0 20px 0; /* position the div that contains the numbering and buttons */
	text-align: center;
	font-size: 80%;
}

p.page-numbering span {
	/* the bit that says 'Page X of Y' */
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #eeeeed;
	border-right: 1px solid #eeeeed;
	border-top: 1px solid #5c5c5c;
	border-left: 1px solid #5c5c5c;
	background: #efefef;
}

p.page-numbering a,
p.page-numbering a:link {
	/* links that look like buttons for navigating the pages */
	padding: 2px 6px 2px 6px;
	border-top: 1px solid #eeeeed;
	border-left: 1px solid #eeeeed;
	border-bottom: 1px solid #5c5c5c;
	border-right: 1px solid #5c5c5c;
	text-decoration: none !important; /* '!important' means that this line overrides any other style applied to this element */
}

p.page-numbering a:hover {
	text-decoration: none;
	background-color: #FCEE21;
	color: #000000 !important;
}

/* NEWS ARTICLES */

/* these styles only apply to sites with news feeds */
div.article {
	margin: 0 0 20px 0; /* spacing around each article in the article list */
	border-bottom: 1px dashed #DB4112; /* specify any border around an article */
}

div.article-content {
	margin: 0 0 10px 0; /* spacing around the text that pushes it in from the edge of the article */
}

div.article-summary {
	font-style: italic; /* style the summary text for each article */
	margin: 8px 0 8px 0;
}

div.article h2 {
	margin: 0 0 3px 0; /* positioning of the header on an article */
	border-bottom: none;
}

div.article-date {
	font-size: 10px; /* style the article date */
	margin-bottom: 5px;
	color: #5c5c5c;
}

#sitemap-diagram ul {
	margin: 0px;
}

#sitemap-diagram ul ul li {
	list-style-type: circle;
}

#sitemap-diagram li {
	line-height: 1.5;
}

#content {
	padding: 15px;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.3;
}

/* GALLERY STYLES */
#gallery_albums {
  clear: both;
}

#gallery_albums .album {
	font-size: 0.8em;
	line-height: 1.4;
	text-align: center;
	float: left;
	margin: 0 12px 12px 0;
  padding: 1px;
  width: 151px;
}

#gallery_thumbs {
	clear: both;
}

#gallery_thumbs .thumb {
	float: left;
	padding: 1px;
	margin: 0 12px 12px 0;
}

.empty-gallery {
	font-style: italic;
	color: #808285;
}

/* Access Links */
#accessibility-toolbar {
  padding: 2px 0;
}

#accessibility-toolbar ul {
  margin: 0;
  padding: 0;
  height: 25px;
}

#accessibility-toolbar li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}

#accessibility-toolbar #skip-links {
  width: 80%;
  float: left;
}

#accessibility-toolbar #skip-links li {
  line-height: 25px;
  padding-right: 10px;
}

#accessibility-toolbar #skip-links a{
  font-size: 0.9em;
  color: #615E5F;
}

#accessibility-toolbar #font-resize,
#accessibility-toolbar #theme-switcher {
  width: 10%;
  float: left;
}

#accessibility-toolbar #font-resize li {
  padding-right: 2px;
}

#accessibility-toolbar #font-resize a:hover,
#accessibility-toolbar #font-resize a:active{
  background: none;
}

#accessibility-toolbar #font-resize img {
  background: #f2f2f2;
}


/* Misc */
.hideme {
	display: none;
}

.friendly-hideme { /* off-left */
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.align-right {
	float: right;
	margin: 0 0 1em 1em;
}

/* Iframe */
iframe {
	border: 0px;
	width: 100%;
	height: 400px;
}

.alert {
	text-align: center;
	padding: 6px;
	font-family: arial;
	font-size: 10pt;
	background-color: #FF9000;
	color: #fff;
	font-style: italic;
}

.alert p {
	margin: 0px;
}

.alert a {
	color: yellow;
}

/*** Markup free clearing** Details: http://www.positioniseverything.net/easyclearing.html*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
	height: 1%;
}

.clear-block { 
	display: block;
}
/* End hide from IE-mac */