html  {
	background-color: #3A5B8B;
}

body {
	color: #000;
	background-color: #fffe7f;
	font-family: Arial, Sans serif;
	width: 770px;
	margin: 30px auto 0 auto;
	padding: 0; // 15px 50px 15px 50px;
	border: 0; // 2px solid #009;
}

#header {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

#footer {
	position: relative;
	top: 40px;
	font-size: 0.8em;
	text-align: center;
	color: #D5D7D9
}

#footer p {
	font-size: 11px;
	color: #D5D7D9;
	position: relative;
	top: -30px;
}

#footer a {
	color: #D5D7D9;
}

h1 {
text-align: center;
}

h2 {
margin: 0;
text-align: center;
}

h3 {
text-align: center;
}

h4 {
margin-top: 0;
}

h5 {
	clear: left;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 30px;
}

h5.centred {
	clear: left;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}

p {
	font-size: 13px; //0.8em;
	line-height: 112%;
	padding: 0 60px 5px 38px;
}

.main_img {
	margin: 0;
	margin-top: -10px;
}

.left_img {
	float: left;
	margin-left: 38px;
	margin-right: 15px;
}

.right_img {
	float: right;
	margin: 0;
	margin-right: 90px;
	margin-left: 20px;
}

.rascal_img {
	float: right;
	margin: 0;
	margin-right: 50px;
	margin-left: 20px;
}

.home_img {
	float: right;
	margin: 0;
	margin-right: 38px;
	margin-left: 20px;
}

address {
	font-size: small;
}

.gighead {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

.gigitem {
	font-size: 12pt;
}

.news {
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

.blocktext {
	font-size: 10pt;
	text-align: justify;
}

.justtext {
	font-size: 12pt;
	text-align: justify;
}
		   
.linkstext {
	font-size: 10pt;
	text-decoration: none;
}

a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}

#navbar {
	margin-top: 9px;
	margin-left: -38px;
//	padding-bottom: 10px;
}

#navbar ul {
	position: relative;
	top: -3px;
	left: 0;
	width: 770px;
	height: 30px;
	font-family: Arial, sans-serif;
	margin: 0;
	text-align: left;
}

#navbar ul a {
	color: black;
	font-size: 1em;
	font-weight: normal;
	background-image: url(images/mwbutton.png);
	background-repeat: no-repeat;
	white-space: pre;
	margin-left: -2px;
	padding: 7px 10px 15px 0;
}

#navbar ul a:hover {
	color: #00f;
	background-image: url(images/mwbutton_hi.png);
}

#navbar ul a.current {
	color: #666;
}

.round {
	-moz-border-radius:			10px;
	-webkit-border-radius:	10px;
	border-radius:							10px;
}

.round_bottom {
	-moz-border-radius:			0 0 10px 10px;
	-webkit-border-radius:	0 0 10px 10px;
	border-radius:							0 0 10px 10px;
}

.round_button {
	-moz-border-radius:			5px;
	-webkit-border-radius:	5px;
	border-radius:							5px;
}

/* needed for gigs page */

table {
	margin-left: 30px;
}

table h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
}

td {
	font-size: 0.8em;
	color: black;
}
/* needed for gigs page*/

/* styles for records page begin */
/* copied from jude_style.css - will need amendment */
.cd p {
/*  font-weight: bold;*/
  text-align: center;
	margin: 0;
}

.cd {
  float: left;
  text-align: center;
  width: 160px;
  height:240px;
  margin: 0 25px 10px 45px;
  padding: 0px;
}

#intro {
	margin: 0;
}

#intro .last_par {
	padding-bottom: 25px;
}

#first_cd {
	clear: left;
}

.cover img {
	border: 1px solid #666;
	background-color: #fff;
	padding: 4px;
	width: 150px;
	height: 150px;
	position: relative;
	top: -5px;
	left: -5px;
}

.cover {
	background: url(images/drop_shadow.gif) right bottom no-repeat;
	text-align: left;
	width: 162px;
	height: 162px;
}

.caption-box {
	background: url(images/drop_shadow.gif) right bottom no-repeat;
	text-align: left;
	width: 162px;
	margin-top: 7px;
}

.caption {
	border: 1px solid #666;
	background-color: #b0caef;
	width: 158px;
	height: 4.5em;
	position: relative;
	top: -5px;
	left: -5px;
}

.bandtext {
	color: #224575;
  font-size: 0.7em;
  font-weight: bold;
  padding: 4px;
  line-height: 100%;
}
  
.titletext {
	color: #224575;
	font-family: "Times New Roman", serif;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  padding: 3px;
  line-height: 100%;
}
  
.musotext {
  font-size: 0.8em;
  font-weight: normal;
}
  
.recordedtext {
  font-size: 0.7em;
  font-weight: normal;
  font-style: oblique;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
	border-bottom: 1px solid black;
	clear: left;
}

.big_cover {
	float: right;
	border: 1px solid #009;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0;
}

#cd_info {
	background-color: #f5f6de;
	border: 1px solid #009;
	margin-right: 20px;
	overflow: hidden;
}

#cd_info p {
	font-size: 0.7em;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

#cd_info h1 {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#cd_info h2 {
	color: #6633cc;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

#cd_info h3 {
	color: #6633cc;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

#video_box {
	text-align: center;
}

.video_desc {
	font-size: 0.9em;
	width: 560px;
	margin: auto;
}

#vid_info {
	background-color: #f5f6de;
	border: 1px solid #009;
	margin-right: 20px;
	overflow: hidden;
}

#vid_info p {
	font-size: 0.8em;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

#vid_info h1 {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#vid_info h2 {
	color: #6633cc;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

#personnel {
	color: #6633cc;
	background-color: #f5f6de;
	border: 1px solid #009;
	margin: 20px;
	margin-left: 0;
	padding-top: 15px;
	padding-bottom: 0;
	overflow: hidden;
}

#personnel ul {
	list-style-type: none;
	margin: 0 30px 10px 30px;
}

#personnel h2 {
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 20px;
}

#personnel li {
	font-size: 0.7em;
	padding: 0 20px 0 10px;
}

#tracklisting {
	background-color: #f5f6de;
	border: 1px solid #009;
	font-size: 0.9em;
	padding: 20px;
}

.tracknumber {
	float: left;
  width:20px;
  text-align: right;
	margin: 0 10px;
}

.title {
	float: left;
  width: 40%;
  font-weight: normal;
}

.composer {
	float: left;
  width: 30%;
  font-style: italic;
}
              
.duration {
	float: right;
  width: auto;
  text-align: right;
  font-style: italic;
}

/*
p.buy_it {
	text-align: center;
	font-size: 0.9em;
}
*/
#total p {
	font-weight: bold;
	font-style: italic;
	clear: left;
}

#total .duration {
	float: right;
}

.soundicon {
	float: left;
	clear: left;
	width: 12px;
	height: 12px;
	padding-right: 6px;
}

.soundicon img {
	border: 0;
}

.cd_page_box {
	border: 2px solid red;
	margin: 20px;
	padding: 0 10px 10px 10px;
}

.vid_link {
  float: left;
  text-align: center;
  width: 160px;
  height:90px;
  margin: 0 0 10px 15px;
  padding: 0px;
}


/* styles for records page end */

