/* TGTAP v5
# mobile.css
# Styles used by the mobile site
# (c) m.thegtaplace.com 2012
*/

#container{
	width: 100%;
}

#header{
	background: url("/images/mobile/logo.png") 0 30px no-repeat !important;
	width: 250px;
	height: 50px;
	margin: 15px auto -5px auto;
}

@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) {
	#header {
		background: url("/images/mobile/logo@2x.png") 0 30px no-repeat !important;
		background-size: 250px 40px !important;
	}
}

#population{
	display: none;
}
#topNav{
	display: none;
}
#topBar{
	background: #222 url("/images/layout/nav/mobileBar.png") repeat-x !important;
	box-shadow: 0px 1px 2px #444;
	height: 40px;
}
#topSearch{
	width: 99%;
	float: none;
	margin: 0 auto;
}

#topSearch #topSearchInput{
	width: 99%;
	margin: 4px 1px 4px 1px;
	padding: 1px 1px 1px 1px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	height: 26px;
	font-size: 16px; /* disables zooming in on Mobile Safari */
}
#topSearch .searchButton{
	display: none;
}
#topSearch .ui-autocomplete-loading{
	background: transparent url("/images/layout/search/loading.gif") no-repeat right center !important;
}
#topSearch #suggestions{
	width: 99%;
}
#topSearch .searchResultsWrap {
	width: 99%;
}
.mobilePage{
	min-width: inherit !important;
}
.mobileIndex{
	background: transparent !important;
}
.mobileIndex .pageheading{
	display: none;
}
.mobileIndex #contentWrap{
	padding: 0;
}


/*HOMEPAGE*/
#mobileNav{
	width: 100%;
}

#mobileNavList{
	margin: 0;
	padding: 0;
	list-style: none;
}
#mobileNavList li{
	height: 40px;
	line-height: 40px;
	background: #222 url("/images/layout/nav/mobileBar.png") repeat-x;
	margin: 0;
	padding: 0 0 0 6px;
}
#mobileNavList li a{
	display: block;
	width: auto;
	background: transparent url("/images/layout/nav/disclosure.png") no-repeat 98% center;
	color: #eee;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#mobileNavList li a:active, #mobileNavList li a:hover{
	color: #fff;
}
#mobileNavList li a img{
	margin: -3px 8px 0 -1px;
}
.navtitle{
	margin-top: 15px;
	font-size: 150%;
}
.navsubtitle{
	text-indent: 5px;
}
.navmenu{
	margin: 0;
	padding: 0;
	width: 100%;
}

.navmenu ul li a{
	height: 30px;
	line-height: 30px;
	background: transparent url("/images/layout/nav/disclosure_dark.png") no-repeat 98% center;
	text-indent: 5px;
	padding: 0;
	width: 100%;
	font-weight: bold;
}

/*NEWS AND CONTENT*/
.newspost iframe{
	max-width: 300px;
	max-height: 169px;
}
.ytiframe{
	width: 300px !important;
	height: 169px !important;
}
.newspost{
	margin-left: 0;
}
.newspost img{
	max-width: 300px;
}
.newsshare{
	display: none;
}
.dateBlock{
	display: none;
}

#newscomments img{
	max-width: 235px;
	overflow: hidden;
}
.content img{
	max-width: 300px;
}

/*OTHER CONTENT*/
.bigSearchBox{
	width: 80%;
}
.bigSearchButton{
	display: none;
}
#dlHeader{
	width: 91%;
	padding: 10px;
	height: inherit;
	margin: 0 auto 10px auto;
}
.screenshotcontainer, #potdcontainer{
	width: 100%;
}

/*FOOTER*/
#mobileAdWrapper{
	margin-left: -5px;
}
#mobileAd{
	width: 320px;
	margin: 5px auto 0 auto;
}
.mobileIndex #mobileAdWrapper{
	margin-left: 0;
}

#footer{
	background: none !important;
	height: inherit !important;
	font-size: 80%;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 80px;
}
#footertext{
	margin: 0 !important;
}
.mobileIndex #footertext{
	margin: 5px !important;
}
.tinyicons{
	float: none !important;
	width: 110px;
	text-align: center;
	margin: 10px auto 0 auto;
}

/* COUNTDOWN */
.days_dash{
	margin-left: 15px !important;
}