  @media screen and (orientation: portrait) {
   
a{
	color: black;
	text-decoration: none;
	cursor: pointer;
}

dl.link:hover{
	background-color: #fbac19;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
      
aside#boomtownThumb{
	border: 5px ridge #fbac19;
	clear: left;
	float: left;
	display: none;
	background-color: black;
	position: relative;
	bottom: 1010px;
	left: 580px;
	height: 191px;
	width: 191px;
	
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
 
aside#boomtownThumb h1 {
	color: #fbac19;
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 13px;
	font-style: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

aside#boomtownThumb img{
	height: 101;
	width: 180;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}

aside#boomtownThumb p{
	color: #fbac19;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
   	font-size: 11px;
   	text-align: center;
   	margin: 5px 0px 5px 0px;
   }
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (orientation: landscape) {

a{
	color: black;
	text-decoration: none;
	cursor: pointer;
}

dl.link:hover{
	background-color: #fbac19;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
      
aside#boomtownThumb{
	border: 5px ridge #fbac19;
	clear: left;
	float: left;
	display: none;
	background-color: black;
	position: relative;
	bottom: 985px;
	left: 710px;
	height: 191px;
	width: 191px;
	
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
 
aside#boomtownThumb h1 {
	color: #fbac19;
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 13px;
	font-style: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

aside#boomtownThumb img{
	height: 101;
	width: 180;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}

aside#boomtownThumb p{
	color: #fbac19;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
   	font-size: 11px;
   	text-align: center;
   	margin: 5px 0px 5px 0px;
   }
}