@charset "utf-8";
/* CSS Document */

/* Meyers Reset, v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#00008b;
	color:#00008b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:125%;
word-wrap: break-word;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#preload {
	visibility:hidden;
	position:fixed;
	top:0;
}

#wrapper{
	width:1106px;
	background: url("images/bg.jpg");
	background-repeat:repeat-y;
	background-position:left;
	display:block;
}

/* End Reset */

#header {
	width:999px;
float:left;
}

a {
	color:236fcc;
	text-decoration:none;
}

a:hover {
	color:236fcc;
	text-decoration:underline;
}

a:visited {
	color:#63F;
}

			/* --- */
a.homebutton {
	display: block;
	width: 109px;
	height: 46px;
	text-decoration: none;
	background: url("images/home_up.jpg");
	margin:0;
	float:left;
	}

a.homebutton:hover {
	background: url("images/home_over.jpg");
	}
	
				/* --- */
a.aboutbutton {
	display: block;
	width: 106px;
	height: 46px;
	text-decoration: none;
	background: url("images/about_up.jpg");
	margin:0;
	float:left;
	}

a.aboutbutton:hover {
	background: url("images/about_over.jpg");
	}
	
					/* --- */

a.blogbutton {
	display: block;
	width: 89px;
	height: 46px;
	text-decoration: none;
	background: url("images/blog_up.jpg");
	margin:0;
	float:left;
	}

a.blogbutton:hover {
	background: url("images/blog_over.jpg");
	}
	
					/* --- */
a.podcastsbutton {
	display: block;
	width: 142px;
	height: 46px;
	text-decoration: none;
	background: url("images/podcasts_up.jpg");
	margin:0;
	float:left;
	}

a.podcastsbutton:hover {
	background: url("images/podcasts_over.jpg");
	}
	
						/* --- */
a.eventsbutton {
	display: block;
	width: 167px;
	height: 46px;
	text-decoration: none;
	background: url("images/events_up.jpg");
	margin:0;
	float:left;
	}

a.eventsbutton:hover {
	background: url("images/events_over.jpg");
	}
	
#bg {
	background: url("images/bg.jpg");
	background-repeat:repeat-y;
	background-position:top left;
}

#column2 {
	width:500px;
	border:10px #b9d4f7 solid;
	background-color:#FFF;
	display:block;
	margin-left:107px;
	margin-bottom:20px;
	padding:10px;
	clear:both;
	float:left;
}

#column2 h1 {
	font-size:24px;
	margin-bottom:15px;
	line-height:125%;
}

.post {
	border-bottom: 1px solid #b9d4f7;
	margin-bottom: 30px;
}

.meta {
	font-style:italic;
	margin-bottom:15px;
	display:block;
}

#column3 {
	width:450px;
	height:auto;
	display:block;
	float:left;
}

#column3 li {
	margin-bottom:10px;
}

#column3 h2 {
	font-size:18px;
}

.entry p {
	margin-bottom:15px;
}

.wide_widget {
	width:380px;
	height:auto;
	background-color:#FFF;
	border:10px #b9d4f7 solid;
	background-color:#FFF;
	display:block;
	margin-bottom:20px;
	margin-left:30px;
	padding:10px;
	float:left;
}

.narrow_widget_left {
	width:160px;
	height:auto;
	background-color:#FFF;
	border:10px #b9d4f7 solid;
	display:block;
	margin-bottom:20px;
	margin-left:30px;
	padding:10px;
	float:left;
}

.narrow_widget_right {
	width:160px;
	height:auto;
	background-color:#FFF;
	border:10px #b9d4f7 solid;
	display:block;
	margin-bottom:20px;
	padding:10px;
	float:right;
}

.widget {
	clear:both;
	margin-bottom:20px;
	margin-left:30px;
	background-color:#FFF;
	border:10px #b9d4f7 solid;
	display:block;
	padding:10px;
}

.widgettitle, h2 {
	margin-bottom:5px;
}

hr {
	margin-bottom:5px;
}


#s {
	width:300px;
	height:30px;
	margin:0 0 10px 0;
}

#footer {
	width:950px;
	height:auto;
	background-color:#FFF;
	border:10px #b9d4f7 solid;
	background-color:#FFF;
	display:block;
	padding:10px;
	margin:40px 0 20px 107px;
	text-align:center;
	clear:both;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0;
	line-height: 125%;
	padding: 10px;
	
}

.comments-template ol li.alt{
	margin: 10px 0;
	line-height: 125%;
	padding: 10px;
	background-color: #b9d4f7;
	
}



.comments-template h2, .comments-template h3{
	font-size: 16px;
	margin-top:10px 0 5px 0;
}

.commentmetadata{
	font-size: 12px;
	margin:5px 0;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	margin-top:5px;
}

small {
	font-size:10px;
}

#commentform p{
	margin:5px 0;
	display:block;
	
}
	