html, body {
height: 100%;
background-color:#bdbdbc;
}

body{
height: 100%;
margin:0px;
padding:0px;
background-color:#bdbdbc;
font-family:"Palatino Linotype","Times New Roman",Serif;
font-size:14px;
	
	background: url('../img/background_fade.jpg') top left repeat-x;
/*	Until CSS3 ia more widely adopted, I'm sticking with img... 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#bdbdbc));
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff, #bdbdbc);
	background-image:    -moz-linear-gradient(top, #ffffff, #ffffff, #bdbdbc);
	background-image:     -ms-linear-gradient(top, #ffffff, #ffffff, #bdbdbc);
	background-image:      -o-linear-gradient(top, #ffffff, #ffffff, #bdbdbc);*/
}

.background-top{
	height:660px;
	width:500px;
	float:right;
	background:url('../img/background-top-right.png') top right no-repeat;
}

.background-bottom{
	height:100%;
	min-height:980px;
	width:500px;
	float:left;
	bottom:0px;
	background:url('../img/background-bottom-left.png') bottom left no-repeat;
}

#outer{
	width:840px;
	height:100%;
	left:50%;
	margin-left:-400px;
	position:absolute;
	z-index:100;
}

a, a:hover{
color:#000;
}

a:active, a:focus {
    outline-style: none;
}
a:active img, a:focus img {
    outline-style: none;
}

p{
	margin-bottom:15px;
	line-height:18px;
}

footer{
padding:5px;
font-size:10px;
}

nav ul li{float:left; clear:none; list-style:none; margin-left:15px;}

#main-nav{
background:#ffffff;
padding:0px;
padding-top:5px;
padding-bottom:15px;
}

#main-nav .inner{
	margin-left:40px;
	margin-right:40px;
	margin-top:10px;
	margin-bottom:10px;
	border-top:3px solid #000000;
	border-bottom:3px solid #000000;
	padding-top:5px;
}

#inner{
	margin:40px;
	border: 1px solid #000;
}

header, #main-content{
margin-left:40px;
margin-right:40px;
}

#main-article{
	width:555px;
	float:right;
}

#content{
	height:750px;
	padding:5px;
}

header{
margin-top:40px;
}

aside{
width:190px;
padding:5px;
float:left;
text-align:center;
}

footer nav{
float:right;
}

h2, h3 {
    font-size: 15px;
    font-weight: bold;
}

.gig_listings {
    width: 100%;
}
.gig_listings .date, .gig_listings .notes {
    font-style: italic;
}
.gig_listings tr {
    border-bottom: 1px solid #CFCFCF;
}
.gig_listings tr td {
    padding-bottom: 8px;
    padding-top: 8px;
}

.contactForm input,.contactForm select,.contactForm textarea {
	color: #646464;
	font-size: 11pt;
	border: solid 1px #a4a4a4;
	width: 160px;
}

.contactForm textarea {
	margin-top: 4px;
	width: 540px;
}

.contactForm input.button {
	width: auto;
}

.contactForm label {
	padding-top: 3px;
	width: 70px;
	float: left;
}

.contactForm label.error
{
float:none;
color:#ee0000;
}

.contactForm div.ajaxLoader
{
display:none;
width:310px;
text-align:center;
padding:5px;
}

.contactForm div.messageSent
{
display:none;
background-color:#ddffdd;
border:1px solid #000000;
color:#000000;
text-align:center;
padding:5px;
}


.contactForm div {
	margin-bottom: 5px;
}

.event{
padding-top:5px;
padding-bottom:5px;
border-bottom:solid 1px #c0c0c0;
height:40px;
}

div.date{
float:left;
width:80px;
}

span.address{
	font-size:8pt;
	font-style:italic;
}

div.venue{
float:left;
width:250px;
}

