/*

Saints Rugby Club
General Print Styles
Created by Cory Schadt
cory@cs-tech.com
*/
/*------------------------- General Selectors -------------------------*/
body {
	color: #000;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4;
}
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;
}
#print-logo {
	display: block;
	padding-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7D8288;
	margin-left: 1px;
}
#outer-wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
}
#masthead {
	display: none;
}
#main-content {
	width: 100%;
}
#banner-home {
	display: none;
}
#header {
	height: 48px;
	width: 528px;
	margin: 0px;
	display: block;
}
#header-sub-home {
	background-image: url(../images/home_sub_hdr.gif);
	height: 30px;
	width: 339px;
}
#sidebar {
	background-color: #FFFFFF;
	width: 232px;
	display: none;
}
.left-image {
	float: left;
	margin-right: 10px;
}
#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer p {
	font-size: 14px;
}
#home-subcontent {
	background-color: #ededed;
	height: 151px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 5px;
}
#developments {
	margin-top: 15px;
}
#developments h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left: 10px;
}
#developments   p     {
	line-height: 1.3em;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
}
#developments img {
	border: 1px solid #FFFFFF;
}

