/*
Theme Name: WheelingFire 2010
Theme URI: http://wheelingfire.com
Description: A brand new, from scratch theme for WheelingFire.com, created with Photoshop CS4 and coded up by hand. 
Version: 5.0
Author: Andrew Cunningham
Author URI: http://theboxalarmnetwork.com/blog
Tags: wheelingfire, fire department, firefighter, 2010 theme

Colors:
#302e2e dark black
#f54b08 orange
*/

@import "../wfdThemeDev/style/css/reset.css";
@import "../wfdThemeDev/style/css/typography.css";
@import "../wfdThemeDev/style/css/layout.css";

/****UTILITY CLASSES****/
.clearfloat { 
	clear: both;
    height: 25px;
    font-size: 1px;
    line-height: 0px;
}



/****GENERAL STYLES****/


body {
	background: url(images/body_bg.jpg) no-repeat fixed top #302e2e;
	background-color: #302e2e;
        color: #fff;
        
}

h1, h2, h3, h4, h5, h6 {
	color: #f54b08;
	text-transform: uppercase;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
        margin:.6em 0 .3em;
}

p {
	color: #D2D6D1;
	font-family:"Segoe UI",Calibri,"Myriad Pro",Myriad,"Trebuchet MS",Helvetica,Arial,sans-serif;
        margin:.6em 0 .3em;
	line-height:130%;
}

img {
	border: 0;
	padding: 5px 5px 5px 5px;
}

#wrap {

	width: 940px;
	margin: 0 auto;
}

.body-bg {
	background: url(images/2cols.png) repeat-y 50% 0;
	width: 940px;
	height: 100%;
	margin: 25px 0px 15px 0px;
	padding: 0;
	clear: both;
}

.body-bg2 {
	background: url(images/2cols.png) repeat-y 50% 0;
	width: 940px;
	height: 100%;
	margin: 25px 0px 15px 0px;
	padding: 0;
	clear: both;
}


a:link, a:active, a:visited {
	color: #FC0;
	text-decoration: none;
}

a:hover {
	color: #FC0;
	text-decoration: underline;
}

/****HEADER STYLES****/

#header {
	margin: 40px 0px 20px 0px;
}

h1#logo {
	background: url(images/header_bg.png) no-repeat;
	width: 940px;
	height: 248px;
	text-indent: -100000px;
}

/****NAVIGATION STYLES****/

ul#nav {
	line-height: 50px;
        font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f54b08;
}

ul#nav li {
	display: inline;
	margin: 0px 15px 0px 15px;
}

ul#nav li.current_page_item a {
	border-bottom: 2px solid #000;
}

ul#nav li a {
	color: #000;
}

/****HOME STYLES****/

#featured_section {
	background-color: #302e2e;
	background: url(images/fightWhatYouFear.jpg) no-repeat center #302e2e;
	width:940px;
	height:350px;
	margin: 15px 0px 15px 0px;
	padding: 0;
}

h3#tagline {
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	line-height: 30px;
	margin: 50px, 0px, 100px, 0px;
	position: relative;
	background-color: #302e2e;
	height: 35px;
	width: 940px;
}

/****FRONT COLUMNS****/

.front_columns {
	width: 900px;
	font-size:13px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	background-color: #302e2e;
	
}

.front_columns h2 {
	font-size: 16px;
	font-wieght: normal;
	color: #f54b08;
}

/****NEWS BLOG STYLES index.php****/

.news-post-title  a {
	font-size: 18px;
	text-transform: uppercase;
	color: #f54b08;
	text-decoration: none;
}

.news-post-title  a:hover {
	color: #fff;
	text-decoration: none;
}

#postwrap p.news-post-date {
	color: #FC0;
	text-transform: uppercase;
	font-size:15px;
}

#postwrap p.news-post-posted-in {
	color: #fff;
	font-size:14px;
}


/****SINGLE ENTRY POST STYLES single.php ****/

.single-post-title  {
	font-size: 18px;
	text-transform: uppercase;
}


/****SIDEBAR STYLES****/

#sidebar {
	width: 250px;
	float: right;
	padding-top: 65px;
}

/****PAGE CONTENT STYLES page.php ****/

#content {
	width: 600px;
	position: relative; 
	float: left;
	padding: 0;
}



#single-post {
	background: url(images/2cols.png) repeat-y 50% 0;
	width: 940px;
	height: 100%;
	margin: 25px 0px 15px 0px;
	padding: 0;
	clear: both;
}


#postwrap {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	float: left;
	width: 550px;
	padding: 10px 20px 10px 20px;
	position: relative;
	margin: 15px 0px 12px 0px;
}



h2.pagetitle {
	color: #f54b08;
	font: 24px/28px Helvetica, Arial, sans-serif;
	margin: 10px 0px 15px; 
	padding: 0;
}


/****FOOTER STYLES****/

#footer2 {
	background-color: #302e2e;
	width: 940px;
	height: 207px;
	top: 25px;
	margin: 0px 0px 15px 0px;
	padding: 0;
	color: #9f9f9f;
	font-size: 14px;
	text-align: center;
	position: inherit;
	clear: both;
}

#footer-logo {
	background: url(images/tbanLogo.png) no-repeat right;
	width: 346 px;
	height: 208px;
	margin-right: 3px;
}

.footer-text {
	color: #9f9f9f;
	text-align: left;
	padding: 180px 0px 0px 10px;
	
}

#footer ul {
	text-align: center;
}

#footer ul li {
	display: inline;
	text-align:center;
}

#footer ul li.current_list_item a {
	color: #FFF;
	text-decoration: none;
}

#footer ul li a {
	color: #CCC;
	text-decoration: none;
}

#footer p {
	text-align: center;
}

<!--[if IE]>
<style>
.item {
margin: 5px;
padding: 10px;
}
</style>
<![EndIf]-->