body {  
	background-color: /*#17120A;*/ #393835;
	color: #888;  
	font-family: tahoma, verdana, arial, helvetica, sans-serif;  
	scrollbar-arrow-color: #fff;  	
	scrollbar-base-color:#000;  
	scrollbar-dark-shadow-color: #fff;  
	scrollbar-track-color: #000;  
	scrollbar-face-color: #222;  
	scrollbar-shadow-color: #fff;  	
	margin: 0;  
	padding: 0;  
	background-image:url(backgrounds/tweed.png);
	background-repeat: repeat;
}
img {
	max-width: 100%;
}
.error {
	color: #A3297A;
}
button, input.button {
	background-color: #A3297A;
	color: #000;
	margin-top: 10px;
	font-family: abeatbykai, tahoma, verdana, arial, helvetica, sans-serif;
	padding: 2px 12px 3px 12px;
	border-radius: 5px;
	border-color: #A3297A;
}
div#frame {
	position: absolute;
	width: 100%;
	min-width: 600px;
	height: 100%;
	top: 0;
	left: 0;
}
img#background {
	width: 100%;
	position: absolute; /*or fixed? */
	top: 67px;
	left: 0;
	-webkit-box-reflect: below 0
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white)); 
}
div.stripe {
	display: block;
	width: 100%;
	background-color: #000;
	color: #fff;
	opacity: 0.8;
	position: absolute;
	text-indent: 20px;
}
div#links {
	font-family: abeatbykai, tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 110%;
	top: 25px;
	z-index: 50;
    padding-bottom: 6px;
}
div#footer {
	margin: 0;
	z-index: 5;
	height: 32px;
	/*border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;*/
	font-size: 76%;
	position: relative;
	float: right;
	top: 40px;
	opacity: 0.6;	
}
div.stripe span,
div.stripe a.nav:link,
div.stripe a.nav:visited,
div.stripe a.nav:hover,
div.stripe a.nav:active {
	display: inline-block;
	float: right;
	color: #fff;
	padding: 0 18px 0 0;
	margin: 11px 0 6px 0;
	text-indent: 0;
	text-decoration: none;
}
div.stripe a.nav:hover,
div.stripe a.nav:active,
div.stripe a.current,
div.stripe a.current:visited {
	color: #D147A3;
}
div.stripe #navcontain {
	padding-left: 100px;
}
div.stripe span {
	float: left;
	margin-top: 7px;
}
div#footer span {
	margin-top: 5px;
}
img#logo {
	position: relative;
	top: 13px;
	left: 20px;
	z-index: 100;
	border: 2px solid #bbb;
}
span#copy {
	padding: 0 15px;
	margin: 9px 0;
	font-size: 75%;
	color: #886;
	display: block;
	height: 15px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}
div#container {
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
	top: 75px;
	width: 100%;
}
div#content {
	width: 100%;
	z-index: 10;
	font-size: 90%;
	float: left;
	min-height: 419px;
}
div.leftpanel div.quote {
	width: auto;
	color: #000;
}
div.quote {
	width: 200px;
	color: #fff;
	margin-left: 20px;
	margin-right: 25px;
	margin-top: 20px;
}
div.leftpanel div.quote ul {
	list-style: disc;
	padding-left: 15px;
}
div.leftpanel div.quote ul li {
	color: #000;
	width: 100%;
}
div.rightpanel {
	width: 44%;
	float: right;
	background-color: #000;
	opacity: 0.85;
	margin-right: 20px;
	margin-top: 20px;
	border-radius: 12px;
}
div#sponsorpanel,
div#friendspanel {
	min-width: 390px;
}

div#twitter {
	width: 300px;
	float: right;
	opacity: 0.85;
	margin-right: 20px;
	margin-top: 20px;
	background-color: #000;
	border-radius: 12px;
	padding: 5px;
}
div.narrow {
	width: 36%;
	min-width: 320px;
}
div.leftpanel {
	width: 36%;
	float: left;
	background-color: #000;
	opacity: 0.85;
	margin-left: 20px;
	margin-top: 20px;
	border-radius: 12px;
}
div.rightpanel h1,
div.leftpanel h1 {
	font-size: 160%;
	width: 100%;
	background-color: #A3297A;
	color: #000;
	text-indent: 20px;
	margin: 0;
	padding: 4px 0 3px 0;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px; 
}

div.white {
	width: 38%;
	min-width: 320px;
	padding-bottom: 0;
}
div.white,
div.white a {
	background-color: #fefeef;
	color: #000;
}
div.blogpanel {
	width: 67%;
	max-width: 800px;
}
div.rightpanel a img,
div.rightpanel a.bg {
	background-color: #665;
	max-width: 190px;
	border: none;
	margin: 0;
	opacity: 1.0;
	filter:alpha(opacity=100);
	float: right;
}
div.rightpanel a.bg {
	text-indent: 10px;
}

table#sponsors,
table#friends {
	width: 95%;
	margin: 5px;
}
table#sponsors td, 
table#friends td {
	font-size: 76%;
	border-collapse: separate;
	border-bottom: 1px dashed #665;
	padding: 10px 10px 10px 5px;
}

div.leftpanel form,
div.rightpanel form {
	width: 90%;
	color: #fefeef;
}
div.leftpanel input,
div.leftpanel textarea,
div.rightpanel input,
div.rightpanel textarea {
	width: 100%;
}

div#results_div {
	width: 47%;
	min-width: 490px;
}
table#results_table {
	margin: 10px 5px 10px 10px;
	font-size: 95%;
}
table#results_table td {
	color: #fff;
	padding: 5px 3px;
	background-color: #2e2c1e;
}
table#results_table tr.highlight td {
	background-color: #3D0F2E;
}
table#results_table td.eventname {
	width: 120px;
}
table#results_table td.resultlink,
table#results_table td.reportlink {
	white-space: nowrap;
	line-height: 130%;
}
table#results_table a {
	color: #fff;
}

div.years {
	margin: 10px;
}
div#results_div a.year {
	font-size: 95%;
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 2px 5px 5px;
	background-color: #A3297A;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

div#credit {
	color: #f4f4f4;
	background-color: transparent;
	z-index: 5;
	right: 170;
	bottom: 0;
	height: 32px;
	width: 200px;
	font-size: 67%;
}
.small {
	margin-top: 5px;
	font-size: 85%;
}
h3 {
	margin-bottom: 0;
}
p.caption {
	background-color: #444;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	text-align: center;
	width: 100%;
	max-width: 400px;
}
div.leftpanel img.blog {
	margin-bottom: 0;
	margin-right: 20px;
	opacity: 1;
}
/*div.leftpanel h3 {
	width: 400px;
	clear: both;
}*/
div.leftpanel div.scroll ul li {
	width: 90%;
}
div.scroll p.blogtext {
	width: 98%;
	max-width: 43em;
}
div.contain {
	float: left;	
	width: 100%;
	margin: 15px 0;
	max-height: 80px;
	overflow: hidden;
}
div.contain img,
div.contain p {
	float: left;	
}
div.contain p.small {
	width: 60%;
	margin: 0 0 10px 20px;
	font-weight: bold;
}
img.listimg {
	width: 120px;	
	border: 1px solid #ccc;
}
p.list {
	width: 60%;
	margin: -2px 0 0 20px;
	line-height: 1.2em;
}

p#back {
	text-indent: 20px;
}
img#portrait {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #aaa;
}
div.copyright {
	float: left;
	width: 100%;
	background-color: #A3297A;
	color: #000;
	margin: 20px 0 0 0;
	padding: 3px 0 0 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
div.copyright p.small {
	margin-right: 20px;	
	text-align: right;
}

/*contact page*/
div.rightpanel a.social img {
	margin-right: 10px;
	float: none;
}

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
	div#frame {
		min-width: 200px;
	}
}