* {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #151515;
}

#notice {
	color: green;
	padding-top: 2px;
}

#error {
	color: red;
	padding-top: 2px;
}

#content {
	background-color: black;
}

#pageText {
	margin: 10px 40px;
	color: white;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.5em;
}

#footer {
	padding: 10px 0;
}

#pageContent {
	width: 742px;
	padding: 5px 45px;
	background: url('/images/content.png');
	background-position: top;
	background-repeat: no-repeat;
	background-color: black;
	color: white;
	line-height: 1.3em;
	min-height: 200px;
}

#pageContent a, #pageContent a:link, #pageContent a:visited {
	color: #fef343;
	text-decoration: none;
}

#pageContent a:active, #pageContent a:hover {
	color: orange;
	text-decoration: none;
	outline: none;
}

#pageContent p, #pageContent li {
	font-size: 14px;
}

a:focus {
	outline-style: none;
}

#rightPane {
	background-color: black;
	background: url('/images/right.png');
	background-position: top;
}

#leftPane {
	background-color: black;
	background: url('/images/left.png');
	background-position: top;
}

.headerMod {
	padding-top: 0px;
	background-color: black;
}

.title, .title a:link, .title a:visited {
	font-size: 24px !important;
	line-height: 30px !important;
	font-weight: bold;
	color: #0cd8ff !important;
	margin-top: 15px;
	margin-bottom: 20px;
}

.subtitle {
	font-size: 16px !important;
	color: #fef343;
	font-weight: bold;
}

.mailertitle {
	font-size: 16px !important;
	color: #fef343;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 13px;
}

.mailerinput {
	padding-bottom: 7px;
}

.assetTitle {
	display: inline;
	padding: 0 5px;
	margin-bottom: 3px;
}

.date {
	font-size: 14px;
	color: #fef343;
	margin-top: -18px;
	padding-top: 0;
	font-weight: bold;
}

.tags {
	font-size: 12px !important;
	color: #999;
	padding-top: 0;
	font-weight: bold;
}

label {
	font-size: 11px;
	font-weight: bold;
}

.postPhoto {
	margin-bottom: 15px;
}

.linkPhoto {
}

.linkTitle {
}

.linkItem {
	margin: 10px 0;
	padding: 8px;
	border: 1px dotted #111111;
	border-left: 4px solid #111111;
}

.comment_name {
	color: #0cd8ff !important;
	font-weight: bold;
}

.comment_box {
	padding-bottom: 5px;
}

.comment_info {
	font-size: 14px;
	padding-bottom: 15px;
}

.event_box {
	margin-bottom: 15px;
}

.event_box img {
	padding: 3px;
	border: 1px solid #333;
}

.event_name {
}

.event_smallimage {
	float: left;
	padding-right: 10px;
}

.fixEventFlierMargin {
	padding-right: 15px;
}

.multimediaImages img
{
	padding-right: 10px;
	padding-bottom: 10px;
}

.podcast_box {
	margin-bottom: 10px;
}

.musicBox {
	padding-bottom: 14px;
}

.leftCol
{
	padding-right: 12px;
}

.rightCol
{
	padding-left: 12px;
}

.rssButton
{
	padding: 15px 0 0 0;
}

ul#recentPosts {
	padding: 0 0 10px 0;
	font-size: 12px !important;
	line-height: 18px !important;
	list-style: none;
}

ul#recentPosts li {
	padding-bottom: 10px;
}

.recaptcha {
	padding-bottom: 20px;
}

.tag_list ul {
  margin: 0;
  padding-top: 0;
  padding-left: 25px;
}

.tag_list li {
  font-size: 12px !important;
}

.tag_list ul a, .tag_list ul a:link, .tag_list ul a:active, .tag_list ul a:visited, .tag_list ul a:hover {
  font-size: 12px !important;
} 