/* 

This CSS stylesheet deals purely with the graphical styles of content block elements
on the home page.

For phyiscal layout of the subpages, see see hp_layout.css 

*/

/* NOTE THAT THE FONT FAMILY IS DEFINED IN hp_layout.css */

/* general link styles; note that the Group Fitness schedules also have a link style that only specify a font size, since the links are h3's instead of plain text.  */

a:link {
	color:#750907;
	font-weight:normal;
}

a:visited {
	color:#131852;
	font-weight:normal;
}

a:hover {
	color:#0c4717;
	font-weight:bold;
	text-decoration:none;
	text-align: right;
}

.hidden {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
} 

a.skip_banner, a.skip_banner:hover, a.skip_banner:visited {
font-size:5%;
color:#ffffff;
position:absolute;
left:0px;
top:-500px;
} 

a.skip_nav, a.skip_nav:hover, a.skip_nav:visited {
font-size:5%;
color:#ffffff;
position:absolute;
left:-500px;
} 

a.skip_footer, a.skip_footer:hover, a.skip_footer:visited {
font-size:5%;
color:#ffffff;
} 

/* content block styles (except for feature box).  Note that all styles are based on their specific divs to give them independent control.  Yes, it's a pain in the butt, but it allows for greater independent change to individual sections... */

#blurb_news p { 
text-align:left;
padding:8px 20px 5px 15px;
font-size:100%;
}

#blurb_news .medium { 
font-size:90%;
}

#blurb_news h3 {
background-image:url(../img/cl_bg_news_items.gif);
background-repeat:no-repeat;
line-height:44px;
font-size:110%;
padding-left:25px;
color:#ffffff;
}

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

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

#blurb_news a:hover {
color:#ffffff;
font-weight:bold;
text-decoration:underline;
}

/* footer styles */

#footer {
color:#746158;
}

