/*
	Splash style sheet for Maple Street Guitars
	Copyright 1999-2005, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 2005-07-12
	Version: 2.0
*/

/* Font definitions
*******************************************************************/	

BODY {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}

INPUT, TEXTAREA {font-family: monospace;}

H1 {font-size: 24px;}
H2 {font-size: 20px;}
H3 {font-size: 16px;}
H4 {font-size: 12px;}

H1, H2, H3, H4 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

FORM {margin: 0px 0px 0px 0px;}

DD {margin-left: 15px;}

P, UL, OL, DL {
	margin-top: 10px;
	margin-bottom: 10px;
}

.smallest	{font-size: 9px;}
.smaller	{font-size: 10px;}
.small		{font-size: 11px;}
.normal   {font-size: 12px;}
.big			{font-size: 16px;}
.bigger		{font-size: 20px;}
.biggest	{font-size: 24px;}

/* Text tweaks
*******************************************************************/

.underline	{text-decoration: underline;}
.whitelink {
	color: #FFFFFF;
	text-decoration: underline;
}
.menucat {
	color: #000000;
	background-color: #FFAD44;
	font-weight: bold;
}

/* Link appearance
*******************************************************************/

A:link		{color: #FFAA00; text-decoration: underline;}
A:visited	{color: #FFAA00; text-decoration: underline;}
A:active	{color: #FF0000; text-decoration: underline;}
A:hover 	{color: #FF0000; text-decoration: underline;}

/* Page layout specs
*******************************************************************/
.fodder {
	position: absolute;
	visibility: hidden;
}
.credit			{
	font-family: serif;
	font-style: italic;
	color: #FFFFFF;
}
.footer {
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
}
div.footer td {font-size: 12px;}
div.footer a:link {color: #FFFFFF;}
div.footer a:visited {color: #FFFFFF;}
div.footer a:active {color: #FF0000;}
div.footer a:hover {color: #FF0000;}

