/*
 Style Sheet for Hampstead School of Yoga
*/


 /* General page style */
body {
	background-color: #660099;
	color:#e0e6ff;
	font-size: 62.5%;
	margin:0;
}


/* General font families for common tags */
font,th,td,p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:medium 
	}

a,  { 
	color: #999; 
	text-decoration: underline; 
	}

a:hover{ 
	color: #CCC; 
	text-decoration: none;  
	}

hr	{ height: 0px; border: solid #EFD8FA 0px; border-top-width: 1px;}


/* General text */
.gen { font-size:medium; }
.gen a, a:visited  { 
	color: #999; 
	text-decoration: underline; 
	}

.gen a:hover{ 
	color: #CCC; 
	text-decoration: none;  
	}
	
.gensmall { font-size : small; }
.gen-xsmall {font-size: x-small;}
.emphasis {font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-variant:small-caps;
	}

/* General table */
.xtra table{
	text-align: center;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 1em 2em;
}
	

.xtra td{
	margin:.5em;
	background-color: #EFD8FA;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px #480069 solid;
	}

.xtra td.hed{
	background-color: #480069;
	color: #EFD8FA;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-weight: bold;
}


/* headers */

h1,h2	{
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 120%; 
	font-variant:small-caps; 
	font-stretch:semi-expanded
	}
			
h1	{  
	font-size:28px;
	}
/*
h1:first-letter {/*modify this line to make the first letter of the heading stand out from the rest*/
	/*color: #88529a; */
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold; 
	float: left
	} 
	*/
	
h2	{font-size:18px;color: #88529a}

/* navigation bar */
.header-maintext {
	font-size : 12px;
	background-color: #EFD8FA;
	font-weight: bold;
	}
	
.header-maintext a, a:visited { 
	color: #88529A; 
	text-decoration: none; 
	}
	
.header-maintext a:hover{ 
	color: #3C2244; 
	text-decoration: none; 
	}

hr {
	color:#662987;
	}

/*footers*/
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
	background-color: #EFD8FA;
	color:#88529A;
	}
	
.footer a, a:visited { 
	color: #88529A; 
	text-decoration: none; 
	}
	
.footer a:hover{ 
	color: #3C2244; 
	text-decoration: none; 
	}
/*callout boxes*/
.callout {
	margin:0;
	background-color:#FFF;
	color:#609;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
    }

/*testimonial quote*/
.quotation {
	font-style:italic;
	padding:.25em 1em;}
	
.qauthor{
	font-size:x-small;
}
/* homepage styles */
h1.homepage {
	font-size:36px;
	}
	
/*
h1.homepage:first-letter {
	/*color: #88529a; /* purple 
	font-size: 150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	float:inherit } 
	*/

h2.homepage  { 
	font-family: Georgia,"Times New Roman", Times, serif; 
	font-size:24px;
	color:#e0e6ff /* offwhite */
	}


/*images */
img.floatLeft { 
    float: left;
	clear:left;
    margin: 4px; 
}
img.floatRight { 
    float: right;
	clear:right;
    margin: 4px; 
}

.clearer { clear:both;}
	
/*General Font colors*/
/*
.purple {color: #660099;}
.purple_bg {background-color: #660099;}
.red {color:#CC0000}
.red_bg {background-color:#CC0000}
.orange {color:#FF6600}
.orange_bg {background-color:#FF6600}

.lt_purple {color:#660033}
.lt_purple_bg {background-color:#660033}
.off_white {color:#EOE6FF}
.off_white {background-color:#EOE6FF}
.grey {color:#777B88}
.grey {background-color:#777B88}
.dk_purple {color:#330033}
.lt_purple_bg {background-color:#330033}*/
