@charset "utf-8";
/* Comments are entered like this */

/*
Theme Name: Fanning the Flame, Stormy Style :)
Author: Reese Dante
*/

/*this is to keep page from shifting to left on load in safari and firefox*/
html { overflow: -moz-scrollbars-vertical !important; }


body {
	position: relative; /* for Internet Explorer */
  	background: url(/images/red_bg.jpg);
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #101010;
	font-size: small;
	text-align: left;
}

.star_rating {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: small;
	font-variant:small-caps;
	font-weight:bold;
}

.bold_white_heading {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: white;
	font-size: small;
	font-variant:small-caps;
	font-weight:bold;
}

a:link {color:#990000; text-decoration: none;font-style:italic;}    /* unvisited link */
a:visited {color:#990000; text-decoration: none;font-style:italic;} /* visited link */
a:hover {color:#990000; text-decoration:underline;font-style:italic;}   /* mouse over link */
a:active {color:#990000; text-decoration: none;font-style:italic;}  /* selected link */


.lg_b_heading {font-size: large; color: #990000; font-weight:bold;}

.lg_b_hdg_caps {
	font-size:x-large;
	color: #990000;
	font-variant:small-caps;
	font-style: normal;
	font-weight:bold;
}

.lg_b_hdg_italic {font-size: large; color: #990000; font-weight:bold; font-style:italic;}

.med_heading {font-size: medium; color: #990000;}

.med_bd_heading {font-size: medium; font-weight:bold; color: #990000;}

.med_hdg_italic {font-size: medium; color: #990000; font-style:italic;}

.med_bod_hdg_it {font-size: medium; color: #990000; font-weight:bold; font-style:italic;}

.italic_body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #101010;
	font-size: small;
	font-style:italic;
}

.red_body_bd {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: small;
	font-weight:bold;
}

.italic_series {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: small;
	font-style:italic;
	font-weight:bold;
}

.copyright {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #948D77;
	font-size: x-small;
	text-align: center;
}



/* this adds an image to the background of a table, this way, the image appears in the background and you can still edit the content without a problem */
.menu_headingb {
	background-image:url(/images/menu_title_bg.png);
	background-repeat: repeat-x;
	background-position:center center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	text-align: left;
	text-indent:10px;
} 

.table_heading {
	background-image:url(/images/table_hdg.png);
	background-repeat: repeat-x;
	background-position:center center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: large;
	font-weight:bold;
	text-align: center;
} 



.menu_bkgrd {
	background-image:url(/images/menu_bkgrd.png);
} 

.nav {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #948D77;
	font-size: small;
	text-align: left;
	text-indent:5px;
}

a.nav:link {color:#948D77; text-decoration: none;}    /* unvisited MENU link */
a.nav:visited {color:#948D77; text-decoration: none;} /* visited MENU link */
a.nav:hover {color:white; text-decoration: none;}   /* mouse over MENU link */
a.nav:active {color:white; text-decoration: none;}  /* selected MENU link */



.pg_bottom_bg {
	background-image:url(/images/pg_bottom.png);
	background-repeat:no-repeat;
	background-position:center center;
} 

.body_bg {
	background-image:url(/images/body_bkgrd.png);
	background-repeat:repeat-y;
	background-position:center center;
	text-align: left;
} 

.excerpt {
	background-image:url(/images/exc_body_bkgrd.png);
	background-repeat:repeat-y;
	background-position:center center;
	text-align: left;
} 

.exc_bottom {
	background-image:url(/images/exc_bottom.png);
	background-repeat:no-repeat;
	background-position:center center;
} 