/*

	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.

*/

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

body {
	font: large/1.1 Georgia, "Times New Roman", serif;
	color: #202020;
}

#headerWrapper {
	display: none;
}

#header {
}

#headerLogo {
	display: none
}

#headerImages {
	display: none
}



#navigationWrapper {
	display: none;
	
}


#printView {
	display:none
}


#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;
}


/* EVENT STYLES */

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

.eventSubTitle {
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 1.0em;
}

img {
	margin: 0em auto 2em;
}

p {margin: 2em 0px 2em;}

ul,ol,dl {
	margin: 2em 0 2em 2em;
}

li {
	margin: 0 0 1em 2em;
}

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

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

#eventLocationInfo {
	margin-top: 40px;
	overflow: auto;
	page-break-before: always;
}

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

}

.eventAddress h2,
.eventAddress h3,
.eventAddress h4 {
	text-align: center;
	font-size: 1.7em;
	}

#eventDirectionDetails {
	margin-top: 20px;
}

#eventMap {
	float:  right;
}

#eventAddInfoSection {
	page-break-before: always;
	margin-top: 40px;
}

#registrationSection {
	display: none;
	margin-top: 40px;
}
