@charset "utf-8";
/* CSS Document */
/* Set general styles for the body, links, the wrapper, etc. */

/* The main page content */

#programDescription a { color:#333; text-decoration: underline; font-weight: bolder; }
#programDescription a:link { color: #333; text-decoration: underline; font-weight: bolder; }
#programDescription a:visited { color: #2A3F55; text-decoration: underline; font-weight: bolder; }
#programDescription a:hover { color:#AA3F00; text-decoration: none; font-weight: bolder; }
#programDescription a:active { color:#AA3F00; text-decoration: none; font-weight: bolder; }

#mainContent {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0;
	width: 780px;
	height: 1300px;
	border: #C90 2px solid;
	border-top: none;
	background-color: #ffffff;
}

#amazonWidget {
	display: inline;
	margin-top: 90px;
	margin-left: 7px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-left: 2px solid #999999;
	border-bottom: 7px groove #333333;
	background-color: #EEEEEE;
	width: 160px;
	height: 600px;
	float: right;
}

#scheduleProgrammingImg {
	margin-top: 15px;
	margin-left: 12px;
}

#programScheduleWrapper {
	margin-top: 14px;
	margin-left: 8px;
}

#programSchedule {
	margin-top: 0;
	background-color: #DDDDDD;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/schedule-bg.png) top left no-repeat;
}

#programSchedule caption {
	width: 600px;
	margin: 0;
	padding-top: 21px;
	padding-bottom: 15px;
	font-size: 2em;
	text-align: center;
	color: #FFFFFF;
	background: url(images/header-bg.png) bottom left no-repeat;
}

.column-header th {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color:#306;
	color:#FFF;
	background: url(images/table-gradient.png) top left repeat-x;
}

#allTimesText {
	margin: 0;
	padding: 0;
	width: 120px;
	font-size: 1em;
	font-weight: bold;
	text-transform:capitalize;
}

.row-header {
	height: 40px;
    margin: 0;
	padding: 0 2px!important;
	padding: 0 0px;
	width: auto!important;
	width: 35px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	background-color:#333;
	color:#C93;
}

.live-show {
	background-color:#F30;
	color:#FFFFFF;
}

#programDescriptionWrapper {
	margin-top: 24px;
	margin-left: 8px;
}

#programDescription {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

#programDescription caption {
	width: 600px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 1px;
	padding-top: 21px;
	padding-bottom: 15px;
	font-size: 2em;
	color: #FFFFFF;
	background: url(images/header-bg.png) bottom left no-repeat;
}

#programDescription .column-header th {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(images/table-gradient.png) top left repeat-x;
}

#programDescription td {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 12px;
	margin-right: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 1.2em;
}

#cafePress {
	margin-right: 37px;
}

/* generic classes */
.divider2 {
	margin-top: 30px;
}