/* CSS Document */

/* --------------- MAIN ELEMENTS --------------- */


html {
	height: 100%;
}

body {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 1em;
  font-style: normal;
  color: black; 
  height: 100%;
  background: black url("../images/pagebg.jpg") center no-repeat;
  }

p {
  text-align: justify;
}

img {
  max-width: 100%;
  max-height: 100%;
  }

.lt-ie7 img {
  width: 100%;
}

h1 {
  font-size: 2em;
  color: black;
  text-align: left
  }

h2 {
  font-size: 1.8em;
  color: black; 
  font-weight: bold; 
  text-align: left
  }

h3  {
  font-size: 1.5em;
  color: black; 
  font-weight: bold; 
  text-align: left
  }

h4  {
  font-size: 1.2em;
  color: black; 
  font-weight: bold; 
  text-align: left
  }
#mainarea {
margin-left: 5px;	
}

#logocontainer {
	width: 100%;
}

#sponsorscontainer {
	float: left;
	width: 350px;
}

#sponsorslogos {
	float: left;
	width: 340px;
}

#logo,#frlogo {
	width: 250px;
	float: left;
	margin-left: 5px;
}

#logotext {
	width: 340px;
	height: 80px;
	float: left;
	font-size: 2em;
	font-weight: bold;
	color: white;
}

#jmwlogocontainer,#jmwlogo,#pblogocontainer,#pblogo {
	width: 160px;
	float: left;
	margin-left: 5px;
}

#theplayer,iframe {
	width: 400px;
	max-width: 400px;
}

.radioplayer {
		width: 100%;
		height: 100px;
}

#mainarea {
	padding-bottom: 120px;
}

#schedule {
		width: 400px;
}

#requestwidget {
	background: black;
	height: 600px;
	width: 100%;
}

#policy {
	width: 400px;
	opacity: 0.6;
	background: white;
	color: #652d90;
	border-radius: 6px;
}
.tablehead {
	font-size: 1.2em;
	color: #652d90;
	background-color: white;
	font-weight: bold;
}

.gigitem {
	width: 400px;
	background: #652d90;
	opacity: 0.8;
	color: white;
	border-radius: 6px;
	margin-bottom: 6px;
}

.gigtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
}

.gigdate {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	vertical-align: top;
}
TD {
	vertical-align: top;
}

.giginfo {
	font-size: 0.9em;
	font-weight: normal;
	color: white;
}
.gigurl {
	color: white;
	text-decoration: none;
}

.gigurl:visited{
color: white;
}

.gigurl:hover{
color: #652d90;
background: white;
}

.maina{
font-family: Arial;
font-size: 1em;
text-decoration: none;
color: white;
background: #652d90;
display: inline-block;
width: 180px;
height: 27px;
vertical-align: middle;
text-align: center;
}

.maina:visited{
color: white;
background: #652d90;
}

.maina:hover{
color: #652d90;
background: white;
}


.menulink{
font-family: Arial;
font-size: 1em;
text-decoration: none;
color: white;
background: black;
display: inline-block;
width: 180px;
height: 27px;
vertical-align: middle;
text-align: center;
}

.menulink:visited{
color: white;
background: black;
}

.menulink:hover{
color: white;
background: darkblue;
}



#spacer {
  clear: both;
  width: 100%;
  height: 10px;
  }

#clearspacer {
  clear: both;
  width: 100%;
  height: 10px;
  display: block;
  }

#gigspacer {
  clear: both;
  width: 100%;
  height: 6px;
  display: block;
  }


#menu, #menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
 }

#pagecontent {
  max-width: 1900px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  position: relative;
}

#headerimage {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  clear: both;
 }

#menudiv {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

#menuelements {
width: 370px;
height: 30px;
margin-left: auto;
margin-right: auto;
}

#pagebody {
  width: 100%;
  clear: both;
}

#pagefooter {
  clear: both;
  height: 120px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}


/* Mobile Style */
@media only screen and (max-width: 480px) {

body {font-size: 0.9em}

  .mainContainer {
    width: 90%;
    max-width: 470px;
    padding-left: 2%;
    padding-right: 2%;
    margin: auto;
  }
#logocontainer {
	width: 470px;
}
	
#sponsorscontainer {
	float: left;
	width: 210px;
}

#sponsorslogos {
	float: left;
	width: 210px;
}

#logo,#frlogo {
	width: 180px;
	float: left;
	margin-left: 5px;
}

#logotext {
	width: 205px;
	height: 50px;
	float: none;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
}

#jmwlogocontainer,#jmwlogo,#pblogocontainer,#pblogo {
	width: 100px;
	float: left;
	margin-left: 5px;
}

#radioplayer {
		width: 460px;
		height: 100px;
}

h1 {
  font-family:'Conv_FS Motown Motel', fallback, Arial;
  font-size: 2em;
  color: darkblue;
  background: white ;
  font-weight: bold;
  text-decoration: none;
  text-align: center; 
  }

h2 {
  font-family: Arial;
  font-size: 1.4em;
  color: black; 
  font-weight: bold; 
  }

h3  {
  font-family: Arial;
  font-size: 1.3em;
  color: black; 
  font-weight: bold; 
  }

h4  {
  font-family: Arial;
  font-size: 1.2em;
  color: black; 
  font-weight: bold; 
  }

p {
margin-left: 10px;
margin-right: 10px;
}

.photo {
max-width:90%;
margin-left:auto;
margin-right:auto;
display:block;
}

.maincaldiv {
max-width: 480px;
margin-left: auto;
margin-right: auto;
}

#headerimage {
  clear: both;
  float: left;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
  }
  
#toptext {
  clear: none;
  float: left;
  text-align: left;
  width: 70%;
  display: block;
  margin: 0 auto;
}

#Nav {
  clear: both;
  float: left;
  margin-left: 0;
  width: 95%;
  display: block;
  }

nav ul li a {font-size: 0.8em}



}


/* Tablet Style */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .mainContainer {
    width: 90%;
    max-width: 768px;
    padding-left: 1%;
    padding-right: 1%;
    margin: auto;
  }

#sponsorscontainer {
	float: left;
	width: 300px;
}

#sponsorslogos {
	float: left;
	width: 290px;
}

#logo,#frlogo {
	width: 200px;
	float: left;
	margin-left: 5px;
}

#logotext {
	width: 290px;
	height: 75px;
	float: none;
	font-size: 1.6em;
	font-weight: bold;
	color: white;
}

#jmwlogocontainer,#jmwlogo,#pblogocontainer,#pblogo {
	width: 130px;
	float: left;
	margin-left: 5px;
}

.radioplayer {
		width: 750px;
		height: 100px;
}

}


p {
margin-left: 10px;
margin-right: 10px;
}


}
/* Desktop Style */
@media only screen and (min-width: 769px) {
  .mainContainer {
    width: 90%;
    max-width: 1000px;
    padding-left: 1%;
    padding-right: 1%;
    margin: auto;
  }



#pagearea:before,
#pagearea:after {
		content: "";
		display: block;
    
}

#pagetext {
  float: left;
  max-width: 720px;
  }

#sponsorslogos {
	float: left;
	width: 450px;
}

#logo,#frlogo,.frlogo {
	width: 250px;
	float: left;
	margin-left: 5px;
}

#sponsorscontainer {
	float: left;
	width: 350px;
}

#logotext {
	width: 320px;
	height: 80px;
	float: none;
	font-size: 2em;
	font-weight: bold;
	color: white;
}

#jmwlogocontainer,#jmwlogo,#pblogocontainer,#pblogo {
	width: 150px;
	float: left;
	margin-left: 5px;
}

.radioplayer {
		width: 800px;
		height: 100px;
}


}


