/* CSS DOCUMENT */

body {
margin: 0;
padding: 0;
font:75% "Franklin Gothic Book", "Century Gothic", Helvetica, arial, sans-serif;
}
#threeColLayout {
background: #E6DDDD url(graphics/background.jpg) repeat fixed;
}
#twoColLayout {
background: #E6DDDD url(graphics/background.jpg) repeat fixed;
}
#oneColLayout {
background: #E6DDDD url(graphics/background.jpg) repeat fixed;
}

/* links here */
a {
text-decoration: none;
color: #747474;
}

a:hover {
text-decoration: line-through;
color: #B1B1B1;
}


/* headers here */
h1 {
margin: 0;
padding: 30px;
font-size: 150%;
color: #FF0000;
text-indent: -9000px;
}

/* main wrapper that holds it all centrally */

#wrapper {
width:975px;
margin:0 auto;
background: url(graphics/wrapperBackground.png) center repeat-y;
padding: 0 11px 3px 11px;
border: none;
}

/* default masthead holding the banner and mainNav */

#header {
width: 975px;
height: 109px;
background:url(graphics/header.png);
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
float:left;
width:975px;
display:inline;
margin: 0 0 20px 0;
}

/* note here that specifying threeColLayout in the body will activate the following div instead of the default primaryContent */

#threeColLayout #primaryContent {
float:left;
width:340px;
margin: 0 0 20px 295px;
}

/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */

#twoColLayout #primaryContent {
width:680px;
float:left;
margin: 0 0 20px 295px;
}

/* just incase twoColLayout is specified in body, and secondaryContent is left in, we turn it off - not ideal, but it works */

#twoColLayout #secondaryContent {
display: none;
}

#secondaryContent {
float:left;
width:340px;
margin: 0 0 20px 15px;
}

#sideContent{
float:left;
width:280px;
margin: 0 0 20px -975px;
}

/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
display: none;
}

/* image controls */
img {
float: left;
margin: 0 0 2px 5px;
border: thin solid #000;
}

.mainImage {
display: block;
float: none;
margin: none;
border: thin solid #000;
}

.thumbs {
float: none;
margin: none;
border: thin solid #000;
}

.script {
float: none;
margin: 0;
border: none;
}

/* image control for side boxes */

.cbSide a img {
float: none;
margin: 0;
border: thin solid #000; 
}

/* cbSide controls non-rounded boxes in the thinner left column, known as sideContent */

.cbSide {
width:260px;
margin: 5px 0 0 5px;
padding: 10px 4px 5px 4px;
background: #F7F2E7;
border: thin solid #54313A;
}
.cbSide p {
margin: 0;
padding: 0 5px 2px 5px;
font-size: 90%;
color: #2C2C2C;
}


/* primary content box properties */

.cbb {
margin: 5px;
padding: 10px 5px 5px 5px;
background: #F8F2E8;
font: 110%;
}

.cbb p {
color: #000;
text-decoration: none;
line-height: 1em;
}

.cbb a:hover {
color: #000;
text-decoration: line-through;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

.cb {
margin: 5px 0;
line-height: 100%;
	}

/* Rules for the top corners and border */
.bt {
	background:url(graphics/box.png) no-repeat 100% 0 !important;
	background:url(graphics/box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:15px;
	}
.bt div {
	height:27px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(graphics/box.png) no-repeat 0 0 !important;
	background:url(graphics/box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(graphics/box.png) no-repeat 100% 100% !important;
	background:url(graphics/box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(graphics/box.png) no-repeat 0 100% !important;
	background:url(graphics/box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding: 0 0 0 12px;
	background:url(graphics/borders.png) repeat-y 0 0 !important;
	background:url(graphics/borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding: 0 12px 0 0;
	background:url(graphics/borders.png) repeat-y 100% 0 !important;
	background:url(graphics/borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#F1ECE1;
	border: 1px solid #F1ECE1;
	border-width:1px 0;
	padding:0 5px;
	}
/* CSS for the box ends here */

/* footer layout*/

#footer {
clear: both;
width: 975px;
height: 35px;
background-color: #43292F;
}

#footer #mainNav {
padding: 10px 0 0 0;
}


/* box is the shaded area that holds a rounded corner box or flat box, fitting the given width of the column it is in. Usually combined with another class to control inner elements, eg box default */

.box {
margin: 15px 0 0 0;
padding: 5px 0 5px 0;
background:url(graphics/spots.png);
}

/* horizontal main menu navigation - based on a method from Richard Rutter */

 #mainNav
{
margin: -25px 0 0 300px;
padding: 0;
width: 600px;
height: 35px;
font-weight: normal;
font-size: 93%;
}

#mainNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainNav li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#mainNav a
{
color: #F7F2E7;
display: inline;
width: auto;
text-decoration: none;
background: transparent;
margin: 0;
padding: 5px 10px;
border-right: 1px solid #F7F2E7;
}

#mainNav a:hover, #mainNav a:active { 
background: #F7F2E7;
color: #54313A; 
}

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: #BBB;
color: #D7D493;
font-weight: normal;
}
/*Highlighting of mainNav links */

body.home #mainNav a#home, body.story #mainNav a#story, body.shows #mainNav a#shows, body.discography #mainNav a#discography, body.photos #mainNav a#photos, body.contact #mainNav a#contact { 
  color: #CECBC3;
  text-decoration: underline;

}
body.home #mainNav a:hover#home, body.story #mainNav a:hover#story, body.shows #mainNav a:hover#shows, body.discography #mainNav a:hover#discography, body.photos #mainNav a:hover#photos, body.contact #mainNav a:hover#contact { 
  color: #000;
}

/* form styling*/

input.submit {
	border: 0;
	margin: 0 0 -8px 0;
    padding: 2px 2px 2px 4px;
	background: transparent;
	font-size: 10px;
}


/* OLD CSS DESIGN

BODY {	
background: #000000 url(images/background4.jpg) repeat fixed top; 
margin-top: .25in;
font: normal 10pt/11pt "Tahoma", arial, sans-serif;
} 

TABLE{
background: #FEFEFE;
border: thin solid #3E3954;
}

H1, H2, H3, H4, H5, H6 {color: #D91212;}

a img {border: thin solid #3E3954; } 

A:link {text-decoration: none; color: #D91212}

A:visited {text-decoration: none; color: #D91212}

A:hover {text-decoration: line-through; color: #681226;}

A:active {text-decoration: underline; color: #F0A0A0;}

.menu {font: normal 10pt/11pt "Tahoma", arial, sans-serif;}

.news {
font: normal 10pt/11pt "Franklin Gothic Book", "Century Gothic", Helvetica, arial, sans-serif;
color: #312C42;
}

.contact {font: 8pt/10pt "Franklin Gothic Book", "Century Gothic", Helvetica, arial, sans-serif;}

P  {text-indent: .25in}
*/