/*
	Violin adapted image from http://www.flickr.com/photos/puntodevista/231159705/sizes/o/
	Piano adapted image from http://www.flickr.com/photos/wlodi/363777679/sizes/o/
	
	Both provided under a Creative Commons Attribution-Share Alike 2.0 Generic License
*/



#bottom_bg
{
	background: url("images/bottom_bg.jpg") no-repeat top center;
	height: 609px;
	margin-top: -487px;
	position: relative;
	z-index: -1;
}

/* SETUP */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
	margin: 0;
	padding: 0;
}

ul
{
	list-style: none;
}

img
{
	border-style: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/* FLOATS */

.left
{
	float: left;
	margin: 5px 10px 5px 0;
}

.right
{
	float: right;
	margin: 5px 0 5px 10px;
}

.clear
{
	clear: both;
}

.border
{
	border: 1px solid black;
}


/* LINKS */

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/* CONTENT */

body
{
	background: #000 url("images/body_bg.jpg") no-repeat top center;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-align: center;
}

hr
{
	background:url('images/hr_bg.png') no-repeat center;
	border:none;
	height:9px;
	margin:2em;
}

#content
{
	margin: 47px auto;
	position: relative;
	width: 834px;
	z-index: 0;
}


/* HEADER */

#header
{
	background: url("images/header_bg.png") no-repeat;
	height: 63px;
}

#header img
{
	left: 34px;
	position: absolute;
	top: 40px;
}


/* NAVIGATION */

#navigation
{
	text-align: center;
	webkit-text-size-adjust: none;
}

#navigation #search_form
{
	border: none;
	font-size: 12px;
	position: absolute;
	right: 35px;
	top: 212px;
	z-index: 2;
}

#navigation #search_form fieldset
{
	border: none;
}

#navigation #search_form input#search
{
	border: 1px solid black;
	height: 18px;
}

#navigation #membersmenu
{
	background: url("images/membersmenu_bg.png") no-repeat;
	font-size: 10px;
	height: 53px;
	padding-top: 8px;
	position: absolute;
	right: 0;
	top: -47px;
	width: 220px;
}

#navigation #mainmenu
{
	position: absolute;
	right: 28px;
	top: 46px;
}

#navigation li
{
	border-left: 1px solid white;
	display: inline;
	padding: 0 7px 0 9px;
}

#navigation .first
{
	border-left: none;
}

#navigation .title_category
{
	border: none;
	border-right: 1px solid white;
}

#navigation a
{
	color: white;
}

#navigation li ul
{
	background: url("images/submenu_bg.jpg") no-repeat;
	display: none;
	font-size: 13px;
	height: 26px;
	padding-right: 1px;
	padding-top: 10px;
	position: absolute;
	right: -1px;
	text-align: right;
	text-transform: uppercase;
	top: 18px;
	width: 779px;
	z-index: 2;
}

#navigation li.current ul
{
	display: block;
}

#navigation li.current a.haveSubMenus
{
	border-top: 1px solid white;
}

body#our_approach a#our_approachnav,
body#our_community a#our_communitynav,
body#staff a#staffnav,
body#why_learn_music a#why_learn_musicnav,
body#endorsements a#endorsementsnav,
body#instruments_and_vocal a#instruments_and_vocalnav,
body#fees a#feesnav,
body#workshops a#workshopsnav,
body#adult_music_basics a#adult_music_basicsnav,
body#musical_theatre a#musical_theatrenav,
body#forthcoming_events a#forthcoming_eventsnav,
body#newsletter a#newsletternav,
body#past_pupils_and_staff_news a#past_pupils_and_staff_newsnav,
body#links a#linksnav,
body#resources a#resourcesnav,
body#contact_us a#contact_usnav
{
	text-decoration: underline overline;
}


/* MAIN */

#pre_main
{
	background: url("images/pre_main.jpg") no-repeat;
	height: 191px;
	margin-bottom: 25px;
	margin-left: -18px;
	width: 780px;
}

#post_main
{
	background: url("images/post_main.jpg") no-repeat;
	bottom: 0;
	height: 188px;
	margin-left: -18px;
	position: absolute;
	width: 780px;
}

#main
{
	background: url("images/main_bg.png") repeat-y;
	font-size: 14px;
	height: auto !important;
	letter-spacing: 1px;
	line-height: 1.8em;
	min-height: 650px;
	padding: 0 45px 190px;
	position: relative;
	text-align: justify;
	z-index: 0;
}

#main ul, #main ol
{
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 25px;
}

#main p, #main blockquote
{
	line-height: 1.5em;
	margin-bottom: 10px;
}

#main blockquote
{
	background: url("images/blockquote_bg.png") no-repeat top left;
	margin: 20px 5px 20px 10px;
	padding: 5px 5px 5px 35px;
}

#main table
{
	background-color: #DDD;
	border: 1px solid black;
	display: block;
	font-size: 14px;
	margin: 10px auto;
	width: 90%;
}

#main table td.first
{
	border-left: none;
}

#main table td
{
	border-left: 1px solid black;
	padding: 3px 10px;
}

#main #events
{
	background: #fff;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#main #events td
{
	border-left: 1px solid #BBB;
	padding: 10px 10px;
	text-align: center;
}

#main #events .click_to_show_header td.first
{
	border-left: none;
	width: 220px;
}

#main #events .click_to_show_header td.second
{
	width: 220px;
}

#main #events .click_to_show_header td.third
{
	width: 300px;
}

#main #events .click_to_show_content td
{
	padding: 5px 45px 10px;
	text-align: justify;
}

#main #events .click_to_show_content td.first
{
	border-bottom: 1px solid #BBB;
	border-left: none;
}

#main a
{
	border-bottom: 1px gray dashed;
	color: black;
}

#main a:hover
{
	border: none;
}

#main h2
{
	color: #BBB;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 25px;
	text-transform: uppercase;
}

#main h2 span.case
{
	text-transform: none;
}

#main h3
{
	margin-top: 15px;
}

#endorsements blockquote
{
	margin:1em auto;
	width: 90%;
}

#main .ui-tabs-hide
{
	display: none;
}

#main .ui-tabs-selected
{
	font-weight: bold;
}

#links #main
{
	font-size: 14px;
}

#links #main a
{
	border: none;
	display: block;
	font-size: 16px;
}

#main #tuition_available {
	float:right;
	width:170px;
	margin: 10px 0 10px 20px;
	border-left: 1px solid black;
	padding-left: 20px;
	text-align: center;
}

#main #tuition_available ul {
	list-style: none;
	margin:0;
}

#main #tuition_available p {
	font-size: 12px;
	margin: 10px 0 0;
}

#main #staff_list, #main #workshops_list
{
	float: left;
	font-size: 14px;
	list-style: none;
	margin-left: 0;
	width: 140px;
}

#main #staff_list a, #main #workshops_list a
{
	border: none;
}

#main #staff_list h2, #main #workshops_list h2, #main #tuition_available h2
{
	font-size: 16px;
	margin: 10px 0 0;
}

#main #tuition_available h2 {
	margin: 0;
}

#main #staff_list h2.top, #main #workshops_list h2.top
{
	margin: 0;
}

#main #staff_content, #main #workshops_content
{
	margin-left: 160px;
}

#main .newsletter_archive
{
	float: left;
	font-size: 14px;
	width: 150px;
}

#main .newsletter_archive li, a.pdf
{
	background: url("images/pdf.gif") no-repeat left center;
	padding-left: 22px;
}

#main .newsletter_archive h2
{
	font-size: 16px;
	margin: 0;
}

#main .newsletter_archive ul
{
	list-style: none;
	margin-left: 0;
}

#main .newsletter
{
	margin-left: 170px;
	margin-top:-47px;
}


/* FOOTER */

#footer
{
	background: url("images/footer_bg.png") no-repeat;
	color: white;
	font-size: 12px;
	height: 50px;
	line-height: 1.0;
	padding-top: 5px;
	webkit-text-size-adjust: none;
	width: 834px;
}

#footer a
{
	color: white;
}
