@CHARSET "UTF-8";

body {
	font-size: 12px;
	color: #a6a6a6;
	font-family: 'Arial';
	font-weight: normal;
}

a:link, a:visited { color: white; text-decoration: underline; }
a:hover, a:active { text-decoration: none; }
a.anchortop { float: right; font-size: 10px; }
a.event_title:link, a.event_title:link { color: #d7d7d7; font-size: 16px; }

h1, h2, h3, h4 { 
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0;
}

.img_fullscreen {}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; text-decoration: underline; }

.next_event { border-left: 2px solid grey; margin-left: -6px; padding: 3px 0 3px 5px; }

/* TinyMCE specific rules */
.mceContentBody {
	background-color: #161616;
	font-size: 12px;
	color: #a6a6a6;
	font-family: 'Arial';
	font-weight: normal;
}

#topnav {
	font-family: 'Kozuka Gothic Pro', Arial;
	text-align: right;
}

#topnav a:link,
#topnav a:visited {
	text-decoration: none;
	color: #fff;
	margin-right: 15px;
	font-size: 16px;
}

#topnav a:hover,
#topnav a:active {
	text-decoration: underline;
}

#topnav a.active {
	text-transform: uppercase;
	font-size: 20px;
}