@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	background: #FFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-image: url(../images/bkgd_spiral.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.1%;
}

p {
	margin-bottom: 20px;
}

.p_bold {
	font-weight: bold;
	font-size: 12px;
}

.p_headers {
	font-size: 12px;
	font-weight: bold;
}

.p_italic {
	font-style: italic;
}

.p_italicbold {
	font-style: italic;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

h2 {
	font-size: 21px;
	letter-spacing: 0pt;
	font-weight: normal;
}

.clearfloat {  /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

a:active, a:focus {
	outline: 0;
}

a:link, a:visited {
	color: #d894e1;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.title {
}

/* HEADER */

#header {
	height: 252px;
}

#header li {
	float: left;
	list-style: none;
}


/* FOOTER */

#footer p {
	font-size: 13px;
	line-height: 110%;
}

#footer .globalnav {
	font-size: 12px;
	text-align: center;
}

#footerCol1 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 15px;
	padding-left: 50px;
	overflow: hidden;
}

#footerCol3 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 15px;
	overflow: hidden;
}
#footerCol2 {
	padding-top: 30px;
	overflow: hidden;
}

#footer h1 {
	font-size: 24px;
	line-height: 150%;
	font-weight: normal;
	margin-bottom: 10px;
}

#footer h2 {
	font-size: 18px;
	line-height: 120%;
	font-weight: normal;
	margin-bottom: 10px;
}

#footer .copyright {
	font-size: 10px;
}


/* MAIN CONTENT */

#mainContent p {
	font-size: 12px;
	line-height: 150%;
}

#mainContent h1 {
	padding-bottom: 5px;

}

#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	background-color: #3f1156;
	background-repeat: no-repeat;
	background-image: url(../images/bkgd_container.jpg);
	position: relative;
}

#footer {
	background-color: #000000;
	background-image: url(../images/bkgd_footer.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 185px;
	overflow: hidden;
}
.membershipForm {
	line-height: 100px;
}


/* HOME PAGE */

#hometext {
	margin: 10px auto;
}

#hometext .right {
	padding-left: 20px;
}

#homebuttons {
	text-align: center;
	margin: 35px;
}

#homebuttons img {
	padding: 0 24px;
}

/* ONE COLUMN */

.oneColFixCtrHdr #mainContent {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
}

.oneColFixCtrHdr #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#calendar {
	width: 800px;
	margin: 0 auto;
}
.store {
	padding-right: 100px;
	padding-left: 100px;
}

/* THREE COLUMN */

.thrColFixHdr #mainContent {
	margin-top: 15px;
	margin-right: 172px;
	margin-left: 218px;
} 

#sidebar1 {
	width: 156px;
	display: block;
	position: absolute;
	left: 30px;
	top: 265px;
}

#sidebar1 p {
	font-size: 11px;
	line-height: 300%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5a2164;
	display: inline;
}

#sidebar1 .line {
	font-size: 10px;
}

#sidebar1 div.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 150%;
	font-style: italic;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #d894e1;
	text-align: center;
}

ul#nav {
	list-style: none;
}

ul#nav li {
	padding: 8px 0 12px 5px;
	border-bottom: 1px dashed #7a3a84;
}

ul#nav li.last {
	border-bottom: 0;
}

ul#nav li a {
	font-size: 11px;
	font-weight: bold;
	color: #d894e1;
	text-decoration: none;
}

ul#nav li a:hover {
	color: white;
}

ul#list {
	list-style-type: none;
}

ul#list li {
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding-left: 12px;
	line-height: 130%;
}

#contact .question {
	font-weight: bold;
	display: block;
	margin-top: 15px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	font-size: 16px;
}

#sidebar2 {
	display: block;
	width: 100px;
	position: absolute;
	top: 280px;
	right: 36px;
}

#sidebar2 img {
	padding-top: 15px;
}

.photoRight {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.eventbox {
	border: 1px solid #7a3a84;
	height: 420px;
	width: 550px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.featuredevents_title {
	font-size: 14px;
	font-weight: bold;
}
#eventsMonthly {
	font-size: 12px;
	line-height: 200%;
	border-collapse: collapse;
}
#eventsMonthly th {
	font-size: 14px;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #7a3a84;
}
#eventsMonthly td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #7a3a84;
	text-transform: none;
}	
.eventsMonthly_title {
	font-size: 14px;
	font-style: italic;
}

#TempleKeepers {
	font-size: 11px;
	line-height: 200%;
	border-collapse: collapse;
}
#TempleKeepers th {
	text-transform: uppercase;
	text-align: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #a34da3;
}
#TempleKeepers td {
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #000;
	text-transform: none;
}	
#MysterySchool {
	font-size: 11px;
	line-height: 200%;
	border-collapse: collapse;
}
#MysterySchool th {
	text-transform: uppercase;
	text-align: left;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #a34da3;
}
#MysterySchool td {
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #000;
	text-transform: none;
}
.odd {
	background-color: #5b447f;
}

/* FORMS */

.formbox {
	padding: 10px;
	border: 1px solid #7a3a84;
}

#membershipForm td {
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 10px;
}

#membershipForm td.data {
	padding-right: 10px;
}
#membershipForm td.labelsub {
	padding-left: 50px;
}

#creditForm td {
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 20px;
}

#creditForm td.data {
	padding-right: 10px;
}
#creditForm td.label {
	padding-right: 5px;
}

#contactForm td {
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 10px;
}

#contactForm td.data {
	padding-right: 10px;
}

#contactForm td.labelsub {
	padding-left: 50px;
}

#offeringsForm td {
	font-size: 12px;
	line-height: 120%;
	padding-bottom: 10px;
}

#offeringsForm td.data {
	padding-right: 10px;
}

#offeringsForm td.labelsub {
	padding-left: 50px;
}

#mainContent .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	font-style: italic;
	padding-right: 65px;
	padding-left: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

#mainContent .quoteAuthor {
	font-size: 12px;
	color: #FFF;
	padding-right: 105px;
	margin-bottom: 0px;
	text-align: right;
}

#mainContent .ACNotice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-right: 120px;
	padding-left: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#mainContent .footnote {
	font-size: 10px;
	font-style: italic;
	padding: 30px;
	line-height: 100%;
}

#mainContent .oracleStatement {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}

span.super {
	font-size: 10px;
	vertical-align: 4px;
}

ul#list {
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 10px;
}

ul#list li {
	line-height: 130%;
	padding-left: 0;
}


div#thanks {
	text-align: center;
	padding-right: 30px;
}

#mainContent .moviecaption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 120%;
	font-style: italic;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#mainContent .oraclegraphic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 120%;
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}

#mainContent .purchase_oracle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 100%;
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
}

#mainContent .templemapButton {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 120%;
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 16px;
}


/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.oneColFixCtrHdr #container #mainContent .textwidget_home div iframe {
	text-align: center;
}

