/** Belltoons CSS - JCH 19/11/2009 **/
 
/** Reset the Browser Defaults for consistancy **/ 
/* Reset margin and padding areas. */
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}
p{margin:0 0 .5em 0;padding:5px;position:relative;}/*opera 8 needs the position:relative on the inner content but opera 9 doesn't */
/* Turn off table borders. */
table { border-collapse : collapse ; border-spacing : 0 }
/* Turn off other borders. */
fieldset,img,abbr,acronym {  border : 0 }
/* Set text to normal. */
address,caption,cite,code,dfn,em,strong,th,var { font-style : normal ; font-weight : normal } 
h1,h2,h3,h4,h5,h6 { font-size : 100% ; font-weight : normal }
/* Turn off list markers. */	
ol,ul { list-style : none; }
/* Left align caption and cell text. */
caption,th,td { text-align : left }
/* Add a space around quotes. */
q:before,q:after { content : " " }
/** End of Reset the Browser Defaults code **/ 


/** PNG Fix for IE5.5+ http://www.twinhelix.com that automatically adds near-native PNG support to MSIE 5.5 and 6.0 without any changes to the HTML document itself. **/
img, div, a, input { behavior: url(/css/iepngfix/iepngfix.htc) }

html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f0f0f0;
  max-height:100%;
}

/* add a 25 pixel gap to the top of all pages excluding the home page */
body.bt-galleryPage,
body.bt-detailPage {  padding-top:25px; padding-bottom:45px;} 

.bt-homePage #bt-wrapper {
	position:relative;
 	background-image:url(/images/homepage/background.jpg);
	background-attachment: fixed;
	background-repeat:repeat-x;
}

.bt-detailPage  #bt-wrapper, 
.bt-galleryPage #bt-wrapper {
	width:974px;
	margin:0px auto;
	margin-top: 0px;
	padding:0;
	text-align:left;
  background: #457299;
	border:0px solid #000;
	z-index:5;
  /* background images and opacity removed - JCH 21/11/2011 */
  /*  opacity:0.90;  background gif saved with 33% Opacity */
  /* seems to muck up IE fonts filter:alpha(opacity=90); */
  /* these lines work in Firefox and Safari - IE ignores them */
  -moz-border-radius-bottomright : 20px;
  -moz-box-shadow : 10px 10px 10px #c4bac6;
  -webkit-border-radius-bottom-right-radius : 10px;
  -webkit-box-shadow : 10px 10px 10px #c4bac6;  
}

/*
.bt-detailPage  #bt-wrapper {
	border-style:outset;
  border-top-color:blue;
  border-bottom-color:red;
  border-left-color:yellow;
  border-right-color:green;
	border-width:15px;
}
*/

#bt-header,#bt-footer {
	position:relative;
	z-index:5;
	border:none;
}

#bt-footer{border-top:1px solid #000; }

.bt-detailPage  #bt-header,
.bt-galleryPage #bt-header { 
	background: #457299; 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 974px;
	height: 100px;
	margin: 0; 
} 

.bt-detailPage  #bt-leftCornerFlashContent,
.bt-galleryPage #bt-leftCornerFlashContent { 
	float: left;
	width: 200px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; 
	position: absolute;
  text-align:center;
  /* background: #457299; */
} 

.bt-detailPage  #bt-bannerFlashContent,	
.bt-galleryPage #bt-bannerFlashContent { 
	float: right;
	width: 774px;
	margin-left: 200px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; 
	position: absolute;
  text-align:center;
  background: #457299;
} 

.bt-detailPage  #bt-header h1,
.bt-galleryPage #bt-header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#bt-outer{
	position:relative;
	width:974px;
	clear:both;
	z-index:4;
}
#bt-sidecartoonstrip_left {
 width:40px;
 z-index:1;
 position:relative;
 float:left;
 margin:0 0 0 0;
 display:inline;
 border-top:0px solid #000;
}

#bt-sidebuttonbar{
	width:160px;
	z-index:1;
	position:relative;
	float:left;
	margin: 0 0 0 40px;
	display:inline;
	border-top:0px solid #000;
	background: #e6e6e6; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align:center;
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}


.bt-galleryPage #bt-maincontent{
  width:974px;
	float:left;
  margin:0 0 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	display:inline;
	border-top:0px solid #000;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}


#bt-maincontent{
  width:774px;
  z-index:1;
	position:relative;
	float:right;
	margin: 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	display:inline;
	border-top:0px solid #000;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}


.bt-setbackgroundlightcolour {	background:#ffffff}
.bt-setbackgrounddarkcolour {	background:#75b7ef}

.ol,ul { list-style : circle; text-align:left; }

.bt-col{
	width:40px;
	position:absolute;
	z-index:0;
	left:0px;
	bottom:0;
	border:0px solid #000;
  border-top:none;
}
.bt-one{background:grey; }
.bt-two{background:#e6e6e6; left:40px; width:160px;}
.bt-three{background:#ffffff; left:200px; width:774px;}


#bt-footer {clear:both; background:#d0d0d0; text-align:center;}

html>body .bt-col{top:0}/* hide from ie6 and under*/
.bt-clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
/* Note I haven't bothered with box model hacks but you will need to do them for ie5.+ if it worries you */


/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.bt-galleryPage #bt-mainContent,  
.bt-detailPage  #bt-mainContent {
	margin: 0 20px 0 10em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 


.bt-detailPage  #bt-footer p,  
.bt-galleryPage  #bt-footer p,  
.bt-homePage #bt-footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 7pt;
	text-align: center;
}

.bt-homePage-characters {
  position:fixed;
  visibility:hidden;
  outline:none;  /* hide dotted outline in Firefox */
}

/* Rollover code for menu buttons */

a.bt-rollover_button {
 display: block;
 float: left;
 margin-top: 0px;
 margin-left: 10px;
 margin-bottom: 10px;
 padding-top: 0pt;
 padding-right: 0pt;
 padding-bottom: 0pt;
 padding-left: -0pt;
 list-style-type: none;
 list-style-image: none;
 list-style-position: outside;
 width: 160px;
 height: 40px;
 background-color: transparent;
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: 0pt -40px;
 background-image:url(images/buttons/home.gif);
 text-indent: -9999px;
 outline: none; /* hide dotted outline in Firefox */
}

a.bt-rollover_button:hover {
 background-position: 0pt 0pt;
 padding-top: 0pt;
 padding-right: 0pt;
 padding-bottom: 0pt;
 padding-left: 0pt;
}

a.bt-rollover_button:active {
    margin-left: 10px; /* push text down 0px */
} 


/* */


/* Miscellaneous classes for reuse */
.bt-fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.bt-fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.bt-clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.bt-imgfltrt {  /* this class for images on the right edge of the page */
	margin: 0px 0px 10px 10px;
	padding: 0px; 
	float:right;
}

.bt-imgfltlft { /* this class for images on the left edge of the page */
  margin: 0px 10px 10px 0px; 
  padding: 0px; 
  float:left;
}

/* special image classes for Books page */

.bt-books-imgfltrt {  /* this class for images on the right edge of the page */
	margin: 0px 0px 10px 10px;
	padding: 0px; 
	float:right;
	margin-top:-13pt;
}

.bt-books-imgfltlft { /* this class for images on the left edge of the page */
  margin: 0px 10px 10px 0px; 
  padding: 0px; 
  float:left;
  padding-top:20pt;
  margin-left: 35px;
}


.bt-flash-fltrt {
	float: right;
	margin-left: 8px;
	margin-right: 20px;
	line-height: 14pt;
	margin-bottom: 8pt;
}

/*
Picture frame style mage borders on detail pages
*/
.bt-pictureFrame {
	border-style:outset;
	border-color: #457299;
	border-width:5px;
}
/*
Various Typography settings
*/ 
p
{
	font-size: 9pt;
	text-align: left;
	margin-left: 35px;
	margin-right: 20px;
	line-height: 14pt;
	margin-bottom: 8pt;
}
tr
{
	font-size: 9pt;
	line-height: 14pt;
	text-align: left;
	margin-left: 35px;
	margin-right: 20px;
	vertical-align: top;
}
ul
{
	font-size: 9pt;
	margin-top: 9pt;
	line-height: 16pt;
	padding-left: 25px;
	margin-left: 25px;
	margin-right: 20px;
	margin-bottom: 9pt;
}
ol
{
	font-size: 9pt;
	margin-top: 9pt;
	line-height: 16pt;
	padding-left: 25px;
	margin-left: 25px;
	margin-right: 20px;
	margin-bottom: 9pt;
}
label
{
	font-size: 9pt;
	text-align: left;
	line-height: 14pt;
}
label.indent
{
	font-size: 9pt;
	text-align: left;
	margin-left: 35px;
	margin-right: 20px;
	line-height: 14pt;
}
h1 
{
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	margin-top: 30pt;
	padding-bottom: 1em;
	margin-left: 35px;
	margin-right: 20px;
}
h2 
{
	font-weight: bold;
	font-size: 11.5pt;
	line-height: normal;
	text-align: left;
	padding-top: 6pt;
	margin-top: 18pt;
	margin-bottom: 0pt;
	margin-left: 40px;
	margin-right: 20px;
}
h3 
{
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 0.02em;
	text-align: left;
	margin-top: 20pt;
	margin-bottom: 14pt;
	margin-left: 35px;
	margin-right: 20px;
}
