/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	
}
html, body {
	margin:0;
	padding:0;
    line-height: 1.1;
	height:100%;
	min-width:1200px;
	text-align: center;
	font-weight: normal;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}
ol, ul {
    list-style: none;
	padding: 10px;
    text-indent: 10px;

}
blockquote, q {
    quotes: none;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a img{
	border:0;
}
a hover{
	color:#FFFF33;
	text-decoration:underline;
}


/* END RESET */

body { 
	text-align: center; 
	width: 100%;
	font-family: arial, sans-serif;
	font-size: 1em;
	color: white;
	background: black url('../Images/bg.png') no-repeat top left;
}

p { line-height: 1; }

h1, h2 { font-weight: bold; }

h1 { background: transparent url(../Images/cross.png) no-repeat 0px 11px; padding-left: 25px; font-size : 18px; padding-top: 10px; margin-bottom: 5px;}

h2 { background: transparent url(../Images/cross.png) no-repeat 78px 11px; padding-left: 100px; font-size : 18px; padding-top: 10px; margin-bottom: 5px;}

h3 { color:#666666;
	font-size: 1em;
	padding-left: 165px;
	padding-top: 15px;
	font-family: arial, sans-serif;
	font-weight: bold;
	float: left;
	width: 50%; }
	
h4 { background: transparent url(../Images/cross.png) no-repeat 0px 1px; padding-left: 20px; font-size : 18px; padding-top: 0px; margin-bottom: -10px;}
	
h5 { font-size : 18px; padding-top: 10px; margin-bottom: 5px;}

h6 { font-size : 14px; padding-top: 10px; margin-bottom: 5px;}

.headertext { 
	margin: 0px 0px -10px;
	color:#FFFF33;
	font-size: 1.1em;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; 
	}

.membertext { 
	color:#FFFF33;
	font-size: 1.1em;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; 
	}

.bioheadertext { 
	margin: 0px 40px -10px;
	color:#FFFF33;
	font-size: 1.1em;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; 
	}

.contactText { 
	margin: 0px 0px 5px;
	color:#FFFF33;
	font-size: 1.4em;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; 
	}

.contactText2 { 
	color:#FFFFFF;
	font-size: 1.4em;
	font-family: arial, sans-serif;
	font-weight: bolder;
	width: 100%; 
	line-height: 1.5em;
	}	

.news {
	padding-top: 5px;
	margin-bottom: 5px;
	}	

div#content {
	border: none;
	min-height: 100%;
	position:relative;
}

div#titlebar {
	border: none;
	height: 125px;
	background:url('../Images/header_bg.png') no-repeat top center;
}

div#contentHeader {
	border: none;
	width: 980px;
	margin: 1px auto;
	text-align: left;
}


/* MENU */

div#mainMenu {
	position: absolute;
	top: 93px;
	right:205px;
	width: 900px;
	background: none;
	color: #333;
}

div#mainMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

div#mainMenu li
{
	float: left;
	margin: 0 0.15em;
}

div#mainMenu li a
{
	display: block;
	padding: 7px 5px 9px 0.5em;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

/* END MENU */

div#mainContent {
	position: absolute;
	top: 141px;
	right: 133px;
	width: 1000px;
	min-height: 625px;
	margin: 1px auto;
	text-align: left;
	padding-bottom:30px; /* Height of the footer */
}

div#contentText {
	position: relative;
	float:left;
	left: 90px;
	width: 500px;
	margin: 1px auto;
	padding-bottom:30px; /* Height of the footer */
}

div#contentText2 {
	position: relative;
	top: -10px;
	right: 0px;
	width: 800px;
	margin: 1px auto;
	text-align: left;
	padding-bottom:30px; /* Height of the footer */
	background: url('../Images/content_bg.jpg') no-repeat fixed 400px 275px;
}

div#newsText {
	position: relative;
	float:left;
	left: 90px;
	width: 500px;
	min-height: 555px;
	border: 2px ridge #FFFF00;
	margin: 1px auto;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px; /* Height of the footer */
	background: #222222 url('../Images/twitter_bg.png') repeat top center;
}

div#newsTextInner {
	position: relative;
	width: 500px;
	height: 100%;
	max-height: 380px;
	border: none;
	margin: 0px auto;
	padding: 0px;
	background: none;
}

div#contactText {
	position: relative;
	float:left;
	left: 90px;
	width: 800px;
	min-height:575px;
	border: 2px ridge #FFFF00;
	margin-top:1px;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:40px; /* Height of the footer */
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:30px; /* Height of the footer */
	background: #222222 url('../Images/twitter_bg.png') repeat top center;
}


div#twitter{
	position: relative;
	float:right;
	top: -13px;
	left: 5px;
	border: none;
	margin:10px 80px 10px 10px;
	border: 0px;
	padding: 4px;
	height: 375px;
	width: 300px;
}

div#bannerPic{
	position: absolute;
	float:right;
	top: 496px;
	left: 13px;
	border: none;
	margin:10px 80px 10px 10px;
	border: 0px;
	padding: 4px;
	height: 68px;
	width: 468px;
}

/** Store page **/

div#storeFlag1{
	position: absolute;
	float:right;
	top: 75px;
	left: 140px;
	border: 2px ridge white;
	margin:10px 80px 10px 10px;
	padding: 10px;
	height: 165px;
	width: 210px;
	background: #000000;
}

div#storeFlag2{
	position: absolute;
	float:right;
	top: 75px;
	left: 400px;
	border: 2px ridge white;
	margin:10px 80px 10px 10px;
	padding: 10px;
	height: 165px;
	width: 210px;
	background: #000000;
}

div#storeOffer{
	position: absolute;
	top: 270px;
	left: 145px;
	border: none;
	margin:10px 80px 10px 10px;
	padding: 10px;
	height: 300px;
	width: 456px;
	background: none;
}

div#itemContainer {
	position: relative;
	top: 0px;
	left: 20px;
	width: 800px;
	height: 1%; overflow: hidden; /* IMPORTANT  TO KEEP DIV PROPERLY SIZED AROUND INNER CONTENT*/
	text-align: left;

}

div.storeOffer { position: relative; left: 130px; border: none; margin: 5px; padding: 5px; height: 365px; width: 456px; } img.storeOffer { margin-right: 10px; margin-bottom: 10px;}

div.shopItemLeft { float: left; border: 1px solid white; background: #222222; padding: 5px; margin: 5px; min-height: 315px; width: 360px; } img.shopImageLeft { float: left; margin-right: 10px; margin-bottom: 10px;}

div.shopItemRight { float: right; border: 1px solid white; background: #222222; padding: 5px; margin: 5px; min-height: 315px; width: 360px;} img.shopImageRight { float: left; margin-right: 10px; margin-bottom: 10px;}


/** Gig Listings**/

#gigContainer {
    width:780px;
    margin:5px auto;
    border:0px solid #FFF;
    padding:2px;
 }
.dateHeader {
    width:100px;
    line-height:1em;
    border:1px solid #FFF;
	background:#222;
    padding:5px;
    float:left;
 }
.venueHeader  {
    width:110px;
    line-height:1em;
    border:1px solid #FFF;
	background:#222;
    padding:5px;
    float:left;
 }
.cityHeader  {
    width:120px;
    line-height:1em;
    border:1px solid #FFF;
	background:#222;
    padding:5px;
    float:left;
 }
.otherbandsHeader  {
    width:210px;
    line-height:1em;
    border:1px solid #FFF;
	background:#222;
    padding:5px;
    float:left;
 }
 .detailsHeader  {
    width:160px;
    line-height:1em;
    border:1px solid #FFF;
	background:#222;
    padding:5px;
    float:left;
 }
 .date {
    width:102px;
    line-height:1em;
    padding:5px;
    float:left;
 }
.venue {
    width:112px;
    line-height:1em;
    padding:5px;
    float:left;
 }
.city {
    width:122px;
    line-height:1em;
    padding:5px;
    float:left;
 }
.otherbands {
    min-width:212px;
    line-height:1em;
    padding:5px;
    float:left;
 }
 .details {
    width:162px;
    line-height:1em;
    padding:5px;
    float:left;
 }

#pastgigContainer {
	position: relative;
	left: 120px;
    width:800px;
    margin:5px auto;
    border:0px solid #FFF;
    padding:2px;
 }

 
 
#clear {
   clear:both;
 }





/** Footer **/


div#footerLinks {
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
	width: 1000px;
	height: 15px; /* Height of the footer */
	background: none;
}

div#footer {
	position: absolute;
	bottom: 0;
	left:0;
	border: none;
	width: 1000px;
	height: 60px; /* Height of the footer */
	background: url('../Images/footer_bg.png') no-repeat top center;
}



.italic { font-style: italic; }

.clear { clear: both; height: 0.4em; line-height: 0.2em; }

