/* TECHNICAL DETAILS */

/* STYLE COPYRIGHT 2009 ASHLEY MCQUAID FOR SPIRITFIRE
   HTTP://WWW.TENTHMUSE.NET */
   
/* Color Palette:
	Gold: #daa938
	Grey: #d8d8d8
	Cream: #f2dca9 */
	
	
	
/* GLOBALS */

* {
	margin: 0;
	padding: 0;
	}
	
html {
	overflow-y: scroll;
	}
	
html, body {
	height: 100%
	}
	
body {
	font-size: 16px;
	font-family: times new roman, serif;
	line-height: 22px;
	color: #d8d8d8;
	background: url(http://www.spiritfire.net/images/sfbkg.jpg) top center repeat;
	}
	
a img {
	border: none;
	}
	
a {
	color: #daa938;
	text-decoration: none;
	}
	
a:hover {
	color: #f2dca9;
	} 
	
h1 {
	font-size: 30px;
	font-weight: normal;
	color: #d8d8d8;
	margin-bottom: 15px;
	text-align: center;
	}
	
h2 {
	font-size: 25px;
	font-weight: normal;
	color: #daa938;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #daa938;
	margin-top: 0px;
	margin-bottom: 5px;
	}
	
p {
	margin-top: 0px;
	margin-bottom: 7px;
	}
	
	
/* UTILITY */

.floatleft {
	float: left;
	}
	
.floatright {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
	
	
/* STRUCTURE */

#pagewrap {
	position: relative;
	margin: auto;
	width: 960px;
	min-height: 100%;
	}
	
#header {
	position: relative;
	margin: auto;
	width: 100%;
	height: 212px;
	background: url(http://www.spiritfire.net/images/sfheaderbkg.jpg) top center no-repeat;
	}
	
#contentmargin {
	position: relative;
	margin-left: 69px;
	margin-right: 65px;
	width: 826px;
	background: url(http://www.spiritfire.net/images/sfcontentbkg.jpg) top center repeat-y;
	}
	
#content {
	padding-left: 20px;
	padding-right: 24px;
	padding-top: 18px;
	padding-bottom: 20px;
	}
	
#footer {
	position: relative;
	margin: auto;
	width: 100%;
	height: 240px;
	background: url(http://www.spiritfire.net/images/sffooterbkg.jpg) 0 0 no-repeat;
	}
	
	
	
/*HEADER*/

#homebanner {
	position: relative;
	top: 0px;
	left: 0px;
	height: 174px;
	width: 960px;
	}
	
#homebanner a {
	display: block;
	height: 174px;
	background: url(http://www.spiritfire.net/images/homebanner.jpg) top center no-repeat;
	}
	
#homebanner a:hover {
	background-position: 0 -174px;
	} 
	
#missionlink {
	position: relative;
	top: 0px;
	left: 138px;
	height: 29px;
	width: 133px;
	}
	
#missionlink a {
	display: block;
	height: 29px;
	background: url(http://www.spiritfire.net/images/missionlink.jpg) 0 0 no-repeat;
	}
	
#missionlink a:hover {
	background-position: 0 -29px;
	}
	
#updatelink {
	position: relative;
	top: -29px;
	left: 275px;
	height: 29px;
	width: 149px;
	}
	
#updatelink a {
	display: block;
	height: 29px;
	background: url(http://www.spiritfire.net/images/updatelink.jpg) 0 0 no-repeat;
	}
	
#updatelink a:hover {
	background-position: 0 -29px;
	}
	
#everettlink {
	position: relative;
	top: -58px;
	left: 424px;
	height: 28px;
	width: 142px;
	}
	
#everettlink a {
	display: block;
	height: 28px;
	background: url(http://www.spiritfire.net/images/everettlink.jpg) 0 0 no-repeat;
	}
	
#everettlink a:hover {
	background-position: 0 -28px;
	}
	
#samlink {
	position: relative;
	top: -86px;
	left: 566px;
	height: 29px;
	width: 89px;
	}
	
#samlink a {
	display: block;
	height: 29px;
	background: url(http://www.spiritfire.net/images/samlink.jpg) 0 0 no-repeat;
	}
	
#samlink a:hover {
	background-position: 0 -29px;
	}
	
#shanelink {
	position: relative;
	top: -115px;
	left: 655px;
	height: 29px;
	width: 114px;
	}
	
#shanelink a {
	display: block;
	height: 29px;
	background: url(http://www.spiritfire.net/images/shanelink.jpg) 0 0 no-repeat;
	}
	
#shanelink a:hover {
	background-position: 0 -29px;
	}
	
#bioslink {
	position: relative;
	top: -144px;
	left: 769px;
	height: 29px;
	width: 89px;
	}
	
#bioslink a {
	display: block;
	height: 29px;
	background: url(http://www.spiritfire.net/images/bioslink.jpg) 0 0 no-repeat;
	}
	
#bioslink a:hover {
	background-position: 0 -29px;
	}
	
	
	
/* HOME PAGE ELEMENTS */

#homeleft {
	float: left;
	width: 380px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 18px;
	}
	
#homeright {
	float: right;
	width: 380px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 18px;
	}
	
#homeleft h1, #homeright h1 {
	text-align: left;
	}
	
#homeleft h2, #homeright h2 {
	font-size: 14px;
	font-weight: normal;
	color: #daa938;
	margin-bottom: 0px;
	}

.title {
	color: #daa938;
	font-size: 42px;
	}
	
.blurbtext {
	font-size: 24px;
	}
	
.statement {
	font-size: 24px;
	color: #daa938;
	}
	
a.read {
	color: #f2dca9;
	font-style: italic;
	text-decoration: none;
	}
	
a.read:hover {
	color: #daa938;
	}
	
div.blurb {
	margin-bottom: 20px;
	line-height: 28px;
	}
	
div.update, div.bio, div.recent {
	margin-bottom: 10px;
	}
	
div.bio img {
	float: left;
	margin-right: 5px;
	}
	
div.authors {
	margin-bottom: 20px;
	}

	
	
/*FOOTER*/
	
#footerinfo {
	position: relative;
	left: 105px;
	top: 6px;
	width: 316px;
	height: 72px;
	}
	
#footersearch {
	position: relative;
	left: 626px;
	top: -63px;
	width: 253px;
	height: 26px;
	}
	
p.copyright {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	margin-top:0px;
	}
	
p.footerlink {
	margin-bottom: 0px;
	}
	
#s {
	width: 175px;
	margin-right: 6px;
	}
	
	
	
/* POST STYLES */

h2.posttitle {
	margin-bottom: 0px;
	}
	
p.date {
	font-style: italic;
	color: #f2dca9;
	margin-bottom: 10px;
	}
	
p.commentlink {
	color: #f2dca9;
	}
	
p.commentlink a {
	color: #f2dca9;
	text-decoration: underline;
	}
	
p.commentlink a:hover {
	color: #daa938;
	}
	
p.postinfotop {
	font-style: italic;
	color: #f2dca9;
	margin-bottom: 10px;
	}
	
p.postinfo {
	font-style: italic;
	color: #f2dca9;
	margin-top: 13px;
	margin-bottom: 10px;
	}
	
p.postinfo a {
	color: #f2dca9;
	text-decoration: underline;
	}
	
p.postinfo a:hover {
	color: #daa938;
	}
	
#comment { 
	width: 600px;
	}
	
.authorlink {
	color: #f2dca9;
	}
	
.authorlink a {
	color: #f2dca9;
	text-decoration: underline;
	}
	
.authorlink a:hover {
	color: #daa938;
	}
	
div.commentdiv {
	margin-bottom: 20px;
	border-left: 3px solid #daa938;
	padding-left: 8px;
	}
	
#responsetitle {
	margin-top: 10px;
	margin-bottom: 15px;
	}