@charset "utf-8";
/* CSS Document for Responsive Purple Haze site */

@font-face {
	font-family: "Magneto Bold";
	src: url(../_fonts/MagnetoBold.ttf);
}

/* Main structure DIVs and other definitions */
body {
	font-family: "Segoe UI", "Open Sans", Optima, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#head-container {
	width: 100%;
	height: auto;
	background-color: #7b52ab;
	background-image: url(../images/pagebg2.gif);
	background-position: top left;
	background-repeat: repeat;
	box-shadow: 0 2px 6px 4px #7B77B2;
}

#header-banner {
	width: auto;
}

#header {
	height: auto;
	max-width: 800px;
	margin: 0 auto;
}

#headlogo {
	float: left;
	margin: 10px 0 0 0px;
	max-width: 70%
}

#headphoto {
	float: left;
	margin: 10px 0 0 0px;
	max-width: 30%
}

#main {
	max-width: 900px;
	margin: 30px auto 30px;
	padding: 10px 20px;
	border: solid 4px #aaa;
	border-radius: 20px;
	font-size: 1em;
	line-height: 1.25em;
	background-color: #FFF;
	color: #483a85;
	box-shadow: 4px 4px 8px 0px #7B77B2;
}

#main p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#main p:firstchild {
	margin-top: 0;
}

#main p.bigfirst:first-letter {
	font-size: 220%;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	color: #5a02a0;
}

#main h1, #main h2 {
	font-family: "Magneto Bold", "Comic Sans MS", cursive;
	font-size: 1.8em;
	color: #7b52ab;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

#main h3 {
	font-size: 1.3em;
	color: #7b52ab;
	font-family: "Comic Sans MS", cursive;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

#main h1:firstchild, #main h2:firstchild {
	margin-top: 0;
}

#main a {
	text-decoration: underline;
	color: #990099;
}

#main a:hover {
	text-decoration: none;
	color: #F60;
}

div.botnav {
	margin: 15px auto 10px;
	width: 320px;
	color: #CCC;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.botnav li {
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	width: 120px;
}

.botnav a {
	text-decoration: none !important;
	color: #990099 !important;
}

.botnav a:hover {
	color: #F60 !important;
}

/*The Footer*/
#footer {
	clear: both;
	background-color: #483a85;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	padding: 10px 30px;
	font-size: 0.7em;
	color: #dcd5a1;
	text-align: center;
	border-top: 4px solid #DCD39F;
}

#footer p.copyright {
	text-transform: none;
	margin: 0px;
	color: #ffffff;
}


/*  Standard tag definitions (were cleared by cssreset.css  */
img {
	vertical-align: bottom;
}

p {
	margin: 1em 0;
}

ul {
	margin: 1em 0;
	padding-left: 2.5em;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em:
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
/*	width: auto !important; */
	max-width: 100%;
}

/*  Usually used with a <br> tag  */
.clearing {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/*  Classes for floated pictures  */
.plft {
	float: left;
	border: 1px #7994ff solid;
	text-align: center;
	vertical-align: top;
	padding: 4px;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 4px;
/*	width: auto;  */
	height: auto;
	max-width: 40%;
}

.prgt {
	float: right;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px #7994ff solid;
	text-align: center;
	vertical-align: top;
	padding: 4px;
/*	width: auto;  */
	height: auto;
	max-width: 40%;
}

.pgen {
	vertical-align: top;
	text-align:center;
	margin: 4px;
	padding: 4px;
	height: auto; 
	width: auto
}

.plft.landscape, .prgt.landscape {
	max-width: 45%;
}

/*  Picture caption  */
.pcap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	color: #7b52ab;
	line-height: 1.3em;
}

.centered {
	text-align:center;
}

.centerdiv {
	margin: 10px auto;
	text-align: center;
	clear: both;
}

.bordered {
	border: 1px solid #7067ab;
}

/*******************   MEDIA QUERIES   ****************/


/*Medium windows - reduce padding content padding*/
@media only screen and (max-width: 900px) {
#header {
	max-width: 100%;
}
	
#main {
	width: auto;
	float: none;
	position: static;
	margin: 0 auto;
	border: none;
	border-radius: 0;
	box-shadow: none;
	max-height: 888678px;
}
.no-medium {
	display: none;
}

.plft, .prgt {
	max-width: 50%;
}
.plft.landscape, .prgt.landscape {
	max-width: 75%;
}
}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (max-width: 699px) {
body {
	background: #fff;
}
ul.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.sidebar, .main-content {
	width: auto;
	float: none;
	position: static;
}
.content {
	padding: 10px 10px;
	border: none;
	height: auto;
	max-height: 888678px;
}
.singlewide {
	width: auto;
	padding: 0px;
	border: none;
	box-shadow: none;
}
.no-phone {
	display: none;
}

.plft, .prgt {
	width: 100%;
	max-width: none;
}
.plft.landscape, .prgt.landscape {
}
}
.captcha-img {
	vertical-align: middle;
}
