/* Code marked with "GPT" may be activated when new ad tags arrive */

@media screen and (max-width: 920px) {

	html body {
		background: #ffffff;
	}

	#container {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#frameset {
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#content {
		width: 100%;
	}
	
	#centerheaderwrapper {
		/*width: 654px;*/
	}
	
	#header {
		/*background-image: url(/image/two-motorcycles-header.jpg);*/
		width: 654px;
		height: 115px;
	}

	#headerbackground {
		width: 654px;
		height: 215px;
	}

	#headertext {
		display: none;
	}
	
	#headertextmobile {
		display: inline;
	}

	#menuandpage {
		width: 0px;
	}

	#menubar {
		display: none;
	}
	
	#pagecontent {
		padding-left: 0px;
		padding-top: 0px; /* V2.1 was 8 */
	}
	
	#footer {
		width: 654px;
	}
	
	#adcontainer {
		/* GPT width: 654px; */
		width: 654px; /* Was: 838 = 654 + 160 + 24px scrollbar */
	}
	
	#adbannermobile {
		display: block;
	}
	
	#adbanner {
		width: 100%;
		/* GPT display: none;*/
    display: none;
	}
	
	#adheader {
		margin-left: 70px;
    display: none;
	}

	#adframeset {
		/* GPT width: 100%;*/
		width: 100%;
		overflow: hidden;
	}
	
	#adskyscraper {
		/* GPT display: none;*/
		/* GPT width: 0;*/
		margin-left: 666px;
		margin-top: 1px;
    display: none;
	}

  .msglist li {
    margin: 16px 0;
  }
	
}


/* ************************************************************ menu ************** */

@media screen and (max-width : 920px){
	/*Make dropdown links appear inline*/
	.bmenu ul {
		position: static;
		display: none;
	}
	/*Optional vertical spacing*/
	.bmenu li {
		margin-bottom: 0px;
	}
	/*Make all menu links full width*/
	.bmenu ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}

/* ************************************************************ /menu ************** */
