 
/* Style sheet for CarmelGuitarist.com */

body { 
	font-family: "Arial", sans-serif; font-size: medium;
	background-color: #8C7853;
}

.maintablebackgroundcolor /* defines background color for main table  */
{
	background-color: #FFEFD5;
}

.headerbackgroundcolor /* defines background color for main header */
{
	background-color: #ecbf6b;
}

.menubackgroundcolor /* defines background color for menu table */
{
	background-color: #838EDE;
}

.menudividercolor /* defines background color for dividers (1-pixel table cells in menu) */
{
	background-color: #ecbf6b;
}

.horizontaldividercolor /* defines background color for horizontal dividers */
{
	background-color: #620101;
}

h1 { 
  font-family: "Arial", sans-serif; font-size: 2.0em; font-weight: bold; font-style: normal;
  color: #ffffff; text-align: center;
  margin-top: .25em; margin-bottom: .25em; }

h2 { 
  font-family: "Arial", sans-serif; font-size: 1.25em; font-weight: bold; font-style: normal;
  color: #620101;
  margin-top: 0em; margin-bottom: 0em; }   
  
.h2subhead { 
  font-family: "Arial", sans-serif; font-size: 1.25em; font-weight: normal; font-style: italic;
  color: #ffffff; text-align: center;
  margin-top: 0em; margin-bottom: 0em; }

h3 { 
  font-family: "Arial", sans-serif; font-size: 1.15em; font-weight: bold; font-style: normal;
  color: #620101; text-align: left;
  margin-top: .0em; margin-bottom: 0em; }

.h3centered { 
  font-family: "Arial", sans-serif; font-size: 1.15em; font-weight: bold; font-style: normal;
  color: #000000; text-align: center;
  margin-top: .0em; margin-bottom: 0em; }
    
h4 { 
  font-family: "Arial", sans-serif; font-size: 1.1em; font-weight: bold; font-style: normal;
  color: #000000; text-align: left;
  margin-top: .0em; margin-bottom: 0em; }
   
p { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }
	
.maintext { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }
	
.maintextlight { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #ffffff; }
		
li { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }

.largetext { 
   font-family: "Arial", sans-serif; font-size: 1.25em; color: #000000; }
		
.mediumtext {
   font-family: "Arial", sans-serif; font-size: .85em; color: #000000; }

.smalltext {
   font-family: "Arial", sans-serif; font-size: .8em; color: #000000; }

.smalltextwhite {
   font-family: "Arial", sans-serif; font-size: .8em; color: #ffffff; }

.articletitletext { 
   font-family: "Arial", sans-serif; font-size: .95em; font-weight: bold; color: #000000; }
		
.articledescriptiontext { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }

.quoteboxbackground /* quote boxes background color=$$$purple */
{ 
   background-color: #9E7D4A;
}
		
.quotetext { 
   font-family: "Arial", sans-serif; font-size: .9em; font-style: italic; color: #000000; }

.whoquotedtext { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }
	
a:link { color: #5f6ede; } /* unvisited links */

a:visited { color: #8A2BE2; } /* visited links */

a:active { color: #8A2BE2; } /* when link is clicked */

a:hover  {  color: #cc0000; } /* hover */

/* menunav, navigation for main menu buttons. 
 Link color: white, visited color white, hover color gold.
bold, no underline except when hovering. */

a.menunav:link
{
	color: #FFFFFF;
	font-size: .8em;
	text-decoration :none;
	font-weight :bold;
}

a.menunav:visited
{
	color: #FFFFFF;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
}

a.menunav:hover
{
	color:#f0bb6a;
	font-size:.8em;
	font-weight:bold;
	text-decoration: underline;
}

