/* 
   Stylesheet for Pops Orchestra web site
   
   --------------------------------------------------------
   Stylesheet Author    Matthew Davis     
   Version              1.0
   Created              22 Jul 2004
   Last-Modified        25 Jul 2004
   Last Mod             20 Feb 2007 - Pops Incorporated & background change
   --------------------------------------------------------
*/

body {
	background: #8E580C //#9B6313; //#A76507; //#f4a73d;
	text-align: center;
}

p {
	font: 9pt verdana;
	color: #0800a6;
	margin: 0px 0px 3px 0px;
	text-align: justify;
}

h1 {
	font: bold 12pt verdana;
	margin: 0px 0px 2px 0px;
	color: #7d775c;
}

h2 {
	font: bold 9pt verdana;
	color: #0800a6;
	margin: 0px;
}

h3 {
	font: bold 9pt verdana;
	color: #ff1e00;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #ff1e00;
}

a:visited {
	text-decoration: none;
	color: #b01702;
}

a:hover, a:active {
	text-decoration: underline;
	color: #b01702;
}

#container {
	width: 90%;
	margin: 10px auto;
	text-align: center;
	background: #fcf9c4;
	border: 1px solid black;
}

#logo {
	height: 161px;
	margin: 5px auto 0px auto;
	background: transparent url(../images/logo/logo_piuk.jpg) no-repeat center;
}

#navigation {
	padding: 3px 0px;
	margin: 3px 10px 0px 10px;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#navigation img {
	margin: 1px 1px;
	padding: 0px;
	border: 1px solid black;
}

#contentbox {
	margin: 10px 10px;
	background: #fffee7;
	border: 1px solid #ECE9CA;
	text-align: justify;
	padding: 5px 8px;
}

#cdimage {
	margin: 1px 1px;
	padding: 0px;
	border: 1px solid black;
	width: 149px;
	height: 144px;
	float: left;
}

#cdinfo {
	margin: 1px 1px 1px 160px;
	padding: 0px;
}

#concertinfo {
	margin: 1px 340px 1px 1px;
	padding: 0px;
}

#concertimage {
	margin: 1px 1px;
	padding: 0px;
	border: 1px solid black;
	width: 320px;
	height: 240px;
	float: right;
}

#tourreportimage {
	margin: 1px 1px;
	padding: 0px;
	border: 1px solid black;
	width: 318px;
	height: 239px;
	float: right;
}

#tourreportinfo {
	margin: 1px 340px 1px 1px;
	padding: 0px;
}

#sponsorimage {
	margin: 1px 1px;
	padding: 0px;
	border: 1px solid black;
	width: 138px;
	height: 116px;
	float: left;
}

#sponsorinfo {
	margin: 1px 1px 1px 149px;
	padding: 0px;
}

#cleardiv {
	clear: both;
}

#footer {
	margin: 10px;
	padding: 5px 8px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer p {
	text-align: center;
}

.signature {
	font-style: italic;
	margin-top: 10px;
}

.designedby {
	font: 8pt verdana;
	font-style: italic;
}

/* form elements */
input#title {
	width: 100%;
}

textarea#description {
	width: 100%;
}

input#name {
	width: 100%;
}

textarea#address {
	width: 100%;
}

textarea#enquiry {
	width: 100%;
}

input#telno {
	width: 100%;
}

input#password {
	width: 100%;
}

input#confirm {
	width: 100%;
}

input#price {
	width: 100%;
}

input#email {
	width: 100%;
}

input#timedate {
	width: 100%;
}

input#venue {
	width: 100%;
}

input#venue {
	width: 100%;
}

input#startdate {
	width: 100%;
}

input#enddate {
	width: 100%;
}

input#ensemble {
	width: 100%;
}

input#postedby {
	width: 100%;
}

input#userid {
	width: 100%;
}

select#tourid {
	width: 95%;
}

input#firstname {
	width: 100%;
}

input#surname {
	width: 100%;
}

input#schoolcollege {
	width: 100%;
}

input#dob {
	width: 100%;
}

textarea#homeaddress {
	width: 100%;
}

input#hometelno {
	width: 100%;
}

input#1stinstrument {
	width: 100%;
}

input#2ndinstrument {
	width: 100%;
}

input#grade {
	width: 100%;
}

select#sightread {
	width: 95%;
}

input#instrument {
	width: 100%;
}

textarea#notes {
	width: 100%;
}