@charset "UTF-8";
/* CSS Document */

/* Reset styles ---------------------------------------------------------------------------- */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, object, #footer {
    display: none;
}

/* Body and Wrapper div styles ------------------------------------------------------------- */

body {
	color: #000;
	text-align: center;
	font-family: 'times new roman', serif;
	font-size: 12pt;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 960px;
	position: relative;	
}

/* Link styles ----------------------------------------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
}

/* Header styles --------------------------------------------------------------------------- */

#header {
	display: none;
}

/* Access styles --------------------------------------------------------------------------- */
#access {
	display: none;
}
/* Navigation styles ----------------------------------------------------------------------- */
#nav {
	display: none;
}

/* Breadcrumb styles ----------------------------------------------------------------------- */
#breadcrumb {
	display: none;
}

/* Top level nav styles ----------------------------------------------------------------------- */
#navbar {
	display: none;
}

/* Main Content ---------------------------------------------------------------------------- */

#content {
	position: absolute;
	top: 25px;
}
#content p {
	margin: 15px 0px;	
}
.strapline {
	display: block;
	width: 75%;
	font-style: italic;
	font-size: 1.1em;
	margin: 10px auto;	
}

/* Headings -------------------------------------------------------------------------------- */

h1{
	font-size: 2em;
	font-weight: bold;	
}

h2{
	font-size: 1.6em;
	font-weight: bold;	
}
h3{
	font-size: 1.25em;	
	font-weight: bold;
	margin: 20px 0px;	
}

/* Left content column styles -------------------------------------------------------------- */

#leftcol {
	float: left;
	width: 580px;
	margin-right: 30px;
}
#maincontent {
	margin-bottom: 25px;
}
#maincontent ul {
	margin-left: 10px;
}

/* sitemap list ---------------------------------------------------------------------------- */
#sitemap {
	font-size: 1.2em;
}
#sitemap li {
	margin: 5px 30px;
}

/* News item styles ------------------------------------------------------------------------ */
#news h2 {
	visibility: visible;
}
#news p {
	margin: 10px 0px;
}

/* Roster page styles ---------------------------------------------------------------------- */
.artcat {
	float: left;
}
.artcat h2 {
	font-size: 1.5em;	
	font-weight: bold;
	margin: 20px 0px;
}
.artist {
	width: 90px;
	float: left;	
	margin-right: 35px;
}
.artist h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0px -10px 0px;
}
.artist h3 img {
	margin-bottom: 5px;
}
#groups .artist {
	width: 100px;
	margin-right: 25px;	
}

/* Artist profile page styles -------------------------------------------------------------- */
#profile h2 {
	font-size: 2.5em;
	margin: 30px 0px 10px 0px;
}
#profiletitle h2 {
	visibility: visible;
	margin: 0px;
}
#profiletitle {
	display: inline;
}
#profile ul {
	margin-left: 10px;
}


/* Right content column styles ------------------------------------------------------------- */

#rightcol {
	float: left;
	width: 300px;
	clear: right;
}

#likeBox {
	display: none;
}

#artistimg img{
        display: inline;
}

/* Featured artist styles ------------------------------------------------------------------ */
#featured {
	margin-bottom: 25px;
}
#featured img {
 display: inline;
float: right;
margin: 25px 0px 10px 10px;
}

/* Google Ads ------------------------------------------------------------------------------ */
#googlead {
	display: none;
}

/* Contact form styles --------------------------------------------------------------------- */
#contactform {
	color: #808080;
	text-align: left;
}
#contactform p {
	margin: 0px;
	padding: 10px;
	clear: left;
}

/* Fieldset Styles */
fieldset {
	border: 0;
}
#contactform fieldset {
	float: left;
	clear: left;
	margin: 10px;
	padding: 15px 10px;
	min-width: 347px;
	border: 2px solid #990000;
	border-left: 0px;
}
#contactform fieldset p {
	position: relative;
	margin-bottom: 10px;
}

/* Legend, label select,textarea and input styles ------------------------------------------ */
#contactform legend {
	font-size: 1.25em;
	font-weight: bold;
	margin-left: -10px;
	padding: 0.5em;
	color: #fff;
	background-color: #808080;
	border: 2px solid #990000;
}
#contactform label {
	float: left;
	clear: left;
	color: #000;
	width: 11em;
	margin-left: -20px;
}
#contactform input, #contactform textarea {
	float: left;
	width: 200px;
	margin-left: 0.5em;
	border: 2px solid #000;
	padding-left: 5px;
}
#contactform select {
	float: left;
	margin-left: 0.5em;
}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus {
	border-color: #990000;
	background-color: #eee;
	outline: 0px;
}
#contactform input#submitbtn {
	width: 100px;
	border: 2px solid #990000;	
	background-color: #808080;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
}

/* Colour styles --------------------------------------------------------------------------- */
.required {
	color: #f00;	
}

/* Form Alert Messages --------------------------------------------------------------------- */
#emailwarn, #confemailwarn, #namewarn, #phonewarn, #mobwarn, #messagewarn {
	position: absolute;
	top: .7em;
	left: 28.7em;
	width: 16em;
	padding: 0.3em;
	border: 2px solid #900;
	display: none;
	background-color: #F99;
	color: #fff;
	text-align: center;
}
#messagewarn {
	top: 4em;
}

/* Footer styles --------------------------------------------------------------------------- */
#footer{
	display:none
}

/* clears ---------------------------------------------------------------------------------- */
.clr {
	clear: both;
}
.clrl {
	clear: left;
}
.clrr {
	clear: right;
}
