@charset "utf-8";
/* CSS Document */

body {
	background-color: #663300;
	background-image: url("images/60-lines.png");
}

a:link {color: #9933CC; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: line-through;}
a:hover {color: #993333; text-decoration: none;}
a:active {color: #993366; text-decoration: underline;}

#site {
	margin: auto;
	width: 600px;
	color: #6633FF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 12pt;
}

h1 {
	width: 100%;
	font-family: "Story Script", sans-serif;
	font-size: 20pt;
	letter-spacing: 1.5pt;
	border: 2px solid #663399;
	padding-left: 4px;
}

h3 {
	text-align: center;
}

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
color: #9933CC;
width: 100%;
font: normal 90% Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
color: #9933CC;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #993333;
color: #6633FF;
}

div.footer {
	width: 600px;
	margin: auto auto auto auto;
	color: #6633FF;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 10pt;
	text-align: center;
	padding-bottom: 5px;
}

img.thumb {
	float: left;
	height: 75px;
	width: 150px;
	margin-right: 10px;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

input {
    width:250px;
    height:20px;
    background-color: #663300;
    border: 1px solid #663399;
    margin-top:3px;
    font-size:0.9em;
    color: #9933CC;
}

textarea{
    width:150px;
    height:50px;
    background-color: #663300;
    border: 1px solid #663399;
    margin-top:3px;
    font-size:0.9em;
    color: #9933CC;
}

#submit {
    width:70px;
    height:35px;
    background-color: #663300;
    border: 1px solid #663399;
	color: #663399;
    margin-top:20px;
}