@charset "utf-8";
/* CSS Document */

html, body {
	background: #fff;
	color: #000;
	max-width:300px;
	margin-left: auto;
	margin-right: auto;
	font: 12px/15px sans-serif;
}
img { 
	max-width: 300px;
}
.center {
	width: 96%; !important;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
	color: #0000CC;
}
a:hover, a:active {
	text-decoration: underline;
	color: #660066;
}
.noborder {
	border:0px;
}
#content {
	max-width:300px;
}
.mobileAd {
	width:98%;
	max-width:284px;
	text-align:center;
	font-weight:bolder;
	color:#050037;
	background:#FFD9D9;
	padding:8px;
}
.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;
}
