@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FFF;
}

.oneColElsCtr #container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 99%;
}
.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: .9em;
}
.story {
	background-image: url(../../images/bg-gradient-story.png);
	height: 72px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.article {
	font-size: 0.9em;
	color: #666;
}

.headline {
	font-size: 1em;
	margin-bottom: 3px;
	color: #333;
	}

.headline a
	{
	text-decoration: none;
	}

.article a
		{
	text-decoration: none;
	}
	.story a
		{
	text-decoration: none;
	}
	
.left {
	float: left;
	border: 1px solid #999;
	margin-right: 10px;
}

    body[orient="landscape"] {
	height: 30px;
	font-size: .55em;

    }
    body[orient="landscape"] .more {
	background-image: url(../../images/icon-more.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 82px;
	width: 22px;
    }
	
body[orient="landscape"]	.headline {
	font-size: 1.05em;
	margin-bottom: 3px;
	color: #333;
	}
	
body[orient="landscape"] .article {
	font-size: .95em;
	color: #666;
}

body[orient="landscape"]  .story {
	background-image: url(../../images/bg-gradient-story-landscape.png);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #CCC;
	background-repeat: repeat-x;
	background-position: top;
	height: 77px;
}
body[orient="landscape"]  .more {
	vertical-align: middle;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.top-of-page {
	background-color: #666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.promo {
	color: #FFF;
	background-color: #4B8CBC;
	padding: 0.5em;
	text-align: center;
	margin-top: 1em;
}
.promo a
{
	color: #FFF;
	text-decoration: underline;
}
#toolbar {
	margin: 0px;
	padding: 5px 5px 5px 10px;
	width: 305px;
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed; /* fixed element does not work */
	top: 300px;
	left: 0px;
	z-index: 100;
	overflow: hidden;
	text-align: center;
				}
