body, html {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	margin:0px;
	overflow-x:hidden;
}

#wrapper {
	width:970px;
	height:100%;
	margin:auto;
	padding:0px 10px 30px 10px;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#999999;
}

#overlay {
	width:100%;
	height:6%;
	margin:auto;
	padding:15px 0;
	background-color:#99B3C8;
	z-index:5000;
	position:fixed;
	left:0px;
	top: 91%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:45px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform: uppercase;
	overflow:hidden;
}

#logo {
	float:left;
	margin-bottom:10px;
	margin-top:10px;
}

#info {
	float:right;
	margin-bottom:40px;
	margin-top:40px;
	margin-right:15px;
	font-size:14px;
	text-align:right;
}

#info a:link, #info a:hover, #info a:visited {
	color:#004276;
	text-decoration:none;
}

#device_menu {
	width:970px;
	height:68px;
	padding:0px;
	margin:0px;
}

#device_menu_fixed {
	width:970px;
	height:68px;
	padding:0px;
	margin:0px;
	position:fixed;
	margin:auto;
	z-index:3000;
}

/*DEVICE MENU*/

#device_menu a {
	display:block;
	width:970px;
	height:68px;
}

.iconTV, .iconPhone, .iconCar {
	float:left;
	margin: 0px;
	margin: 0px;
	overflow:hidden;
	width:322px;
	height:68px;
	border-right:1px #fff solid;
}

.tv_off {
	background:url(images/tablet/top_tv.png) no-repeat;
	background-color:#004276;
}
.tv_hover {
	background:url(images/tablet/top_tv.png) no-repeat;
	background-color:#99b3c8;
}

.phone_off {
	background:url(images/tablet/top_phone.png) no-repeat;
	background-color:#004276;
}
.phone_hover {
	background:url(images/tablet/top_phone.png) no-repeat;
	background-color:#99b3c8;
}

.car_off {
	background:url(images/tablet/top_car.png) no-repeat;
	background-color:#004276;
}
.car_hover {
	background:url(images/tablet/top_car.png) no-repeat;
	background-color:#99b3c8;
}

/*links*/
a:link, a:hover, a:visited {
	color:#333;
	text-decoration:underline;
}

/*section titles - US, Arts, Flagged, etc. */
.sectionHeader {
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	color:#666;
	padding-top:10px;
	margin-bottom:10px;
	border-top: 1px dotted #666;
}

/*STORIES*/

.storyRow {
	width:100%;
	margin:0px;
}

.storyItem {
	float:left;
	border-width: 1px 1px 1px 0px;
	border-color:#CCCCCC; 
	border-style: dashed;
	padding:10px;
	width:301px;
	height:150px;
	overflow:hidden;
}

.storyItem:hover {
	background-color:#e6e6e6;
	cursor:move;
}

.storyItem:active {
	background-color:#e6e6e6;
	cursor:move;
}

.firstStory {
	clear: left;
	border-width: 1px 1px 1px 1px;
}

.storyItem img {
	padding:0px 10px 0px 0px;
	border:none;
	float:left;
}

/*headlines*/
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:12px;
	margin:0px;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration:none;
	color:#004276;
}
	
/* flag and play links */
.tools {
	font-size:12px;
	text-transform:uppercase;
	margin-top:10px;
}

/*stories that are already read, if the user chooses to show them*/
.storyRead {
	opacity:0.6;
}

.clear {
	clear:both;
}


/*AD*/
#testAd {
	display: block;
	width: 970px;
	height: 418px;	
	overflow:hidden;
	position:relative;
}

a#testAd:hover {
	text-decoration:none;
	color:#fff !important;
}

#expandButton {
	color:#182347;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,sans-serif;
	position:absolute;
	z-index:100;
	top:37px;
	left:865px;
}

#adxLeaderboard {
	position:relative;
	padding:0 !important;
	border:0 !important;
}

#ad_pics {
	text-align:right;
	width:133px;;
	position:absolute;
	left:796px;
	top:122px;
}

.adItem {
	margin:0px;
	padding:0px 0px 20px 0px;
}

/* SETTINGS */
.settingsMenu {
      border-width: 1px;
      border-color:#CCCCCC; 
      border-style: dashed;
      overflow:hidden;
      padding:8px;
}

.settingsCol{
      float:left;
      width:309px;
      overflow:hidden;
      margin:0px 8px 0px 0px;
}

label {
      background-color:#e6e6e6;
      margin:10px;
      padding:15px;
      display:block;
      width:301px;
}

input[type=submit] {
      margin:20px 0px 0px 10px;
      text-transform:uppercase;
      background-color:#004276;
      color:#FFFFFF;
      font-size:16px;
}

#footer {
	margin:0 auto;
	width:100%;
	text-align: left;
	font-size: 10px;
}
