@charset "UTF-8";

/* GLOBAL ELEMENTS */

* {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(images/backgroundpattern.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	text-align:center;
}

#wrapper {
	width:940px;
	position:relative;
	left:50%;
	margin-left:-480px;
}


/* SITE NAV */

#branding {
	width:940px;
	height:46px;
	background-image:url(images/headerBackground.jpg);
	background-repeat:no-repeat;
	float:left;
}

#branding ul {
	margin:0;
	padding:0;
	list-style:none;
}

#branding ul li {
	float:right;
	text-transform: uppercase;
}

#branding ul a {
	height:30px;
	display:block;
	padding-left:30px;
	padding-top:16px;
	padding-right:30px;
	text-decoration:none;
	color:#FFF;
}

#branding ul a:hover {
	background-color:#222;
}

#resume #branding .resume,
#contact #branding .contact {
	background-color:#222;
}


#mainNav {
	display:block;
	width:940px;
	height:40px;
	float:left;
}

#mainNav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#mainNav ul li {
	float:left;
	text-transform: uppercase;
}

#mainNav ul a {
	height:25px;
	display:block;
	padding-left:20px;
	padding-top:16px;
	padding-right:20px;
	text-decoration:none;
	color:#777;
}

#mainNav ul a:hover{
	background-image:url(images/mainNavBackground.jpg);
	background-repeat:repeat-x;
}

#home #mainNav .home,
#about #mainNav .about,
#playing #mainNav .playing,
#reviews #mainNav .reviews,
#classes #mainNav .classes,
#gallery #mainNav .gallery{
	background-image:url(images/mainNavBackground.jpg);
	background-repeat:repeat-x;
}


/* MAIN ELEMENTS */
#content {
	clear:both;
	display:block;
	padding-top:20px;
	width:940px;
	color:#333;
	text-align:left;
}

#marquee{
	width:940px;
	height:440px;
	color:#FFF;
}

#marquee p {
	display:block;
	width:500px;
	font-size:16px;
	font-style: italic;
	line-height: 30px;
	text-align: left;
	padding-left: 40px;
	padding-top: 280px;
}

#mainHolder {
	display:block;
	clear:both;
	padding-top:10px;
	width:940px;
	margin-bottom:10px;
}

#holderLeft {
	float:left;
	display:block;
	background:#111;
	width:300px;
	margin-right:20px;
}

#holderLeft p {
	font-size: 12px;
	line-height: 22px;
	padding-left: 30px;
	padding-right:30px;
	padding-bottom:30px;
	text-align: left;
}

#holderLeft h2 {
	padding-left:30px;
	padding-top:30px;
	padding-bottom:10px;
	font-size:20px;
	line-height:16px;
	text-align:left;
	text-transform: uppercase;
}

#holderLeft a {
	display:block;
	text-align:right;
	color: #00eaff;
	font-style: italic;
	text-decoration: none;
}

#holderLeft a:hover {
	color: #009fad;
}

#holderRight {
	float:left;
	display:block;
	background:#111;
	width:300px;
}

#holderRight p {
	font-size: 12px;
	line-height: 22px;
	padding-left: 30px;
	padding-right:30px;
	padding-bottom:30px;
	text-align: left;
}

#holderRight h2 {
	padding-left:30px;
	padding-top:30px;
	padding-bottom:10px;
	font-size:20px;
	line-height:16px;
	text-align:left;
	text-transform: uppercase;
}

#holderRight a {
	display:block;
	text-align:right;
	color: #00eaff;
	font-style: italic;
	text-decoration: none;
}

#holderRight a:hover {
	color: #009fad;
}

#footer {
	clear:both;
	float:left;
	display:block;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}

#footer p {
	background-color: #000;
	text-align: left;
	width:920px;
	height:22px;
	font-size: 10px;
	font-style: italic;
	color: #555;
	padding-left: 20px;
	padding-top: 14px;
	text-transform: uppercase;
}

#leftSide {
	width:620px;
	float:left;
}

#rightSide {
	width:300px;
	float:right;
	background-color:#000;
	color:#FFF;
}

#copy {
	padding:20px;
	border:1px solid #666;
}

#copy p{
	line-height:18px;
}

#copy a {
	color: #00eaff;
	font-style: italic;
	text-decoration: none;
}

#copy a:hover {
	color: #009fad;
}

/* TABLE ELEMENTS */

table {
	border-collapse:collapse;
	width:940px;
	border: 1px solid #666;
}

th, td {
	padding: 5px 5px;
}

caption {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-bottom: 5px;
}

col {
	border-right:1px solid #666;
	text-align:left;
}

thread {
	background-color:#333;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	color:#FFF;
	font-size:14px;
}

.odd {
	background:#dedede;
}

#standard {
	width:500px;
	border:0px;
}
