/*==================================================
	LAZARUS GROUP CMS - www.lazarusgroup.com
	CMS Template Author: Scott Phelps (scott@lazarusgroup.com)
	Created: December 2008
	Website Designer: 
	Modified: 
	Project: 

	::::::: TOC :::::::
	^Reset
	^Globals
	^Structure
		^Navigation
	^Typography
	^CMS
	^Extras
==================================================*/

/* ^Reset */
* { padding: 0; margin: 0; }
a { outline: none; }

/* ^Globals */
html, body { height: 100%; }

body {
	background-image: url(images/bg_animated.gif);
	background-repeat: repeat;
	background-position: 0 0;
	color: #000;
	font: 68.5%/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;

	}

/* ^Structure */
#surround {
width: 1109px;
margin: auto;
}

#outer_wrap {
width: 1109px;
background-image: url(images/outer_wrap_bg.png);
background-repeat: repeat-y;
background-position: top left;
float: left;
}

#wrap {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 1000px;
	background-color: #f68d22;
	}

#head {
	background-color: #f1f1f1;
	height: 400px;
	padding: 0 0 0 0;
	width: 1000px;
	}

#content {
	width: 900px;
	margin: 2em auto 0 auto;
	padding-bottom: 100px;
	color: #fff;
	}
	
	
	#content #location_text {
	padding-left: 25px;	
	}
	
		#content #location_text #location_address_text {
		padding-left: 30px;	
		font-size: 14px;
		}
		
		#content #blog_exerpt {
		background-image: url(/images/slugger_orange.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		height: 350px;
		}

#footer {
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #f68d22;
	height: 30px;
	padding: 16px 0 0 20px;
	position:absolute;
		bottom:0;
	width: 980px;
	border-top: 1px solid #D52729;
	text-align: center;
	color: #fff;
	}

#head ul, #head li, #footer ul, #footer li { list-style: none outside; }

/* ^Navigation */
#head ul li {
	display: inline;
	margin: 16px 0 0 0;
	width: auto;
	}

#head ul li a,
#head ul li a:visited {
	color: #fff;
	display: block;
	float: left;
	font-size: 1.2em;
	padding: 0 16px;
	text-decoration: none;
	}

#head ul li a:hover {
	color: #d1d1d1;
	}

/* ^Foot */
#footer ul li {
	display: inline;
	margin: 16px 15px 0 0px;
	width: auto;
	text-align: center;
	}
	
	

#footer li a,
#footer li a:visited {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	font-weight: bold;
			text-shadow: 0 1px 1px #BF1200;
	}

#footer ul li a:hover { color: #7f0407; }

/* ^Typography */
#head h1 { /* insert logo */ }

h2 {
	font-size: 2.1em;
	height: 1.6em;
	letter-spacing: -.6px;
	line-height: 1.6em;
	text-align: center;
	color: #881e05;
	
	}

h3 {
	font-size: 1.8em;
	height :2em;
	letter-spacing: -0.8px;
	line-height: 2em;
	}

h4 { 
	font-size: 1.5em;
	height: 2.11em;
	letter-spacing: -0.2px;
	line-height: 2.9em;
	font-family: Arial, sans-serif;
	border-bottom: 1px solid #fff;
	}

h5 { 
	color: #fff;
	font-size: .9em;	
	height: 2.11em;
	letter-spacing: -0.2px;
	line-height: 2.9em;
	font-family: Arial, sans-serif;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	}

p { 
	margin: 0 0 16px 0;
	line-height: 1.42em;
	font-size: 1.3em;
	letter-spacing: .01em;
		text-shadow: 0 1px 1px #DF6E00;
	}

img {
	margin: 10px 30px;
	}

a, a:visited {
	color: #ffffff;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

pre { color: #5F5F5F; font-size: 13px; margin: 0 0 16px 0;}

#content ul { margin: 0 0 16px 0; }

#content li { font-size: 14px; line-height: 1.42em; }

#content ul li ul { margin: 0; }

#content ul li ul li { font-size: 14px; line-height: 1.42em; margin: 0 0 0 16px; }
	
/* ^CMS */

/* actionline */
.actionline {border-bottom: 1px dotted; padding: 0 0 7px;}

.actionline li {
	list-style: none outside;
	display: inline;
	width: 20px;
	height: 14px;
	line-height: 14px;
	}

.actionline a {padding: 0 14px; margin: 0 0 0 7px;}

.back {background: url(/images/arrow_left.gif) 0 7px no-repeat; border-right: 1px solid;}
.print {background: url(/images/printer.gif) 0 7px no-repeat; border-right: 1px solid;}
.email {background: url(/images/mail.gif) 0 7px no-repeat;}

/* email article */
form { font-size: 1.4em; 
margin-left: 150px;
}

#content #contact_box {
background-image: url(/images/cc.png);
background-repeat: no-repeat;
background-position: top left;
}

fieldset {
	border: 1px solid #d6d6d6;
	width: 600px;
	margin: 0 0 2em 0;
	padding: 14px 0;
	}

legend span { font-size: .9em; background-color: transparent; padding: 0 14px; font-family: Arial, sans-serif;}

form ul {
	margin: 30px;
	}

form li {
	list-style: none outside;
	line-height: 1.42em;
	margin: 1em 0;
	height: auto;
	}

.error {color: #C62E07; font-style: italic;}

form em {font-size: 14px;}

label { text-align: right; float: left; display: block; margin-right: 16px; width: 160px; }
input,textarea { border: 1px solid #9f9f9f; width: 300px; line-height: 1.42em; }
textarea { height: 200px; }
.submit { width: 120px; float: right; margin: 0 150px 0 0 ;}

/* ^Extras */


.media_lib_image_left {
float: left;
margin: 3px 20px 3px 3px;
border: 2px solid #bfddf2;
}

.media_lib_image_right {
float: right;
margin: 3 3 3 3;
padding-left: 20px;
}

.media_lib_image_center {
float: center;
margin: 3 3 3 3;
padding-right: 20px;
padding-left: 20px;
}

.media_lib_image {
margin: 3 3 3 3;
}

#news_feed {
float: right;
margin: 3 3 3 3;
padding-left: 20px;
width: 350px;
}

