@charset "utf-8";
* {margin:0;padding:0;}
.splash {background-color:#000000;background-image:url(images/billy_walton_crank.jpg); background-repeat:no-repeat;background-position:top center;}
#entry {text-align: center;z-index: 1;}

.b{font-family:"Times New Roman", Times, serif; font-size:12px;  color:#000000; text-decoration:none }
   .r{font-family:"Times New Roman", Times, serif; font-size:12px;  color:#cbbeb5; text-decoration:none }
  .onang{font-family:"Verdana", Arial, sans-serif; font-size:12px;  color:#FF6300; text-align: center; } 
  .red{font-family:"Times New Roman", Times, serif; font-size:12px;  color:#CA834A; text-decoration:none } 
  .onang1{font-family:"Verdana", Arial, sans-serif; font-size:13px;  color:#fefaf3; text-decoration:none } 
  .red2{font-family:"Times New Roman", Times, serif; font-size:12px;  color:#AD1601; text-decoration:none } 
  .onang2{font-family:"Times New Roman", Times, serif; font-size:12px;  color:#C85222; text-decoration:none } 
  .onang3{font-family:"Times New Roman", Times, serif; font-size:12px;  color:#CA834A; text-decoration:none }
  .onang4{font-family:"Times New Roman", Times, serif; font-size:12px;  color:#E79D6C; text-decoration:none } 
   .onang5{font-family:"Times New Roman", Times, serif; font-size:17px; color:#FE4D01; font-weight:bold}

table
{ border:0px;
}
		
.home
	{
	padding: 25px 0px 0px 40px;
	font-family:"Verdana", Arial, sans-serif; font-size:13px;  color:#fefaf3;
	}
	
a {  font-family: Verdana, Arial, sans-serif;  color: #7f7f7f; text-decoration:underline }
a:hover {  font-family: Verdana, Arial, sans-serif;  color:#FFFFFF; text-decoration:underline }


a.r {font-family:"Times New Roman", Times, serif; font-size:11px;  color:#cbbeb5; text-decoration:underline }
a:hover.r {font-family:"Times New Roman", Times, serif; font-size:11px;  color:#FFFFFF; text-decoration:underline }

h1 {
	color: gray;
	font-size: 2.0 em;
	font-family: Verdana;
	font-variant: small-caps;
	text-align: center;
} 

a.button {
	text-decoration: none;
 }


a:hover.button {
	text-decoration: none;
 }		
ul.tabs {
	padding: .7em 0em 39em 7em;
	}
		
.tabs li {
	text-transform: uppercase;
	display: inline;
	background: #666;
}

.button {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height:20px;
	padding: .45em 1em .4em;
	margin-left: 1em;
	border:2px solid #b9b7b7;
	border-bottom: none;
	background: #8a181b;
	background: -moz-linear-gradient(#bc2029, #8a181b);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #8a181b),color-stop(1, #bc2029));
	background: -webkit-linear-gradient(#bc2029, #8a181b);
	background: -o-linear-gradient(#bc2029, #8a181b);
	background: -ms-linear-gradient(#bc2029, #8a181b);
	background: linear-gradient(#bc2029, #8a181b);
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
.button, .button:link, .button:visited {
	font: 17px Geneva, sans-serif;
	letter-spacing: .08em;
	text-align: center;
	text-decoration: none;
	color: white;
}
.button:hover {
	background: #666;
	font: 17px Geneva, sans-serif;
	background: -moz-linear-gradient(#999, #666);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #666),color-stop(1, #999));
	background: -webkit-linear-gradient(#999, #666);
	background: -o-linear-gradient(#999, #666);
	background: -ms-linear-gradient(#999, #666);
	background: linear-gradient(#999, #666);
	text-decoration: none;
}

