@charset "UTF-8";
/* CSS Document */
.spacedLI
{
margin-top:5px;
margin-bottom:5px;
}

.infoBox
{
padding:1px;
/*border:#990000 dashed 1px;*/
background-color:#FFFFCC;
font-size:10px;
color:#333333;
width:185px;
}

.liPrevPosts
{
	list-style-type:square;
	color:#A9A9A9;
}

.liMostPop
{
	list-style-type:square;
	color:#C1C1C1;
}

.layoutPadding
{
clear:both;
height:14px;
padding:0px;
margin:0px;
}

.meta
{
color:#666666;
font-size:10px;
}

.metaGrey
{
color:#999999;
font-size:10px;
}

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#545454;
text-align:center;
margin-top:0px;
background-image:url(../images/02original.gif);
}

.headings
{
font-weight:bold;
font-size:14px;
color:#990000;
padding-bottom:0px;
margin-bottom:4px;
}

.smallerheadings
{
font-weight:bold;
font-size:12px;
color:#990000;
margin-top:0px;
margin-bottom:3px;
}


/*============= Nav Related ============= */

#Nav
{
height:50px;
width:716px;
background-image:url(../images/nav.png);
background-repeat:no-repeat;
}

#Nav ul
{
margin:0px;
padding:0px;
list-style-type:none;
display:inline;
}

#Nav ul li
{
display:inline;
}

#Nav ul li a
{
float:left;
display:block;
width:158px;
height:50px;
margin-right:5px;
color:#FFFFFF;
font-size:1px;
text-decoration:none;
}

/*============= Head Related ============= */

#Head
{
display:block; 
margin-left:5px;
}

/*============= Content Related ============= */

#Content
{
position:relative;
margin-left:14px; 
margin-bottom:10px; 
width:498px; 
margin-top:10px;
float:left; 
margin-right:5px;
font-size:12px;
padding-right:8px;
border-right:#DFDFDF dotted 1px;
}

#Content ul
{
list-style-type:square;
color:#CCCCCC;
}

#Content ul li
{
padding-bottom:2px;
}

/*============= Footer Related ============= */

#Footer
{
clear:both;
margin-right: auto;
margin-left: auto;
padding: 0px;
text-align:center;
height:20px;
background-color:#FFFFFF;
border-top:#DFDFDF dotted 1px;
border-bottom:#DFDFDF dotted 1px;
}

#Footer ul
{
margin:0px;
padding:0px;
list-style-type:none;
display:inline;
}

#Footer ul li
{
display:inline;
font-size: 11px;
color:#545454;
}

#Footer a:link,
#Footer a:active,
#Footer a:visited
{
	font-size: 11px;
	text-decoration:underline;
	color:#990000;
	border-right: solid 1px #990000;
	padding-right:4px;
}


#Footer a:hover 
{
	font-size: 11px;
	text-decoration:underline;
	color: #666666;
	border-right: solid 1px #990000;
	padding-right:4px;	
}


#Footer a.lastLink:link,
#Footer a.lastLink:active,
#Footer a.lastLink:visited
{
	font-size: 11px;
	text-decoration:underline;
	color:#990000;
	border-right: none;
}


#Footer a.lastLink:hover 
{
	font-size: 11px;
	text-decoration:underline;
	color:#666666;
	border-right: none;
}


#Sponsors
{
margin-top:10px;
float:right;
width:200px;
margin-left:2px;
padding-bottom:10px;
}

#leftBanner
{
width:120px; height:600px; 
position:absolute; 
top:5px; 
left:-141px;
}

#Wrapper
{
background-color:#FFFFFF;
text-align:left;
width:735px;
margin:0 auto 0 auto;
border-left:#DFDFDF solid 1px;
border-right:#DFDFDF solid 1px;
position: relative;
}

/* General Links */
a:link {
	font-size: 12px;
	text-decoration:underline;
	color:#990000;
}

a:active {
	font-size: 12px;
	text-decoration:underline;
	color: #990000;
}

a:visited {
	font-size: 12px;
	text-decoration:underline;
	color: #990000;
}

a:hover {
	font-size: 12px;
	text-decoration:underline;
	color: #666666;
}

/* overrides class specific a:selectors */

a.genLinks:link {
	font-size: 12px;
	text-decoration:underline;
	color:#990000;
}

a.genLinks:active {
	font-size: 12px;
	text-decoration:underline;
	color: #990000;
}

a.genLinks:visited {
	font-size: 12px;
	text-decoration:underline;
	color: #990000;
}

a.genLinks:hover {
	font-size: 12px;
	text-decoration:underline;
	color: #666666;
}


/* Footer Links */
a.smallerLinks:link {
	font-size: 10px;
	text-decoration:underline;
	color:#990000;
}

a.smallerLinks:active {
	font-size: 10px;
	text-decoration:underline;
	color: #990000;
}

a.smallerLinks:visited {
	font-size: 10px;
	text-decoration:underline;
	color: #990000;
}

a.smallerLinks:hover {
	font-size: 10px;
	text-decoration:underline;
	color: #666666;
}

/* smaller bold links */

a.smallerBoldLinks:link {
	font-size: 10px;
	text-decoration:underline;
	color:#990000;
	font-weight:bold;
	
}

a.smallerBoldLinks:active {
	font-size: 10px;
	text-decoration:underline;
	color: #990000;
	font-weight:bold;
	
}

a.smallerBoldLinks:visited {
	font-size: 10px;
	text-decoration:underline;
	color: #990000;
	font-weight:bold;	
}

a.smallerBoldLinks:hover {
	font-size: 10px;
	text-decoration:underline;
	color: #666666;
	font-weight:bold;
	
}

/* HOCKEY RELATED  hockey.php*/

#HockeyStatsTable
{
width:400px;
border:solid #CCCCCC 1px;
font-size:12px;
color:#333333;
margin-bottom:10px;
}

#HockeyStatsTable th
{
background-color:#535353;
color:#F3F3F3;
border-right:solid #CCCCCC 1px;
text-align:center;
font-weight:bold;
}

#HockeyStatsTable td
{
border-right:solid #CCCCCC 1px;
}

.hockeyOddRow
{
background-color:#F3F3F3;
}

.ptColumn
{
background-color:#E8E8E8;
font-weight:bold;
padding-right:4px;
}

.lastColumn
{
border-right:none !important;
}

.hockeyLastColumnTH
{
	background-color:#D4D4D4;
	text-align:left;
	font-weight:bold;
}