/* showspage.css */

#showcontainer {
	width: 720px;
	float: left;
	margin: 0;
	padding: 0;
}
#showheader {
	width: 100%;
	margin-bottom: 10px;
}
#showheader h1 {
	font-size: 24px;
	margin: 0;
}
#showheader h1 a {
	text-decoration: none;
}
#showheader h1 a:hover {
	text-decoration: none;
}
#showcontent {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}
#showcontent  {
	
}

#showcol1 {
	width: 220px;
	float: left;
	margin-bottom: 10px;
}
#showcol1 h2, h3, h4 {
	margin: 0;
	padding: 0;
}
#showcol1 img {
	margin-top: 3px;
}
#showcol1 h2, h3, h4 {
	margin-top: 2px;
	margin-bottom: 2px;
}

#showcol1 h2 {
	font-size: 16px;
	font-weight: bold;
}
#showcol1 h3 {
	font-size: 14px;
	font-weight: bold;	
}
#showcol1 h4 {
	font-size: 12px;
	font-weight: bold;
}
#showcol1 p {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#showcol1 a {
	text-decoration: underline;
	font-weight: bold;
}

#showcol2 {
	width: 490px;
	float: right;
}

#showcontent .entry {
	margin-bottom: 4px;
	padding: 10px;
	font-size: 14px;
}
#showcontent .entry table tr {
	margin-top: 5px;
	margin-bottom: 5px;
}
#showcontent .entry img {
	border: 0;
}

#showcontent .entry .entrydata {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#showcontent .entry .entrydata p
{ margin: 1.12em 0; }

#showcontent .entry .entrydata a {
	text-decoration: underline;
}

#showcontent .entry .entrydata img {
	max-width: 470px;
	height: auto;
}

#showcontent .entry .entrylinks {
	font-size: 11px;
	position: relative;
}
#showcontent .entry .entrylinks .postdate {
	position: absolute;
	bottom: 0;
	left: 160px;
	font-style: italic;
}

#showcontent .entry .entrylinks a {
	font-weight: bold;
	margin-left: 10px;
}

#showcontent .entrynav {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}
#showcontent .entrynav .prev {
	float: left;
	display: inline;
	width: auto;
	margin-right: 10px;
}
#showcontent .entrynav .next {
	float: right;
	display: inline;
	width: auto;
	margin-left: 10px;
}
#showcontent .navarchive {
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#showcontent .navarchivetop {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#showcontent .navarchive a {
	
}


#post-comments {
	margin-bottom: 20px;
}

#post-comments .comment {
	margin-left: 20px;
	margin-top: 10px;
}

#post-comments .comment p {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#post-comments .comment .comment-meta {
	font-size: 10px;
}
#post-comments .comment-new {
	font-size: 14px;
	margin: 20px;
	width: 100%;
}
#post-comments .comment-new .row {
	margin-bottom: 6px;
	margin-top: 3px;
}
#post-comments .comment-new h3 {
	margin-bottom: 5px;
}
#post-comments .comment-new label {
	width: 35%;
	text-align: left;
	display: block;
	float: left;
	margin-left: 10px;
	font-size: 95%;
}
#post-comments .comment-new .validation-code {
	clear: both;
	width: 40%;
}
#post-comments .comment-new input {
	width: 40%;
}
#post-comments .comment-new textarea {
	width: 75%;
	margin-left: 10px;
	height: 80px;
}
#post-comments .comment-new p {
	font-size: 85%;
	margin: 0px;
}
#post-comments p.comment-error {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 75%;
	line-height: 29px;
	font-size: 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	/* Red:
	border-color: #c69;
	background-color: #ffeff7; */
	background-color: #ffffe0;
	border-color: #e6db55;
	font-weight: bold;
	color: #000000;
}
#post-comments p.comment-success {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 80%;
	line-height: 29px;
	font-size: 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	background-color: #C9EDC9;
	border-color: #339933;
	font-weight: bold;
	color: #339933;
}
.nowplaying {
	width: 100%;
}
.nowplayingtools {
	width: 110px;
}
.nowplayingtools a span {
	display: inline;
}
.nowplayingtools .link_button {
	width: 100px;
}

#programinfo {
	position: relative;
	min-height: 72px;
	margin: 10px 0 30px 0;
	padding: 0 0 8px 100px;
}
#programinfo h3 {
	margin: 0;
}
#programinfo p {
	margin: 5px 0 5px 0;
	font-size: 12px;
}
#programinfo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
}
#programinfo .programlinks {
	position: absolute;
	bottom: -10px;
	left: 100px;
	font-size: 12px;
}
#programinfo .programlinks a {
	text-decoration: underline;
}
