/*
-------------------------"body" attributes-------------------------
*/
body{
	background-color: #2d3a67;
	text-align: center;}

/*
-------------------------"div" attributes-------------------------
*/
div.main{
	width:1000px;
	text-align:center;
	border-width: 5px;
	border-color: #021234;
	border-style: solid;
	background-color: #ffffff;}
div.header{
	width: 100%;
	margin: auto;
	margin-bottom: 0;
	border-top: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-color: #021234;
	border-style: solid;}
div.text{
	background-color: #ffffff;
	width: 98%;
	text-align: left;
	margin: auto;
	font-family: times, arial, courier;
	font-size: 12pt;
	padding: 10px;}
div.sidebar{
	background-color: #ffffff;
	width: 25%;
	text-align: left;
	float: right;
	font-family: times, arial, courier;
	font-size: 12pt;
	border-width: 3px;
	border-color: #021234;
	border-style: solid;}

/*
-------------------------"p"  attributes-------------------------
*/
p.header{
	color: #021234;
	font-family: georgia, times, arial, courier;
	font-size: 14pt;
	font-variant: small-caps;
	margin: 0.5em;}
p.header:first-letter{
	font-size: 16pt;}
p.links{
	color: #021234;
	font-family: georgia, times, arial, courier;
	font-size: 11pt;
	font-variant: small-caps;
	margin: 0.5em;
	text-align: center;}
p.titles{
	color: #021234;
	font-family: georgia, times, arial, courier;
	font-size: 12pt;
	font-variant: small-caps;
	margin: 0.5em;
	text-align: left;}
p.date{
	color: #021234;
	font-family: georgia, times, arial, courier;
	font-size: 9pt;
	font-variant: small-caps;
	margin: 0.5em;}
p.footer{
	color: #021234;
	font-family: georgia, times, arial, courier;
	font-size: 9pt;
	font-variant: small-caps;
	margin: 0.5em;
	text-align: center;}

/*
-------------------------table attributes-------------------------
*/
td.sidebar{
	color: #021234;
	font-family: georgia, times, arial, courier;
	font-size: 10pt;
	padding: 2px;}

/*
-------------------------"ul" attributes-------------------------
*/
ul.sidebar{
	color: #021234;
	font-family: georgia, times, arial, courier;
	font-size: 10pt;
	margin-left: 0.5em;
	padding-left: 0;
	list-style-type: none;}
ul.novels{
	color: #021234;
	font-family: georgia, times, arial, courier;
	font-size: 10pt;
	list-style-type: square;}

/*
-------------------------"a" attributes-------------------------
*/
a{
	color: #021234;}
a:visited{
	color: #e78c61;}
	
a.head:link {color: #021234}
a.head:visited {color: #021234}
a.head:hover {color: #021234}
a.head:active {color: #021234}

/*
-------------------------"hr attributes-------------------------
*/
hr{
	width: 50%;
	text-align: center;}

/*
-------------------------color information-------------------------
colors from marys peak image
off-white: #fefee3
light blue: #43556c
mid-blue: #2d3a67
dark blue: #021234
orange: #e78c61
yellow: #fafac3
dark tan: #1e150a

fonts:
trajan pro

ideas:
Link sidebar
Archive page at top
*/
