﻿body {
    text-align:center;
    background-color: #f7e8ea;
}

a:link, a:visited, a:active {
	color: #1f9733;
	text-decoration: none;
}

a:hover {
	color: #1f9733;
	text-decoration: underline;
}

h1 { 
	color: #853471;
	font:28px times, georgia, serif;
	margin:5px 10px 10px 10px;
}

hr { 
	color:#FFFFFF;
	height:1px;
	border-top:1px dotted #000000;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.text { 
	color:#000000;
	font:14px times, georgia, serif;
	letter-spacing:0.7px;
	line-height:130%;
	vertical-align:top;
	margin-left:30px;
	margin-right:20px;
}

.textIndented { 
	color:#000000;
	font:14px times, georgia, serif;
	letter-spacing:0.7px;
	line-height:130%;
	vertical-align:top;
	margin-left:60px;
	margin-right:20px;
}

.textIndented ul { 
	color:#000000;
	font:14px times, georgia, serif;
	letter-spacing:0.7px;
	line-height:130%;
	vertical-align:top;
	margin-left:60px;
	margin-right:20px;
}

#wrapper 
{
    width:800px;
    margin:0 auto;
    border:solid 1px #46062A;
    background-color: #ffffff;
}

#header 
{
    height:200px;
    background:url('../images/header.png');
    border-bottom:6px solid #ae3e93;
}

#linkbar {
    background-color:#f5e8ee;
    height:20px;
    width:100%;
    padding:5px 0px 5px 0px;
    margin: 0px 20px 10px 0px;
    border-bottom:1px solid #46062A;
    border-left:0px solid #46062A;
    border-right:0px solid #46062A;
    border-top:1px solid #46062A;
    font:18px times, georgia, serif;
	font-variant: small-caps;
	letter-spacing:0.6px;
}

#linkbar a:link, a:visited  {
	position:relative;
	color: #441826;
	text-decoration:none;
}

#linkbar a:hover  {
	position:relative;
	color: #441826;
	text-decoration:none;
}

#linkbar #home, #fiction, #wips, #freebies, #biography, #blog, #contact {
    margin-left:20px;
    margin-right:20px;
}

#content {
    background-color:#FFFFFF;
    height:100%;
    text-align:left;
    padding:7px 7px 7px 7px;
}

#footer {
	font-size: 14px;
	padding-bottom:5px;
	padding-top:0px;
	padding-right:3px;
	padding-left:5px;
	margin-top:40px;
	background-color:#FFFFFF;
}

#footer #copyright {
	position:relative;
	height:20px;
	width:99%;
	padding-top:5px;
	padding-right:5px;
	margin-right:10px;
	border-top:1px solid #000000;
	text-align:right;
}

#footer-links
{
    position: relative;
    height: 20px;
    width:100%;
	margin-left:auto;
	margin-right:auto;
    font-size: 14px;
}

#footer-links #twitter, #deviant, #livejournal, #stormmoon, #smashwords
{
	padding-top:3px;
    margin-left:20px;
    margin-right:20px;
    margin-top:15px;
    margin-bottom:5px;  
}

#footer-links a:link, a:visited, a:active {
	color: #1f9733;
	text-decoration: none;
}

#footer-links a:hover {
	color: #1f9733;
	text-decoration: underline;
}