/* 

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 

Also note that there is a stylesheet for the popups - similar color branding is used on these pages but the layout and sizing are different.  Any changes to color here should also be made there.

*/

/* 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:#3b5984;
font-weight:bold;
text-decoration:underline;
}

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

a:hover {
color:#2f6749;
font-weight:bold;
text-decoration:none;
}

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

a.accordion:link, a.accordion:visited {
color:#2f6749;
font-weight:bold;
text-decoration:underline;
} 

a.accordion:hover {
color:#a11b36;
font-weight:bold;
text-decoration:none;
} 

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

#content h1 {  /* h1's have no size or color attached because the page headers are graphics */
text-align:left;
/*background-image:url(http://www.hernameismichael.com/images/sp_hdr_bkgrnd.gif);
background-repeat:no-repeat;*/
}

#content h2 { 
text-align:left;
padding:15px 0px 5px 20px;
font-size:105%;
color:#67564e;
font-weight:bold;
}

#content h3 { 
text-align:left;
text-transform: uppercase;
padding:15px 0px 5px 20px;
font-size:110%;
font-family:Myriad Pro, Verdana, Arial, sans-serif;
color:#1f494b;
font-weight:800;
}

#content h4 { 
text-align:left;
text-style:italic;
padding:15px 0px 5px 30px;
font-size:100%;
color:#000000;
font-weight:bold;
}

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

#content p.indent { 
padding:5px 30px 5px 40px;
}

#content p.medium, .medium { 
font-size:85%;
}

#content p.small { 
font-size:75%;
}

#content address { /* left alone, address tags are italicized. */
text-align:left;
padding:5px 20px 5px 0px;
font-size:95%;
font-style:normal;
font-weight:normal;
}

/* these three styles create the red disc for unordered lists and the bold red number for ordered lists; ul/ol defines the color of the disc, spans surrounding the li content return the li text black.  Note that the feature box has its own styles for lists for sizing purposes. */

#content ul { 
padding:0px 30px 5px 55px;
color:#658a8c;
list-style-type:square;
}

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

#content li {
margin-bottom:10px;
}

#content li ul li {
margin-bottom:3px;
}

#content li span { 
text-align:left;
font-weight:normal;
color:#000000;
}

/* feature box styles */

#feature_box h4 {
padding:10px 20px 10px 20px;
font-size:120%;
font-family:Courier New;
color:#ffffff;
background-color:#a3572f;
} 

#feature_box p {
padding:0px 20px 5px 20px;
text-align:left;
font-size:100%;
} 

#feature_box ul { 
padding:0px 25px 5px 35px;
text-align:left;
color:#658a8c;
}

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

/* footer styles */

#footer {
color:#000000;
}

#footer p { 
font-size:72%;
text-align:left;
padding:5px 20px 5px 20px;
}
