/* CSS Document */
/* This file was last updated by Preston Patey */
/* on April 18th, 2005 */

body {
	background-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	width: 730px;
}

/* this div contains the information about the div that contains all content on the site */

div#sitecontainer {
	background-color: #FFFFFF;
	width: 730px;
	border: 1px solid #333333;
}

/* main logo positioning */

div#logo {
	margin-left: 1em;
}

/* navigation position */

div#navigation {
	text-align: right;
	position: relative;
	top: -3.9em;
	margin-right: 1em;
}

/* the following divs are what make up the left column */

div#leftcontainer {
	width: 320px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
}

div#address {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-left: 1em;
	width: 300px;
	margin-right: 1em;
}

div#picbox {
	margin-left: 1em;
	width: 300px;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

div#search {
	width: 300px;
	margin-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

/* the following div is what holds the right columns position */

div#rightcontainer {
	width: 375px;
	position: absolute;
	left: 360px;
	top: 125px;
}

/* the following div creates a line after each entry in the events section*/

div#line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	position: absolute;
	top: 182px;
	width: 375px;
}

/* footer div */

div#footer {
	text-align: center;
	width: 730px;
	margin-left: 1em;
}

/* The following divs contain everything to do with text */
/* on the jazz club web site */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #E6A432;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F1A557;
	text-transform: uppercase;
	font-style: italic;
}

.indent {
	margin-left: 1em;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* the following text styles control the text for */
/* inc_EventsEntryForm*/

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
	}
	
input, select, textarea {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
}

/* Change border and colour of input fields on focus */

input:focus, select:focus, textarea:focus {
	background-color: #FFFFFF;
	border: 1px solid #F1A557;
	padding: 1px;
}

