/*halloween version of fitbaw */

/* import default styles */
@import url("fitbaw-default.css");

h1, a, a:link, .post h1 a:visited, #teams th
#home #nav-home a, #home #nav-home a:visited,
#about #nav-about a, #about #nav-about a:visited, 
#history #nav-about a, #history #nav-about a:visited,
#rules #nav-about a, #rules #nav-about a:visited,
#players #nav-players a, #players #nav-players a:visited,
#stats #nav-stats a, #stats #nav-stats a:visited, 
#media #nav-media a, #media #nav-media a:visited,
#archive #nav-archive a, #archive #nav-archive  a:visited {
    color: #08263F;
}

h1, .post h1 a, .post h1 a:visited {
    color: #FE4701;
}

.post a {
    color: #FE4701;
}

a:visited {
    color: #AF380D;
}

#teams table, #teams th, #teams td, table.main, table.main th, table.main td{
    border-color: #CCC;
}

td.mince {
	background-color: #999;
	color: #333;
}

td.tatties {
	background-color: #666;
	color: #FFF;
}

#comments h2 {
    border-bottom-color: #08263F;
}

#header {
    background: url( "../img/header-hween.png" ) no-repeat;
}

/* IE hack as doesn't support alpha-transparent PNGs */
* html #header {
    background: url( "../img/header-hween.jpg" ) no-repeat;
}

#header li {
    background-image: url( "../img/tab-bg-hween.png" );
}

/* IE hack as doesn't support alpha-transparent PNGs */
* html #header li {
    background-image: url( "../img/tab-bg-hween.gif" );
}

#teams th, table.main th {
    background-image: url( "./../img/th-hween.gif" );   
}

