@charset "utf-8";
/* Layout Small Screens */
body {
	background: linear-gradient(to bottom, #000034 0%, #67a1d1 270px); /* W3C */
	font-size: 1em;
}

#main_content {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border: none;
}

nav {
	padding: 0px;
}
nav a {
	display: block;
	margin: 0px;
	padding: 9px;
	border-bottom: 1px solid #000034;
	background-color: #1a1b4b;
}
nav a:hover {
	color: #fff;
	background-color: rgba(255,255,255,.15);
}

#title_bar {
	padding: 5px;
}

#guide_player_title {
	float: none;
	width: 100%;
	margin-right: 0;
	text-align: center;
}
#guide_player_title h1 {
	font-size: 1.4em;
	margin: 0 0 7px 0;
}

footer {
	border-top: 1px solid #000034;
}

#main_content, .home #main_content {
	width: 100%;
	float: none;
}
#banner_placeholder {
	display: none;
}
#secondary_content{
	width: 100%;
	float: none;
}

.option {
	width: 90%;
	margin: 8px auto;
	font-size: 1.3em;
}
#playerContent {
	margin: 0 10px;
	padding-top: 25px;
	padding-left: 0;
	border-left:none;
}

	

a.mobile_menu {
	display: block;
	width: 31px;
	height: 33px;
	border-top: 1px solid #000034;
	border-left: 1px solid #000034;
	border-right: 1px solid #000034;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #1a1b4b url(../images/mobile_link_menu.png) no-repeat 5px 5px;
	position: absolute; bottom: 0; right: 0;
	cursor: pointer;
}

a.mobile_menu.selected {
	background-position: 4px -26px;
	
}
.topic{
	font-size: 0.9em;
}

.icon_nav {
	padding-top: 15px;
	padding-bottom: 15px;
}

.icon_nav li {
	width: 80px;
	margin: 0px 10px 10px 10px;
	
}
.icon_nav li a {
	padding: 84px 0px 0px 0px;
	font-size: .7em;
}
.icon_nav li a.icon1 {
	background: url(../images/nav_icons_med.png) no-repeat -1px 0px;
}
.icon_nav li a.icon2 {
	background: url(../images/nav_icons_med.png) no-repeat -121px 0px;
}
.icon_nav li a.icon3 {
	background: url(../images/nav_icons_med.png) no-repeat -241px 0px;
}
.icon_nav li a.icon4 {
	background: url(../images/nav_icons_med.png) no-repeat -361px 0px;
}
.icon_nav li a.icon5 {
	background: url(../images/nav_icons_med.png) no-repeat -481px 0px;
}
.icon_nav li a.icon6 {
	background: url(../images/nav_icons_med.png) no-repeat -601px 0px;
}
.icon_nav li a.icon7 {
	background: url(../images/nav_icons_med.png) no-repeat -721px 0px;
}
.icon_nav li a.icon8 {
	background: url(../images/nav_icons_med.png) no-repeat -841px 0px;
}
.icon_nav li a.icon9 {
	background: url(../images/nav_icons_med.png) no-repeat -961px 0px;
}

.teaser {
	min-height: 48px;
	margin-bottom: 10px;
	width: 100%;
	float: none;
}
#us_promo {
	width: 100%;
	float:none;
	
}
#canada_promo {
	width: 98%;
	margin:auto;
	float: none;
	display:block;
}
.image {
	width: 296px;
	float: none;
	margin: 5px auto 10px auto;
  padding: 3px;
  
  border: 5px solid #fefef2;

  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

