@font-face {
    font-family: 'QlassikMediumRegular';
    src: url('../fonts/Qlassik-Medium/Qlassik_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Qlassik-Medium/Qlassik_TB-webfont.woff') format('woff'),
         url('../fonts/Qlassik-Medium/Qlassik_TB-webfont.ttf') format('truetype'),
         url('../fonts/Qlassik-Medium/Qlassik_TB-webfont.svg#QlassikMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Tag Styles */
body {
	font-family: QlassikMediumRegular, sans-serif;
	line-height: 1.1em;
	color: black;
	background: white url('/images/repertoirePaper.jpg');
	margin: 20px 0;
	padding: 0;
	border: none;
	overflow: auto;
}

p {
	text-align:justify;
}

table {
	border: 2px solid gray;
	border-collapse: collapse;
}
th, td{
	border: 1px solid gray;
	padding: 1px 7px;
}

hr { /* need color AND bg-color for different browser implementations */
	border: 0;
	color: black;
	background-color: black;
	height: 1px;
}

/* framework */
div.container {
	color: inherit;
	background: white url('/images/backgroundPaper.jpg') repeat;
	margin: auto;
	-webkit-box-shadow: 3px 3px 5px #333;
	box-shadow: 3px 3px 5px #333;
	width: 800px;
	overflow: hidden;
}

div.header {
	margin: 20px 0;
	padding: 0;
	overflow: hidden;
}

div.navbar {
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
}

div.main {
	margin: 0;
	padding: 0 75px 20px 75px;
	min-height: 700px;
	overflow:hidden;
}

div.footer {
	margin: 15px 15px 0 15px;
	padding: 0;
	overflow: hidden;
}

/* other class styles */
img.mainLogo {
	display: block;
	padding: 0;
	margin: 20px auto 10px auto;
	width: 600px;
	height: 200px;
}

img.tabardPhotoSmall {
	width: 650px;
	height: 200px;
	border: none;
}

/* menu layout */
ul.menu {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 10px;
}
ul.menu li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}
ul.menu a { /* to fill whole box */
	display: block;
	padding: 1px 20px;
	border: 2px outset #DDDDDD;
	border-radius: 5px;
	color: #2979D5;
	background: inherit;
	text-decoration: none;
}
ul.menu a:link {
}
ul.menu a:visited {
	color: gray;
	background: inherit;
}
ul.menu a:hover {
	text-decoration: underline;
}
ul.menu a:active { /*pseudo to depress button */
	border: 2px inset #DDDDDD;
	text-decoration: underline;
}

/* rehearsal dates list */
ul.events {
	list-style: square;
}

/* flyer */
div.flyerBox {
	padding: 0;
	margin: 20px auto;
	border: 2px solid;
}

div.flyerCornersTop {
	height: 25px;
}
div.flyerCornersBottom {
	position: relative;
	top: -55px;
	height: 20px;
}

img.flyerCornersLeft  {
	float: left;
	width: 75px;
	height: 75px;
}
img.flyerCornersRight  {
	float: right;
	width: 75px;
	height: 75px;
}

div.flyerText {
	text-align: center;
	padding: 0;
	margin: 0 80px;
}
.flyerText p {
	text-align: center; /* overrides justify in TAG styles */
}

/* forms */
form.allforms {
	border: 1px solid black;
	margin: 30px auto;
	padding: 0;
}

.allforms fieldset {
	padding: 0;
	border: none;
	margin: 20px 50px;
}

.allforms legend {
	font-weight: bold;
}

.allforms div {
	clear: both;
	padding-top: 10px;
	padding-bottom: 30px;
}

span.label {
	float: left;
	width: 100px;
	text-align: right;
}

span.field {
	float: right;
	width: 400px;
	text-align: left;
}

.field textarea {
	width: 350px; /* otherwise width dictated by OS text pitch */
}

fieldset.sortBttn {
	border: none;
	padding: 0;
}

/* footer bits */
div.wwwLinks {
	float: left;
	padding: 10px 0;
	color: #777;
	font-size: xx-small;
}
div.wwwLinks a {
	color: #557;
}
span.clientCopyright {
	float: right;
	padding: 10px 0;
}
