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



#blackboard_container
{
	background-image:url(board-smaller.gif);
	background-repeat:no-repeat;
	width:290px;
	height:371px;
	padding:3px;
}

#blackboard
{
	height:366px;
	width:272px;
	overflow:auto;
}

#blackboard h1
{
	color:#ff6;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#blackboard h2
{
	color:#f30;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:14px;
}

#blackboard h3
{
	color:#ff6;
	font-size:13px;
	font-style:italic;
	font-weight:600;
	margin:10px 15px 0 15px;
	padding:0;
}

#latenight h3
{
	color:#ff6;
	font-size:13px;
	font-style:italic;
	font-weight:600;
	margin:10px 15px 0 15px;
	padding:0;
}

#blackboard p
{
	padding:0 15px 10px 15px;
	margin:0;
	color:#fff;
	font-size:11px;
	font-style:italic;
	font-weight:400;
	border-bottom:1px dotted #fff;
}


#leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 335px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0 15px 0;
}

#leftContent{
	margin-left:40px;

}

#leftContent h1{
	color:#ff6;
	margin:0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#leftContent h2{
	color:#ff6;
	margin:0px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#leftContent h3{
	color:#fff;
	margin:0px;
	float:left;
	width:160px;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	line-height:16px;
}
#leftContent p{
	color:#fff;
	margin:0px;
	font-size:11px;
}
#bestofgold{
	float:right;
	
}
.textDivider{
	margin-left:-30px;
	margin-top:10px;
	margin-bottom:10px;
}
.float{
	float:left;
}

#eventCalendar{
	width:400px;
	margin-left:-10px;
}
#eventText{
	float:left;
	width:180px;
	margin-left:5px;
	margin-top:5px;
	
}
#eventText h1{
	color:#FF3300;
	margin:0px;
	/* width:170px; */
	font-size:14px;
	text-transform:uppercase;
}
#eventText p
{
	color:#fff;
	margin:0px;
	font-size:10px;
	font-style:italic;
	text-transform:none;
	line-height:16px;
}

#eventText a{
	color:#ff6;
	margin:0px;
	width:170px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#mainContent { 
	margin: 0 0 0 450px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-bottom:30px;
}

