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

/* -------------
   Reset page
------------- */

html, body, div, span, p, h1, h2, h3, h4, h5, h6, a, blockquote, ul, ol, li, img, table, td {
	margin:0px;
	padding:0px;
	border:0px;
	font-family:inherit;
	font-size:100%; /* Text size starting point = 16px */
	font-weight:inherit;
	font-style:inherit;
}



/* ---------
   Common
--------- */

body {
	position:relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d4cfc6;
	line-height:1.5;
	background:#191919 url(../Images/bgPage.jpg) no-repeat top center;
}

p {
	margin-bottom:16px;
}

h1, h2, h3 {
	margin-bottom:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	letter-spacing:2px;
}

h1 {
	padding-bottom:10px;
	font-size:1.2em;
	color:#908878;
	border-bottom:1px dashed #908878;
}

h2 {
	font-weight:bold;
	letter-spacing:0px;
}

a {
	padding:3px 1px;
}

a:link {
	color:#d4cfc6;
	text-decoration:underline;
}

a:visited {
	color:#d4cfc6;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#A62620;
}

a:active {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#A62620;
}

img {
	position:absolute;
	top:7px;
	left:7px;
}



/* ------------
   Structure
------------ */

/* ----- Main container ----- */

#container {
	width:100%;
	margin:auto;
}

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

#header_wrap {
	position:relative;
	width:760px;
	height:300px;
	margin:auto;
}

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

#content_wrap {
	width:760px;
	margin:auto;
	margin-top:10px;
	margin-bottom:20px;
	display:table;
}

#column_left {
	width:215px;
	float:left;
}

#column_middle {
	width:215px;
	padding-left:56px;
	float:left;
}

#column_right {
	width:215px;
	float:right;
}

#content_left {
	width:487px;
	float:left;
}

#content_right {
	width:215px;
	float:right;
}

/* ----- Footer ----- */

#footer_bg {
	width:100%;
	margin:auto;
	padding-bottom:15px;
	clear:both;
	background:#100f0f url(../Images/bgFooter.jpg) no-repeat top center;
}

#footer_wrap {
	width:760px;
	margin:auto;
	padding-top:80px;
	display:table;
}

#footer_left {
	width:215px;
	float:left;
}

#footer_middle {
	width:215px;
	padding-left:56px;
	float:left;
}

#footer_right {
	width:215px;
	float:right;
}



/* -------------
   Navigation
------------- */

/* ----- Primary ----- */

#topnav_wrap {
	position:absolute;
	top:26px;
	left:259px;
	width:501px;
	height:41px;
}

#topnav_wrap ul {
	width:501px;
	height:41px;
	list-style-type:none;
}

#topnav_wrap li {
	float:left;
	display:inline;
}

#topnav_wrap li a {
	height:41px;
	padding:0px;
	float:left;
	display:block;
}


#topnav_wrap li.news a {
	width:89px;
	background:url(../Images/btn_news.jpg) no-repeat;
}

#topnav_wrap li.news a:hover {
	background:url(../Images/btn_news_mo.jpg) no-repeat;
}

#topnav_wrap li.news_active a {
	background:url(../Images/btn_news_mo.jpg) no-repeat;
}


#topnav_wrap li.band a {
	width:115px;
	background:url(../Images/btn_band.jpg) no-repeat;
}

#topnav_wrap li.band a:hover {
	background:url(../Images/btn_band_mo.jpg) no-repeat;
}

#topnav_wrap li.band_active a {
	background:url(../Images/btn_band_mo.jpg) no-repeat;
}


#topnav_wrap li.music a {
	width:88px;
	background:url(../Images/btn_music.jpg) no-repeat;
}

#topnav_wrap li.music a:hover {
	background:url(../Images/btn_music_mo.jpg) no-repeat;
}

#topnav_wrap li.music_active a {
	background:url(../Images/btn_music_mo.jpg) no-repeat;
}


#topnav_wrap li.photos a {
	width:99px;
	background:url(../Images/btn_photos.jpg) no-repeat;
}

#topnav_wrap li.photos a:hover {
	background:url(../Images/btn_photos_mo.jpg) no-repeat;
}

#topnav_wrap li.photos_active a {
	background:url(../Images/btn_photos_mo.jpg) no-repeat;
}


#topnav_wrap li.thought4 a {
	width:110px;
	background:url(../Images/btn_thought4.jpg) no-repeat;
}

#topnav_wrap li.thought4 a:hover {
	background:url(../Images/btn_thought4_mo.jpg) no-repeat;
}

#topnav_wrap li.thought4_active a {
	background:url(../Images/btn_thought4_mo.jpg) no-repeat;
}

/* ----- Logo ----- */

#gohome {
	position:absolute;
	top:20px;
	left:14px;
	width:110px;
	height:132px;
}

#gohome a {
	width:110px;
	height:132px;
	padding:0px;
	display:block;
	background-image:url(../Images/homebtn.png);
}

#gohome a:hover {
	background-color:transparent;
}

/* ----- Links ----- */

span.icon_myspace a {
	position:relative;
	width:49px;
	height:48px;
	margin-top:5px;
	float:left;
	background:url(../Images/iconMySpace.gif) no-repeat;
}

span.icon_facebook a {
	position:relative;
	width:49px;
	height:48px;
	margin-top:5px;
	margin-left:20px;
	float:left;
	background-image:url(../Images/iconFacebook.gif);
	background-repeat:no-repeat;
}

#primary a:link {
	color:#ab0e0e;
	text-decoration:none;
}

#primary a:visited {
	color:#ab0e0e;
	text-decoration:none;
}

#primary a:hover {
	color:#ab0e0e;
	text-decoration:none;
	background-color:#dfc40c;
}

#primary a:active {
	color:#ab0e0e;
	text-decoration:none;
}



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

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

span.date {
	color:#d6ca0d;
	font-weight:bold;
}

/* ----- Images ----- */

span.image_landscape_home {
	position:relative;
	width:213px;
	height:148px;
	margin-bottom:15px;
	float:left;
	border:1px solid #646050;
}

span.image_landscape {
	position:relative;
	width:213px;
	height:148px;
	margin-top:7px;
	margin-bottom:10px;
	margin-right:20px;
	float:left;
	border:1px solid #646050;
}

span.image_landscape_col {
	position:relative;
	width:213px;
	height:148px;
	margin-top:7px;
	margin-bottom:15px;
	float:left;
	border:1px solid #646050;
}

span.image_portrait {
	position:relative;
	width:213px;
	height:279px;
	margin-top:7px;
	margin-bottom:10px;
	margin-right:20px;
	float:left;
	border:1px solid #646050;
}

span.image_portrait_col {
	position:relative;
	width:213px;
	height:279px;
	margin-top:7px;
	margin-bottom:15px;
	float:left;
	border:1px solid #646050;
}

span.image_thorns {
	position:relative;
	width:134px;
	height:104px;
	margin-top:7px;
	margin-right:20px;
	float:left;
	border:1px solid #646050;
}

span.image_sponsors {
	position:relative;
	width:213px;
	height:64px;
	margin-bottom:15px;
	border:1px solid #646050;
	float:left;
}

span.image_sponsors img {
	position:absolute;
	top:1px;
	left:1px;
}

div.viper_logo {
	width:130px;
	height:80px;
	background-image:url(../Images/viper_logo.jpg);
}

div.thorns_logo {
	width:130px;
	height:80px;
	background-image:url(../Images/thorns_logo.jpg);
}

/* ----- Text ----- */

span.highlight {
	color:#d6ca0d;
}

span.italicise {
	font-style:italic;
}

p.divide {
	padding-bottom:15px;
	border-bottom:1px solid #d6ca0d;
}

p.divider {
	border-bottom:1px solid #d6ca0d;
}

p.quotation {
	position:relative;
	margin-top:30px;
	margin-bottom:5px;
	font-size:0.9em;
	font-style:italic;
	text-indent:40px;
}

span.quotes {
	position:absolute;
	top:-12px;
	left:0px;
	width:32px;
	height:31px;
	background-image:url(../Images/iconQuotationMark.png);
}

p.quoted {
	font-size:0.8em;
	color:#d6ca0d;
	text-align:right;
}

p.quoted_next {
	padding-bottom:5px;
}

a.popup {
	padding:0px;
}

a.popup span {
	position:absolute;
	bottom:5px;
	left:5px;
	padding:2px 10px;
	display:none;
	font-size:0.9em;
	font-variant:small-caps;
	background-image:url(../Images/bgPopup.png);
	background-repeat:repeat;
	z-index:1;
}

a:hover.popup span {
	display:block;
}



/* ----------
   Gallery
---------- */

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



/* ----- Images ----- */

div.g_image_landscape {
	position:relative;
	width:213px;
	height:146px;
	float:left;
}

div.g_image_landscape a {
	position:relative;
	width:213px;
	height:146px;
	padding:0px;
	float:left;
	border:1px solid #646050;
}

div.g_image_landscape a:hover {
	position:relative;
	width:213px;
	height:146px;
	float:left;
	border:1px solid #545040;
	background-color:transparent;
}

div.spacing_1 {
	margin-bottom:40px;
	margin-right:57px;
}

div.spacing_2 {
	margin-bottom:40px;
}

div.g_image_portrait {
	position:relative;
	width:146px;
	height:213px;
	float:left;
}

div.g_image_portrait a {
	position:relative;
	width:146px;
	height:213px;
	padding:0px;
	float:left;
	border:1px solid #646050;
}

div.g_image_portrait a:hover {
	position:relative;
	width:146px;
	height:213px;
	float:left;
	border:1px solid #545040;
	background-color:transparent;
}

div.spacing_3 {
	margin-bottom:40px;
	margin-right:55px;
}

div.spacing_4 {
	margin-bottom:40px;
}
