/* Sheffield Music School website */
/* Author: Jenny Loughlin / Dave Hall */
/* Updated 9 Jan 2011 */

body { /* This applies to the entire web page */
	background-color: #DDD;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	color: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1 {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 130%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #C33;
	margin-top: 40px;
	padding: 2px;
	border-width: 2px;
	border-style: solid;
	border-top-color: #D88;
	border-right-color: #722;
	border-bottom-color: #722;
	border-left-color: #D88;
}
h3 {
	font-size: 115%;
	text-align: left;
	font-weight: bold;
	margin-top: 30px;
}
h4 {
	font-size: 100%;
	text-align: left;
	font-weight: bold;
}
h5 {
	font-size: 115%;
	font-weight: bold;
	text-align: center;
}
hr {
	width: 80%;
	text-align: center;
	clear: both;
}
strong {
	font-weight: bold;
}
img {
	border: 0;
}
li {
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #66F;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:active {
	color: #F60;
	text-decoration: none;
}
form {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #DDD;
}
.form_label {
	width: 35%;
	text-align: right;
}
.form_entry {
	width: 65%;
	text-align: left;
}
.form_button {
	text-align: center;
}
.input_box {
	background-color: #FFC;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center_block {
	margin-left: auto;
	margin-right: auto;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.no_float {
	clear: both;
}
.highlight {
	background-color: #FF0;
}
.warning {
	color: #F00;
}
.indented {
	margin-left: 3em;
}
.italic {
	font-style: italic;
}
.large {
	font-size: 115%;
}
.small {
	font-size: 86%;
}
.hidden {
	display: none;
}
.active_text {
	color: #009;
	display: inline;
	cursor: pointer;
}
.active_text:hover {
	color: #F60;
	text-decoration: underline;
}
.mugshot {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border-width: 4px;
	border-style: ridge;
	border-color: #EEE;
}
.news_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.news_pic_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.quote {
	color: #811;
	font-style: italic;
}
.note {
	font-size: 80%;
	font-style: italic;
}
.important {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	color: #F00;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	border-width: 6px;
	border-style: ridge;
	border-color: #F00;
}
.red {
	color: #F00;
}
.raised {
	border-width: 4px;
	border-style: ridge;
	border-color: #EEE;
}
.top_return {
	float: right;
	font-size: 66%;
	font-weight: normal;
	margin-right: 5px;
	margin-top: 3px;
}
.top_return a:link,.top_return a:visited,.top_return a:hover,.top_return a:active {
	color: #FFF;
}
#container { /* This defines the overall container for the page. */
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0; /* margin is the space outside the div box */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px; /* padding is the space inside the div box */
	border: 1px solid #666;
	background-color: #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	text-align: center;
}
#header h1 {
	margin-top: 20px;
}
#navbar {
	clear: both;
}
#mainContent {
	margin-top: 40px;
	padding: 0;
}
#footer {
	margin-top: 40px;
	padding: 5px;
	background-color: #888;
	font-size: 80%;
	color: #FFF;
}
#footer_left {
	width: 25%;
	text-align: left;
}
#footer_center {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
#footer_right {
	width: 25%;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
}
#term_dates {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
}
#term_dates th, #term_dates td {
	border: 1px solid #333;
}
#term_dates th {
	font-size: 115%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	width: 33%;
	padding: 3px;
	background-color: #888;
}
#term_dates td {
	text-align: left;
	text-indent: 10px;
	padding: 2px;
}
#term_dates tr.dark {
	background-color: #DDD;
}
#audio {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#audio th {
	font-size: 115%;
	text-align: right;
	font-weight: bold;
	width: 55%;
	padding: 10px;
}
.composer {
	font-style: italic;
}
.performers {
	font-size: 87.5%;
	font-weight: normal;
}
.movements {
	font-size: 87.5%;
}
#audio td {
	text-align: left;
	width: 45%;
	padding: 10px;
}
.acknowledgement {
	font-size: 70%;
	text-align: center;
}
#quiz {
	margin-left: 20px;
}
.question {
	margin-left: -20px;
	font-size: 115%;
	font-weight: bold;
	margin-top: 30px;
}
.information {
	background-color: #FDA;
	color: #811;
	font-style: italic;
	display: none;
}
.QuizTitle {
	margin-left: -20px;
	font-size: 130%;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}
.QuizDesc {
	margin-left: -20px;
}
/*#quiz label:hover {
	background-color: #FEB;
}*/

