﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 100%;
	border-top: 1px solid #725972;
	border-left: 1px solid #725972;
	border-right: 1px solid #725972;
	border-bottom: 1px solid #402640;
	background-image: url("../images/SolidTone9.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #402640;
	border-left: 1px solid #725972;
	border-right: 1px solid #725972;
	background-color: #dfb8df;
}
html>body #navigation {
	overflow: hidden;
}
#content {
	width: 98%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	/* font-size: 0.9em; */
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 20px;
}

/* Masthead Styles */
#masthead h1 {
	color: #402640;
	padding-top: 3%;
	padding-bottom: 1%;
	font-family: Arial, Helvetica, sans-serif;	
}
#masthead h3 {
	color: #402640;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 2%;
	font-family: Arial, Helvetica, sans-serif;	
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	padding-right: 10px;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #402640;
	display: block;
	padding: 5px;
	border: 1px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #402640;
	border: 1px solid #fff;
	background-color: #fff;
}

/* Content Styles */
#content h4,h5,h6 {
	color: #503750;
}
#content h1 {
	padding: 5px 0px 5px 5px;
	color: #503750;
}
#content h2 {
	padding: 5px 0px 5px 5px;
	color: #402640;
}
#content h3 {
	padding: 5px 0px 5px 5px;
	color: #503750;	
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#content p {
	padding: 0px 0px 0px 5px;	
}
#content a {
	color: #503750;
	text-decoration: underline;
}
#content a:hover {
	color: #402640;
	text-decoration: none;
}
#content img {	
	border: thin white none;
}

/* Footer Styles */
#content hr {
	color: #dfb8df;
	width: 30%;
}
#story_footer {
	margin: 5px;
	text-align: right;
	padding: 10px;
}
#story_footer a {
	color: #503750;
	text-decoration: underline;
}
#story_footer a:hover {
	color: #402640;
	text-decoration: none;
}
#footer p {
	color: black;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* story index */
#story_index h3 {
	display: inline;
}

#story_index p {
	margin-top: 2px;
	padding-top: 2px;	
}
.song { 
	margin-bottom: 0; 
	margin-top: 0; 
	text-align: center;
}

.center_italic {	
	font-style: italic;
	text-align: center;	
}

/* Recommend Form */
td.formtexttitle {
	color: #402640;
	font-weight: bold;
	padding: 0px 0px 24px 0px;
	text-decoration: none;
}

td.formtext {
	font-weight: bold;
	padding: 0px 0px 12px 0px;
	text-align: right;
	text-decoration: none;
}

td.recipienttext {
	padding: 24px 0px 0px 0px;
}

.error {
	color: #f5731d;
}

.basefontblue {
	color: #0072bc;
	text-decoration: none;
}

input.error, textarea.error {
	color: #000000;
	background-color: #f5731d;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.center {	
	margin-left: auto;
	margin-right: auto;
}


.color_purple {
	color: #503750;
	font-weight: bold;
}
.color_red {
	color: #FF0000;
}
.color_blue {
	color: #0000FF;
}

img.floatLeft { 
    float: left; 
    margin-top:4px;
	margin-right:30px;
	margin-bottom:4px;
}

img.floatLeft2 { 
    float: left; 
    margin-right:20px;
	margin-bottom:4px;
}


p.center_italic_colour {
	color: #402640;
	font-style: italic;
	text-align: center;	
}



