/* CSS Document */

a, a:link, a:visited {
	color: #3C79E7;
}
a:hover {
	color: #7199E8;
}
h2.blogposttitle {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
}
h3.blogposttitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #E4EFFF url(../images/bg.jpg) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
}
h1 a, h2 a, h3 a, h4 a{text-decoration:none;}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #3C79E7;
}
h3 {
	font-size: 16px;
	color: #3C79E7;
	font-weight: bold;
}
p {
	font-size: 12px;
	color: #333;
}
ul {
	font-size: 12px;
}

/* IDs and Classes */

#contentwrapper {
	background: #fff;
	border: 1px solid #ACCDFF;
	text-align: left;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p, #footer a {
	margin: 1em 0;
	color: #3C79E7;
	font-size: 10px;
	text-decoration: none;
}
#footerleft {
	text-align: left;
}
#footerright {
	text-align: right;
}
#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	float: right;
	margin-top: 10px;
}
#header h1 a:link, #header h1 a:visited	{
	display: block;
	width: 280px;
	height: 103px;
	border: 0;
	background: url(../images/header_logo.png) center top no-repeat;
}
#latestmessage {
	background: #E4EFFF;
	color:#E4EFFF; /* to hide the podcast copy */
	border: 1px solid #ACCDFF;
	padding: 10px 15px;
	margin-bottom: 1.5em;
}
#latestmessage h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: .5em;
}
#latestmessage h4 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-bottom: 0;
}
#latestmessage p {
	color: #999;
	font-size: 11px;
	margin: 0;
}
#latestmessage #titleanddate {
	float: right;
	text-align: right;
}
#maincol {
	margin: 20px;
}
#nav {
	margin-top: 50px;
	font-size: 14px;
	font-weight: bold;
}
#podPressPlayerSpace_1 {
	margin-bottom: 1em;
}
#sidebar {
	margin: 20px;
}
#sidebar h2 {
	font-size: 20px;
	color: #ED9616;
	font-weight: bold;
	background: url(../images/sidebar_headline_bg.jpg) top left no-repeat;
	padding: 18px 20px 0 20px;
}
#sidebar h3 {
	padding: 0 20px;
}
#sidebar p {
	padding: 0 20px;
}
#sidebar .map {
	padding: 0 20px;
	margin-bottom: 1.5em;
}
/*
.eventdate {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	padding: 0 20px;
}
.eventlist {
	font-size: 13px;
	font-weight: normal;
	padding: 0 20px;
}*/
.postdate {
	color: #999;
	font-size: 11px;
	margin-bottom: .75em;
	display: block;
}
.sitecredits {
	background: url(../images/scd_icon.gif) no-repeat 100% 50%;
	padding-right: 15px;
}
.welcome p {
	font-size: 14px;
}
/* comments */
.commentlist{list-style-type:none;}

/* plugins */
#latestmessage .podPress_content a{display:none;}
#latestmessage .podPress_content{font-size:0px;}


#wpng-cal-widget-events{}
.wpng-widget-date-title{
	font-weight: bold;
	font-size: 14px;
	color: #666;
	padding: 0 20px;
}
#wpng-cal-widget-events ul{
	font-size: 13px;
	font-weight: normal;
	list-style-type:disc;
	padding: 0 20px;
	margin:0 1.5em 1.5em;
}
.thickbox{}


