/*

	 ######  ########   #######  ########  ######## ########     ###    ##       ##       
	##    ## ##     ## ##     ## ##     ##    ##    ##     ##   ## ##   ##       ##       
	##       ##     ## ##     ## ##     ##    ##    ##     ##  ##   ##  ##       ##       
	 ######  ########  ##     ## ########     ##    ########  ##     ## ##       ##       
		  ## ##        ##     ## ##   ##      ##    ##     ## ######### ##       ##       
	##    ## ##        ##     ## ##    ##     ##    ##     ## ##     ## ##       ##       
	 ######  ##         #######  ##     ##    ##    ########  ##     ## ######## ########
	
	Theme Name: Applause
	Theme URI: http://www.sportball.ca
	Description: Theme for Sportball
	Version: 1.0
	Author: <a href="mailto:bill@dogandponystudios.com">Bill Addison</a>
	Author URI: http://www.dogandponystudios.com
	Tags: applause, audio, helikopta, bill, addison, bill addison

*/


/*
==============================================================
	General
==============================================================
*/

html, body { 
	background:url(images/bknd.jpg) top center repeat #fff; 
	height:100%;
	}

html {
	font-size:14px;
	line-height:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	color:#0C3D70;
	}
	
#wrapper {
	width:100%;
	height:100%;
	vertical-align:middle;
	border-collapse:collapse;
	margin:0;
	padding:0;
	}
	
#wrapper td {
	border:none;
	margin:0;
	padding:0;
	}
	
#main {
	width:788px;
	height:771px;
	background:url(images/main.png) center no-repeat;
	margin:0 auto;
	}
	
#content {
	width:610px;
	position:absolute;
	top:390px;
	left:85px;
	}
	
#header {
	width:722px;
	height:360px;
	background:url(images/header.jpg) top center no-repeat;
	position:absolute;
	top:32px;
	left:33px;
	}
	
h1 { font-size:28px; margin-bottom:20px; }
h2 { font-size:15px; font-weight:bold; }
.red { color:#EF465D; }
	
#countries {
	text-align:center;
	margin:0 auto;
	position:relative;
	left:50px;
	top:10px;
	}
	
#countries a {
	display:block;
	float:left;
	padding:80px 40px 0;
	color:#0C3D70;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	}
	
#countries a:hover {
	color:#EF465D;
	}
	
.singapore { background:url(images/flag-singapore.jpg) top center no-repeat; }
.canada { background:url(images/flag-canada.jpg) top center no-repeat; }
.united-states { background:url(images/flag-united-states.jpg) top center no-repeat; }
	
#footer {
	text-align:center;
	width:610px;
	position:absolute;
	bottom:-63px;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	}
	
#footer a {
	color:#fff;
	padding:0 8px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
