﻿body {
	margin:0px;
	border:0px;
	padding:0px;
	
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
	color:#FFCC66;
	background-color:#FFCC66;
}

table {
	text-align:left;
	border:0px;	
}

td, img {
	border:0px;
	margin:0px;
	padding:0px;
}

a {
	color: Yellow;
	text-decoration:none;
}

a:hover {
	color:White;
	text-decoration:underline;
}

.masterFooter {
	text-align:center;
	font-size:xx-small;
	color:Black;
}

.textHeader {
	color:#EFD8A7;
	font-weight:bold;
	font-size:medium;
}

.mainMenuItem {
	font-family:Verdana, Arial;
	letter-spacing:1.5pt;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}

.menuLink {
	color:black;
	border:0px;
	padding:0px;
	margin:0px;	
}

.menuLinkDown {
	color:Black;
	border:0px;
	padding:0px;
	margin:0px;	
}

.menuMainItem a img {
	border:0px;
	padding:0px;
	margin:0px;
}

.subMenuFrame {
	height:0px;
	overflow:hidden;
	background-color:#FFCC66;
	border:0px;
}

.subMenuFrameOpen {
	color:#803800;
	height:110px;
	overflow:hidden;
	background-color:#FFCC66;
	border:0px;
	text-align:center;
}

.subMenuFrameOpen table {
	margin:2px;
	width:100%;
}

.subMenuFrameOpen td {
	text-align:center;
	vertical-align:top;
}

.subMenuFrameOpen a {
	color:#803800 !important;
	font-weight:bold !important;
}

.mainPageTable p {
	text-align:justify;
}

/** Page Specific **/
/** Default Colors **/
.defaultBody {
	background-color: #803800;	
}

.defaultBody a {
	
}

.defaultBody a:hover {
	
}

/** Contact Page(/paul/contact.aspx) **/
.contactBody {
	background-color: #803800;	
}

.inputBoxSingleLine, .inputBoxMultiLine {
	background-color:#FFDFA1;
	border:2px solid #803800;
	width:99%;
	color:Maroon;
	font-family:Verdana, Tahoma, Arial, Sans-Serif;
}

.inputBoxMultiLine {
	height:200px;
}

.buttonMedium {
	width:100px;
}

/** Album Pages (/albums) **/
.albumBody {
	color:Maroon;
	background: #DE8800;
}

.albumBody a {
	color:#FFCC66;
}

.albumBody a:hover {
	color:Yellow;
}

.albumBody a:visited {
	color:Gray;
}

.albumBodyLabel {
	font-size:8pt;
	color:black
}

.albumBodyData {
	font-size:10pt;
}

/** Gear Pages (gear/default.aspx) **/
.gearBody {
	background: #536800;
}

/** Finger Picking Pages (fingerpicking.aspx) **/
.fingerPickingBody {
	background: #F59805;
	color: Maroon !important;
}

.fingerPickingBody a {
	color:White;
}

.fingerPickingBody a:hover {
	color:Yellow;
}

.fingerPickingArticleMenu {
	background:#DE8800;
	border:5px solid #DE8800;
	width:100%;
}

.fingerPickingArticleMenuBorder, .fingerPickingArticleMenuBorderExtended {
	position: absolute;
	left:380px;
	border:2px solid #803800;
	margin:8px;
	width:370px;
}

.fingerPickingArticleMenuBorder {
	height:50px;
	overflow:hidden;
}

.fingerPickingArticleMenuBorderExtended {
	height:auto;
	overflow:visible;
}

.fingerPickingPatternsBody {
	background: #FFAC29;
	color: Maroon !important;
}

.fingerPickingPatternsBody p {	
	text-align:justify !important;
	margin-right:25px !important;	
}