﻿@import url("layout.css");
body {
	font-family:"Arno Pro Smbd", "background-color: #eFeFeF";
	background-image: url("../images/moontile.jpg");
	background-size: cover;
}
#container {
	width: 750px;
	margin: 10px auto;
}
#masthead {
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#navigation {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
    width: 100%;
	background-color: #e6e6e6;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#content {
    width: 700px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #e6e6e6;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 15px;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #e6e6e6;
	color: #808080;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
    display: inline;
    text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #e6e6e6;
}
#navigation a {
	font-variant:small-caps;
	font-weight:bold;
	color: #100080;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #fff;
	background-color: #e6e6e6;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #100080;
	background-color: #100080;
}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: brown;
}


#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
#content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content li
{
	margin: 0;
	padding: 0;
}

#content li li 
{
	margin-left:10px;
}		

#content a
{
	color: navy;
	text-decoration:underline;
	border: none;
	background-color: #e6e6e6;	
}

#content a:hover
{
	color: #fff;
	text-decoration:underline;
	border: none;
	background-color: navy;
}

#content a img:hover
{
	color: navy;
	text-decoration:none;
	border: none;
	background-color: #e6e6e6;
}

#announce {
	border: 1px maroon double;
	padding: 4px 4px 4px 4px;
	background-color:#DDDDDD;
}

#announce a {
	color: navy;
	text-decoration: none;
	border: none;
	background-color: #DDDDDD;	
}

#announce a:hover {
	color: maroon;
	text-decoration: none;
	border: none;
	background-color: #DDDDDD;	
}

#content img {
    border: none;
}

#content-left
{
	width: 160px;
	float: left;	
}
#content-right
{
	width: 518px;
	float: right;
	padding-right: 5px;
}

#content-left2
{
	width: 328px;
	float: left;	
}
#content-right2
{
	width: 350px;
	float: right;
	padding-right: 5px;
}

#content-left3
{
	width: 418px;
	float: left;	
}
#content-right3
{
	width: 260px;
	float: right;
	padding-right: 5px;
}

#content-left-a
{
	width: 518px;
	float: left;	
}
#content-right-a
{
	width: 160px;
	float: right;
	padding-right: 5px;
}

#content-left-an
{
	width: 578px;
	float: left;	
}
#content-right-an
{
	width: 100px;
	float: right;
	padding-right: 5px;
}


#content-right ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content-right li
{
	margin-left: 20px;
	padding: 0;
}

#content-right li li 
{
	margin-left:40px;
}

#content-right-left
{
	width: 200px;
	float: left;
}
#content-right-right
{
	width: 300px;
	float: right;
}
#content-right-clear
{
	margin-top: 15px;
	width: 100%;
	clear:both;
}

#content-right-clear-a
{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	clear:both;
}

pre.poem 
{
   font-family: Arno Pro Smbd;
   font-size:medium;
}

/* Poem Styles */
#poem
{
	margin-left: 5px;	
}

#poem ul
{
	margin-left: 5px;
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: none;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}

a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Forms */

#floatingform {
	margin-left:5px;
	width:500px;
}

#floatingform label {
	display:inline;
	float:left;
	width:280px;
	text-align:right;
	margin-right: 20px;
	margin-bottom:10px;
}

#floatingform input {
	display:inline;
	font-family:"Tempus Sans ITC";
	font-weight:bold;
	float:left;
	margin-bottom:10px;
	width: 150px;
}

#numbers
{
	
}

#numbers input
{
	display:inline;
	font-family:"Tempus Sans ITC";
	font-weight:bold;
	float:left;
	margin-bottom:10px;
	margin-left:30px;
	width: 4em;
}

#buttons
{
	text-align:center;
}

#buttons input
{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	float:none;
	font-size:medium;
	font-variant:small-caps;
}

#title
{
}

#title label
{
	display:inline;
	float:left;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:0px;
	width: 80px;
}

#inlineform {
	
}

#inlineform label
{
	display:inline;
	float: left;
	margin-right: 15px;
}

#inlineform input {
	font-family:"Tempus Sans ITC";
	display:inline;
}

.input_clear
{
	float:none;
	display:none;
	clear:both;
}

.input_hidden
{
	visibility:hidden;
}

