/*

	Styles Developed for 4th Gear Consulting (4thGearConsulting.com) by
	des at webandflowdesign dot com.  Main Layout styles are contained 
	in this file - text styles have been separated for use with MODx cotent
	managment system and TinyMCE Rich Text Editor.

*/

@import url('textStyles.css');
@import url('navigationStyles.css');
@import url('thickbox.css');

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

#headerWrapper {
	background: #000 url('bg/mainBG.jpg') top center repeat-x;
	width: 100%;
	height: 198px;
	overflow: hidden;
}

#header {
	background: transparent;
	width: 1000px;
	height: 198px;
	margin: 0px auto;
	position: relative;
}

#headerLogo {
	background: transparent url('bg/headerLOGO.png') top left no-repeat;
	position: absolute;
	width: 259px;
	height: 198px;
	top: 0px;
	left: 50px;
}

#headerImages {
	background: transparent url('bg/headerImages4.png') bottom right no-repeat;
	position: absolute;
	width: 630px;
	height: 198px;
	bottom: 0px;
	right: 0px;
}



#navigationWrapper {
	background: transparent url('bg/navWrapperBG.png') top left repeat-x;
	width: 100%;
	height: 37px;
	
}

#contentWrapper {
	width: 900px;
	margin: 25px auto 200px auto;
}

#mainColumn {
	width: 725px;
	float: right;
}

#sidebar {
	width: 150px;
	float: left;
}

#contentWrapper #breadcrumbs {
	text-align: right;
	font-size: 0.8em;
}


#footerWrapper {
	width: 100%;
	height: 120px;
	background: transparent url('bg/footerWrapperBG.png') top left repeat-x;
	overflow: hidden;
}

#footer {
	width: 1200px;
	height: 120px;
	background: transparent url('bg/footerBG.png') top center no-repeat;
	margin: 0px auto;
}

#footerText {
	width: 900px;
	margin: 0px auto;
	padding-top: 30px;
	text-align: right;
	font-size: 0.8em;
	color: #343434;
}

/* CONTACT US FORM STYLES */

#contactForm {
	width: 600px;
	margin: 0px auto;
}

#contactForm .attribute {
	text-align: right;
	padding-right: 10px;
	width: 145px;
	vertical-align: text-top;
}

.contactFormInput,
.contactFormTextarea {
	width: 430px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	border: 1px solid #828282;
	margin-bottom: 10px;
	background: #bcbcbc;	
}
.contactFormInput:focus,
.contactFormTextarea:focus {
	background: #efefef;
}

.contactFormSubmit {
	font-size: 1.2em;
	float: right;

}

.finePrintCell {
	text-align: right;
	padding-bottom: 20px;
	}

#errMessage {
	width: 550px;
	margin: 20px auto;
	background-color: #dd7777;
	padding: 15px;
	border: 2px solid #990000;
	color: black;
}

/* BUGS */

#hpBugs {
	width: 900px;
	height: 248px;
	margin: 60px auto 60px auto;
	position: relative;
}
#bug1 {
	width: 248px;
	height: 248px;
	position: absolute;
	left: 45px;
}

#bug2 {
	width: 248px;
	height: 248px;
	position: absolute;
	left: 326px;

}

#bug3 {
	width: 248px;
	height: 248px;
	position: absolute;
	left: 607px;
	
}



a.bug {
	display: block;
	width: 248px;
	height: 248px;
	text-indent: -8000px;
	overflow: hidden;
}

a.bug:hover {
	background-position: -248px 0px;
}

/* Newsletter Signup */

#formDiv {
	width: 80%;
	margin: 30px auto;
	background: #101010;
	padding: 15px;
	border: 2px solid #171717;
}

#mainColumn .newsletter_div,
#mainContent .newsletter_div {
	width: 80%;
	margin: 30px auto;
	background: #101010;
	padding: 15px;
	border: 2px solid #171717;
}

#mainColumn .tableHead,
#mainContent .tableHead {
	font-size: 1.6em;
	color: #882222;
}

#mainColumn .tablelabel,
#mainContent .tablelabel {
	display: block;
}

#mainColumn .tableBody,
#mainContent .tableBody {
	padding-top: 5px;
}

#mainContent .newsletter_email,
#mainColumn .newsletter_email {
	width: 300px;

}

#sidebar .newsletter_div,
#newsletterWrapper .newsletter_div {
	font-size: 0.9em;
	width: 140px;
}

#sidebar .tableHead,
#newsletterWrapper .tableHead {
	text-align: left;
	font-weight: bold;
	color: #882222;
}
#sidebar .tablelabel,
#newsletterWrapper .tablelabel {
	display: block;
	font-size: 0.8em;
	text-align: left;
	margin-top: 5px;
}

#sidebar .newsletter_email,
#newsletterWrapper .newsletter_email {
	margin-top: 5px;
	width: 130px;
}
#sidebar .newsletter_submit,
#newsletterWrapper .newsletter_submit {
	display: block;
	text-align: right;
	margin-top: 5px;
}

#mainContent .aniSignupForm,
#mainColumn .aniSignupForm {

}


/* EVENT STYLES */

.eventTitle {
	text-align: center;
	font-size: 4.5em;
	font-style: italic;
	
}

.eventSubTitle {
	text-align: center;
	font-size: 1.9em;
}

.eventDateAndTime {
	text-align: center;
	font-size: 1.9em;
}

.eventImportantInformation {
	text-align: center;
	font-size: 1.5em;
}

#eventLocationInfo {
	margin-top: 40px;
	overflow: auto;
}

.eventAddress {
	width: 450px;
	float: left;

}

.eventAddress h2,
.eventAddress h3,
.eventAddress h4 {
	text-align: center;
	}

#eventDirectionDetails {
	margin-top: 20px;
}

#eventMap {
	float:  right;
}

#eventAddInfoSection {
	margin-top: 40px;
}

#registrationSection {
	margin-top: 40px;
}

#registrationSection h3 {
	margin-top: 20px;
}

p.notice {
	border-color: #409f49;
	border-width: 3px;
	border-style: solid;
	width: 85%;
	padding: 10px; 
	background-color: #a4ffa9;
	text-align: center;
	color: black;
	margin: 10px auto;
}

.registrationFormText {
	display: block;
	width: 550px;
	height: 100px;
	padding: 15px;
	font-size: 1.3em;
	font-family: Georgia, serif;
	margin: 10px auto 15px auto;
}

#submitRegistration {
	font-size: 1.3em;
	display: block;
	text-align: center;
	margin: 10px auto;
}
.registrationButtons {
	text-align: center;
}

#printView {
	text-align: right;
	font-size: 0.8em;
}
