html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	color: #000000;

	font-size: 13px;
	font-family: Verdana, Arial;

	text-decoration: none;

	background-color: #ffffff;
	background-image: url('/themes/site_themes/thefinals/images/body_background.png');
	background-position: center top;
	background-repeat: repeat-x;
}
body#index_page {
	background-image: none;
}

h1 {
	display: none;
}

h2 {
	margin: 5px 0px;
	padding: 0px 0px 15px 0px;

	font-size: 36px;
	font-weight: bold;
}
h2 span {
	display: none;
}

body#home_page h2,
body#comments_page h2,
body#program_page h2,
body#tickets_page h2,
body#partners_page h2,
body#press_page h2,
body#contact_page h2 {
	width: 620px;
	height: 43px;

	background-position: 0px 0px;
	background-repeat: no-repeat;
}

h3 {
	clear: both;

	margin: 5px 0px;
	padding: 0px;

	font-size: 16px;
	font-weight: bold;
}

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

div#content {
	position: relative;

	width: 885px;

	margin: 0px auto 0px auto;
	padding: 0px 20px 20px 220px;

	background-image: url('/themes/site_themes/thefinals/images/content_background.png');
	background-position: top right;
	background-repeat: repeat-y;
}

div.dummy_ruler {
	clear: both;

}
div#footer {
	clear: both;
	margin-top: 50px;
	border-top: 1px solid #dac17f;
}
div#footer p {
	margin: 0px;
	padding: 5px 0px;
}

div#links {
	position: relative;

	width: 880px;
	height: 175px;

	margin: 0px auto 0px auto;
	padding: 0px 15px 17px 230px;

	background-image: url('/themes/site_themes/thefinals/images/header_background.png');
	background-position: top right;
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	
	top: 88px;
	right: -9px;
	
	margin: 0px;
	padding: 0px 10px;
	
	color: #ffffff;
	font-size: 12px;

	list-style: none;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: block;
	float: left;

	width: 120px;
	height: 37px;

	margin: 0px;
	padding: 0px 0px 0px 1px;

	line-height: 37px;

	background-image: url('/themes/site_themes/thefinals/images/menu_item.png');
	background-position: 0px 0px;
	background-repeat: repeat;
}
#menu li.active {
	background-position: 0px -37px;
}

#menu li a {
	display: block;
	float: left;

	width: 100px;
	height: 37px;

	padding: 0px 10px 0px 10px;

	color: #ffffff;
	line-height: 37px;
}
#menu li a:hover {
	background-image: url('/themes/site_themes/thefinals/images/menu_item.png');
	background-position: -1px -37px;
	background-repeat: repeat;
	text-decoration: none;
}

#language {
	position: absolute;
	
	top: 135px;
	right: 0px;
	
	margin: 0px;
	padding: 0px;
	
	color: #000000;
	font-size: 12px;

	list-style: none;
}

#language li {
	display: block;
	float: left;
	margin: 0px 5px;
}

#language li a {
	color: #000000;
}
#language li.active a {
	text-decoration: underline;
}
#language li a img {
	border-style: none;
}

div#weblog {
	float: left;
	width: 620px;
}

div.entry {
	margin: 0px 0px 35px 0px;
}

div.posted {
	margin: -4px 0px 0px 0px;

	font-size: 12px;
	font-weight: bold;

	line-height: 32px;
}
div.posted span.posted_date {
	display: block;
	float: left;
	height: 32px;

	padding: 0px 6px 0px 0px;

	background-image: url('/themes/site_themes/thefinals/images/posted_separator.png');
	background-position: center right;
	background-repeat: no-repeat;
}
div.posted span.posted_by {
	display: block;
	float: left;
	height: 32px;

	padding: 0px 0px 0px 5px;
}

div.summary {
	clear: left;

	margin: 0px;
	padding: 5px 0px;
}
div.body {
	clear: left;

	margin: 0px;
	padding: 5px 0px;
}
a.read_more {
	clear: both;
	color: #876f33;
}

div#recent_posts {
	float: right;
	width: 245px;
	font-size: 12px;
	text-align: right;
}
div#recent_posts ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#recent_posts li {
	display: block;
	margin: 0px;
	padding: 12px 0px;
	text-align: right;
	border-bottom: 1px solid #dac17f;
}
div#recent_posts li span.posted_date {
	font-weight: bold;
}

div.gameday dl.games dt {
	margin-top: 10px;
	clear: left;
}
div.gameday dl.games dt.mark1,
div.gameday dl.games dt.mark2 {
	line-height: 55px;
}
div.gameday dl.games dt span.time {
	display: block;
	float: left;

	width: 55px;

	text-align: center;
}
div.gameday dl.games dt.mark1 span.time,
div.gameday dl.games dt.mark2 span.time {
	height: 55px;

	background-position: center center;
	background-repeat: no-repeat;
}
div.gameday dl.games dt.mark1 span.time {
	background-image: url('/themes/site_themes/thefinals/images/mark_1.png');
}
div.gameday dl.games dt.mark2 span.time {
	background-image: url('/themes/site_themes/thefinals/images/mark_2.png');
}
div.gameday dl.games dd {
	margin: 0px 0px 0px 55px;
}

div.gameday dl.games dd.mark1,
div.gameday dl.games dd.mark2 {
	margin-top: -18px;
}

div#program div.part1 {
	width: 435px;
	float: left;
}
div#program div.part2 {
	width: 435px;
	float: right;
	padding-left: 15px;
	background-image: url('/themes/site_themes/thefinals/images/vruler.png');
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

div#location h3 {
	padding-top: 20px;
}

ul#language_selection {
	position: relative;
	display: block;

	width: 800px;
	height: 600px;

	margin: 0px auto;
	padding: 368px 0px 0px 0px;

	background-image: url('/themes/site_themes/thefinals/images/portal_background.png');
	background-position: center top;
	background-repeat: no-repeat;
}

ul#language_selection li {
	position: relative;
	display: block;

	padding: 0px;

	background-position: center top;
	background-repeat: no-repeat;
}

ul#language_selection li#dutch {
	position: relative;

	width: 210px;
	height: 32px;

	margin: 0px auto;

	background-image: url('/themes/site_themes/thefinals/images/language_dutch.png');
}
ul#language_selection li#french {
	position: relative;

	width: 193px;
	height: 32px;

	margin: 8px auto 0px auto;

	background-image: url('/themes/site_themes/thefinals/images/language_french.png');
}

ul#language_selection li a {
	display: block;

	width: 100%;
	height: 100%;
}
ul#language_selection li a span {
	display: none;
}