/* CSS for (new) Purple Haze site */

/* Clear default spacing */
html, body, ul, ol, li, p, h1, h2, h3, form, fieldset, img, div {
	margin: 0;
	padding: 0;
	border: 0;
}

@font-face {
	font-family: "Magneto Bold";
	src: url(../_fonts/MagnetoBold.ttf);
}

body {
	background-color: #CCC;
}

/* Layout DIVs */
#wrapper {
	width: 975px;
	margin: 30px auto;
	font-family: Tahoma, Geneva, sans-serif;
}

#head-container {
	width: 100%;
	height: 140px;
	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: 825px;
	margin: 0 auto;
}

#header {
	width: inherit;
	height: 140px;
}

#headlogo {
	float: left;
	margin: 10px 0 0 30px;
}

#headphoto {
	float: left;
	margin: 10px 0 0 15px;
}

#content {
	width: 975px;
}

#sidebar {
	float: left;
	width: 140px;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	border: solid 4px #aaa;
	border-radius: 20px;
	margin: 0 0 0 5px;
	padding: 0 0 10px 0;
	font-size: .8em;
	box-shadow: 4px 4px 8px 0px #7B77B2;
}

#sidemenu {
	margin: 24px 0 20px 5px;
	width: 120px;
}

#main {
	float: left;
	width: 750px;
	margin: 0 0 0 30px;
	padding: 8px;
	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;
	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;
}

.photocap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bigtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.rightflt {
	float: right;
	margin: 5px 0 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	text-align: center;
}

.centerpic {
	margin: 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.leftflt {
	float: left;
	margin: 5px 10px 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	text-align: center;
}

.rightflt img, .leftflt img, .centerpic img {
	margin-bottom: 4px;
}

.bordered {
	border: 1px solid #7067ab;
}

.clearing {
	clear: both;
}
.centering {
	text-align: center;
}
.ralign {
	text-align: right;
}

.google {
	text-align: center;
	margin: 20px 0 10px 0;
}

div.botnav {
	margin: 30px auto;
	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;
}

.copyright {
	color: #FC0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.copyright a {
	color: #fc0 !important;
	text-decoration: underline;
	font-weight: bold;
}

.copyright a:hover {
	color: #fc0 !important;
	text-decoration: none;
}

.errorBox {
	width: 80%;
	text-align: left;
	margin: 12px auto 12px auto;
	padding: 4px 10px;
	background-color: #EEEEEE;
	border: solid 1px;
	border-color: #CC6633;
	color: #FF0066;
}

.successMsg {
	color: #669966;
}

.bulletlist {
	list-style-position: inside;
	list-style-type: disc;
}

.captcha {
	vertical-align: middle;
}
