/* 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;
	}
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}

/* 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:#808073;}
#nav {background-color:#BFBFAC;}
#content {background-color:#FFFFE6;}
#content_wide {background-color:#FFFFE6;}
#promo {background-color:transparent;}
#footer {background-color:#D9D9C3;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a {
	color:#FFF;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#808073;
	}
a:hover, #nav a:hover {
	color:#000;
	}	
#footer p {
	margin:0;
	}
	
/* 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 #nav_tc {background-color: #727EA3 ;}
.mocha #nav_main {background-color: #807059 ;}
.mocha #content {background-color:#FFF;}
.mocha #content_wide {background-color:#FFF;}
.mocha #promo {background-color:#807059;}
.mocha #footer {background-color:#727EA3;}

h1, h2, h3, h4, h5, h6, h7, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:MOCHA TEXT COLORS */
.mocha h1 {
	color:#FFF;
	padding-bottom: .5em
	}
.mocha h2 {
	color:#BF9960;
	padding-bottom: 1em;
	}
.mocha h3 {
	color:#727EA3;
	padding-bottom: .5em;
	}
.mocha h5 {
	color:#727EA3;
	}
.mocha h4, .mocha h6 {
	color:#000000;
	padding-bottom: .5em;
	}
.mocha h7 {
	color:#727EA3;
	padding-bottom: .5em;
	}
.mocha p {
	color:#000;
	}
.mocha ul, .mocha ol, .mocha dl, .mocha blockquote, .mocha cite {
	color:#BF9960;
	}
.mocha #nav li#selected, .mocha #footer li#selected{
	color:#000000
	}
.mocha #nav_tc li#selected, .mocha #footer li#selected{
	color:#000000
	}
.mocha cite {
	color:#FFF;
	}
.mocha promo {
	color:#FFF;
	}
.mocha #nav ul, .mocha #nav a {
	color:#FFF;
	}
.mocha #nav_tc ul, .mocha #nav_tc a {
	color:#FFF;
	}
.mocha table, .mocha form {
	color: #6430BF;
	}
.mocha a {
	color:#BF9960;
	}
.mocha a:hover {
	color:#403526;
	}
.mocha #content a {
	color:#576BA5;
	}
.mocha #content a:hover {
	color:#042380;
	}
.mocha #content_wide a {
	color:#576BA5;
	}
.mocha #content_wide a:hover {
	color:#042380;
	}
.mocha #nav a:hover {
	color:#403526;
	}
.mocha #nav_tc a:hover {
	color:#403526;
	}


/* FONT SIZES*/
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	padding:0 0 .5em 0;	
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	padding:0 0 .5em 0;	
	}
h6 {font-size:.875em; /* 14pt */
	}
h7 {font-size:.875em; /* 14pt */
	font-weight: bold;		
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
.bottom_border_tc p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
	padding-top: .5em;
 	}

p.chords  {
	font-size:.8em; /* 12pt */
	font-weight: bold;
	word-spacing: .5em;
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	}
a.archive_link{
	display:block;
	font-size:.75em;
	font-weight: bold;
	}
a.archive_link_prev{
	font-size:.75em;
	font-weight: bold;
	float:left
	}
a.archive_link_next{
	font-size:.75em;
	font-weight: bold;
	float:right;
	}
	
/* apply these classes to lists of links */ 
.float_left_links {
	float:left; 
	margin: 0 .5em .5em .5em;
	} 
    
.float_right_links {
	float:right;  
	margin: 0 0 .5em .5em;
	}
	
.float_left_links a, .float_right_links a {
	padding-bottom: .75em;
}

/* basic list styling - more-styled lists in list.css */

#content li, #content_wide li{
	list-style-type:none;
	}
#footer li{
	list-style-type:none;
	border-right:1px solid;
	padding-right: 2em;
	display:inline;
	}
#footer li:first-child {
	border-left: 1px solid;
	padding-left: 2em;
	}
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav_tc ul, #nav_tc dl, #nav_tc ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0;
	border-bottom: 1px solid #FFFFFF;
	}
#nav li:first-child {
	border-top: 1px solid;
	}
#nav_tc li {
	list-style-type:none;
	margin-left:0;
	border-bottom: 1px solid #FFFFFF;
	}
#nav_tc li:first-child {
	border-top: 1px solid;
	}
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
/* 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 */ 
.clearthefloats {
	clear:both;
	}