/* CSS Document */
body {
	margin-left:0em;
	margin-right:10em;
    padding: 0em;
    background: black none;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
}

.bb {
	color: white;
	background-color: black;
}
.inverted {
	color: white;
	}

.invisible {
    display: none;
}

.small {font-size: x-small}
	
.floatleft {
	float: left;
	}
		
.floatright {
	float: right;
	}
	
.container {
  display: table;
}

.whitebg {
	background-color:WHITE;
	color:BLACK;
	margin-left: 180px;
	padding:10px;
	}
	

.headline {
	background-image:none;
	background-color: #000000;
	border-top-color: #000000;
	border-top-style:solid;
	border-top-width: medium;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thick;
	height:100px;
	width:533px;
	}

.greyheadline {
	color:#CCCCCC;
	font-size: xx-large;
	font-weight: bolder;
	width:300px;
	}

.blackheadline {
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size: xx-large;
	font-weight: bolder;
	}
	
.countryheadline {
	background-color: #000010;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width:8px;
	border-bottom-color:#444444;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:600px;
	padding-left: 3px;
	padding-bottom: 8px;
	}

.row {
  display: table-row;
  background-color: #000000;
  height: 12px;
}

.spacerrow {
  display: table-row;
  background-color: black;
  height: 2px;
}

table.results {
	border-collapse:collapse;
}

table.results th {
	background-color: #000000;
	padding: 1px 1px 1px 1px;
	border-bottom:thin;
	border-bottom-color:black;
	border-bottom-style:solid;
	text-align:left;
}

table.results td {
	background-color: #000000;
	padding: 1px 1px 1px 1px;
	vertical-align:top;

}

#fixed {
    position: absolute;
    top: 0px;
    left: 0;
    width: 140px;
    height: 100%;
    background: black none;
    color: white;
}

body > #fixed {
    position: fixed;
}

#calendarpage {
	margin-left: 150px;
	padding: 1em;
}

#gallerypage {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing:70%;
	width: 600px;
	left: 0px;
	font-size: small;
	margin-right: 10px;
	vertical-align: top;
}

#gallerypage p {
	text-align: left;
}

#gallerypage p2 {
	text-align: left;
}

#content {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: normal;
	letter-spacing:70%;
	width: 600px;
	left: 0px;
	margin-right: 100px;
}

#content img {
	float: left;
	border: 0;
	}

#content th {
	background-color:#FFFFFF;
	color:#000000
	}
	
#content td {
	background-color:#FFFFFF;
	color:#000000
	}

#content a:link{
	color:#D8EEFE;
	text-decoration: none; 
	}
	
#content a:visited{
	color:#B1DCFE;
	text-decoration: none; 
	}
	
#content a:active{
	color:red;
	text-decoration:underline;
	}
	
#content a:hover{
	color:red;
	text-decoration:underline;
	}
	
#article {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	letter-spacing:70%;
	width: auto;
	left: 0px;
	margin-right: 100px;
}
	
#fpcontent {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	background-image: url(../images/bobpic1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	letter-spacing:70%;
	width: auto;
	left: 0px;
}

#fpcontent img {
	float: left;
	border: 0;
	}

#gallery	{
	margin-left: 150px;
	}
	
#gallery p {
	text-align: center;
	font-size: x-small;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center { text-align: center; }

.fixedwidth {
	width: 533px;
}

.linksection {
	background: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.linksection2 {
	background: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-color:#666666;
	border-top-width:thin;
	border-top-style:ridge;
	}

.leftpaddedtext {
	float:left;
	padding-left:12px;
	}
	


h1 { font-size: medium; text-align: right; }
h2 { margin-top: 2em; }

a:link { 
	background: transparent none; 
	color:#B1DCFE;
	text-decoration: none;
	}
a:visited { 
	background: transparent none; 
	color: #D8EEFE; 
	text-decoration: none;
	}
a:active { 
	background: transparent none; 
	color: red;
	text-decoration: underline; 
	}
a:hover { 
	top: 1px;
	left: 1px;
	background: transparent none; 
	color: red; 
	text-decoration: underline; 
}


#fixed a {
	display: block;
	text-decoration: none;
	background: black none;
	color: white;
	font-weight: bold;
	font-style: italic;
	font-size: large;
}


#fixed a:hover {
	position: relative;
	background: black none;
	color: #B1DCFE;
	font-style: italic;
}

#fixed pre {
	font-family:"Courier New", Courier, monospace;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	}


#cdlisting {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing:70%;
	width: auto;
	left: 0px;
	margin-right: 10px;
}

#playlist {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	letter-spacing:70%;
	width: 660px;
	left: 0px;
	margin-right: 100px;
}

#playlist img {
	float: left;
	border: 0;
	}

#playlist th {
	background-color:#FFFFFF;
	color:#000000
	}
	
#playlist td {
	background-color:#FFFFFF;
	color:#000000;
	}

#playlist a:link{
	color:#0000FF
	}
#playlist a:visited{
	color:#0000FF
	}

.artistsection {
	width: 533px;
	background: #000000;
	border-bottom-style: solid;
	border-bottom-color:#555555;
	border-width: thin;
	vertical-align: top;
	padding-top: 1em;
	padding-bottom: 1em;
}

#artistsection a:link { 
	background: transparent none; 
	color:#B1DCFE;
	text-decoration: none;
	vertical-align: top;
}
#artistsection a:visited { 
	background: transparent none; 
	color: #D8EEFE; 
	text-decoration: none;
	vertical-align: top;
}
#artistsection a:active { 
	background: transparent none; 
	color: red;
	text-decoration: none; 
	vertical-align: top;
}
#artistsection a:hover {
	top: 1px;
	left: 1px;
	background: transparent none;
	color: red;
	vertical-align: top;
}

#artistsectiondev {
	width: 533px;
	background: #000000;
	border-style: none;
	border-color: black;
	vertical-align: middle;
	background-image: url(../images/navigation/gallerypagebg.jpg);
	background-repeat: repeat-y;
}

#artistsectiondev a:link { 
	background: transparent none; 
	color:#B1DCFE;
	text-decoration: none;
}
#artistsectiondev a:visited { 
	background: transparent none; 
	color: #D8EEFE; 
	text-decoration: none;
}
#artistsectiondev a:active { 
	background: transparent none; 
	color: red;
	text-decoration: none; 
}
#artistsectiondev a:hover { 
	top: 1px;
	left: 1px;
	background: transparent none; 
	color: red; 
}

#headlinesection {
	width: 533px;
	background: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

#headlinesection a:link { 
	background: transparent none; 
	color: #B1DCFE;
	text-decoration: none;
}
#headlinesection a:visited { 
	background: transparent none; 
	color: #D8EEFE; 
	text-decoration: none;
}
#headlinesection a:active { 
	background: transparent none; 
	color: red;
	text-decoration: underline; 
}
#headlinesection a:hover { 
	top: 1px;
	left: 1px;
	background: transparent none; 
	color: red; 
	text-decoration: underline; 
}

#keywords {
	display:none;
	left:0px;
	width:0px;
	}
	
.galleryimage {
	width:100px;
	height:150px;
	padding:1px;
	float:left;
	max-width:100px
}

#gigguide {
	margin-left: 150px;
	padding: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:620px;
}

.fixedwidthform {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 500px;
	background-color:red;
	max-width: 500px;
	}
	
#headerbox {
	background-image:url(../images/artistpage.jpg);
	background-repeat:no-repeat;
	height:100px;
	padding-top:8px;
	padding-left:104px;
	}

.calendar {
	background-image:url(../images/calendar.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	width:100px;
	height:100px;
	float:left;
}

.calendar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:0px;
	text-align:centre;
}

.calendar p2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-style:italic;
	font-weight:bold;
	color:black;
	text-align:centre;
}

.bignumber {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-style:italic;
	font-weight:bold;
	color:black;
	text-align:centre;
}
	
#gigguideheader {
	background-image:url(../images/information.jpg);
	background-repeat:no-repeat;
	height:100px;
	padding-top:8px;
	padding-left:104px;
	}

#thumbnail {
	width:120px;
	height:150px;
	padding:1px;
	float:left;
	max-width:120px;
	}
	
.orangebox {
	width:600px;
	min-height:100px;
	background-image:url(../images/orangegradient.jpg);
	background-repeat:repeat-x;
}

#linkpage {
	margin-left: 150px;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: normal;
	letter-spacing:70%;
	width: 600px;
	left: 0px;
	margin-right: 100px;
}

#linkpage img {
	float: left;
	border: 0;
	}

#linkpage a:link{
	color:#D8EEFE;
	text-decoration: none; 
	}
	
#linkpage a:visited{
	color:#B1DCFE;
	text-decoration: none; 
	}
	
#linkpage a:active{
	color:red;
	text-decoration:underline;
	}
	
#linkpage a:hover{
	color:red;
	text-decoration:underline;
	}

#linkpage table td tr {
	border:none;
	}
	
.metalbackground {
	background-image:url(../images/navigation/metal.gif);
	}

.headlinesection {
	width: 533px;
	background: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}