html, body {
	margin:0;
	padding:0 0 20px 0;
	font-family:arial, verdana, sans-serif;
	background:#eee;
	color:#000;
}
img{
	border:none;
}
hr {
	display:none;
}
h1 {
	margin-top:0;
	line-height: 1.2;
}
#branding {
	height:50px;
	padding-left:20px;
	background:url(../images/basefade.jpg) repeat-x;
}
.pgTheory #branding {background:url(../images/basefade.jpg) repeat-x;}
.pgCompose #branding {background:url(../images/composefade.jpg) repeat-x;}
.pgDrums #branding {background:url(../images/drumfade.jpg) repeat-x;}
.pgBass #branding {background:url(../images/bassfade.jpg) repeat-x;}
.pgGuitar #branding {background:url(../images/guitarfade.jpg) repeat-x;}
.pgKey #branding {background:url(../images/keyfade.jpg) repeat-x;}

#logo {
	display:block;
	float:left;
	margin:10px 0 0 0;
}
#coursenav {
	float:right;
	background:#000;
	margin:0;
	color:#666;
}
#lessontitle {
	margin:0;
	height:31px;
	background:#ccc url(../images/navbg.gif) repeat-x;
	color:#000;
	font-weight:bold;
}
#lessontitle p {
	padding:0.4em 0 0 20px;margin:0;
}
#lessontitle span {
	color:#555;
	background:transparent;
	/*border-right:0.5em solid transparent;*/
}

#wrapper {
padding:30px 20px 40px 20px;
line-height: 1.5;
background: #fff;
color:#000;
}
.objectives, .sidepanel
{
	float:right;
	width:180px;
	background:#eee;
	color:#000;
	font-size:small;
}

#wrapper p,
#wrapper h1,
#wrapper h2 {
	margin-right:200px;
	margin-left:30px;
}
#wrapper .objectives p,
#wrapper .objectives h1,
#wrapper .objectives h2,
#wrapper .objectives ul,
#wrapper .objectives ol,
#wrapper .sidepanel p,
#wrapper .sidepanel h1,
#wrapper .sidepanel h2,
#wrapper .sidepanel ul,
#wrapper .sidepanel ol {
	margin-right:0px;
	margin-left:0px;
	padding:0 10px;
	margin-bottom:0.5em;
	margin-top:0;
}
#wrapper ul,
#wrapper ol {
	margin-right:200px;
	margin-left:60px;
}
.caption {
	font-style:italic;
	
}
.caption span {
	font-style:normal;
	font-size:small;
}
#wrapper .sidepanel p.caption {
	margin-top:7px;
}
.sidepanel img {
	display:block;
}

.objectives, .sidepanel {
padding-bottom:7px;
background:#eee url(../images/sidepanelbg.gif) no-repeat bottom;
clear:right;
border-bottom:10px solid #fff;
}
#wrapper .objectives h2, #wrapper .sidepanel h2 {
	font-size:small;
	padding:3px 10px;
	margin:0 0 10px 0;
}
#wrapper .sidepanel h2 {
	margin-bottom:0;
}
.pgDrums .objectives h2, .pgDrums .sidepanel h2 {background-color: #900;color:#fff;}
.pgBass .objectives h2, .pgBass .sidepanel h2 {background-color: #f80;color:#fff;}
.pgGuitar .objectives h2, .pgGuitar .sidepanel h2 {background-color: #009;color:#fff;}
.pgKey .objectives h2, .pgKey .sidepanel h2 {background-color: #090;color:#fff;}
.pgCompose .objectives h2, .pgCompose .sidepanel h2 {background:url(../images/composefade.jpg) repeat-x;color:#fff;}
.pgTheory .objectives h2, .pgTheory .sidepanel h2 {background:url(../images/basefade.jpg) repeat-x;color:#fff;}
.objectives ul {
	list-style: none;
	margin:10px 0;padding:0;
}
.objectives li {
	display:block;
	margin:0 0 1em 0;
	line-height:1.2;
}

.narrate {
	float:left;
	margin-top:0.3em;
}
.narrateside {
	float:right;
	margin:3px 2px 0 0;
}
.figure img {
	display:block;
}
.figure {
	margin:2em 0 3em 0;
}
#wrapper .exercise .figure p {
	margin:0 0 10px 0;
	font-style: italic;
	font-size:small;
}
.def {
	font-weight:bold;
	text-decoration: none;
	color:#000;
	cursor: help;
}
.def:hover {
	text-decoration: underline;
}
.mapdef {
	cursor: help;
}
#bpageNav {
	background:#eee;
	border-top-width:1px;
	border-top-style: solid;
	color:#ccc;
	text-align:center;
	padding-left:20px;
	padding-top:0.7em;
	clear:right;
}
.pgDrums #bpageNav {border-top-color:#900;}
.pgBass #bpageNav {border-top-color:#f80;}
.pgGuitar #bpageNav {border-top-color:#009;}
.pgKey #bpageNav {border-top-color:#090;}
#tpageNav {
	background:#eee;
	border-bottom-width:1px;
	border-bottom-style: solid;
	color:#ccc;
	text-align:center;height:2.3em;
	padding-left:20px;padding-top:0.7em;
}
.pgDrums #tpageNav {border-bottom-color:#900;}
.pgBass #tpageNav {border-bottom-color:#f80;}
.pgGuitar #tpageNav {border-bottom-color:#009;}
.pgKey #tpageNav {border-bottom-color:#090;}
.pageNav {
	list-style: none;
	margin:0 0 0 0;
	padding:0;
}
.pageNav  li {
	display:block;float:left;
	padding:0;margin:0 0.5em 0 0;
	font-weight:bold;
}
.pageNav a {
	display:block;
	padding:0.2em 0.5em;background:#fff;color:#666;border:1px solid #999;
	text-decoration:none;
}
.pageNav a:hover {
	background:#eee;
	color:#000;
	border-color:#999;
}

#defs {
	clear:both;
	padding: 20px;
	margin:0;
	/*display:none;*/
	line-height:1.5;
}
#defs dt {
	font-weight:bold; margin-left:0;padding-left:0;
}
#defs dd {
	margin:0 0 1em 0;padding-left:0;
}


.pageNav strong {
	display:block;
	padding:3px 7px;background:#ccc;color:#000;border:1px solid #999;
}
.pageNav span {
	display:block;
	padding:3px 7px;background:#eee;color:#ccc;border:1px solid #ccc;
}

#footer {
	clear:both;
	padding:20px;
	font-size:small;
	color:#999;
	margin-top:4em;
}
#coursenav {
	background: url(../images/coursenavbg.gif) no-repeat;
	padding:3px 10px 3px 25px;
}
#coursenav a {
	font-weight:bold;
	color:#fff;
	text-decoration: none;
	font-size:small;
}
#coursenav a:hover{
	color:#fe0;
}
#coursenav span {
	display:block;
	position: absolute;
	left:-9999em;
}
.exercise .interactive {
background:#ccc url(../images/bgExerciseInt.gif) no-repeat top;
padding:0;
}
.exercise {
	width:500px;
	margin:2em 0 2em 30px;
	background:#ccc url(../images/bgExercise.gif) no-repeat bottom;
	padding-bottom:13px;
}
#wrapper .exercise h2 {
	background:#ccc url(../images/bgExerciseH2.gif) no-repeat top;
	margin:0;
	padding:5px 0px 5px 10px;
	font-size:medium;
}
.exercise .figure {
	background:#fff url(../images/bgExerciseFig.gif) no-repeat top;
	padding:25px 10px;
	margin:0;
}
.exercise .figure img {
	display:block;
}
.buttons {
	vertical-align: top;padding:10px 10px 0 10px;
}
.video {
	vertical-align: top;padding:10px 0 0 10px;
}
.buttons img {
	display:block;
	margin-top:10px;
}

.clearer {
	clear:left;
	font-size:1px;
	height:1px;
	overflow: hidden;
	line-height:1px;
}
.nextpage {
	clear:both;
	font-weight:bold;
	margin-top:2em;
}

.tblScale {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#000;
	margin-left:30px;
	color:#000;
	background:#eee;
	width:499px;
}

.tblScale td {
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px 0;
	text-align: center;
	font-size:small;
	width:12.5%;
}
.tdTriad {
	font-weight:bold;
	background:#ccc;
	color:#000;
}
.handout {
	border:#ccc solid 1px;
	background:#eee;
	color:#000;
	padding:10px 10px 0 10px;
	margin-right:200px;
	margin-left:30px;
	margin-bottom:2em;
}
#wrapper .handout p {
	margin:0;
	padding-bottom:10px;
}
p.pdficon {
	padding-left:23px;
	background-image: url(../images/pdficon.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}