/*LAYOUT*/
* {
	padding-left: 0px;
	margin-left: 0px;
    }
body {
	background: #fff URL('') no-repeat 0px 0px !important;
	margin: 0px;
	padding: 0px;
	font-family:Verdana,sans-serif;
	text-align: left;
}
div#content {
	margin:0px auto;
	width: 980px;
	overflow: hidden;
	background: #fff URL('') no-repeat 0px 0px !important;
	padding: 0px 0px 0px;
	font-size: 0.8125em;
	line-height:1.8em;

}
div#top {
	float:right;
	margin: 0px 0px 7px 7px;
}
div#epilogue {
	margin: 10px auto;
	height: 20px;
	width: 900px;
	clear:both;
	font-size: 1em;
	background: transparent URL('') no-repeat 0px 0px !important;
}
div#splash {
    width: 980px;
    height: 450px;
    margin: 10px auto;
    background: #fff url('logo.png') no-repeat 50% 50%;
}
div#main {
    width: 910px;
    margin: 0 auto;
}
div.column {
	width: 310px;
	float: left;
	display: inline;
	padding: 2px 20px 2px 0px;	
}
/*TYPOGRAPHY*/
h1.heading {
	font-family:Georgia,Times,serif;
	font-size:2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:1px;
	text-align: center;
	margin: 0px;
	color: #bde;
	padding-bottom: 0px;
}
#content p{
    margin: 0;
    margin-bottom: 1.8em;
}
#content h4 {
    margin:0px; 

}
#content h2 {
	font-family:Verdana,serif;
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:1px;
	text-align: left;
	line-height: 13px;
	text-transform:uppercase;
	color: #79f;
    padding:13px 0px 15px 35px;
}

    
/* Special headline code*/
h2#single {
    background: transparent url('single.png') no-repeat 0 50%  !important;
}
h2#team {
    background: transparent url('team.png') no-repeat 0 50%  !important;
}
h2#ranking {
    background:transparent url('stair.png') no-repeat 0 50%  !important;
}
h2#info {
    background: transparent url('excl.png') no-repeat 0 50%  !important;
}
h2#puck {
    background: transparent url('pa.png') no-repeat 0 50%  !important;
}


#content h2 span {
    display:inline;
    background: #FFF;
    padding: 3px;
    }

div.dateline {
	font-family:Georgia,Times,serif;
	font-size:2.5em;
	font-weight:normal;
	letter-spacing:1px;
	line-height:normal;
	text-align: center;
	margin-bottom: 20px;
	color: #79f;
}
span.counter {
	font-family:Georgia,Times,serif;
	font-size:3.5em;
	font-weight:normal;
	letter-spacing:1px;
	line-height:normal;
	color: #79f;
}

div.dateline span{
	font-size: 2em;
}


/* LISTS RYDD OPP*/
ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ol.playerlists {
 	list-style-type: decimal;   
}
ol.playerlists ul {
    padding-left: 50px;
    }
ol {
	list-style-position:inside;
	margin:0px;
	padding:0px;
}

ol.infolists ul {
    padding-left: 20px;
    }
li {
	padding: 0px;
}
li ul {
	list-style-type: none;
}
li.lidark {
	background: #fafadd ;
}

/* LINKS */
a {
	text-decoration: none;
	color: #502d16;
}
a:hover{
	color: #111;
	border-bottom: 1px solid #502d16;
}

/**** Bottombar links */
div#epilogue
ul#footerlinks li{
    display:inline;
    float:left;
    margin-left: 35px;
    padding-left:1px;
}

div#epilogue
ul#footerlinks li.first{
    margin-left: 0px;
}
div#epilogue
ul#footerlinks dt {
    font-weight:bold;
    margin-bottom:0.6em;
}
div#epilogue 
ul#footerlinks dd {
    margin-bottom:0.4em;
}
#epilogue li a  {
    color: #335;
    display:block;
}
#epilogue li a:hover  {
    border-width:0px;
    text-decoration: underline;
}


