/*
	Default style sheet for Maple Street Guitars Lessons page
	Copyright 1999-2009, RAE, Inc.
	File: styles/default.css
	Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
	Date: 2009-06-05
	Version: 1.0
*/

/* Font definitions
*******************************************************************/	

BODY {
	margin: 0px 0px 0px 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	width: 770px;
}

INPUT, TEXTAREA {font-family: monospace;}

H1 {font-size: 20px;}
H2 {font-size: 18px;}
H3 {font-size: 16px;}
H4 {font-size: 12px;}

H1, H2, H3, H4 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

H1 {
 padding: 0px 0px 5px 0px;
 background-image: url(../img/header_accent.gif);
 background-repeat: no-repeat;
}

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;
}
.redtext {
	color: #FF0000;
	font-weight: bold;
}

/* Link appearance
*******************************************************************/

A:link		{color: #681406; text-decoration: underline;}
A:visited	{color: #9E210C; text-decoration: underline;}
A:active	{color: #FF0000; text-decoration: underline;}
A:hover 	{color: #FF0000; text-decoration: underline;}

/* Page layout specs
*******************************************************************/
.mainbody {
	background-color: #FFFFFF;
	width: 750px;
	padding: 10px 10px 0px 10px;
}
.photoleft {
	float: left;
	border: 1px solid #000000;
	margin: 0px 10px 10px 0px;
}
.photoright {
	float: right;
	border: 1px solid #000000;
	margin: 0px 0px 10px 10px;
}
.thumbnail {
	background-color: #FFFFFF;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000000;
}
.tag_head {
  font-size: 20px;
  color: #ffffff;
  padding: 10px 5px 0px 0px;
}
div.tag_head a:link {
  color: #ffffff;
  text-decoration: none;
}
div.tag_head a:visited {
  color: #ffffff;
  text-decoration: none;
}
div.tag_head a:hover {
  color: #ffffff;
  text-decoration: none;
}