/* == Stop Editing Here! == */
/* Anything beneath the above line will be deleted if you publish CSS under Appearance / Custom CSS. If you want to manually insert additional CSS, place it further up. */

#main a:hover {
	text-decoration: none;
	color: #7676a2;
}

#main h1 a {
	color: #336699;
}

#main h1 a:hover {
	text-decoration: underline;
	color: #7676a2;
}

#main h2 a:hover, #main .widget_calendar caption a:hover {
	color: #7676a2;
}

#main .entry_date {
	font-weight: normal;
	font-style: italic;
	color: #999999;
}

#main .entry_date a:hover {
	color: #7676a2;
}

#main .entry_categories {
	font-size: 9pt;
	font-style: italic;
	color: #d4d4d4;
}

#main .entry_categories a {
	color: #cfc0f2;
}

#main .entry_categories a:hover {
	color: #7676a2;
}

#main .entry_tags {
	font-size: 9pt;
	color: #cfc0f2;
}

#main .entry_tags a:hover {
	color: #7676a2;
}

#main .comment_date {
	font-style: italic;
	color: #d4d4d4;
}

.sidebar a:hover {
	text-decoration: none;
	color: #7676a2;
}

.sidebar h2, .sidebar .widget_calendar caption {
	font-size: 12pt;
}

.sidebar h2 a:hover, .sidebar .widget_calendar caption a:hover {
	text-decoration: none;
	color: #7676a2;
}

.sidebar h3 a:hover {
	text-decoration: none;
	color: #7676a2;
}

.sidebar .wp-calendar a:hover {
	text-decoration: none;
	color: #7676a2;
}

.sidebar .wp-calendar thead a:hover {
	text-decoration: underline;
	color: #7676a2;
}

.sidebar .wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #7676a2;
}

#navbar a {
	text-decoration: none;
}

#navbar a:hover {
	font-weight: bold;
}

#footer {
	font-size: 10pt;
}

#footer a:hover {
	text-decoration: none;
}

#credits, .footer_scripts {
	font-size: 9pt;
	font-style: italic;
}