* { margin:0; padding:0; outline:0; }
#accessibility { display:none; }
form * {font: 1em helvetica, arial, sans-serif;}
acronym, dfn { border-bottom: 1px dotted #000; color: #000; cursor: help; }
p, ol, ul, dl, table
{ 
	margin: 0.3em 0 1em; 
	font-family: tahoma, verdana, arial, sans-serif;
	line-height: 1.2em;
}
ol { margin-left: 3.7em; }
ul { list-style:none; }
a { text-decoration:none; color: #F23A0C; }
a:hover { text-decoration: underline; }
a img { border:0;}
.center { text-align:center; }
.right { text-align:right; }
.input_box { text-align:right; font-size: .8em; float: right; padding: 10px 0 2px 0;}

.contact_input_left { text-align:left; font-size: .9em; float: left; padding: 10px 0 2px 0;}
.contact_input_right { text-align:left; font-size: .9em; float: right; padding: 10px 0 2px 0; position: relative; font-style: italic; padding: 0 0 152px 0;}

.contact_input_right label { font-style: italic; }

.client_login { text-align:left; font-size: .8em; float: left;}
h1, h2, h3, h4, h5 { font-family: georgia, serif; }
/* ---------------------------------------------*/

body
{
	background: #303030;
	border-top: 5px solid #F2680C;
	padding-top: 20px;
	text-align:center;
	color: #ccc;
	font: 62.5% georgia, serif;
}
#container
{
	background: url(../images/fire/dark/header.gif) no-repeat center top;
	text-align:left;
	font-size: 1.2em;
}




/* -------------------- HEADER ----------------------- */

#head
{
	position:relative;
	width: 800px;
	height: 270px;
	margin: 0 auto;
	padding-top: 1px;
}
	#head h1 a
	{
		display:block;
		background: url(../images/fire/dark/logo.png) no-repeat left center;
		color: #F2680C;
		 height: 80px;
		width: 278px;
		padding: 5px 0 0 55px;
		font-weight:normal;
		margin: 0px 0 0 20px;
	}
		#head h1 a span
		{
			color: #F23A0C;
		}
	#head h1 a:hover
	{
		background-image: url(../images/fire/dark/logo_h.png);
	}

/* -------------------- MENU ----------------------- */
	.nav 
	{
		position:absolute; top:40px; right:20px;
		font-family: georgia, serif;
	}



		.nav li 
		{
			float:left;
			display:inline;
		}
		.nav li a
		{
			display:block;
			padding: 3px;
			margin: 0 5px;
			font-size: 1.0em;
		}
		.nav li a.current
		{
			border-bottom: 2px solid #000;
		}
		.nav li a:hover
		{
			border-bottom: 2px solid #de7937;
			text-decoration:none;
		}




/* -------------------- ABOUT TEXT ----------------------- */

#about_text
{
	 padding: 0 0 0 18px;
         line-height: 16px;
         
}
	.sticky
	{
		position:relative;
		font-size: 1.3em;
		float:left;
		display:inline;
	}

    

	.sticky h2
	{

		margin: 1em 0 .5em;
		font-weight: normal;
		font-weight: bold;
		display:block;
		font-size: 1.3em;
		font-weight:normal;
	}
		#sticky1
		{

			color: #FFB380;
			width: 350px;
			margin: 0 50px 0 30px;
		}
			#sticky1 h2
			{       font-variant: small-caps;
				color: #fff;
			}
		#sticky2
		{
			width: 300px;
			color: #de7937;
		}
			#sticky2 h2
			{
				color: #fff;
			}

	.sticky a.more 
	{
		position:relative; bottom: -10px; right: 10px;
		display:block;
		height: 15px;
		width: 60px;
		font-size: 0.9em;
		text-indent: -999em;
		overflow:hidden;
	}
		#sticky1 a.more
		{
			background: url(../images/fire/dark/more_orange.gif) no-repeat;
float: right;

		}
		#sticky2 a.more
		{
			background: url(../images/fire/dark/more_red.gif) no-repeat;
float: right;
		}
	

/* -------------------- LATEST ----------------------- */
#latest
{
	background: #252525;
	padding: 5px 0 0 0;
}
	#latest_top,
	#latest_bottom 
	{ 
		width: 700px;
		margin: auto;
		display:block;
		height: 10px;
	}
	#latest_top 
	{ 
	background: url(../images/fire/dark/latest_top.gif) no-repeat center top;
	}
	#latest_bottom 
	{ 
	background: url(../images/fire/dark/latest_bottom.gif) no-repeat center top;
	position:relative; top: -1px;
	}


#latest .post
{
	margin: 0px auto;
	width: 720px;
}
	#latest h3
	{
		color: #F23A0C;
		font-size: 1.7em;
               font-variant: small-caps;
border-bottom: 2px solid #de7937;
			
	}
	#latest p
	{       text-align: center;
		font-size: 1.4em;
	}

        #latest .more
        {
              float: none;
text-align: right;
padding-top: 25px;
margin: 0 0 0 665px;
}




/* -------------------- MAIN CONTENT ----------------------- */


#main 
{
	width: 800px;
	margin: 15px auto;
}
	#main-inner
	{
		float:left;
	}
#content
{
	background: url(../images/fire/dark/content_top.gif) no-repeat;
	width: 564px;
	float:left;
	display:inline;
}
	#content-inner
	{
background-attachment:fixed;
		background: #252525 url(../images/fire/dark/content_bottom.gif) no-repeat 0% 100%;
		padding: 0 25px 25px;
		margin-top: 20px;
position: relative; top: -1px;
	}

#content-bottom
 {
float:left;
	display:inline;
width: 564px;
}


/* -------------------- POSTS ----------------------- */




.post 
{
	 padding-bottom: 2px;

}
	.post p
	{
		line-height: 1.5;
	}
        .post h2
        {
               position:relative;
		margin: 1em 0 1em;
		font-weight: normal;
		color: #F2680C;
		display:block;
                border-bottom: 2px solid #de7937;
}
    
	.post h3
	{
		position:relative;
		margin: 1.5em 0 1em;
		font-weight: normal;
		color: #F2680C;
		display:block;
          
	}
	span.posted
	{
		position:absolute; top:0; right:0;
		font-size: 0.9em;
		color: #000;
	}
	p.comments_more

	{
		text-align:right;
	}
		p.comments_more a

		{
			display:block;
			text-indent: -999em;
			overflow:hidden;
			height: 1px;
			padding-top: 25px;
			float:right;
			margin: 0 3px;
			background: url(../images/fire/dark/comments_more.gif) no-repeat;
		}
		p.comments_more a.comments_invite
		{
			width: 90px;
		}
		p.comments_more a.more
		{
			background-position: -90px 0;
			width: 53px;
		}

	.search strong
	{
		background: #ffc;
	}






/* -------------------- SIDEBAR ----------------------- */


#sidebar 
{
	width: 175px;
	float:left;
	margin-left: 25px;
	display:inline;
        color: #555;
}
	#sidebar h3
	{
		font-weight:normal;
		color: #777;
		background: url(../images/fire/dark/side_hr.gif) no-repeat center bottom;
		margin-top: 2em;
		padding-bottom: 15px;
                margin-left: -25px;
		text-align:center;
		display:block;
	}
	#sidebar a
	{
		color: #777;
	}




/* -------------------- FOOTER ----------------------- */


#foot
{
	clear:both;
	margin: 20px auto;
	width: 720px;
	padding: 20px 0 0;
}
	.foot_nav a
	{
		padding: 0 5px;
	}
	.search_form 
	{
		margin: 0 20px 0px 0;
		float:left;
	}
        .credit {
font-size: .8em;
margin: 5px 0 0 75px;
}

.search_form input 
	{ 
	border: 1px solid #555;
	background: #000;
	color: #777;
	padding: 0.2em;
	}




/* -------------- COMMENTS ----------------- */

ol.comments 
{
	list-style:none;
	padding:0;
	margin:0;
}
ol.comments li
{
	padding: 15px 15px 1px;
	background: #000;
	margin: 10px 0;
}

form#txpCommentInputForm
{
	margin: 50px 0 0;
	border-top: 2px solid #de7937;
	padding: 30px 0 0;
}
a#txpCommentHelpLink
{
	font-size: 0.9em;
}
textarea#message
{
	height: 250px;
	width: 400px;
}
#txpCommentInputForm label
{
	text-transform:uppercase;
}
#txpCommentInputForm input,
#txpCommentInputForm textarea
{
	padding: 0.2em;
	border: 1px solid #000;
	background: #303030;
	color: #777;
}
#txpCommentInputForm td
{
	vertical-align: top;
	padding: 3px;
	border:0;
}








