/* www.outerharbourseniorwomens.ca/style.css */


body {
	/* background-color: #290042; */
	background: url(images/carbon_fiber_bg.jpg) repeat;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #350054;
}
.hide{
	display: none;
}
#wrap {
	position: relative;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	background-color: white;
	text-align: left;
}

#contentwrap {
	background: white url(images/bkgd_sidebar.png) repeat-y;
	float: left;
	width: 780px;
	margin-bottom: 0;
	margin-right: 15px;
	margin-left: 15px;
}

/* header */

#header {
	background: url(images/navBackground.jpg) no-repeat;
	width: 780px;
	height: 358px;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 15px;
}

#header h1 {
	width: 780px;
	height: 158px;
	background:url(images/OuterHarbour_Banner_780x158.jpg) 0 0 no-repeat;
	font-size: 10px;
	line-height: 40px;
	text-indent: -1000em;
	overflow: hidden;
	float: left;
	margin-top: 0px;
}

#header h1 a {
	display:block;
}

#header h2 {
	position: absolute;
	top:35px;
	/*margin-top: 35px;*/
	right: 15px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 1.1;
	text-align: right;
	color: #888;
	word-spacing:.15em;
}

* html #header h2 {
	right: 28px;
}

#header h2 span {
	display: block;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	word-spacing: 0;
}

#header h2 span a:link, #header h2 span a:visited {
	padding: 1px 1px -1px 1px;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .1em;
	border-bottom: 1px solid #ccc;	
}

#header h2 span a:hover {
	border-bottom-color: #888;	
}

/* main navigation */

#header ul {
	margin: 134px 0 0 226px;
	padding: 0;
	float: left;
	z-index: 20;
	position: relative;
}

#header li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

* html #header li a {
	height: 30px;
}

#header li a {
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	height: 25px;
	padding: 4px 10px 0;
	letter-spacing: 1px;
}

#header li a:hover {
	background-color: #b20000;
}

body.home #navHome a,
body.club #navClub a,
body.race #navRace a,
body.crew #navCC a,
body.links #navLinks a,
body.contact #navContact a {
	background-color: #b20000;
} 

body.home #navHome a:hover,
body.club #navClub a:hover,
body.race #navRace a:hover,
body.crew #navCC a:hover,
body.links #navLinks a:hover,
body.contact #navContact a:hover {
	cursor: default;
} 


/* content */


#content {
	overflow: visible;
	width: 540px;
	float: left;
	margin-left: 20px;
	margin-top: -60px;
	position: relative;
	z-index: 10;
	padding-bottom: 20px;
}

#content h1 {
	margin: 0 0 25px 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #83837c;
	font-size: 21px;
	font-weight: normal;
	word-spacing: -1px;
	color: #0d1e38;	
}

#content h1.welcome {
	border-bottom: none;
}

#content #feature h4 {
	margin: 0 0 14px 20px;
	padding: 0 0 20px;
	border-top: 1px solid #290042;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	word-spacing: -1px;
	color: #350054;	
}

#content h4 a {
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: none;
}

#content h2 {
	clear: both;
	margin: 20px 0 13px 0;
	padding: 0 0 4px;
	border-bottom: 1px solid #83837c;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	word-spacing: -1px;
	color: #0d1e38;
}

#content #home_feature h2{
	margin-top: 5px;
}


#content h2 a:link, #content h2 a:visited {
	color: #b20000;
	text-decoration: none;
	border: none;
}

#content h2 a:hover {
	background-color: #dadee5;
	border-bottom: 1px solid;
}

#content h3 {
	margin: 20px 15px 6px 15px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	word-spacing: -1px;
	color: #b20000;	
}

#content h4 {
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	word-spacing: -1px;
	color: #0d1e38;
}

#content p {
	margin: 0 0 1.2em;
	font-size: 13px;
	line-height: 1.4em;
}

#content blockquote {
	padding: 5px 5px 8px 5px;
	margin: 15px 15px 30px 15px;
	background-color: #dbdbcf;
	border: 8px solid #e9e9e2;
}

#content blockquote p {
	font-size: 12px;
	line-height: 1.3;
	margin: 12px;
}

#content ul {
	margin: 0 0 18px 40px;
	padding: 0;
	font-size: 13px;
	line-height: 21px;	
}

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

#content a:link, #content a:visited {
	padding: 1px 1px 0 1px;
	color: #b20000;
	text-decoration: none;
	border-bottom: 1px solid #aaa;	
}

#content a:hover {
	color: #fff;
	background-color: #b20000;
	padding-bottom: 1px;
	border: none;
}

#content p.more {
	margin-top: -8px;
	margin-bottom: 30px;
}

#content p.more a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
}

img.imgleft {
	float: left;
	border: 2px solid  #dbdbcf;
	padding: 10px;
	margin: 0 20px 10px 0;
	background-color: #e9e8e3;
}

img.imgright {
	float: right;
	border: 2px solid  #dbdbcf;
	padding: 10px;
	margin: 0 0 10px 20px;
	background-color: #e9e8e3;
}

img.imgpolaroid {
	float: right;
	padding: 10px;
	margin: 0 0 10px 20px;
}

blockquote img {
	float: left;
	margin: 0 15px 15px 0;
	display: block;
}

/* sidebar */

#sidebar {
	width: 227px;
	font-size: 11px;
	line-height: 18px;
	float: left;
	background-color: #aaaaaa;
	margin-bottom: 10px;
}

#sidebar h2 {
	padding: 0 0 4px 15px;
	margin: 18px 10px 10px 10px;
	font-size: 13px;
	color: #0d1e38;
	border-bottom: 1px solid #c7d3e8;
	background: url(images/icon_leaf_sm.png) 0 3px no-repeat;
}

#sidebar h3 {
	margin: 9px 10px 0px;
	font-size: 13px;
}

#sidebar h3 a:link, #sidebar h3 a:visited {
	color: #0d1e38
}

#sidebar h3 a:hover {
	background-color: #dadee5;
	border-bottom: 1px solid;
	text-decoration: none;
	}

#sidebar p {
	margin: 0 10px 18px;
	line-height: 1.4;
}

#sidebar ul {
	margin: 0 10px 18px 10px;
	list-style-type: square;
	padding-left: 18px;
}

#sidebar li {
	margin: 0 0 4px 0;
	color: #0d1e38;
	
}

#sidebar a {
	text-decoration: none;
	color: #b20000;
}

#sidebar a:hover {
	text-decoration: underline;
	}

#sidebar li a:hover {
	text-decoration: underline;
}

body.about #sidebar a, body.bios #sidebar a, body.partners #sidebar a {
	display: block;
	margin-bottom: -4px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: bold;
}

#sidebar p.more {
	margin-top: -10px;
}

#sidebar p.more a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

#sidebar p.more a:hover {
	text-decoration: underline;
}


/* footer */

#footer {
	clear: both;
	padding: 10px 0;
	width: 780px;
	background-color: #290042;
	font-size: 10px;
	color: #fff;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 10px 15px;
}

/* home styles */
#feature {
	width: 540px;
	padding-bottom: 0px;
	background-color: #ffffff;
	border-bottom: 5px solid #e9e9e2;
	float: left;
	margin-left: 214px;
	margin-top: -420px;
	margin-bottom: 10px;
	
}

* html #feature {
	position: relative;
	z-index: 40;
}

#feature h1 {
	padding-bottom: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 0;

	font-size: 20px;
}

#feature h2 {
	margin: 0 0 0 15px;
	padding: 0px 0 0 0;
	font-size: 16px;
	font-weight: normal;
	word-spacing: 0;
	color: #0d1e38;
	border-bottom: none;

}
body #content #feature p {
	font-size: 12px;
	line-height: 1.4;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 400px;
}

#content #feature a {
	text-decoration: none;
}

#content #feature p.more a {
	text-decoration: none;
}
	
body h4 {
	margin-bottom: 0;
	color: #0d1e38;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-top: 32px;
}

body #content p {
	font-size: 12px;
}

#lbg {
	margin-left: 30px;
}

#lbg a img {
	border-style: solid;
	border-width: 5px;
	border-color: #fff;
	}

#lbg a:hover {
	background-color: #fff;
	}

#lbg a:hover img {
	border-style: solid;
	border-width: 5px;
	border-color: #b20000;	
}

	
body #contentwrap {
	background: url(images/bkgd_sidebar_home.png) repeat-y;
}

#sidebar_feature {
	border: 2px solid #7c849e;
	margin: 8px;
	background-color: #bbc3cf;
}

/* contact */
body.contact #content a.email {
	padding-right: 20px;
	padding-left: 5px;
	background: transparent url(images/icon_email.gif) no-repeat center right;
	text-decoration: none;
	border-bottom-style: none;
	}

body.contact #content a.email:hover {
	padding-right: 20px;
	padding-left: 5px;
	background: transparent url(images/icon_email.gif) no-repeat center right;
	text-decoration: none;
	border-bottom-style: none;
	background-color: #b20000;
}

table {
	/* */	
}

tr {
	/* */	
}

body.links td {
	vertical-align: top;
	font-size: 12px;
	border: 6px solid #fff;	
}

#regatta {
	color: #000;
	padding-left: 5px;
	font-weight: bold;
}

#feature a.coach, #feature a.coach:hover {
	text-align: right;
	text-decoration: none;
	border-bottom: none;
	font-size: 0px;
	background-color: #fff;
	padding-bottom: 0px;
	border: 2px;
}

img.coach {
	float: right;
	vertical-align: top;
	clear: right;	
	margin-bottom: 3px;
	border-style: solid;
	border-width: 2px;
	border-color: #b20000;	
}

.sponsor {
	color: #000;
	font-weight: bold;
}

