/* When copying to blog theme folder, replace '../images' with '../../../../images' */

/* BASIC ELEMENTS */
html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body { 
	font-family: Trebuchet MS,Arial,Gill Sans,Verdana,Tahoma,Georgia,Helvetica,sans-serif;
	font-size: small;
	color: #000000; 
	margin: 0; 
	padding: 0;
	text-align: center;
	background-image: url('../images/background.jpg');
	background-attachment: fixed;
	background-repeat:repeat;
	background-color: #000000;
}

br {
	clear: both;
}

hr {
	width: 75%;
	height: 1px;
	color: #990000;
	background-color: #990000;
	text-align: center;	
}

ul li {
	padding-bottom: 10px;
	list-style-type: circle;
	font-family: Arial,Trebuchet MS,Gill Sans,Verdana,Tahoma,Georgia,Helvetica,sans-serif;
}

li.new {
	list-style-image: url('../images/bullet-new.gif');
}

li.star {
	list-style-image: url('../images/bullet-star.gif');
}

/* PAGE HEADINGS; SUBHEADINGS */
h1, h2 {
	clear: both;
	margin-top: 0;
}

/* FREEREAD TITLES */
h3 {
	clear: both;
	text-align: center;
	margin-top: 0;
}

p {
	font-family: Arial,Gill Sans,Trebuchet MS,Verdana,Tahoma,Georgia,Helvetica,sans-serif;
	font-size: small;
}

img, a img {
	border: none;
}

a:link {
	color: #000080;
	
}

a:visited {
	color: #800000;
}

a:hover {
	color: red;
}

/* RELEASE AND WIP BOOK TITLES */
.titlesm {
	text-transform: uppercase;
	font-family: Trebuchet MS,Arial,Gill Sans,Verdana,Tahoma,Georgia,Helvetica,sans-serif;
	font-weight: bold;
	margin-top: 0;
}

/* DIVS FOR ALL */
#wrap {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	border: solid 2px #480701;
}

#header {
	background-color: #990000;
	width: 750px;
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Georgia,Helvetica;
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	clear: both;
}

#contents {
	margin: 0;
	padding: 20px 20px 10px 20px;
	padding /*\**/: 20px\9; /* override for IE8 */
	text-align: left;
	width: 710px;
	width /*\**/: 750px\9; /* override for IE8 */
	clear: both;
}

#menu {
	background-color: #6A0000;
	background-image: url('../images/bg-menu.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 1px 0px 1px 0px;
	margin: 0;
	width: 750px;
	clear: both;
	color: #ffffff;
}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial,Verdana,Tahoma,Georgia,Helvetica;
	font-size: small;
}

#menu a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-family: Arial,Verdana,Tahoma,Georgia,Helvetica;
	font-size: small;
}

#footer {
	margin: 0 auto;
	padding: 10px 0 25px 0;
	width: 750px;
	color: #ffffff;
}

#lastmod {
	width: 375px;
	float: left;
	text-align: left;
}

#copyright {
	width: 375px;
	float: right;
	text-align: right;
}

#boxquote {
	background: #ffffff;
	width: 500px;
	border: inset 2px #990000;
	padding: 10px;
	margin: 15 auto 15 auto;
	font-family: Arial,Gill Sans,Trebuchet MS,Verdana,Tahoma,Georgia,Helvetica,sans-serif;
	font-size: small;
	text-align: center;
}


/* DIVS FOR INDEX */
#cover {
	width: 196px;
	margin: 0;
	float: left;
	padding: 20px 0px 15px 20px;
	text-align: centre;
	font-weight: bold;
	font-size: small;
}

#cover a:link, a:visited {
	text-decoration:none;
	color:#000000;
}

#cover a:hover {
	text-decoration:none;
	color:red;
}

#latest {
	padding: 20px 20px 15px 0px;
	float: right;
	width: 500px;
	width /*\**/:514px\9; /* override for IE8 */
	margin: 0 auto;
	text-align: left;
}

#coverupcoming {
	width: 130px;
	float: right;
	text-align: right;
	padding-right: 0px;
}

#upcoming {
	width: 500px;
	width /*\**/:514px\9; /* override for IE8 */
	float: right;
	text-align: left;
	padding-right: 20px;
}

#misc {
	width: 205px;
	float: left;
	text-align: left;
	padding-left: 20px;
}

#allreleases {
	width: 710px;
	padding: 20px 15px 10px 15px;
	clear: both;
	margin: 0 auto;
	font-family: Trebuchet MS,Arial,Gill Sans,Verdana,Tahoma,Georgia,Helvetica,sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/* DIVS FOR BOOKS */
#covers {
	width: 200px;
	padding-bottom: 10px;
	float: left;
}

#booktitle {
	padding: 0px 0px;
}

#bookinfo {
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	width: 500px;
	float: left;
	text-align: left;
}

#coversm {
	width: 145px;
	padding-bottom: 10px;
	float: left;
	margin: 0;
}

#bookinfosm {
	padding-bottom: 10px;
	margin: 0;
	width: 540px;
	float: left;
	text-align: left;
}

/* TABLE FOR INDEX */
table#allreleases {
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	padding: 0;
	margin: 10px auto 10px auto;
	width: 700;
	font-size: small;
}

table#allreleases td {
	width: 140px;
	vertical-align: top;
	align: center;
}

table#allreleases td a:link, a:visited {
	text-decoration:none;
	color:#000000;
}

table#allreleases td a:hover {
	text-decoration:none;
	color:red;
}

/* FAQ */
.container {
	display: block;
	font-family: Arial,Gill Sans,Trebuchet MS,Verdana,Tahoma,Georgia,Helvetica,sans-serif;
	font-size: small;
}

.answer {
	display: none;
	margin-top: 8px;
	font-family: Arial,Gill Sans,Trebuchet MS,Verdana,Tahoma,Georgia,Helvetica,sans-serif;
	font-size: small;
}

.question {
	cursor: pointer;
	display: block;
	margin-top: 16px;
	font-family: Arial,Gill Sans,Trebuchet MS,Verdana,Tahoma,Georgia,Helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
}


/* WORD COUNT METER */
.wordmetersize {
	text-align: center;
	margin: left;
	width: 30%;
}

.wordmeterbox {
	text-align: left;
	margin: left;
	border: solid 1px #000000;
	background: #ffffff;
	overflow: hidden;
}

.wordmeterfill {
	font-size: 0px;
	line-height: 0px;
	height: 7px;
	min-width: 0%;
	background: #000000;
}

.wordmetertext {
	font-family: Arial,Gill Sans,Trebuchet MS,Verdana,Tahoma,Georgia,Helvetica,sans-serif;
	font-size: x-small;
	text-align: center;
}	

/* PRELOAD IMAGES */
#preloadimages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url('../images/heading-latest.jpg');
	background-image: url('../images/heading-upcoming.jpg');
	background-image: url('../images/heading-available.jpg');
	background-image: url('../images/heading-allreleases.jpg');
	background-image: url('../images/heading-contest.jpg');
	background-image: url('../images/heading-updates.jpg');
	background-image: url('../images/heading-books-available.jpg');
	background-image: url('../images/heading-books-latest.jpg');
	background-image: url('../images/heading-books-latests.jpg');
	background-image: url('../images/heading-books-upcoming.jpg');
	background-image: url('../images/heading-books-upcomings.jpg');
	background-image: url('../images/heading-books-blurb.jpg');
	background-image: url('../images/heading-books-excerpt.jpg');
	background-image: url('../images/heading-books-reviews.jpg');
	background-image: url('../images/heading-faq-writing.jpg');
	background-image: url('../images/heading-faq-ann.jpg');
	background-image: url('../images/heading-faq-site.jpg');
	background-image: url('../images/heading-faq-everything.jpg');
	background-image: url('../images/heading-free-contemporary.jpg');
	background-image: url('../images/heading-free-paranormal.jpg');
	background-image: url('../images/heading-free-suspense.jpg');
	background-image: url('../images/heading-links-elsewhere.jpg');
	background-image: url('../images/heading-links-publishers.jpg');
	background-image: url('../images/heading-links-writing.jpg');
	background-image: url('../images/heading-links-geek.jpg');
	background-image: url('../images/heading-links-fun.jpg');
	background-image: url();
}
