.item
{
	padding: 2px;
}

#column1 .itemtop
{
	width: 400px;
}

.item
{
	width: 100%;
}

#column2 .itemtop
{
	width: 350px;
}

.section
{
	margin-bottom: 6px;
}

#column1 .section
{
	width: 406px;
}

#column2 .section
{
	width: 356px;
}

#news .bulletin, #calendar .event
{
	padding: 3px;
	margin-bottom: 2px;
	cursor: pointer;
}

#news .title, #calendar .title
{
	font-weight:bold;
	font-size: 15px;
	padding-bottom: 3px;
}

#news .bulletin .story
{
	height:4.5em;
}

#news .bulletin .story, #calendar .eventinfo
{
	padding-left: 5px;
	padding-top: 3px;
	font-size: 13px;
}

#calendar .info
{
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
}

#news .bulletin .info
{
	text-align: right;
	font-size: 11px;
	padding-top: 10px	
}

#meetresults
{
	line-height: 1.2;
	background: white url('images/meetresultsbg.jpg') center center no-repeat;
}

.item a:hover
{
	text-decoration: underline;
}

#calendar .event
{
	padding-top:4px;
	padding-bottom:4px;
}

.eventoptions
{
	margin-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.eventoptions a
{
	color: white;
	background: #3955FF;
	padding: 2px;
}

.eventoptions a:hover
{
	color: white;
	background-color: blue;
}

#column1
{
	width: 400px;
	float:left;
}

#column2
{
	float:right;
	width: 350px;
}

#videos .item
{
	text-align:center;
}

a[class ='videothumb']
{
	padding: 1px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	width: 103px;
	height: 72px;
	cursor: pointer;
	border: 2px solid white;
}

a:hover[class = 'videothumb']
{
	border-color: #465CD2;
}

#eventdescrip a:hover /*for calendar dialog*/
{
	text-decoration: underline;
}

.postinfo
{
	font-size: 13px;
	text-align:right;
	padding-left: 4px;
}

#dialogbox .story
{
	padding-top: 12px;
	padding-bottom:12px;
	padding-left: 8px;
	margin-bottom:10px;
}

#dialogbox .story a:hover
{
	text-decoration: underline;
}

#dialogbox .postinfo
{
	font-style:italic;
}

#mailinglist
{
	background: white url('images/mlistbg.jpg') center right no-repeat;
	padding-bottom:14px;
}

#recentprs span
{
	margin:2px;
	padding:2px;
	color:white;
	display:inline-block;
	background: #2F3AFF;
	overflow:hidden;
}


