/* - - - - - - - - -  Miscellaneous  - - - - - - - - */


div.affiliate {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

ul.affiliate{
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left;
}

.affiliate li{
	display: inline;
	margin: 0;
}

.affiliate li a{
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

.affiliate li a:visited{
	background:#ddd;
}

.affiliate li a:hover{
	background:#bbb;
}

.affiliate li a:active{
	background:#bbb;
}

.affiliate li.selected a{ /*selected tab effect*/
	background:#bbb;
}




/* - - - - - - - - - - - - EVENTS - - - - - - - - - - - - */

.event_headline {
	font-size : 13px;
	font-weight : bold;
	background-color: #e9e9e9;
	color: #16284C;
}
.event_subhead {
	font-size : 13px;
	font-weight : bold;
	background-color: #e9e9e9;
	color: #16284C;
}

.event_fieldset{
        border:1px solid #666;
        padding:5px;
        margin:5px;
}
.event_legend {
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#039;
        font-weight: bold;
        padding: 3px;
}
.event_sidebox2{
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size:10px;
}
.event_invite {
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #039;
        margin:12px 0 5px 0;
}


/* - - - - - - - - - - - - HOMEPAGE EVENTS/PRESS - - - - - - - - - - - - */

.entry span.date_event {
	color: #16284C;
	font-weight: bold;
	font-size: 10px;
}
