/*  --- The Real Way to Play the Cat Anderson Trumpet Method ---
	--- Site design by Bryan Davis | http://trumpetboy.com --- */

/* CSS reset v1.0 | 20080212 | by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- On to the styles for this site --- */

body {
	background-color: #ccc;
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	position: relative;
	padding: 20px 0;
	text-align: center;
}
hr {
	display: none;
}
#wrapper {
	background: #fff url('../images/cat_bg.png') scroll repeat-y top right;
	color: #333;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 2px solid #aaa;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
}
#header {
	width: 100%;
	height: 230px;
	border-bottom: 2px solid #aaa;
	position:relative;
	background: #000;
	color: #f9f9f9;
	border-top-left-radius: 17px; border-top-right-radius: 17px;
	-webkit-border-top-left-radius: 17px; -webkit-border-top-right-radius: 17px;
	-moz-border-radius-topleft: 17px; -moz-border-radius-topright: 17px;
}
#headerimg {
	width: 540px;
	height: 190px;
	padding: 20px 440px 20px 0;	
	font-family: Georgia, Times, serif;
	background: transparent url('../images/cat.jpg') no-repeat scroll top right;
	border-top-left-radius: 17px; border-top-right-radius: 17px;
	-webkit-border-top-left-radius: 17px; -webkit-border-top-right-radius: 17px;
	-moz-border-radius-topleft: 17px; -moz-border-radius-topright: 17px;
}
#headerimg h1 {
	font-size: 24px;
	padding: 20px 0;
	text-align: center;
	line-height: 1.5;
}
#headerimg h1 span {
	font-size: 28px;
	display: block;
}
#headerimg h3.subtitle {
	font-size: 16px;
	text-align: center;
	color: #fcc;
}
#navigation {
	width: 980px;
	height: 30px;
	display: block;
	float: left;
}
#navigation li {
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width: 244px;
	border-right: 1px solid #aaa;
	display: inline;
	float: left;
}
#navigation li#contact {
	width: 245px;
	border-right-width: 0;
}
#navigation li a {
	background-color: #600;
	color: #fff;
	display: block;
	width: 100%;
	
} 
#navigation li a:hover,
#navigation li a:focus {
	background: #300;
	color: #fff;
	text-decoration: none;
}
#content {
	clear:both;
	width: 695px;
	float: left;
	border-top: 2px solid #aaa;
	padding: 20px;
	background: #fff;
	color: #333;
	line-height: 1.6;
	text-align: justify;
}
#sidebar {
	float: right;
	width: 205px;
	padding: 20px;	
	border-top: 2px solid #aaa;
	color: #fff;
}
#footer {
	clear: both;
	text-align: center;
	background-color: #000;
	color: #f9f9f9;
	border-top: 2px solid #aaa; 
	border-bottom-left-radius: 17px; border-bottom-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px; -webkit-border-bottom-right-radius: 17px;
	-moz-border-radius-bottomleft: 17px; -moz-border-radius-bottomright: 17px;

}
#footer p {
	margin: 0 20px;
}
p.credit {
	padding: 0 10px;
	text-align: right;
	width: 960px;
	font-size: 10px;
	margin: 0 auto 20px;
	position: relative;
}
/* --- Typography --- */
p {
	line-height: 1.6;
	padding: 10px 0;
}
a {
	text-decoration: none;
	color: #600;
	font-weight: bold;
}
a:hover, a:focus {
	text-decoration: underline;
}
#sidebar a, #footer a {
	color: #faa;
}
.center {
	text-align: center;
}
.ul {
	text-decoration: underline;
}
.red {
	color: #900;
}
.question {
	font-size: 2em;
	font-family: sans-serif;
}
.bold {
	font-weight: bold;
}
.price {
	font-weight: bold;
	font-size: 2em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, Georgia, Times, serif;
	text-transform: capitalize;
	padding: 10px 0;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.4em;
}
h6 {
	font-size: 1.2em;
}
#content ul {
	list-style: circle;
	padding: 10px 20px;
}
#content p, #content ul {
	font-size: 13px;
}
div.item {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px dashed #aaa;
}
div.item object {
	text-align: center;
	position: relative;
	margin: 0 auto;
	display: inline-block;
}
blockquote {
	font-style: italic  ;
}
cite {
	font-style: normal;
	font-weight: bold;
}
ul.stagger {
	font-weight: bold;
	font-size: 1.1em;
}
ul.stagger .li1 {
	margin-left: 2em;
}
ul.stagger .li2 {
	margin-left: 4em;
}
ul.stagger .li3 {
	margin-left: 6em;
}
ul.stagger .li4 {
	margin-left: 8em;
}
ul.stagger .li5 {
	margin-left: 10em;
}
ul.stagger .li6 {
	margin-left: 12em;
	list-style: none;
}
ul.stagger .li7 {
	margin-left: 14em;
}
