/*---------------------------------------
MICHAEL ROWE FICTION
www.michaelrowefiction.com
MASTER STYLESHEET
Author: Michael Borum // etherweave.com
Version: November 2011, Updated November 2019
---------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i&display=swap');

/* GLOBAL RESETS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* END RESETS */

body {
	width: 100%;
	background: #000 url(../images/gradient-bg.png) fixed bottom repeat-x;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-weight: normal;
	color: #fff;
	}

h1, h2, h3, h4 {
	line-height: 150%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #699;
	}

h1 {
	font-size: 30px;
	}

h2 {
	font-size: 20px;
	}

h3 {
	font-size: 16px;
	}

h4 {
	font-size: 14px;
	}

em {
	font-style: oblique;
	}

strong {
	font-weight: bold;
	}

a:link {
	color: #699;
	text-decoration: underline;
	}

a:visited {
	color: #ccc;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #7e0000;
	text-decoration: underline;
	}

#container {
	background: url(../images/tree-background.jpg) no-repeat;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}

body.intro {
	background: #7e0000 url(../images/gradient-bg.png) repeat-x;
	}

body.intro #container {
	background: none;
	padding: 100px 0;
	text-align: center;
	}

.enterPageFeature {
	width: 700px;
	height: 400px;
	color: #bc833c;
	font-family: 'Josefin Sans', Arial, sans-serif;
	text-align: center;
	margin: 0 auto;
	}

/*
.enterPageFeature img.jacket {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	}

.enterPageFeature h1, h3 {
	color: #bc833c;
	}
*/

.enterPageFeature p {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	}

/*
.enterPageFeature p.blurb {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	margin: 15px 0 15px 0;
	}
*/

p.enterButton { /* INTRO PAGE ONLY */
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 20px;
	}

#siteNav ul { /* FOR HOME PAGE */
	clear: both;
	width: 100%;
	display: block;
	text-transform: uppercase;
	margin: 0;
	padding: 50px 0 0 105px;
	}

#siteNav ul li {
	float: left;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin: 0 30px 0 0;
	padding: 0;
	}

#siteNav ul li a, #siteNav2 ul li a {
	text-decoration: none;
	}
	
#siteNav ul li a:visited, #siteNav2 ul li a:visited {
	color: #ccc;
	}
	
#siteNav ul li a:hover, #siteNav2 ul li a:hover {
	color: #7e0000;
	}

#siteNav ul { /* FOR CONTENT PAGES */
	clear: both;
	width: 100%;
	display: block;
	text-transform: uppercase;
	margin: 0;
	padding: 50px 0 0 90px;
	}
		
#siteNav ul li {
	float: left;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin: 0 20px 0 0;
	padding: 0;
	}
	
img.brandMark {
	margin: 75px 0 0 0;
	padding: 0;
	}

div.brandMark {
	clear: both;
	width: 100%;
	margin: 25px 0 75px 0;
	padding: 20px 0 0 0;
	text-align: center;
	border-top: 1px solid #7e0000;
	}

.footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0 0 200px 0;
	}

.footer p {
	margin: 0 0 15px 0;
	padding: 0;
	}