body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  color: #333;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a:focus {
  outline: none;
}
textarea { resize: none;}

/* This actually does clear floats without extra markup 
/* see http://www.positioniseverything.net/easyclearing.html for more info */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* .clearfix {display: block;}
*/* End hide from IE-mac */

/* main.css */
body {
  background: #af2b16;
  background: #b7473c;
  background: #6a94a4;
  background: #ffff2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	min-width: 900px;
	text-align: center;
}

a {
  color: #0b99e9;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  background: #0b99e9;
  color: #fff;
  text-decoration: none;
}

a:hover.nohover {
  background: transparent;
}

#steve_keene {
  margin: 0 auto 0 auto;
  width: 900px;
  height: 813px;
  background: url(/images/steve-keene.jpg);
  position: relative;
}

#footer {
  font-weight: bold;
  color: #a00;
  margin: 10px 0 0 0;
}

#footer a {
  color: #0b99e9;
}

#footer a:hover {
  background: transparent;
  color: #4edcff;
}

.content {
  text-align: left;
  width: 410px;
  padding: 10px;
  height: 602px;
  line-height: 14px;
  font-size: 12px;
  background: #fffaea;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 74px;
  left: 120px;
  border: solid;
  border-color: #000;
  border-width: 10px;
}

h1 {
  font-size: 18px;
  color: #6DAB08;
  font-style: italic;
  line-height: 18px;
  padding: 0;
  margin: 10px 0 2px 0;
}

h1.first {
  margin-top: 0;
}

strong {
  font-weight: bold;
}

.content p {
  padding: 0 0 5px 0;
}

a#contact {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-style: italic;
}

.video {
  padding: 3px 0 7px 0;
}

p.break {
  padding: 7px 0 0 0;
}

.usa_flag {
  background: url(/images/flags.gif) no-repeat scroll 0 0;
  width: 20px;
  height: 13px;
  overflow: hidden;
  float: left;
  padding-right: 4px;
  position: relative;
  top: 2px;
  left: 0;
}

.eu_flag {
  background: url(/images/flags.gif) no-repeat scroll 0 -13px;
  width: 20px;
  height: 13px;
  overflow: hidden;
  float: left;
  padding-right: 4px;
  position: relative;
  top: 2px;
  left: 0;
}

form input.submit {
  color: #0b99e9;
  padding: 1px 2px;
	background-color: white;
	border: solid;
	border-color: #666;
	border-width: 1px;
}

.fl {
  float: left;
}

#google_checkout, #google_checkout input {
  margin-top: 2px;
  display: inline;
}

.buy {
  padding-left: 5px;
  line-height: 18px;
}

.cb {
  clear: both;
}

.bold {
  font-weight: bold;
}

#past_shows .date {
  font-style: italic;
  background: #faca89;
  padding: 1px 2px;
}

li.head {
  padding: 8px 0 0 0;
}

#past_shows ul li {
  line-height: 17px;
  padding: 3px 0;
}

.quote {
  font-style: italic;
  font-size: 16px;
  line-height: 18px;
}

.attribute {
  text-align: right; 
  padding-right: 10px;
  padding: 2px 0 7px 0;
}

.attribute:before {
  content: "- ";
}

/* mailing list signup */
#subscriber_email {
  border: solid;
  border-color: #666;
  border-width: 1px;
  height: 16px;
  font-size: 12px;
  padding-left: 2px;
  vertical-align: middle;
}

#subscriber_email.grey {
  color: #aaa;
  font-style: italic;
}

#subscriber_email.normal {
  font-style: normal;
  color: #000;
}

#maillist_signup .fl {
  padding: 0 2px 0 0;
}

#maillist_signup form input.submit {
  height: 18px;
  padding: 0;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  width: 30px;
  text-align: middle;
  background-color: white;
}

.flyer_meta {
  padding: 0 0 0 10px;
  width: 300px;
  float: left;
}

.warn { color: #f00; font-weight: bold; }
.success { color: #0d990d; font-weight: bold; }