																		   

/*
##     ##  #######  ########  #### ##       ######## 
###   ### ##     ## ##     ##  ##  ##       ##       
#### #### ##     ## ##     ##  ##  ##       ##       
## ### ## ##     ## ########   ##  ##       ######   
##     ## ##     ## ##     ##  ##  ##       ##       
##     ## ##     ## ##     ##  ##  ##       ##       
##     ##  #######  ########  #### ######## ######## 
*/

 @media screen and (max-width: 859px) {
body {
	background-image: url(../images/emboss.jpg);
	background-color: #6666CC;
	margin: 0;
}
#header {
	background-color: #133FA2;
	background-image: url(../images/title_background.jpg);
	background-repeat: repeat-x;
}
#logoholder {
	margin-right: auto;
	margin-left: auto;
}
#main-logo {
	width: 419px;
	max-width: 100%;
}
#page-header-text {
	display: none;
}
#wrapper { /*new addition*/
	clear: both;
	width: 100%;
	margin: 0;
	z-index: 1;
}
#PageTitle { /* main H1 page title within wrapper */
	margin: 3px;
	font-size: 1em;
}
.imgGallery li:nth-child(2n+1) {
	clear: left;
}
.imgGallery li {
	width: 45%;
}
#toplinks h2, #menu h2 {
	font-size: 1.2em;
	margin: 3px;
}
#toplinks h2 a, #menu h2 a {
	text-decoration: none;
	color: #fff;
	padding: 5px;
}
#menu ul li ul {
	display: none;
}
#menu ul li {
	display: inline-block;
}
#translator, #facebook, #dvdbanner, #googleads {
	display: none;
}
.singleLine {
	width: 100%;
	clear: both;
}
.singleLine li {
	margin: 3px;
	clear: both;
}
.singleLine h3, .singleLine h2 {
	clear: both;
	font-size: 0.8em;
	margin: 4px 0px 2px;
}
.singleLine p {
	font-size: 0.9em;
}
.singleLine img {
	clear: both;
	margin: 3px;
	border-radius: 5%;
	height: 50px;
	width: auto;
}
#indexSelections {
	clear: both;
	text-align: left;
}
#indexSelections img {
	display: none;
}
#indexSelections li {
	text-align: left;
}
#indexSelections li p {
	font-weight: 600;
	margin: 3px auto 0px auto;
}

#hoverMusHead ul {
	margin: 5px;
	padding: 5px;
}
#hoverMusHead #hoverimg {display: none;}
#hoverMusHead {
	position: relative;
}
#hoverMusHead form {
	position: absolute;
	top: 5px;
	right: 5px;
}
 }