/* Stylesheet for www.bryonyhouse.ca*/
/* main.css */

/* for contact us page and tables there-only*/

BODY, TH, TD { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size : 14px;
		color:  #000000;	
}	


H4 { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;  
		color:  #8FAD99;
		background: #FFFFDD;
} 

H3 { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 16px;  
		color:  #8FAD99;
		background: #FFFFDD;
} 

 /* for any lists-like the one on about abuse*/
 
 UL {
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size : 14px;
		color:  #000000; 	
		background: transparent;
}

/* for most of the main text on all sub pages */

P { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;  
		color : #000000; 
		background: #FFFFDD;
}
	
/* for bottom copyright info on all pages */
	
P.copyright { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 11px;  
		color : #000000; 
		background: #FFFFDD;
}
	
/* for bottom contact info on all sub pages */
	
P.contactinfo { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;  	
		color: #000000;
		background: #FFFFDD;
}

/* for bottom contact info on main page only*/

P.mainpagecontact { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 10px;  
		color: #000000;
		background: transparent;
}	
	
/* for bottom large purple contact numbers on sub pages*/
	
P.bottomnumber { 
		font-family: "Times New Roman", Times, serif; 
		font-size: 28px; 
		color: #663366;
		background: #FFFFDD;
} 
	
/* for bottom large white contact numbers on main page only*/	
	
P.bottommain { 
		font-family: "Arial", Helvetica, sans-serif; 
		font-size: 22px;  
		color: #FFFFFF;
		background: transparent;
} 

/* for bottom thank yous on sub pages only*/	

P.thankyou { 
		font-family: Geneva, Arial, Helvetica, sans-serif;  
		font-size: 12px;
		color: #663366; 
		background: #FFFFDD;
} 
	
/*regular links on sub pages*/

P.greenh3 { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		color:  #8FAD99;
}

A.regular:link {
		color: #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;  
		text-decoration: underline;  
		background: #FFFFDD;
}
	
A.regular:visited {
		color: #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;  
		text-decoration: underline;  
		background: #FFFFDD;

}
		
A.regular:active {
		color: #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;  
		text-decoration: underline; 
		background: #FFFFDD;	
}

A.regular:hover {
		color:  #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;  
		text-decoration: none; 
		background: #FFFFDD;	
}	
	
/*links on bottom of sub pages*/

A.main:link {
		color: #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 13px;
		text-decoration: none; 
		font-weight: bold; 
		background: #FFFFDD;	
}
	
A.main:visited {
		color: #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 13px;
		text-decoration: none; 
		font-weight: bold;
		background: #FFFFDD;	 
}
		
A.main:active {
		color: #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 13px;
		text-decoration: underline; 
		font-weight: bold;
		background: #FFFFDD;	 
}

A.main:hover {
		color:  #330000; 
		font-family:Geneva, Arial, Helvetica, sans-serif; 
		font-size: 13px;
		text-decoration: underline; 
		font-weight: bold; 
		background: #FFFFDD;	
}

/*links on the main page only*/

A.mainpage:link {
		color: #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		text-decoration: none; 
		font-weight: bold; 
		background: transparent;
}
	
A.mainpage:visited {
		color: #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		text-decoration: none; 
		font-weight: bold; 
		background: transparent;
}
		
A.mainpage:active {
		color: #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		text-decoration: underline; 
		font-weight: bold; 
		background: transparent;
}

A.mainpage:hover {
		color:  #663366; 
		font-family:Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		text-decoration: underline; 
		font-weight: bold; 
		background: transparent;
}

/*bottom thank yous on sub pages */

A.bottomthanks:link {
		color: #330000; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		text-decoration: none; 
		background: #FFFFDD;
}
	
A.bottomthanks:visited {
		color: #663366; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		text-decoration: none; 
		background: #FFFFDD;
}
		
A.bottomthanks:active {
		color:  #9933CC; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		text-decoration: underline; 
		background: #FFFFDD;
}

A.bottomthanks:hover {
		color: #663366; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		text-decoration: underline; 
		background: #FFFFDD;
}

/* for email link at bottom of sub pages only */

A.bottommailto:link {
		color: #330000;   
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;
		text-decoration: none; 
		background: #FFFFDD;
}
	
A.bottommailto:visited {
		color: #663366; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;
		text-decoration: none; 
		background: #FFFFDD;
}
		
A.bottommailto:active {
		color: #9933CC; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;
		text-decoration: underline; 
		background: #FFFFDD;
}

A.bottommailto:hover {
		color: #663366; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 14px;
		text-decoration: underline; 
		background: #FFFFDD;
}

/* for email at bottom of main page only */

A.mainbottommailto:link {
		color: #330000;   
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 10px;	
		text-decoration: none; 
		background: transparent;
}
	
A.mainbottommailto:visited {
		color: #663366; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 10px;		
		text-decoration: none; 
		background: transparent;
}
		
A.mainbottommailto:active {
		color: #9933CC; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 10px;	
		text-decoration: underline; 
		background: transparent;
}

A.mainbottommailto:hover {
		color: #663366; 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 10px;	
		text-decoration: underline; 
		background: transparent;
}

a.greenh3:link { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		color:  #8FAD99;
}
a.greenh3:visited { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		color:  #8FAD99;
}
a.greenh3:active { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		color:  #8FAD99;
}
a.greenh3:hover { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		color:  #8FAD99;
}


/*for illustration credit on events page only*/

#illustration { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 11px;  
		color: #000000;
		font-style: italic; 
		background: #FFFFDD;
} 

/*for reference on emergency plan page only*/

#reference { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;  
		color: #000000;
		font-style: italic;
		background: #FFFFDD; 
} 

/*for bottom link of the page you are on-sub pages only*/

#pageyouareon { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 13px;  
		color: #000000;
		background: #FFFFDD;
} 

/*for bryony bold text on main page only*/

#maintext { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;  
		color: #000000;
		font-weight: bold;
		background: transparent;
} 

/*for main page link on main page only*/

#mainpageyouareon { 
		font-family: Geneva, Arial, Helvetica, sans-serif; 
		font-size: 12px;  
		color: #663366;
		background: transparent;
} 

/*for main text on main page only*/

#mainpoints { 
		font-family: Geneva, Arial, Helvetica, sans-serif;  
		font-size: 11px;  
		color: #000000;
		background: transparent;
} 
#mainpoints1 { 
		font-family: Geneva, Arial, Helvetica, sans-serif;  
		font-size: 11px;  
		color: #000000;
		background: transparent;
} 
#mainpoints2 { 
		font-family: Geneva, Arial, Helvetica, sans-serif;  
		font-size: 11px;  
		color: #000000;
		background: transparent;
} 
#mainpoints3 { 
		font-family: Geneva, Arial, Helvetica, sans-serif;  
		font-size: 11px;  
		color: #000000;
		background: transparent;
} 