/*
Theme Name: Scratch
Theme URI: http://example.com/
Description: Just trying out themes
Version: 1
Author: dsr
Author URI: http://example.com/
*/

body {
  margin: 0px;
  margin-top: 10px;
  padding-top: 10px;
  font-family:'Trebuchet MS';
  background-color: #712;
  color:#712;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

strong {
  color: #712;
  font-size: larger;
}

div {
  border:0px solid #712;
}

.sttheader {
  background-repeat:no-repeat;
  min-height: 100px;
  color: #400000;
  font-size: large;
  text-align:center;
  font-family: 'Comic Sans MS', Tahoma, Geneva, sans-serif;
  line-height: 50%;
  letter-spacing: 3px;
  font-weight: bold;
}

.separator {
  clear:both;
}

.roundedrect {
  min-height: 10px;
  padding: 1px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #400;
  border: 1px solid rgba(64, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.spanfull {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bodywrap {
  min-height:600px;
}

.navbar {
  font-size: small;
  font-weight: normal;
  font-family: 'Trebuchet MS';
  height: 20px;
  letter-spacing: normal;
}

.nav_items {
}

.sidebar {
  float: left;
  width: 300px;
  padding: 5px;
  border-right: 1px dotted #712;
}

.main {
  float: right;
  width: 660px;
  padding: 5px;
  color: black;
}

.footer {
  clear:both;
  float:right;
  height:20px;
  color:white;
  font-size:x-small;
  text-align: right;
}

.page_item {
  background-color:#fff;
  padding:0px;
  text-decoration:none;
  list-style-type:none;
  display:inline;
  padding: 0 20px 0 20px;
}

//#navigation {
//  height:20px;
//  width:1000px;
//  font-size: smaller;
//  border-top:1px solid #712;
//  border-bottom:1px solid #712;
//}

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

a:hover {
  text-decoration:underline;
  color: #e00;
}

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

.sponsor_page_head {
  padding: 2px;
  text-align: center;
  font-weight: bold;
  font-size: large;
  color: #701123;
}
.sponsor_head {
  border-top: 2px solid #701123;
  border-bottom: 2px solid #701123;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  color: #701123;
}
IMG.sponsor {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
}

.bronze {
  font-size: smaller;
}

.thanks {
  font-size: smaller;
}

.results table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #712;
}
  
.results th {
  border: 1px solid #712;
  background-color: #712;
  color: #fff;
}

.results td {
  border: 1px solid #712;
  font-size: x-small;
  color: #712;
  padding: 2px;
}

.contact table, .contact th, .contact td {
  border: 0;
}

.contact td {
  font-size: normal;
  color: #712;
  padding: 2px;
}

.loading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.progress-bar {
	background-color: #712;
	height: 10px;
	padding: 5px;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
	-webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
	box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;	          
}

.progress-bar span {
	display: inline-block;
	height: 100%;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-transition: width .4s ease-in-out;
        -moz-transition: width .4s ease-in-out;
        -ms-transition: width .4s ease-in-out;
        -o-transition: width .4s ease-in-out;
        transition: width .4s ease-in-out;    
}

.red span {
	  background-color: #712;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#712), to(#601));
	  background-image: -webkit-linear-gradient(top, #712, #601);
	  background-image: -moz-linear-gradient(top, #712, #601);
	  background-image: -ms-linear-gradient(top, #712, #601);
	  background-image: -o-linear-gradient(top, #712, #601);
	  background-image: linear-gradient(top, #712, #601);  
}	

.stripes span {
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;			
	background-image: -webkit-gradient(linear, left top, right bottom,
						color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
						color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
						color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
						to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
						transparent 75%, transparent);            
	
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;       		
}

@-webkit-keyframes animate-stripes { 
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
