/*

Saints Rugby Club
General Print Styles
Created by Cory Schadt
cory@cs-tech.com
*/
/*------------------------- General Selectors -------------------------*/
body {
	color: #000;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.4;
	background-color: #FFFFFF;
	background-image: none;
}
a:link, a:visited {
	text-decoration: none; 
	color: #000;
}
a:hover {text-decoration: none;}
p {
	margin-bottom: 1.5em;
	line-height: 1.6;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul, ol, dl {
	margin: 0 0 1.5em;
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
abbr {border-bottom: 0;}
:focus {outline: 0;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
h1 {
	margin: 0 0 0.30em;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17pt;
	font-weight: bold;
}
h2,h3,h4,h5,h6 {
	margin: 0 0 0.30em;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
}
#masthead {
	display: none;
	background-color: #FFFFFF;
}
#sponsors
 {
	display: none;
}

#footer {
	display: none;
}

#sidebar-wrapper {
	display: none;
}
#flash {
	display: none;
}
.banner-home {
	display: none;
}
#navigation-wrapper {
	display: none;
}
#content-wrapper {
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
}
#content {
	width: 100%;
	background-color: #FFFFFF;
}
.banner-content {
	display: none;
}
#print-masthead {
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999900;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#print-masthead h1 {
	font-size: 24pt;
	font-weight: bold;
	color: #A02322;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#print-masthead h2 {
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#print-footer {
	display: block;
	padding-top: 5px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999900;
	background-color: #FFFFFF;
}

