@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;
	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: 98%;
}
.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;
}
.article p {
	margin-top: 0px;
}

.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"] .masthead {
	font-size: 2.2em;
}


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;
}
.promo {
	color: #FFF;
	background-color: #096;
	padding: 0.5em;
	text-align: center;
	margin-top: 1em;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
.promo a
{
	color: #FFF;
	text-decoration: underline;
}
