/* **************** CSS 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ****************** END CSS RESET ******************** */





/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

body {
	background-color: #b2c6bd;
font: 13px/1.7 Lucida Grande, Arial, 'Liberation Sans', FreeSans, sans-serif;
}


#main {padding-bottom: 175px;
text-align: left;
	margin:0 auto;
	width: 960px;

}  /* must be same height as the footer */

#footer {position: relative;
margin:0 auto;
	margin-top: -175px; /* negative value of footer height */
	height: 175px;
	clear:both;
	background: url(../images/footer.jpg) repeat-x left top;
	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#header {
	height: 125px;
	margin: 0; padding: 0;
background: url(../images/nav_bg.jpg) top left no-repeat;
 }
 
 
 /* TYPE DISPLAY */
 
 h1,
h2,
h3,
h4 {
	font-family: Helvetica neue, Lucida Grande, sans-serif;
	padding: 0 0 0 10px;
}


h1 {

  font-size: 28px;
  font-weight: bold;
	line-height: 32px;

  text-transform: uppercase;
  color: #485a6d;
}

h2 {
	font-size: 20px;
	font-weight: lighter;
  color: #485a6d;
  line-height: 24px;
}

h3 {

  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

p, ul {

  font-size: 12px;
  line-height: 18px;
  margin: 0 10px 6px 10px;
}

p {
	margin: 4px 0 0.8em 10px;
}

#paginate{
	display: block;
	text-align: left;
	margin: 0 0 0 5px;
	padding: 5px;
}

#paginate a{
	color: #485a6d;
}

#paginate a:hover {
background-color: #485a6d;
	color: #ffffcc;
}

.subhead {

  font-size: 14px;
  line-height: 18px;
  margin: 0 10px 18px 10px;
}

a {
	color: #485a6d;
}

a:hover {
background-color: #485a6d;
	color: #ffffcc;
}
 
 
 
 

/* START NAV */
#logo {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 220px;
}

#logo a {display: block;
	height: 125px;
	text-indent: -9999px;
	background: url(../images/logo.jpg) top left no-repeat;
}

#logo a:hover{
background-image: url(../images/logo.jpg);
background-position: background-position: -125px -125px;
}


ul#nav{
margin: 0; padding: 0;
background-color: transparent;
 float: left;
	width: 740px;
	height: 125px;
background: url(../images/nav.gif) top left no-repeat;
}
ul#nav li{
	float: left;
	display: inline; /*This line is needed to fix the double-margin bug floats in IE*/
}
ul#nav li a{
	display: block;
	height: 125px;
	text-indent: -9999px;
}

li#n-home {
	width: 75px;
}
li#n-news {
	width: 75px;
}
li#n-gallery {
	width: 80px;
}
li#n-audio {
	width: 70px;
}
li#n-forum {
	width: 90px;
}
li#n-method {
	width: 115px;
}
li#n-gigs {
	width: 65px;
} 
li#n-crick {
	width: 100px;
} 
li#n-links {
	width: 70px;
} 


ul#nav li a:hover{
background-color: transparent;
	background-image: url(../images/nav.gif);
}

li#n-home a{
	background-position: 0 -125px;
}
li#n-news a{
	background-position: -75px -125px;
}
li#n-gallery a{
	background-position: -150px -125px;
}
li#n-audio a{
	background-position: -230px -125px;
}
li#n-forum a{
	background-position: -300px -125px;
}
li#n-method a{
	background-position: -390px -125px;
}
li#n-gigs a{
	background-position: -505px -125px;
}
li#n-crick a{
	background-position: -570px -125px;
}
li#n-links a{
	background-position: -670px -125px;
}

/* END NAV */



#left_col {
	margin:18px 0 0 0;
	float: left;
	width: 230px;
}

#gramaphone {
	background-color: #b2c6bd;
	height: 470px;
	margin: 0 0 0 10px
}

#middle_col {
margin:18px 0 0 0;
	float: left;
	width: 440px;

}

#right_col {
margin:18px 0 0 0;
	float: left;
	width:280px;
}

#middle_right_col {
margin:18px 0 0 0;
	float: left;
	width: 720px;

}

#right_content {
	margin: 0 0 0 20px;
	width: 100%;
	border: 1px solid red;
}

#right_col ul li {
margin:0;
padding:5px 0 0 25px;
list-style:none;
background:url(../images/bullet1.png) no-repeat 0 8px;
}

#pic {
	float: right;
}

.date_styled {
	background:url(../images/date_bg.jpg) no-repeat;
	margin: 0 5px 0 10px;
	height: 60px; 
}

.day {
padding: 3px 0 0 0;
	width: 54px;
	font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  color: #FFF;
  text-align: center;
  display: block;

}
.date {
	width: 54px;
font-family: "Times New Roman", Times, serif;
line-height: 16px;
  font-size: 24px;
  color: #900;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
   display: block;

}
.month {

	width: 54px;
	font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  color: #FFF;
  text-align: center;
  display: block;
}

.thirty_east {
	margin: 0 0 0 30px;
}

.twenty_east {
	margin: 0 0 0 20px;
}

.ten_east {
	margin: 0 0 0 10px;
}

#name, #email, #comment, #submit{
	background-color: #fcfcfc;
	border: 1px solid #666;
	color: #485a6d;
}

#commentary {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 280px;
}

#commentary a {display: block;
	height: 75px;
	text-indent: -9999px;
	background: url(../images/commentary.jpg) top left no-repeat;
}



.comment_avatar {
padding: 5px;

}

#sightings {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 280px;
}

#sightings a {display: block;
	height: 75px;
	text-indent: -9999px;
	background: url(../images/sightings.jpg) top left no-repeat;
}

#newsletter {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 280px;
}

#newsletter a {display: block;
	height: 75px;
	text-indent: -9999px;
	background: url(../images/newsletter.jpg) top left no-repeat;
}

#discuss {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 280px;
}

#discuss a {display: block;
	height: 75px;
	text-indent: -9999px;
	background: url(../images/discuss.jpg) top left no-repeat;
}

#pdfs {
margin: 0; padding: 0;
	clear: both;
	float: left;
	width: 280px;
}

#pdfs a {display: block;
	height: 75px;
	text-indent: -9999px;
	background: url(../images/download.jpg) top left no-repeat;
}

/* COUNTDOWN TIMER */

#t7_timer { 
	width: 280px; 
	height: 165px; 
	position: relative;
	background-image: url(../images/scoreboard.jpg);
	background-repeat: no-repeat;
}

#t7_timer_over { 
	width: 280px; 
	height: 165px; 
	background-image: url(../images/count_over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: : 0px;
}


#t7_vals {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_numbs {
	font-size: 28px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	line-height: 30px;
}

#t7_d {
position: absolute;
top:50px; left: 111px;
width: 63px; height: 30px;
letter-spacing: 5px;

}

#t7_h {
position: absolute;
top:85px; left: 111px;
width: 42px; height: 30px;
letter-spacing: 4px;

}
#t7_m {
position: absolute;
top:121px; left: 111px;
width: 42px; height: 30px;
letter-spacing: 4px;

}

#t7_s {
	position: absolute;
top:121px; left: 232px;
width: 42px; height: 30px;
letter-spacing: 5px;

}

#t7_labels {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_labs {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#t7_dl {
	text-indent: -9999px;
	border: 1px solid blue;
}
#t7_hl {
	text-indent: -9999px;
	border: 1px solid blue;
}
#t7_ml {
	text-indent: -9999px;
	border: 1px solid blue;
}
#t7_sl {
	text-indent: -9999px;
	border: 1px solid blue;
}


#defaultCountdown { width: 280px; height: 165px; text-align: center; }

#comments {
	border: 1px 0 solid #666;
}

.clear: {
	clear: both;
}

.comment_content_odd {

	margin: 10px;
	background: url(../images/odd_quote_top.gif) top left no-repeat;
	background-color: #c8d8d1;
}
.comment_content_even {
	margin: 10px;
}
.comment_avatar {
	margin: 5px;
}

.comment_body_odd {
clear: both;
	margin: 0 0 10px 0;
	background: url(../images/odd_quote_bottom.gif) bottom left no-repeat;

}

.comment_body_even {
clear: both;
	margin: 0 0 10px 0;

}


.posted_by {
margin: 0 0 0 10px;
	float: left;
	font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  width: 40%;
}

.comment_date {
	float: right;
	font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  width: 50%;
}