﻿body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12pt;
	color: #000;
	background: #FEFED6;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	text-align: center;
	color: #743943;
	border-bottom: 1px #743943 solid;
	margin-bottom: 25px;
}
/*#header img {
float: right; 
}*/
#sidebar {
	width: 25%;
	float: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

#sidebar .div {
	background: #fff;
	color: #000;
	font-size: 10pt;
	border-bottom: 2.75pt #743943 solid;
	border-right: 1.75pt #743943 solid;
	border-top: 1.5pt #036 solid;
	border-left: 1.5pt #036 solid;
	margin-bottom: 15px;
	padding: 0 2.5px 0 2.5px;
	
}


#main {
	width: 73%;
	float: right;
}

#main .contentdiv {
	background: #743943;
	color: #fff;
	padding: 5px;

}

#footer {
	margin-top: 10px;
	border-top: 1px #743943 dashed;
	font-size: 8.5pt;
	width: 725px;
	margin-left: auto;
	margin-right: auto;
}

body.popup {
	margin: 0 0 0 0;
	padding: 5px 5px 5px 5px;
}


a:link, a:visited, a:active {
	color: #000;
}
/**************************************************/
/* typography */
.businfo {
	color: #743943;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
}
.smallcaps {
	font-variant: small-caps;
}

.divheader {
	text-align: center;
	font-variant: small-caps;
	font-weight: 800;
	font-size: 22pt;
	display: block;
	margin-bottom: 5pt;
	font-family: Garamond, Georgia, serif;
}

#sidebar .divtitle
{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-family: "Book Antiqua", Georgia, serif;
	color: #000;
}


h1 {
	text-align: center;
	font-variant: small-caps;
	font-weight: 800;
	font-size: 22pt;
	display: block;
	margin-bottom: 5pt;
	font-family: Garamond, Georgia, serif;
}

h2 {
	text-align: center;
	font-weight: 600;
	font-size: 16pt;
	display: block;
	margin-bottom: 5pt;
	font-family: Garamond, Georgia, serif;
	color: #fff;
}

h3 {
	text-align: center;
	font-size: 13pt;
	display: block;
	margin-bottom: 5pt;
	font-family: Garamond, Georgia, serif;
}

h3.poetry {
	text-align: center;
	font-size: 14pt;
	display: block;
	margin-bottom: 5pt;
	padding-bottom: 2pt;
	font-family: Garamond, Georgia, serif;
	background: #036;
	color: #fff;
	border-bottom: 2px solid #eee;
}

.poemdate 
{
	margin-left: 2em;
	font-style: italic;
	font-size: 10pt;
	text-indent: -1em;
}

body.popup h3.poetry 
{
	text-align: center;
	font-size: 18pt;
	display: block;
	margin-bottom: 5pt;
	padding-bottom: 2pt;
	font-family: Garamond, Georgia, serif;
	background: #001921;
	color: #fff;
	border-bottom: 5px solid #eee;
}

body.popup p 
{
	padding: 0;
}




body.popup .closebtn
{
	margin-top: 25px;
	text-align: center;
	font-size: 10pt;
	text-decoration: none;
}
/************************************************/
/* nav */

#sidebar_nav {
	
	font-family: "Book Antiqua", Georgia, serif;
	color: #000;
}

#sidebar_nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#sidebar_nav ul li
{
	border-bottom: 1.25px #036 dotted;
	font-weight: bolder;
}


#sidebar_nav ul li a:link, #sidebar_nav ul li a:visited, #sidebar_nav ul li a:active
{
	text-decoration: none;
	color: #000;

}

#sidebar_nav ul li a:hover {
	color: #743943;
}

/*******************************************/
/* form */
label {
	margin-bottom: 5px;
	margin-right: 3px;
}
input[type="text"] {
	margin-bottom: 5px; 
	margin-right: 5px;
	color: #000;
	background: #fff;
	border: 1px #743943 solid;
	font-family: Tahoma, Arial, sans-serif;
}

textarea{
	color: #000;
	background: #fff;
	border: 1px #743943 solid;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12pt;
	width: 500px;
	height: 250px;
}