H1.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

H3.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.standard {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.music {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

.majorheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.menu {
        color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.menu2 {
        color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}



.menu:hover {
        background-color:#444444;
        color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}       

.menu2:hover {
        background-color:#444444;
        color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}       

}.minorheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: underline;
}

.titlelink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	text-decoration: underline;
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	text-decoration: underline;
}

a.buylink {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
}

.event-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.event-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        margin-top: 1.5em;
}


.emphasized {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;      
}
.dummy {
	font-size: 1px;
}

#maincontent
{
	margin: 0;
	padding: 12px;
}

#sidebar
{
	padding: 12px;
}

#footer
{
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 10px;
	text-align: left;
	clear: both;
}

#maincontent .blog_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 6px 4px 10px;
	margin: 0px;
	border-width: 1px 1px 0px 1px;
	border-style: solid solid none solid;
	color: #FFF;
	background-color: #333333;
	border-color: #CCCCCC;
}

.blog_ip_address
{
	font-size: 10px;
}

#maincontent .blog_title_buttons
{
	/* Edit and Delete buttons in the Blog Title */
	float: right;
	position: relative;
	top: -15px;
	right: 2px;
	/* This is totally broken on IE for the Mac but who cares! */
	display: inline;
}

#maincontent .blog_body
{
	padding: 12px; /* Used to be 10px */
	margin: 0px;
	line-height: 14px; /* This is new */
	border-width: 1px;
	border-style: solid;
	color: #FFF;
	background-color: #161616;
	border-color: #CCCCCC;
        filter:alpha(opacity=80);   /* Internet Explorer       */
        opacity: 0.8;               /* newer Mozilla and CSS-3 */
}

#maincontent .blog_body_solid
{
	padding: 12px; /* Used to be 10px */
	margin: 0px;
	line-height: 14px; /* This is new */
	border-width: 1px;
	border-style: solid;
	color: #FFF;
	background-color: #161616;
	border-color: #CCCCCC;
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin-bottom: 4px;
}

#maincontent .blog_comment
{
	padding: 6px 10px 6px 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	color: #663;
	background-color: #FFF;
	border-color: #A6A6A6;
}

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
	display: block;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 5px 4px 7px;
	background-color: #333333;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 1px;
	border-style: solid;
}

#sidebar .menu_title a
{
	text-decoration: none;
	color: inherit;
}

#sidebar .menu_title:hover
{
}

#sidebar .menu_body
{
	padding: 10px;
	clear: both;
	background-color: #262626;
	margin: 0px;
	border-color: #A6A6A6;
	border-width: 0px 1px 1px 1px;
	border-style: none solid solid solid;
        filter:alpha(opacity=90);   /* Internet Explorer       */
        opacity: 0.9;               /* newer Mozilla and CSS-3 */
}

