/* Mikestyle.css
Colours:
Normal grey: #333
Light grey: #666
Extra-light grey: #ccc;
Dark Green: #025330
Mid Green: #82c5aa
Beige: #d2d4b1
*/

html {
	margin: 0;
	padding: 0;
	background-color: #d2d4b1;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Segoe UI", "Trebuchet MS", Geneva, sans-serif;
	line-height: 1.5em;
	color: #333;
	background: url(images/background.png) no-repeat top center #fefefe;
}

form, h1, h2, h3, ul, dl, p, blockquote, .hr, .thanks, .controls, div.hornimage {
	margin: 0 0 0 18%;
	padding: 0;
	max-width: 700px;
}

h1 {
	/*margin-top: 3em;*/
	margin-bottom: -0.35em;
	padding-top: 3em;
	max-width: none;
	font-size: 4em;
	font-family: Cambria, Century, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
}

h2 {
	margin-top: 1em;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}

.dropdown {
	display: block;
	cursor: pointer;
}

.dropdown:hover {
	text-shadow: 1px 1px 2px #ccc;
}

h2 span {
	display: inline-block;
	position: relative;
	top: 0.125em;
	transform: rotate(90deg); /* CSS3 */
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

h3 {
	margin-top: 1.412em;
	margin-bottom: -1.412em;
	font-size: 1.0625em;
	line-height: 1.412em;
	font-weight: bold;
}

ul {
	margin-top: 1.5em;
	list-style: none;
}

.nav {
	margin-bottom: 2em;
	max-width: none;
	display: block;
	font-family: Cambria, Century, Georgia, serif;
	font-size: 1.5em;
	line-height: 1em;
}

.nav li {
	display: inline;
	padding-right: 0.25em;
}

.nav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	font-size: 0.75em;
	line-height: 2em;
}

dl {
	margin-top: 1.5em;
	list-style: none;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

dd ul {
	margin: 0;
}

p {
	margin-top: 1.5em;
}

.footer {
	margin: 1.5em 0 0 0;
	padding-left: 18%;
	height: 190px;
	max-width: none;
	font-size: 0.75em;
	color: #666;
	background: url(images/footer.png) repeat-x top left #d2d4b1;
}

.music {
	font-family: "Opus Text", sans-serif;
}

.thanks p {
	margin: 1.5em;
	font-weight: bold;
}

.controls ul {
	margin: 1.5em 1.5em 0 1.5em;
}

.controls li {
	display: inline-block;
}

.controls p {
	margin: 1.5em;
	font-size: 0.75em;
	font-weight: bold;
	color: #666;
}

.symbol {
	font-family: arial, sans-serif;
}

blockquote {
	margin-top: 1.5em;
	padding: 0.5em;
	font-style: italic;
	background: url(images/questionmark.png) no-repeat top left #f9f9f9;
	color: #666;
	border-radius: 0.5em; /* CSS 3 */
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

cite {
	font-weight: bold;
}

hr {
	visibility: hidden;
}

.hr {
	margin-top: 3em;
	margin-bottom: 3em;
	height: 2px;
	background-color: #ddd;
	box-shadow: 0 -6px 0.75em #ddd; /* CSS3 */
	-moz-box-shadow: 0 -6px 0.75em #ddd;
	-webkit-box-shadow: 0 -6px 0.75em #ddd;
}

/* Forms (+ mp3player controls) */

form, .thanks, .mp3, .controls {
	margin-top: 1.5em;
	width: 700px;
	border: 1px solid #ccc;
	border-radius: 0.5em; /* CSS 3 */
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	box-shadow: 1px 1px 0.5em #ddd; /* CSS3 */
	-moz-box-shadow: 1px 1px 0.5em #ddd;
	-webkit-box-shadow: 1px 1px 0.5em #ddd; 
}

.controls {
	width: 25em;
}

fieldset {
	margin: 1.5em;
	padding: 0;
	border: none;
}

legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

label {
	margin-top: 0.5em;
	width: 10em;
	display: inline-block;
	font-weight: bold;
	color: #666;
	vertical-align: top;
}

.invalid {
	width: auto;
	font-weight: normal;
	font-style: italic;
	color: #f00;
}

input, textarea, a.submit {
	margin-top: 0.5em;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 0.25em; /* CSS 3 */
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	box-shadow: 1px 1px 0.5em #ddd; /* CSS3 */
	-moz-box-shadow: 1px 1px 0.5em #ddd;
	-webkit-box-shadow: 1px 1px 0.5em #ddd;
	font-family: "Segoe UI", "Trebuchet MS", Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

input:hover, textarea:hover {
	box-shadow: 1px 1px 0.5em #aaa; /* CSS3 */
	-moz-box-shadow: 1px 1px 0.5em #aaa;
	-webkit-box-shadow: 1px 1px 0.5em #aaa;
}

input:focus, textarea:focus {
	box-shadow: 1px 1px 0.5em #666; /* CSS3 */
	-moz-box-shadow: 1px 1px 0.5em #666;
	-webkit-box-shadow: 1px 1px 0.5em #666;
}

input {
	height: 1.5em;
	display: inline-block;
}

form table, form table tr, form table td {
	margin: -1px 0 0 -2px;
	padding: 0;
}

.submit, .submit:hover, .submit:focus, a.submit:link, a.submit:visited, a.submit:hover, a.submit:active {
	margin: 1.5em 0 0 0;
	padding: 0.375em 0.5em 0.5em;
	height: 2.5em;
	font-weight: bold;
	line-height: 1em;
	text-shadow: 1px 1px 1px #fff;
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	border: none;
	color: #025330;
	background-color: #ccc;
	background: -moz-linear-gradient(top,  #ddd,  #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc));
}

.submit:hover, .submit:focus, a.submit:hover, a.submit:active {
	background-color: #82c5aa;
	background: -moz-linear-gradient(top,  #93d6bb,  #82c5aa);
	background: -webkit-gradient(linear, left top, left bottom, from(#93d6bb), to(#82c5aa));
	box-shadow: 1px 1px 0.5em #82c5aa; /* CSS3 */
	-moz-box-shadow: 1px 1px 0.5em #82c5aa;
	-webkit-box-shadow: 1px 1px 0.5em #82c5aa;
}

.controls a.submit {
	line-height: 2.5em;
}

/* Links */

a {
	text-decoration: none;
	border:none;
}

a:link, a:visited, a:hover, a:active {
	color: #025330;
	text-shadow: 1px 1px 5px #ccc;
}

a:hover {
	color: #82c5aa;
	border-bottom: 1px solid #ccc;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: #000;
	border: none;
}

.transparent {
	opacity: 0.7;
}

.transparent:hover {
	opacity: 1;
}

/* Images */

img {
	margin: 0;
	padding: 10px;
	position: relative;
	float: right;
	border: none;
}

img.index {
	margin-top: -2em;
}

img.tubas {
	margin-top: -9em;
}

img.horn {
	padding: 5px;
	float: none;
	border: 2px solid #ccc;
	border-radius: 0.25em; /* CSS 3 */
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
}

p.image {
	max-width: 800px;
}

p.mpimage {
	max-width: 950px;
}

div.hornimage {
	margin-top: 1.5em;
	text-align: center;
}

div.caption {
	margin-right: 40px;
	width: 180px;
	position: relative;
	display: inline-block;
}

.caption img, .caption i {
	float: right;
}

.caption img {
	margin-top: 0.25em;
}

.caption i {
	margin: 0 15px 0 0;
	width: 210px;
	clear: both;
	font-size: 0.75em;
	line-height: 1.167em;
	text-align: right;
}

.caption i.horn {
	margin: 0;
	width: auto;
}