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

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 24px;
	margin-bottom: -2px;
	color: #F6A0A6;
}

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

.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: #725337;
	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;
}
.archiveList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-left: 20px;
	color: #F6A0A6;
}

a.archiveList:link {
	color: #F6A0A6;
	font-weight:normal;
	margin-left: 0px;
}

a.archiveList:visited {
	color: #F6A0A6;
	font-weight:normal;
	margin-left: 0px;
}

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

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

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

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

/*  
******************
Main Navigation Styles 
******************
*/
.navMain {
	color: #A68462;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: .1em;
}
	
a.navMain:link {
	color: #A68462;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: .1em;
}

a.navMain:visited {
	color: #A68462;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: .1em;
}

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

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


/*  
******************
Secondary Navigation Styles 
******************
*/
.navSec {
	color: #A68462;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: .1em;
}
	
a.navSec:link {
	color: #A68462;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: .1em;
}

a.navSec:visited {
	color: #A68462;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 2px;
	letter-spacing: .1em;
}

a.navSec:hover {
	color: #725337;
	text-decoration: none;
}

a.navSec:active {
	color: #A68462;
	text-decoration: none;
}

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

body#home a#navHome,
body#inprogress a#navInProgress,
body#ilfant a#navIlfant, 
body#ilfantpress a#navIlfantPress, 
body#about a#navAbout,
body#oldnews a#navOldNews,
body#contact a#navContact, 
body#artistsbooks a#navArtistsBooks, 
body#onehour a#navOneHour, 
body#letterpress a#navLetterpress  {
	color: #725337;
	font-weight: bold;
}

