* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Georgia, "Times New Roman", Times, 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;}
section {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;
	} 
	
span.amp{
	font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino, serif', serif;
        }
	
/* TEXT COLORS */

h1, h2, h3, h4, h5, h6 {
	color:#000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
nav ul, nav a {
	color:#FFF;
	}
a {
	color:#808073;
	}
a:hover, nav a:hover {
	color:#000;
	}	
footer p {
	margin:0;
	font-size: .4em;
	}
	
/* CLASS:MOCHA TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.mocha {background-color:#BDB6A6;}
.mocha #main_wrapper {background-color:#E6DCCF;}
.mocha header {background-color: #727EA3;}
nav {background-color: #EDE1D0;}
.mocha aside{background-color: #BDB6A6;}
.mocha section {background-color:#FFF;}
.mocha #promo {background-color:#BDB6A6;}
.mocha footer {background-color:#727EA3;}
.mocha #quoteBanner {background-color: #BDB6A6;
					margin: 10px 10px 0 10px;
					text-align: center;
					}

h1, h2, h3, h4, h5, h6, h7, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
	

/* CLASS:MOCHA TEXT COLORS */
.mocha h1 {
	color:#000;
	padding-bottom: 1em
	}
.mocha h2, {
	color:#000;
	padding-bottom: 1em;
	}
.mocha h3, h4, h6 {
	color:#000;
	padding-bottom: .5em;
	}
.mocha h5 {
	color:#000;
	}
.mocha h4, .mocha h6 {
	color:#000000;
	padding-bottom: .5em;
	}
.mocha p {
	color:#000;
	}
.mocha ul, .mocha ol, .mocha dl {
	color: #5D4D3E;
	}
.mocha footer li#selected{
	color:#000000
	}
.mocha promo {
	color:#FFF;
	}
.mocha nav ul, .mocha nav a {
	color:#000;
	}
.mocha nav a:hover{
	color:#FFF;
	}
.mocha section a {
	color:#576BA5;
	}
.mocha section a:hover {
	color:#0423FF;
	}
.mocha aside a {
	color:#825529;
	}
.mocha aside a:hover {
	color:#FBF5DA;
}
.mocha footer a {
	color:#FFF;
	}
.mocha footer a:hover {
	color:#4c76b4;
}
/* Misc Colors and Sizes*/	
.sale {
	color:#C33;
	font-weight:bold;
}

/* 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.25em; /* 18pt */
	line-height:1.25;
	padding:0 0 .5em 0;	
	}
h4 {font-size:1.1em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	padding:0 0 .5em 0;	
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:1em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
	}
	
#quoteBanner p {
	font-family: 'Trebuchet MS', Verdana,  serif;
	font-style: italic;
	font-weight: bold;
	padding-top: 1em;
	} 	

/* Remove text decorations on links*/
a {
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	}
	
nav a {
	text-decoration:none;
	color:#FFF;
    }
	


/* main nav list styles */

nav ul {
	background-color: #EDE1D0;
	background: url(../images/glass.png) repeat-x 0 50% #EDE1D0;
  	margin: 0 0 0 0;
	padding: .5em 0 .5em 0;
	text-align: center;
    }
	
nav li {
	padding:.75em .75em .7em 0;
	margin:0 0 0 0;
    list-style-type:none;
	border-right:1px solid;
	border-right-color:  #5D4D3E;
	display:inline;
	font-weight: bold;
	font-size:1em;
    }
	
nav li:first-child {
	border-left: 1px solid;
	border-left-color:  #5D4D3E;
	padding-left: .5em;
	}

/* section list styles */


section li{
	list-style-type:none;
	}
	
/* footer list styles styles */

footer ul {
text-align: center;
Padding-top: .5em;
padding-bottom: 1em;
    }
	
footer li{
	list-style-type:none;
	border-right:1px solid;
	border-right-color: #5D4D3E;
	padding-right: 2em;
	padding-left: 2em;
	display:inline;
	font-size: 1em;
	text-align:center;
	}
	
footer li:first-child {
	border-left: 1px solid;
	border-left-color: #5D4D3E;
	padding-left: 2em;
	}
	

#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
		
#promo li {
	list-style-type:none;
	margin-left:0
	}
	
img {
	border:0;
	}
	

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