/* @override 
	http://localhost:3000/stylesheets/print.css
	http://localhost:3000/stylesheets/print.css?1186510164
	http://localhost:3000/stylesheets/print.css?1186511426
*/

/* @group Elements */

body {
	background-color: white;
	font: small Georgia, serif;
}
html>body {
	font: 83.5% Georgia, serif;
}

h1 {
	font-size: 160%;
	font-weight: bold;
	margin-top: 3px;
}

p {
	color: black;
	font-size: medium;
}

a, a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #990000;
}
a h1, a h2, a h3, a h4, a h5 {
	text-decoration: underline;
}
li {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* @end */

/* @group Layout */

#header, #navigation, #information_bar, #logo_links, #date_time, #info_tower, #promo_banner, #footer ul, #developer, #archive_nav, #archive_nav_control {
	display: none;
}

#page_title {
	text-align: center;
}
#dash_link {
	display: block !important;
	font-size: 12px !important;
	font-weight: bold !important;
	background: #c2ffcd !important;
	margin: 0 !important;
	padding: 5px 10px !important;
	float: right !important;
}

#footer {
	padding-top: 5px;
	padding-bottom: 1px;
	border-top: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	min-width: 768px;
	background-color: #eee;
	font-family: Arial, Helvetica, sans serif;
	font-size: 76%;
}
#footer p {
	margin: 0px;
}

/* @end */

/* @group News/Sports Stories */

.story {
	border-bottom: 1px dashed #000;
}
.story.last, .story.single {
	border-bottom: none;
}
.story .byline, .story .published_at {
	font-weight: bold;
	font-size: 10pt;
	margin: 0;
}
.story .published_at {
	font-size: 10pt;
	font-weight: bold;
}
.story p {
	line-height: 24px;
}

/* @end */

/* @group Tradio/Bulletin Ads */

.ad {
	border-bottom: 1px dashed #000;
}
.ad.last {
	border-bottom: none;
}
.ad h3 {
	font-size: 130%;
}
.ad p {
	margin-left: 1cm;
	line-height: 24px;
}
.ad .contact {
	font-weight: bold;
	font-size: 10pt;
}
.ad .tradio_ad_title {
	float: left;
	margin: 0 5px 0 1cm;
	font-weight: bold;
}
/* @end */

/* @group Movies */

.theater {
	border-bottom: 1px dashed #000;
}
.theater.last {
	border-bottom: none;
}
body.movie_listings .more_info {
	display: none;
}

/* @end */

/* @group Weather */
table.forecast {
	width: 100%;
	margin-top: 10px;
	font-size: .9em;
}
table.forecast.odd {
	background: #efefef;
}
table.forecast th {
	text-align: left;
	border-bottom: 1px solid;
	padding: 2px 5px;
}
table.forecast th img {
	margin-right: 10px;
}
table.forecast h3 {
	float: left;
	font-size: 1em;
}
table.forecast .city {
	font-size: 1.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.forecast .current {
	font-size: 1em;
	font-weight: normal;
	color: navy;
	margin-left: 10px;
}
table.forecast td {
	width: 20%;
	padding: 0 0 5px 5px;
	vertical-align: top;
}
table.forecast td img {
	float: left;
}
table.forecast td .temp {
	display: block;
	margin: 10px 0 0 40px;
}
/* @end */

/* @group Advertising */

body.advertising .download {
	display: none;
}



/* @end */