/* CSS Document */

/****************************
AUTHOR: Heidi Weiland
DATE: October 2007
CONTACT: heidi@soundwebsolutions.net

NOTES: formatting - contains styling for color, font family and weight.  size is set
****************************/


/* COLORS

#124662; /*DARK BLUE*/ /*
#9DB7C4; /*Light Blue */ /*
#B38465 - COPPER
*/

/* default font size*/
/*@import url(medium.css);*/

@font-face {
font-family:Gentium, "Times New Roman", Times, serif;
src: url(../../assets/Gentium);
}

* {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
color:#124662; /*DARK BLUE*/
font-size:1.7em;
font-family:Gentium, "Times New Roman", Times, serif;

}
h1 a {
font-family:Gentium, "Times New Roman", Times, serif;
}
h2 {
font-size:.9em;
color:#333333;
font-weight:bold;
}
h3 {
font-size:1em;
margin-bottom:.2em;
}
p {
/*color:#666666;*/
font-size:.9em;
margin-bottom:.1em;
}
ul {
font-size:.9em;
}
a {
color:#124662; /*DARK BLUE*/

}

#header-content-col {
text-align:right;
color:#ffffff;
}
#header-content-col h2 {
line-height:1.2em;
}
#header-content-col a {
font-family:Gentium;
color:#ffffff;
text-decoration:none;
}



#buttonsTextResizing label {
font-size:.9em;
}



#main-content {
color:#333333;
}
#main-content p {
font-size:.9em;
}
#main-content a {
color:#333333;
}
#main-content a:hover {
text-decoration:underline;
}
#main-content li {
font-size:.8em;
/*font-weight:bold;*/
}


#main-content .breadcrumbs {
font-size:.8em;
}




#footer a {
color:#9DB7C4; /*Light Blue */
font-size:.8em;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
color:#ffffff;
}


#credit h1, #credit h1 a{
font-weight:normal;
font-style:italic;
font-size:.9em;
color:#9DB7C4; /*Light Blue */
text-decoration:none;
}
#credit a:hover, #credit a:active {
text-decoration:underline;
}

/********************************** OTHER STYLINGS ***************************/
.note {
font-size:small;
margin-top:3em;
}
#main-content p .notes {
font-size:.7em;
font-style:italic;
margin-top:1em;
}
.superscript {
font-size:.8em;

}
.search {
color:#CB8623;
font-size:.8em;
}

/*********************************** PAGE SPECIFIC FORMATTING********************/
