/* Porpoise Corpus CSS */
/* Tom Ward, after Mike Thompson */

/* colours */
body {
	background-color: #a2a280;
	scrolling: yes;
	font-family: Arial, "MS Trebuchet", sans-serif;
}


/* text */

a { 
	text-decoration: none;
	color: black;
}

div#gigtitle {
	padding: 0px 0px 20px 0px;
	font-size: 130%;
	
}

/* navigation */

#navigation ul {
	list-style-type: none;
	width: 700px;
	height: 44px;
	margin: 0 auto;
/*	background-image: url('../images/shadow.gif');*/
	background: white;
}

#navigation li {
	display: inline;
	line-height: normal;
	float: left;
	margin: 12px 10px;
/*	padding: 8px 7px;*/
	font-size: 1em;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#navigation li.last {
	background-image: none;
	padding-right: 0;
}
	

/* structure */

#title {
	text-align: center;
	width: 720px;
	margin: 0 auto;
	height: 100px;
	padding: 10px;
/*	background-image: url('../images/shadow.gif'); */
	background: white;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;

}

#content {
	margin: 0 auto;
	width: 720px;
	padding: 5px 10px;
/*	background-image: url('../images/shadow.gif'); */
background: white;
	height: 100%;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#main {
	text-align: center;
	margin: 0px auto;
	
}

#biog {
	margin: 10px 20px 10px 30px;
	
}

#gigs {
	margin: 10px 20px 10px 30px;
}

#album {
	margin: 10px 20px 10px 30px;
}

#gallery {
	margin: 10px 20px 10px 30px;
	
}

#reviews {
	margin: 10px 20px 10px 30px;
}

#xspf {
	text-align: center;
	
}

a.review {
	display: block;
	padding: 0px 50px 20px 0px;
	font-size: 130%;
	
}

div.review {
	padding: 0px 0px 50px 0px;
	
	
}

table#gig {
	padding: 0px 0px 30px 0px;
	
}

#gigs .venue {
text-align: right;
padding: 10px 0px 20px 0px;
}

#gigs .desc {
padding: 10px 0px 0px 40px;
}

#album .quote {
	font-size: 130%;
}

.shop {
	font-weight: bold;
	font-size: 140%;
	float: right;
	clear: right;
	padding: 0px 0px 10px 0px;
	
}

img#album {
	padding: 0px 0px 0px 10px;
	
}

img.gallery {
	padding: 20px;
	
}