@charset "UTF-8";
/* CSS Document */

* {padding: 0; margin: 0;} 

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-color: #eeebd8;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
p {
	font-size: 0.85em;
	color: #603913;
	padding-bottom: 1em;
	line-height: 1.4em;
}
h1 {
	text-indent: -9000px;	
}
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	color: #603913;
	padding-bottom: 1em;
}
h3, h3 a {
	font-size: 1em;
	font-weight: normal;
	color: #006a55;
	padding-bottom: 10px;
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: #472783;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-style: none;
}
	
br.clear {
	clear: both;
}


/*
LAYOUT: Two columns
*/

#wrapper {
	width: 1100px;
	margin: 0 auto;
}
#header {
	width: 1100px;
	height: 140px;
	background-image: url(../images/header_bg.jpg);
	position: relative;
}
#container {
	width: 1100px;
	min-height: 400px;
	position: relative;
	background-image: url(../images/container_bg.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width: 500px;
	float: right;
	padding-right: 0px;
	margin-right: 140px;
	margin-bottom: 70px;
	display: inline;
}
#sidebar {
	width: 280px;
	float: left;
	margin-left: 140px;
	padding-top: 10px;
	margin-bottom: 70px;
	overflow: hidden;
	display: inline;
}
#footer {
	width: 1100px;
	clear: both;
	margin-right: 100px;
	margin-left: 100px;
	background-image: url(../images/hockeyman.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
	min-height: 80px;
	position: relative;


}

/*
LAYOUT: Home page
*/
#homeheader {
	width: 1100px;
	height: 160px;
	background-image: url(../images/home_header_bg.jpg);
	position: relative;
}
#homecontainer {
	width: 1100px;
	min-height: 410px;
	position: relative;
	background-image: url(../images/home_container_bg.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#homecontent {
	width: 300px;
	float: right;
	padding-right: 0px;
	padding-top: 10px;
	margin-right: 140px;
	margin-bottom: 70px;
	display: inline;
}
#homesidebar {
	width: 480px;
	float: left;
	margin-left: 140px;
	padding-top: 10px;
	margin-bottom: 70px;
	overflow: hidden;
	display: inline;
}
.border {
	border: 3px double #3C705C;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 15px;
}

li.homeli {
	font-size: 0.85em;
	color: #603913;
	padding-bottom: 1em;
	line-height: 1.4em;
}


/* =Navigation
-------------------------------------------------------------- */

#header ul, #homeheader ul {
	list-style: none;
	float: left;
	padding: 0px;
	position: absolute;
	right: 100px;
	top: 50px;
	overflow: hidden;
}
#header li, #homeheader li {
	float: left;
}
#header ul a:, #homeheader ul a:{
		display: inline-block;
		display: block;
}
#header ul a:link , #header ul a:visited,  #homeheader ul a:link, #homeheader ul a:visited {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	padding-left: 1.5em;
	font-weight: bold;
}
#header ul a:hover, #homeheader ul a:hover {
	color: #bb2034;
	text-decoration: underline;
}
#header li a.current, #header li a.current:hover, #header li a.current:active, #homeheader li a.current, #homeheader li a.current:hover, #homeheader li a.current:active{
	color: #bb2034;
	cursor: default;
}
#logo {
	top: 2px;
	position: absolute;
	height: 126px;
	width: 214px;
	left: 142px;
}
#header .facebook {
	top: 7px;
	right: 100px;
	position: absolute;
}


/* =sidebar
-------------------------------------------------------------- */
.photo {
	background-color: #b6cc7d;
	padding: 10px;
	margin-bottom: 30px;
}
.photocap {
	background-color: #b6cc7d;
	margin-bottom: 30px;
	font-size: 0.78em;
	line-height: 1.1em;
	color: #603913;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.photocap img {
	margin-bottom: 5px;
}

/* =content
-------------------------------------------------------------- */
#content ul {
	padding-bottom: 1em;
}
#content ul li{
	font-size: 0.85em;
	color: #603913;
	line-height: 1.4em;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 30px;
}
#content .events ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#content .events ul li {
	font-size: 0.9em;
	font-weight: bold;
	color: #603913;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: inside;
	text-indent: 0px;
}
#content .events ul ul li {
	font-size: 0.9em;
	font-weight: normal;
	color: #603913;
	line-height: 1.4em;
	list-style-position: inside;
	list-style-type: none;
	text-indent: 20px;
}

/* =footer
-------------------------------------------------------------- */
#footer p {
	font-size: 0.7em;
	line-height: 0.8em;
	padding-left: 60px;
	padding-top: 30px;
}


.bold {
	font-weight: bold;
}
