﻿@import url("layout.css");

body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat;
 	/* for IE */
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	text-indent: 42px;
	background-color: #fff;
	/*background-image: url('../images/butterflyheading.jpg');*/
	background-image: url('../images/butterfly1.gif');
	background-repeat: no-repeat;
	height: 128px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
/*	width: 370px;*/
	width: 400px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
/*	width: 220px;*/
	width: 240px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	/*color: #9a9;*/
	color: #454;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	font-size:larger;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	font-size:larger;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}
span.nonav {
	font-weight: bold;
	font-size:larger;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}


/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
	margin-bottom: 8px;
}
h2 {
	font-size: x-large;
	color: #c77;
	margin-bottom: 4px;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: small;
	color: #c77;
}
h1.title {
	font-size: xx-large;
	font-family: "Comic Sans MS", "Trebuchet MS", sans-serif;	
	color: #c77;
	margin-bottom: 8px;
	text-align: center;
	font-variant:small-caps;
}

.pretty
{
	font-family: "Comic Sans MS", "Lucida Handwriting", "Trebuchet MS", sans-serif;
}
.specials
{
	font-family: "Comic Sans MS", "Lucida Handwriting", "Trebuchet MS", sans-serif;
	font-size: larger;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
a.u2
{
	color: #242;
	text-decoration: none;
}
a.u2:hover {
	color: #9c9;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
ul.u1 {
	font-size: large;
	color: #c77;
	list-style-type: circle;
	}
ul.u2 {
	font-size: large;
	color: #242;
	list-style-image:url('../images/bd14794.gif');
	list-style-type: circle;
}
ul.u3 {
	font-size: medium;
	color: #242;
	list-style-type: circle;
}

/* mailing list */
.ml {
	color: #c77;
	font-family: "Trebuchet MS", sans-serif;
}

div.ml
{
	position:relative;
	margin: 0 auto;
	border-style:groove;
	border-color:#c77;
	width:240px;
	padding-bottom: 5px;
}

p.ml
{
	text-align:center;	
	padding: 0;
	position:relative;
	margin:0px auto;
	color: #c77;
	font-family: "Trebuchet MS", sans-serif;
	margin-bottom: 1px;
	margin-top:1px
}

img.ml
{
	text-align:center;	
	padding: 0;
	position:relative;
	border:0;
	margin:0px auto;
}
#rightsquare
{
	position: absolute;
	top: 50px;
	right: 5px;
	z-index:-1;
	width: 200px;
	height: 200px;
	border: thin #c77;
}
#leftsquare
{
	position: absolute;
	top: 50px;
	left: 5px;
	z-index:-1;
}
#tower
{
	position: absolute;
	top: 40px;
	right: 5px;
	z-index:-1;
}
.prompt
{
	text-align: center;
	text-decoration:blink;
	font-size:larger;
	font-variant:small-caps;
	color: #c77;
}

.quote
{
	font-style: italic;
	border-bottom-color: #8c8c8c;
	border-style: groove;
}
