/***** Print Styles for GIRL SCOUTS RIVER VALLEYS *****/

/* This site runs like Clockwork (http://www.clockwork.net/). */

/* This is an example of a Print Style Sheet. All font sizes should be in pt's (I ussually go for font-size: 10pt;) and preferably in a Serif font for readbility. */

/* The ideal print style sheet should display the Logo at the top of the page and content under it. */ 

body {
	font-family: Georgia, "Times New Roman" Times, serif;
	font-size: 10pt;
	color: #333;
	background-color: #FFFFFF;
	
}
#wrapper {                                                                                                                   
	margin: 0;
	width: 700px;
	
} 
/* This is where you will want to throw in the divs that you do not want to display when printing. This should include: All Navigation and Most Images with in the Content */ 
#header_wrapper,
#nav_rotator_wrapper,
#bottom_content,
#side_nav,
.footer_nav  {
	display: none;
}                                                

/* Add the styles like a normal style sheet and tweak */
h1, .hd1 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 14pt;
        color: #000;
}
h2, .hd2 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 13pt;
        color: #000;
}
h3, .hd3 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 12pt;
        font-weight: bold;
        color: #000;
}
h4, .hd4 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 12pt;
        font-weight: bold;
        color: #333333;
}
h5, .hd5 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        font-weight: bold;
        color: #333333;
}
h6, .hd6 {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 10pt;
        font-weight: bold;
        color: #333333;
}
a:link {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #000;
        text-decoration: underline;
}
a:visited {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #000;
        text-decoration: underline;
}
a:hover {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #333;
        text-decoration: underline;
}
a:active {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #333;
        text-decoration: underline;
}
