/* BachGuide Layout */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	font: 1em Verdana, Geneva, Arial, helvetica, sans-serif /* 1em = 16pts */
	}
#main_wrapper {
	max-width:1024px; /* sets max layout width */
	min-width:720px; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	border: 1px solid black;}
#header {
}

#nav {
	width:100%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */	
	height:1250px;
	background-image: url(../images/backgroundleft.jpg);
	background-repeat: repeat-x;
	border-right:1px solid #FFFFFF;
	}

#nav p, #content p {padding:0 2.5em;
			font-size: 1.2em;
			line-height:1.4em;
			text-align:left;}	
#nav img { padding:.5em; }	
#center { text-align:center;} 
#thumb  {cursor: url(../images/magnify.cur), pointer;}
#content h2 {text-align:center;}

#centera {text-align:center;}
/*#content {height:1500px; margin-left:50%;
				
	}*/
/* here comes a hack for IE6 */
/* floating this element gets rid of the gap between the nav and content - the hateful 3 pixel jog bug in IE */
/* if I float this element in other browsers, the layout breaks - don't remove this comment \*/
/** html #content { 
	float:left; 
	} 
/* end of hack - don't remove this comment */
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background:#DDC; /* TEMP - REMOVE OR RESTYLE  */
	}
#header_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner {
	padding:2em 2em 1em 2em; /* creates space between the box  and the content */
		}
		
#header_inner h1 {
	font-style:italic;
	line-height: 2em;
}
	
/* #nav_inner {
	padding:1em .5em; creates space between the box and the content 	
	}*/
/*#content_inner { 
	padding:1em 1em 1em 1.5em; }creates space between the box and the content */

	
#chapters li {
	list-style-type:none;
	text-align: left;
	font-size: 1em;
	margin-left: 50px;
	padding:.2em;
	}
		
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	font-size:.8em;}
	
#footer_inner p {	color:#FFFFFF;}
/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}

.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#FFF;}
#main_wrapper {background-color:#FFF;}
#header {background-color:#727EA3;
	/*background-color:#808073;*/
	border-bottom: 1px solid white;
}

#content {background-image: url(../images/backgroundright.jpg);
	background-repeat: repeat-x}
#promo {background-color:transparent;}
#footer {background-color:#727EA3;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Verdana,  'Trebuchet MS', serif;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#FFFFFF;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}

table, form {
	color: #BFBFAC;
	}
a {
	color:silver;
	text-decoration:none;
	font-weight:bold;
	}
a:hover, #nav a:hover {
	color:#000;
	}	
#email a {color:#000;
	text-decoration:none;
	font-weight:normal;
	}
#email a:hover {color:silver;}	
/* CLASS:MOCHA TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
/*body.mocha {background-color:#FFF;}
.mocha #main_wrapper {background-color:#E6DCCF;}
.mocha #header {background-color:#727EA3;}
.mocha #nav {background-color:#BF9960;}
.mocha #content {background-color:#FFF;}
.mocha #promo {background-color:#807059;}
.mocha #footer {background-color:#CFD4E6;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:MOCHA TEXT COLORS */
/*.mocha h1 {
	color:#FFF;
	}
.mocha h2 {
	color:#BF9960;
	}
.mocha h3, .mocha h4, .mocha h5 {
	color:#727EA3;
	}
.mocha h6 {
	color:#000000;
	}
.mocha p {
	color:#000;
	}
.mocha ul, .mocha ol, .mocha dl, .mocha blockquote, .mocha cite {
	color:#BF9960;
	}
.mocha cite {
	color:#FFF;
	}
.mocha promo {
	color:#FFF;
	}
.mocha #nav ul, .mocha #nav a {
	color:#FFF;
	}
.mocha table, .mocha form {
	color: #6430BF;
	}
.mocha a {
	color:silver;
	font-weight: bold;
	text-decoration:none;
	}
.mocha a:hover {
	color:#000000;
	}
.mocha #nav a:hover {
	color:#000;
	}*/
	

/* FONT SIZES */
h1 {font-size:1.7em; 
	}
h2 {font-size:1.4em; /* 22pt */
	line-height:1.3em;
	padding:.5em 0 0 0;	
	margin-bottom:.8em;}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:1em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}


/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
