/* Defaults */
a {
  text-decoration: none;
}
a:link {
  color: #1000cc;
}
a:visited {
  color: #281e9a;
}
body {
  font-family: arial, sans-serif;
}
h1 { font-size: 1.4em }
h2 { font-size: 1.3em }
h3 { font-size: 1.2em }
h4 { font-size: 1.1em }
h1,h2,h3,h4 {
  color: #337;
  margin: 0;
  padding: 0;
}

/* Header */
.page-header table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.page-header * {
  color: #337;
  font-family: georgia, times new roman, serif;
}
.page-header * h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.header-desc {
  font-size: 18px;
}
.header-freq {
  font-family: times new roman, serif;
}
.header-byline {
  font-size: 15px;
}
.header-byline a {
  color: #337;
  text-decoration: underline;
}
.page-header td {
  background: url(images/main-banner.jpg);
  background-repeat: no-repeat;
  font-weight: bold;
  height: 75px;
  text-align: center;
  vertical-align: middle;
}
.page-header * a {
  color: #337;
}

/* Header menu */
.page-menu {
  text-align: center;
  font-weight: bold;
  background-color: #f1f1f7;
}
.page-menu a:visited {
  color: #1000cc;
}
.page-menu ul {
  margin: 0;
  padding: 0;
}
.page-menu li {
  display: inline;
  list-style-type: none;
  padding: 0em .4em 0em .4em;
}

/* Columns */
body {
  margin: 0;
  padding: 0;
}
.main-page {
  width: 100%;
  min-width: 800px;
}
.page-left {
  float: left;
  width: 20%;
}
.page-body {
  float: left;
  width: 60%;
}
.page-right {
  float: left;
  width: 20%;
}

/* Footer */
.page-footer {
  clear: both;
  text-align: center;
}

/* Blocks */
.block-header {
  background: url(images/block-header-bg.gif);
}
.block-header > div {
  background: url(images/block-header-left.gif) no-repeat;
  color: #337;
  font-family: georgia, serif;
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 12px;
}
.block-body {
  background-color: #f1f1f7;
  border: solid 1px #e1e1e7;
  padding: 3px;
  margin-bottom: 10px;
}

/* Link lists (news, rss) */
table.news-headlines {
  border-collapse: collapse;
  border-spacing: 0;
}
table.news-headlines tr td {
  padding-top: 5px;
}
table.news-headlines tr:first-child td {
  padding-top: 0;
}
.listen-live-links img {
  border: none;
}
.link-list ul {
  margin: 0;
  padding: 0;
}
.link-list li {
  list-style: none;
}

/* Misc. formatting */
.main-page > .content {
  padding: 10px;
}
.page-body > .content {
  padding: 0 10px 0 10px;
}
.page-body img {
  max-width: 100%;
}
.page-body-single > .content {
  padding: 0;
}
.page-body-single {
  float: none;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.page-left, .page-right {
  font-size: .85em;
}
.page-footer {
  font-size: .85em;
  margin-top: 10px;
}
div.post { clear: both }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Misc */
.center {
  text-align: center;
}
.sn-links {
  display: inline;
  float: right;
}
.sn-links img {
  border: none;
  vertical-align: middle;
}
.archive-show:first-child {
  border-top: dotted 3px #aaa;
  padding-top: 1em;
}
.archive-show {
  border-bottom: dotted 3px #aaa;
  margin-bottom: 1em;
}
