/* 

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

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

*/

/* NOTE THAT THE FIXED FONT SIZE AND FAMILY ARE DEFINED IN sp_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:#572e46;
font-weight:bold;
text-decoration:underline;
}

a:visited {
color:#243a58;
font-weight:bold;
text-decoration:underline;
}

a:hover {
color:#ffffff;
font-weight:bold;
text-decoration:none;
background-color:#243a58;
}

/* 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... */

#content h1 {  /* h1's have no size or color attached because the page headers are graphics */
text-align:left;
padding:0px 0px 10px 0px;
}

#content h2 { 
text-align:left;
padding:20px 0px 0px 10px;
font-size:105%;
color:#425a7a;
font-weight:bold;
}

#content h3 { 
text-align:left;
padding:20px 0px 0px 10px;
font-size:100%;
color:#000000;
font-weight:bold;
}

#content p { 
text-align:left;
padding:20px 25px 10px 10px;
font-size:95%;
}

#content p.indent { 
padding:0px 0px 0px 20px;
}

#content ul { 
padding:0px 30px 5px 40px;
color:#28313e;
}

#content ol { 
padding:0px 30px 5px 60px;
color:#28313e;
font-weight:bold;
}

#content li span, #content ul li ul li span { 
text-align:left;
font-size:95%;
font-weight:normal;
color:#000000;
}
