@import url("layout.css");

body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
	color: #71237D;
}

a {
	color: #71237D;
}

a:hover {
	color: #8D4F97;
}

a.menu
{
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	color: #71237D;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menu
{
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size:1.2em;
}

h2 {
	font-size:1.0em;
}

pre, tt {
	font-size: 1.2em;
}

.newsbox {
	border: solid 1px #edbe48;
	padding: 12px;
	margin-bottom: 20px;
}

.newsheading {
	font-size: 1.6em;
	font-weight: bold;
	text-align: right;
	color: #edbe48;
}

.blogDay {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: solid 1px #71237d;
}

.blogTime {
	color:gray;
}

.itemFooter {
	font-size:8pt;
	padding-bottom: 8px;
}

.permalink {
	text-decoration:none;
}

.boxheading {
	background-color:#71237d;
	color:white;
	font-weight:bold;
	padding: 2px;
}

.boxbody {
	border-bottom: dashed 1px #71237d;
	border-left: dashed 1px #71237d;
	border-right: dashed 1px #71237d;
	padding: 4px;
}

.postTitle {
	font-weight: bold;
	text-decoration: none;
}

.submenu {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover.submenu
{
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	filter:glow(strength=5,color=#AD6FB7);
}

.feedButton, .feedButton:hover {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	color: white;
	background-color: #F60;
	border:1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding:0px 5px 0px 5px;
	margin:0px;
}
