/* 
******************
Text Styles
******************
*/

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 25px;
}

.evening {
	color: #ffffff;
}

.morning {
	color: #ffffff;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: -2px;
	color: #FFFFFF;
	letter-spacing: .3em;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: -2px;
	color: #666;
}

.caption {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #666666;
	line-height: 18px;
	padding-top: 4px;
	font-style: italic;
}

.captionSmall {
	font-size: 9px;
	line-height: 12px;
	color: #F16422;
	margin-top: -4px;
}

.smallsans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 16px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 11px;
	font-size: 9px;
}

a.copyright:link {
	color: #ffffff;
}

a.copyright:visited {
	color: #ffffff;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}


/*  
******************
Link Styles 
******************
*/

a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
	}

/*  
******************
Main Navigation Styles 
******************
*/
.navMain {
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	letter-spacing: .3em;
}
	
a.navMain:link {
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: .3em;
}

a.navMain:visited {
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: .3em;
}

a.navMain:hover {
	color: #caaa69;
	text-decoration: none;
}

a.navMain:active {
	color: #ffffff;
	text-decoration: none;
}



/*  
******************
Rule to Highlight current page on Main Nav based on id selector in body tag 
******************
*/

body#home a#navHome,
body#morning a#navMorning, 
body#evening a#navEvening,
body#store a#navStore  {
	color: #caaa69;
	font-weight: bold;
}


