
/* stylesheet for Orchard Twist Page... */
/* Orchard Twist 2007 - update 2010*/
/* version 2.0 */


BODY   	{background-color: #ECF4FF;  font-family: verdana, trebuchet ms, arial, san-serif; color:#cc2380}
BODY	{font-size: 0.90em; font-weight: 400}
TABLE	{font-size: 0.90em; font-weight: 400} 


/* setup styles for headings 1 to 6 */

H1	{ font-weight: 600; font-size: 1.7em; color:#cc2380; word-spacing: 0.3em; letter-spacing: 0.05em; margin-top: 1.1em;}
H2	{ font-weight: 300; font-size: 1.2em; word-spacing: 0.2em; color:#cc2380; border-bottom-width: 2px; border-bottom-style: solid; border-color: #d1dcff; }
H3	{ font-weight: 300; font-size: 1.2em; color:#505a83; word-spacing: 0.1em; margin-top: 2em; }
H4	{ font-weight: 600; font-size: 0.9em; color:#505a83; }
H5 	{ font-weight: 600; font-size: 1.2em; word-spacing: 0.1em; color:#505a83; border-bottom-width: 2px; border-bottom-style: solid; border-color: #faa5d4; }
H6	{ font-weight: 600; font-size: 0.8em; text-transform: lowercase; color:#505a83; }
p	{ font-size: 0.95em; color:#cc2380} 

/* setup style for a standard hyperlink */

A:link 		{color: #505a83 ; }
A:visited 	{color: #505a83 ; }
A:hover 	{color: #b9c1f0 ; }
A:active 	{color: #505a83 ; } 



/* setup styles for the Navigation bar */

a.navbar {
	border-top:1px solid #cc2380; 
	border-bottom:1px solid #cc2380; 
	font-size: 0.8em;
	font-weight: 600;
	color:#505a83;
	text-decoration:none;
}

a:visited.navbar {
	border-top:1px solid #cc2380; 
	border-bottom:1px solid #cc2380; 
	font-size: 0.8em;
	font-weight: 600;
	color:#505a83;
	text-decoration:none;
}

a:hover.navbar {
	border-top:1px solid #cc2380; 
	border-bottom:1px solid #cc2380; 
	font-size: 0.8em;
	font-weight: 600 ;
	color:#ffffff;
	background-color: #B9C1F0 ; 
	text-decoration:none;
}

a:active.navbar {
	border-top:1px solid #cc2380; 
	border-bottom:1px solid #cc2380; 
	font-size: 0.8em;
	font-weight: 600 ;
	color:#ffffff;
	background-color: #505a83 ; 
	text-decoration:none;
}



/* the margin and padding entries 0 & 0 makes the style type non display */
/* use ul list to ensure no extra lines between menu items */

ul {list-style-type: square; color: #505a83; margin: 25; padding: 0}
dd {color: #505a83; margin: 0; padding: 0}

a.level1 {
	border-left:1px solid #ecf4ff; 
	border-right:1px solid #ecf4ff ; 
	border-top:1px solid #ecf4ff; 
	border-bottom:1px solid #ecf4ff; 
	display:block; 
	width:160px; 
	font-size: 0.8em;
	font-weight: 600 ;
	color:#505a83;
	background-color: #d1dcff ; 
	text-decoration:none;
}

a.level2 {
	border-left:1px solid #ecf4ff; 
	border-right:1px solid #ecf4ff;
	border-top:1px solid #ecf4ff; 
	border-bottom:1px solid #ecf4ff; 
	display:block;  
	width:160px; 
	font-size: 0.8em;
	font-weight: 400 ;
	color:#505a83;
	background-color: #d1dcff ; 
	text-decoration:none;
} 


a:visited.level2 {
	border-left:1px solid #ecf4ff; 
	border-right:1px solid #ecf4ff;
	border-top:1px solid #ecf4ff; 
	border-bottom:1px solid #ecf4ff; 	
	display:block; 
	width:160px;  
	font-size: 0.8em;
	font-weight: 400 ;
 	color:#505a83 ;
	background-color: #d1dcff ; 
	text-decoration:none;
} 

a:hover.level2 {
	border-left:1px solid #ecf4ff; 
	border-right:3px solid #cc2380;
	border-top:1px solid #ecf4ff; 
	border-bottom:1px solid #ecf4ff; 	
	display:block; 
	width:160px;  
	font-size: 0.8em;
	font-weight: 400 ;
 	color:#cc2380;
	background-color: #B9C1F0 ; 
	text-decoration:none;
} 

/* setup the "you are here" indicator - not currently used */
/*
#item1{background-color: #CCCC99}
#item2{background-color: #CCCC99}
#item3{background-color: #CCCC99}
#item4{background-color: #CCCC99}
#item5{background-color: #CCCC99}
#item6{background-color: #CCCC99}
*/


/* other tweaks */
img.photo {border: 1px solid #505a83}

/*drop shadow effect on images */
/*
border-right-width: 3px; border-bottom-width: 3px
*/


/* style for the footers section */

.footer 	{font-family: verdana; font-weight: 400; font-size: 0.7em; line-height: normal; text-align: center; color:#faa5d4}
.footer-r 	{font-family: verdana; font-weight: 400; font-size: 0.7em; line-height: normal; text-align: right; color:#cc2380}
.picfoot 	{font-family: verdana; font-weight: 400; font-size: 0.7em; line-height: normal; color:#505a83}