* { 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; }
h1, h2, h3, h4, h5 { font-family: georgia, serif; }
/* ---------------------------------------------*/

body
{
	background: #303030;
	border-top: 5px solid #F2680C;
	padding-top: 20px;
	text-align:center;      
	color: #999;
	font: 62.5% georgia, serif;
}
#container
{
	text-align:left;
	font-size: 1.2em;
}

/* -------------------- HEADER ----------------------- */

#head
{
	position:relative;
	width: 800px;
	margin: 0 auto;
	padding-top: 1px;
}
	#head h1 a
	{
		display:block;
		color: #F2680C;
		height: 50px;
		width: 650px;
		padding: 25px 0 0 55px;
		font-weight:normal;
		margin: 10px 0 0 40px;
        margin-bottom: 20px;
	}
    #head h1 a span
    {
    	color: #F23A0C;
    }

/* -------------------- 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 20px;
			font-size: 1.2em;
		}
		.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: 28px;
}
	.sticky
	{
		position:relative;
		font-size: 1.3em;
		float:left;
		display:inline;
	}
	.sticky h2
	{
		font-size: 1.3em;
		font-weight:normal;
	}
		#sticky1
		{
			color: #FFB380;
			width: 350px;
			margin: 0 50px 0 30px;
		}
			#sticky1 h2
			{
				color: #fff;
			}
		#sticky2
		{
			width: 300px;
			color: #de7937;
		}
			#sticky2 h2
			{
				color: #fff;
			}

	.sticky a.more
	{
		position:absolute; bottom: -10px; right: 10px;
		display:block;
		height: 15px;
		width: 60px;
		font-size: 0.9em;
		text-indent: -999em;
		overflow:hidden;
	}


/* -------------------- LATEST ----------------------- */
#latest
{
	background: #252525;
	padding: 20px 0;
}
#latest_top,
#latest_bottom
{
width: 700px;
margin: 0 auto;
display:block;
height: 10px;
}

#latest .post
{
	margin: 0 auto;
	width: 720px;
}
	#latest h3
	{
		color: #F23A0C;
		font-size: 1.5em;
	}
	#latest p
	{
		font-size: 1.2em;
	}


/* -------------------- MAIN CONTENT ----------------------- */


#main
{
	width: 800px;
	margin: 15px auto;
    margin-left: 80px;
}
	#main-inner
	{
		float:left;
	}
#content
{
	width: 564px;
	float:left;
	display:inline;
}
	#content-inner
	{
		padding: 0 25px 25px;
		margin-top: 20px;
	}


/* -------------------- POSTS ----------------------- */

.post
{
	padding-bottom: 25px;
}
	.post p
	{
		line-height: 1.5;
	}
	h3
	{
        font-size:200%;
		position:relative;
		margin: 1.5em 0 1em;
        margin-top: 20px;
        padding-top: 10px;
        margin-bottom: 30px;
		font-weight: normal;
		color: #F2680C;
		display:block;
	}
	span.posted
	{
        font-style:italic;
		position:relative;
		/*position:absolute; top:0; right:0;*/
        padding-right: 20px;
		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;
		}
		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: 150px;
	float:left;
	margin-left: 25px;
	display:inline;
}
	#sidebar h3
	{
		font-weight:normal;
		color: #777;
		margin-top: 2em;
		padding-bottom: 15px;
		text-align:center;
		display:block;
	}
	#sidebar a
	{
		color: #777;
	}




/* -------------------- FOOTER ----------------------- */


#foot
{
	clear:both;
	margin: 20px auto;
	width: 720px;
	padding: 20px 0 0;
    margin-left:80px;
}
	.foot_nav a
	{
		padding: 0 5px;
	}
	.search_form
	{
		margin: 0 20px 0 0;
		float:left;
	}

.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;
}

/* ---------------------------------------------*/
body { background: #f2efec; color: #333; }
#container {}

/* -------------------- HEADER ----------------------- */
#head h1 a {}
#head h1 a:hover{}

/* -------------------- MENU ----------------------- */
.nav li a.current { border-bottom: 2px solid #ddd; }

/* -------------------- LATEST ----------------------- */
#latest { background: #fff; }
#latest_top  {  background: url(../img/fireplay-7.gif) no-repeat center top; }
#latest_bottom  {  background: url(../img/fireplay-8.gif) no-repeat center top; }

/* -------------------- MAIN CONTENT ----------------------- */
#content{ background: url(../img/fireplay-10.gif) no-repeat;}
#content-inner { background: #fff url(../img/fireplay-11.gif) no-repeat left bottom; }

/* -------------------- POSTS ----------------------- */
p.comments_more a { background: url(../img/fireplay-12.gif) no-repeat; }

/* -------------------- SIDEBAR ----------------------- */
#sidebar h3 { color: #000; background: url(../img/fireplay-4.gif) no-repeat center bottom; font-size:150%; }
#sidebar a { color: #333; }

/* -------------------- FOOTER ----------------------- */
.search_form input { background: #fff; border: 1px solid #ddd; }

/* -------------- COMMENTS ----------------- */
ol.comments li { background: #f1f1f1; }
#txpCommentInputForm input, #txpCommentInputForm textarea { border: 1px solid #ddd; background: #fff; color: #333; }

#sidebar ul li { font-size:120%; font-family: georgia, serif; }
.post h2 { font-family: georgia, "Trebuchet MS"; font-size:160%; font-weight:normal; letter-spacing:-1px; color:#555; color: #646151; margin-bottom: 20px; }
.post h4 { font-weight:normal; font-family: serif; font-size:150%; letter-spacing:-1px; color:#6f6c5c; }
.post h3 { letter-spacing:-1px; }
span.posted	{ color: #cdcdcd; letter-spacing: 0; font-size: 70%; }

#head h1 span.header { color: #F25000; height: 50px; width: 650px; padding: 25px 0 0 55px; font-weight:normal; margin: 10px 0 0 40px; margin-bottom: 20px; }
.post h5 { font-family: georgia, "Trebuchet MS"; font-size:130%; font-weight:normal; letter-spacing:-1px; color:#555; margin-bottom: 20px; }
.post h3 a:hover { background: #F57840; color: #fff; }



