/* @override 
	http://media.oudaily.com/css/main.css
	http://ou.media.clients.ellingtoncms.com/css/main.css
	http://media.oudaily.com/css/main.css
*/

#rightColumn {
	width: 300px;
	float: right;
	margin-right: 0px;
}

h1 {
	font: 16px "Helvetica Neue", Arial, sans-serif;
}

h2 {
	font: 14px "Helvetica Neue", Arial, sans-serif;
}

h3 {
	font: 12px "Helvetica Neue", Arial, sans-serif;
}

body {
	background: #990000 url(http://media.oudaily.com/img/banner.jpg) no-repeat scroll 50% 0;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	margin: 0px;
	

/*margin-top: 150px;*/
	padding: 0px;
}

.visible {
	visibility: visible;
}

.betaTape {
	float: right;
	background: url(http://media.oudaily.com/img/private/betaband.png) no-repeat;
	width: 100px;
	height: 101px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.cautionTape {
	width: 100%;
	background: url(http://media.oudaily.com/img/private/caution.png) repeat-x;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin-top: -10px;
	padding-top: 30px;
	text-shadow: #414141 1px 1px 5px;
}

#progressIndicator {
	background: url(http://media.oudaily.com/img/private/ajax-loader.gif) no-repeat center center;
	height: 200px;
}

a {
	color: #172781;
	text-decoration: none;
}

ul {
	margin-left: 0px;
}

img {
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

#grayWrapper {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	min-width: 1000px;
	background: #D3D3D3;
	padding: 0px 0px;
}

#contentWrapper {
	margin: 0 auto;
	width: 974px;
	background-color: #D3D3D3;
}

#loginText {
	float: left;
	display: inline;
	color: black;
	padding-top: 3px;
	padding-right: 5px;
	font: 10pt 'Helvetica Neue',Arial,sans-serif;
}

#loginBox {
	float: left;
	display: inline;
	position: relative;
	top: -2px;
	font-size: 12px;
}

/* @group Boxes */

.bg {
	background: #D3D3D3;
}

.noLeftPadding {
	padding-left: 0px;
}

.contentBox {
	background: white;
	padding: 10px;
	border: 0px;
	font: 14px "Helvetica Neue", Arial, sans-serif;
}

.contentBox h3 {
	font: 18px "Helvetica Neue", Arial, sans-serif;
	margin: 10px 0px;
}

.contentBox form, p{
	/*font: 12px "Helvetica Neue", Arial, sans-serif;*/
}

/* Why was this here? */
/*.contentBox*/

.boxHeader {
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #888;
}

.contentBox table {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px "Helvetica Neue", Arial, sans-serif;	
}

dl, ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: 12px "Helvetica Neue", Arial, sans-serif;
}

.boxHeader a {
	color: #222;
}

.box {
	margin: 10px 0px;
	width: 100%;
}

.boxTop {
	background: url(http://media.oudaily.com/img/private/tl.png) no-repeat top left;
}

.boxBot, .boxBotRightOnly{
	margin-top: -5px;
	background: url(http://media.oudaily.com/img/private/br.png) no-repeat bottom right;
}

.boxBot div, .boxBotLeftOnly{
	margin-top: -5px;
	background: url(http://media.oudaily.com/img/private/bl.png) no-repeat bottom left;
}

.boxTop div, .boxTop, .boxBot div, .boxBot, .boxBotRightOnly, .boxBotLeftOnly{
	width: 100%;
	height: 5px;
	font-size: 1px;
}

/* This is a hack for IE */
.boxBot div {
/
*
	position: relative;
	bottom: -5px;
*/
}

.invisibleBox {
	height: 270px;
}

.halfBox {
	width: 49.4%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.sectionTitle {
	text-transform: uppercase;
	text-decoration: none;
	background-color: white;
	padding: 5px 10px;
	font: bold 28px "Helvetica Neue", Arial, sans-serif;
}

.boxTitle {
	border-bottom: 1px solid #999;
	background: url(http://media.oudaily.com/img/private/tl.png) no-repeat top left;
	clear: both;
}

/*.rssHover {
	background: url(http://media.oudaily.com/img/private/rssicon.jpg) no-repeat fixed;
	display: block;
	width: 20px;
	height: 20px;
	background-color: black;
	overflow: hidden;
}

.rssHover:hover {
	display: block;
	background: url(http://media.oudaily.com/img/private/rssicon-highlight.jpg) no-repeat fixed;
}*/

.boxTitle, .boxTitle a {
	text-transform: uppercase;
	text-decoration: none;
	background-color: white;
	color: #222;
	padding: 5px;
	font: 16px Arial;
	font-weight: bold;
}

a.rssHover{
	float: right;
	padding: 0px;
	width: 20px;
	height: 20px;
	/*display: block;*/
	overflow: hidden;
	display: inline;
}

a.rssHover:hover {
	width: 20px;
	height: 20px;
	overflow: hidden;
	display: inline;
	text-indent: -20px;
}

.boxTitle div{
	background: url(http://media.oudaily.com/img/private/tr.png) no-repeat top right;
	
	height: 5px;
	font-size: 1px;
	
	margin-top: -5px;
	margin-right: -5px;
	
	/* This is the Zac Method of targeting IE css.
	   Safari 2/3 and Firefox 2 both read the below as
	   a comment and don't respect the styles.
	*/
/
*
	position:relative;
	right: -5px;
	top: -5px;
*/
}

.withHeadlinesAndStory {
	height: 260px;
}

.withHeadlinesAndStory .otherStoriesLeft {
	padding-left: 0px;
	float: left;
	width: 310px;
}

.withHeadlinesAndStory .otherStoriesRight {
	float: right;
	width: 310px;
}

.withHeadlinesAndStory li {
	padding-bottom: 7px;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.withHeadlines {
	height: 220px;
}

.withHeadlines li {
	padding-bottom: 7px;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.multimedia {
	height: 320px;
}

.multimedia li {
	float: left;
	background: url(http://media.oudaily.com/img/private/boxBkgd.png) no-repeat;
	margin-bottom: 20px;
	width: 160px;
	height: 130px;
	display: inline;
	font-size: 10px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	overflow: hidden;
}

.multimedia img {
	display: block;
	padding-bottom: 13px;
	border: none;
	position: relative;
	top: 10px;
}

.multimedia a {
	position: relative;
	left: 10px;
	display: block;
	width: 120px;
	text-align: center;
}

.generic {
	
}



/* @end */

/* @group Flag */

#weather {
	float: right;
	position: relative;
	top: 45px;
}

#weather .text {
	position: relative;
	top: -10px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e3e3e3;
}

#weather img {
/*	position: relative;
	right: 20px; */
}

#flag {
	width: 1000px;
	height: 165px;
	margin: 0px auto;
}

#flag .link {
	float: left;
	width: 880px;
	height: 135px;
}

#flag .subhead {
	width: 400px;
	margin: 0px auto;
	text-align: center;
	margin-top: -30px;
	color: #e3e3e3;
}

/* @end */

#breakingBar {
	background-color: #333;
	color: white;
	height: 25px;
	font: 12pt "Helvetica Neue", Arial, sans-serif;
}

#breakingBar .breakingTitle{
	float: left;
	background-color: red;
	height: 23px;
	padding: 0px 5px;
	padding-top: 2px;
	color: white;
	font: bold 12pt "Helvetica Neue", Arial, sans-serif;
}

#breakingBar .breakingText a{
	float: left;
	position: relative;
	top: 2px;
	padding-left: 5px;
	line-height: 25px;
	color: white;
	font: 13pt "Helvetica Neue", Arial, sans-serif;
}

#breakingBar .updateText {
	color: #aaa;
	font: 13pt "Helvetica Neue", Arial, sans-serif;
	float: right;
	line-height: 25px;
	padding-right: 10px;
}

/* @group Navigation */

.navContainer {
}

ul.navigation {
	clear: both;
	font: 14px "Helvetica Neue", Arial, sans-serif;
	list-style: none;
	height: 37px;
	width: 973px;
	padding: 0px;
	margin: auto;
	border: 1px solid #888;
	border-right: 0px;
}

ul.navigation li {
	float: left;
	background: url(http://media.oudaily.com/img/private/navBarButtonBkgd.png) repeat-x;
	width: 102px;
	height: 37px;
	display: inline;
	text-align: center;
	line-height: 37px;
	border-right: 1px solid #888;
}

ul.navigation li.home{
	float: left;
	background: url(http://media.oudaily.com/img/private/navBarButtonBkgd.png) repeat-x;
	width: 45px;
	height: 37px;
	display: inline;
	text-align: center;
	line-height: 37px;
}

ul.navigation li.umbrella {
	float: left;
	background: url(http://media.oudaily.com/img/private/navBarButtonBkgd.png) repeat-x;
	width: 45px;
	height: 37px;
	display: inline;
	text-align: center;
	line-height: 37px;
}

ul.navigation li.home img {
	border: 0px;
	padding-top: 8px;
}

ul.navigation li.umbrella img {
	border: 0px;
	padding-top: 8px;
}

ul.navigation li:hover {
	background: #CCCCCC;


/* medium gray */
}

ul.navigation li:active {
	background: #888;


/* medium gray */
}

ul.navigation li a, ul.navigation li a:active, ul.navigation li a:visited {
	color: black;
	display: block;
	text-decoration: none;
}

ul.navigation li a:hover {
	text-decoration: none;
}

.navContainer .welcomeBox {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	padding-bottom: 7px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #efefef;
	height: 20px;
	clear: both;
}

.navContainer .welcomeMessage {
	float: left;
	display: inline;
	position: relative;
	top: 3px;
}

.navContainer .searchBox {
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	float: right;
	height: 30px;
}

.lightGrayBox {
	margin-bottom: 5px;
	background-color: #eee;
	padding: 5px 10px;
}

/* @end */

/* @group Left Column */

.pubDate {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #535353;
}

.subhead {
	margin: 5px 0px;
	font: bold 12pt 'Helvetica Neue',Arial,sans-serif;
}

.byline {
	font: 10pt 'Helvetica Neue',Arial,sans-serif;
	color: gray;
	margin: 0px 0px 15px 0px;
}

p.caption {
  font: 9pt 'Helvetica Neue',Arial,sans-serif;
  margin-top: 0px;
  margin-bottom: 25px;
}

.imageContainer .caption {
	color: #888;
	vertical-align: bottom;
	text-align: left;
	font: 10pt 'Helvetica Neue',Arial,sans-serif;
}

.leftStoryBox {
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 0px;
	
	background: #eee url(http://media.oudaily.com/img/private/bl.png) no-repeat bottom left;
	
	height: 280px;
	float: left;
	width: 333px;
	overflow: hidden;
}

.storyContainer {
	padding: 10px;
	height: 90%;
	overflow: hidden;
	padding-bottom: 0px;
}

.leftStoryBox .imageWithCaption {
	float: left;
	padding: 5px;
}

.leftStoryBox .caption {
	font-size: 8pt;
	padding: 3px 3px 3px 5px;
	margin-top: -3px;
	background-color: white;
}

.leftStoryBox .headline {
	font-size: 15pt;
	font-family: Georgia;
}

.leftStoryBox .subhead {
	font-size: 11pt;
}

.leftStoryBox .byLine {
	margin-top: 8px;
	font-size: 8pt;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.leftStoryBox, .content {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

dt {
	clear:left;
	color:#363636;
	float:left;
	font-size:0.9em;
	width:40px;
	padding:5px 7px;
}

dd {
	padding:5px 7px;
}

dl {
 	height:auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
}

dl a {
  	display:block;
	padding-bottom:2px;
	padding-top:2px;
}

dl a:hover {
	background-color:#eee;
	text-decoration: none;
}

/* Right Story Box */

.rightStoryBox {
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: 0px;
	height: 280px;
	float: right;
	width: 333px;
	overflow: hidden;
	
	background: #eee url(http://media.oudaily.com/img/private/br.png) no-repeat bottom right;
}

.rightStoryBox .imageWithCaption {
	float: right;
	padding: 5px;
}

.rightStoryBox .caption {
	font-size: 8pt;
	padding: 3px 3px 3px 5px;
	margin-top: -3px;
	background-color: white;
}

.rightStoryBox .headline {
	font-size: 15pt;
	font-family: Times, serif;
}

.rightStoryBox .subhead {
	font-size: 10pt;
}

.rightStoryBox .byLine {
	margin-top: 8px;
	font-size: 8pt;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.rightStoryBox .content {
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Left
*/

#leftColumn {
	float: left;
	width: 665px;
}

#featuredSponsor {
	margin-top: 30px;
	float: right;
	width: 300px;
	height: 250px;
}

#featuredSponsor .text {
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
	color: red;
}

/* @end */

/* @group Ads */

.bottomAdBox {
	width: 575px;
}

.bottomAdBox .rightAd {
	float: right;
	width: 224px;
	height: 138px;
	background-color: white;
	margin-left: 40px;
	margin-bottom: 10px;
}

.bottomAdBox .leftAd {
	float: left;
	width: 224px;
	height: 138px;
	background-color: white;
	margin-left: 40px;
	margin-bottom: 10px;
}

/* @end */

/* @group Hype Stuff */

#hype {
	height: 235px;
}

#hypenav {
	font-size: 12px;
	font: 12px "Helvetica Neue", Arial, sans-serif;
}

.hypeBox {
	margin: 10px 0px;
	width: 100%;
	float: left;
	width: 665px;
	height: 300px;
}

/* The following fields are currently overridden in hype.js because IE sucks */

.hypeStory .subhead {
	font: bold 12pt "Helvetica Neue", Arial, sans-serif;
}

.hypeStory .byline {
	font: 12pt "Helvetica Neue", Arial, sans-serif;
	color: gray;
}

.hypeStory .teaser {
	font: 12px "Helvetica Neue", Arial, sans-serif;
}

.hypeStory img {
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0px;
}

.hypeStory {
	font: 12px "Helvetica Neue", Arial, sans-serif;
	padding-bottom: 20px;
}

.hypeStory .headline {
	color: black;
	font: bold 16pt Times;
}

/* @end */

/* @group Right Column */

#calendar table {
	width: 260px;
}

#rightColumn {
	width: 300px;
	float: right;
	margin-right: 0px;
}

.submitLink	a:link {color: #000000; }
.submitLink	a:active {color: #000000; }
.submitLink	a:visited {color: #000000; }
.submitLink	a:hover {color: #000000; }	

/* @end */

/* @group Comments */
.commentbox {
	background-color: #ccc;
	padding: 10px;
}

.usefulBox {
	text-align: right;
	margin-bottom: -10px;
}

.commentfooter {
	background: url(http://media.oudaily.com/img/comments/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
}

#comments {
	padding: 15px;
}

#comments h1 {
	padding: 0px;
	font-size: 16pt;
}

/* @end */

#clear {
	clear:both;
}

#footer {
	background-color: #eee;
	padding: 40px;
	clear: both;
	margin-left: -13px;
	margin-right: -13px;
}
