@charset "utf-8";
/* CSS Document */
html, body {
	background: #444;
	color: #eee;
}
#wrapper {
	background:#eee;
	color:#333;
	max-width:400px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}
img { 
	max-width: 400px;
}
.center {
	width: 100%; !important;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover, a:active {
	text-decoration: underline;
	color: #c00;
}
.noborder {
	border:0px;
}
#content {
	max-width:400px;
	margin:-10px 15px 5px 15px;
}
.mobileAd {
	width:380px;
	max-width:400px;
	text-align:center;
	font-weight:bolder;
	text-decoration:none;
	color:#333;
	background:#ddd;
	margin:-4px 0px 0px 0px;
	padding:10px;
}
.storyTitle {
	color:#81072A;
	font-weight:bold;
}
.storyPoster {
	font-size:xx-small;
	font-style:italic;
	color:#A8086A;
}
.noPad {
	margin:0;
	padding:0;
}
.frame {
	display:none;
}
.detailTitle {
	font-weight:bold;
	padding-right:5px;
}
/* begin styles for What's Happening */
.whatsupStartTime {
  text-align: left;
  color: #E50602;
  font-weight: bold;
  font-size: large;
}
.whatsupDetails {
  padding-left: 30px;
}
.todayEvent {
  background-color:#CDFED0;
  padding: 10px;
  margin-bottom: 5px;
}
.tomorrowEvent {
  background-color: #FBFFB4;
  padding: 10px;
  margin-bottom: 5px;
}
.futureEvent {
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 5px;
}
.moreLink {
	text-align: right;
	color: #E50602;
	font-weight: bold;
	font-size: x-small;
}
.moreLink :link {
	color: #E50602;
}
.moreLink :hover {
	color: #BA0185;
}
.moreLink :visited {
	color: #E50602;
}
.whatsupDate {
	text-align: left;
	color: #444477;
	font-weight: bold;
	font-size: small;
}
/* end styles for What's Happening */
.title {
	padding: 5px 20px;
	background-color: #E50602;
	font-family: Arial Black;
	font-weight: normal;
	font-size: 12pt;
	color: #f4f3f2;
	text-align: center;
	letter-spacing: -0.02em;
}
.no-bullet {
	list-style:none;
}
.wtx-title {
	font-weight:bold;
	margin-left:-20px;
}
.index-h1 {
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bolder;
	width:100%;
	display:block;
	background-color:#333;
	box-shadow:inset 0px 0px 10px 2px rgba(254,254,254,0.7),0px 0px 10px 2px rgba(70,70,70,0.7);
	color:#fff;
	padding:5px 3px;
}
.mobile-header, .mobile-header a:link, .mobile-header a:visited {
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	display:block;
	background-color:#333;
	color:#fff;
	padding:5px;
}
.mobile-header a:hover {
	color:#ff0;
	text-decoration:none;
}

