/*
Theme Name: stlonfire 2010
Theme URI: http://www.stlonfire.com
Description: Brand spankin' new theme for 2010!!
Version: 1.0
Author: Joe Montana
Author URI: http://www.joemontana.com
*/

/* Begin Typography & Colors */
body {
	margin: 0px;
	padding: 0px;
	background-color: #eeede7;
	font-family: arial, sans-serif;
	font-size: 12pt;
}
a {
	text-decoration: none;
}
img {
	border: 0px none;
}
#mainContainer {
	margin: 0px auto;
	padding: 0px;
	height: 700px;
	width: 955px;
}
#header {
	background: transparent url('images/header_bg.jpg') no-repeat scroll 0px 0px;
	height: 83px;
	width: 955px;
	position: relative;
}
#headerLogo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#headerLogo a {
	display: block;
	width: 280px;
	height: 83px;
	margin: 0px;
	padding: 0px;
}
#headerLinks {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: .6em;
}
#headerLinks a {
	color: #2a5568;
}
#navigation {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: right;
	font-size: .8em;
}
#navigation ul {
	padding: 55px 0px 0px;
	margin: 0px;
}
#navigation ul li {
	margin: 0px;
	padding: 0px 2px;
	float: left;
	list-style-type: none;
	text-decoration: none;
}
#navigation ul li a {
	float: left;
	padding: 7px;
	color: #2a5568;
}
#navigation ul li a:hover {
	background-color: #dad8cb;
}
#searchBox {
	height: 41px;
	width: 208px;
	padding: 53px 0px 0px 15px;
	background: transparent url('images/search_box.jpg') no-repeat scroll 0px 38px;
	float: right;
}
#searchBox input {
	background-color: transparent;
	border: 0px none;
}
#headerIcons {
	float: right;
	padding: 50px 0px 0px;
}
#flashContainer {
	margin: 15px 0px 0px;
	background-color: #183c4c;
	width: 955px;
	height: 340px;
	overflow: hidden;
}
#newStories {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	height: 300px;
	width: 650px;
	float: left;
}
#newPhotos {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	height: 140px;
	width: 245px;
	float: left;
}
#newPhotos2 {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	height: 140px;
	width: 245px;
	float: left;
}
#newStories li, #newPhotos li, #newPhotos2 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#proTip {
	color: #2a5568;
	padding: 10px 0px
}
#proTip h3, #proTip h4 {
	font-style: italic;
	display: inline;
}
#hRule {
	height: 5px;
	width: 955px;
	background: transparent url('images/hr.jpg') no-repeat scroll 0px 0px;
}
#mainContent {
	color: #2a5568;
	font-size: .9em;
}
#footer {
	color: #2a5568;
	font-size: .7em;
}
h3.postTitle {
	font-size: 1.9em;
	color: #2a5568;
	margin-bottom: 0px;
}
h3.postTitle a {
	color: #2a5568;
}
.indexTitle {
	margin: 2px 0px;
	padding: 0px;
}
.indexTitle a {
	color: #2a5568;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#mainContent .entry img {
	margin: 0px 5px 5px 0px;
}