/*
	$Id$
	Stylesheet for parkmassaker.ch
	Copyright (c) 2005 Alain Wolf <wolf@restkultur.ch>
*/


html, body {
	background-color: #000000;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

body {
	margin: 1em 6em;
}

#title {
	height: 145px;
	overflow: hidden;
/*	width: 100%; */
/*	padding-left: 2.5em; */
/*	margin-left: 13em;	*/
	margin-bottom: 20px;
	text-align: center;
}

#box_left {
	float: left;
	clear: right;
	margin: 0;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
}

#box_site_map {
	float: left;
	width: 60%;
	min-width: 400px;
	margin: 0;
	border-left: thin solid #808080;
	border-right: thin solid #808080;
	border-top: thin solid #808080;
	border-bottom: thin solid #808080;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.5em;
	text-transform: uppercase;
}

#box_center {
	float: left;
	width: 60%;
	min-height: 20em;
	margin: 0;
	border-left: thin solid #808080;
	border-right: thin solid #808080;
	border-bottom: thin solid #808080;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#box_right {
	float: left;
	margin: 0;
	border-left: thin solid #808080;
	border-right: thin solid #808080;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}

h1 {
	text-transform: uppercase;
	font-size: 120%;
}

h2 {
	text-transform: uppercase;
	font-size: 100%;
}

a, a:link, a:visited, a:hover {
	background-color: inherit;
	color: #C0C0C0;
	text-decoration: none;
}

#copyright {
	clear: left;
	line-height: 2.5em;
	text-align: center;
	vertical-align: middle;
	font-size: small;
}

.logo_left {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 0;
	vertical-align: middle;
}

.logo_middle {
	position: relative;
	top: 0;
	left: 20%;
	float: left;
	vertical-align: middle;
}

.logo_right {
	position: relative;
	top:0;
	right:0;
	float: right;
	margin: 0;
	vertical-align: middle;
}

.site_nav {
	line-height: 1.5em;
	text-transform: uppercase;
	padding-left: 0.75em;
	margin: 0;
}

#ranking, #legend {
	border: thin solid #808080;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1em;
}

#ranking th, #ranking td, #legend th, #legend td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: thin solid #808080;
}

/* #ranking th {
	background-color: #808080;
	color: #000000;
} */

.highlighted_rank, .rank {
	border: thin solid #808080;
}

.highlighted_rank {
	background-color: inherit;
	color: #D3D3D3;
}

.ranking_name {
	text-align: left;
}

.ranking_num {
	text-align: center;
}

.gold_medal, .silver_medal, .bronze_medal, .no_medal {
	list-style-position: inside;
	font-size: 120%;
}

.gold_medal, .silver_medal, .bronze_medal {
	list-style-type: disc;
}

.gold_medal {
	background-color: inherit;
	color: #FFD700;
}

.silver_medal {
	background-color: inherit;
	color: #C0C0C0;
}

.bronze_medal {
	background-color: inherit;
	color: #B8860B;
}

.no_medal {
	list-style-type: circle;
	background-color: inherit;
	color: #808080;
}




/* Debug Messages */

.php_error, .php_warning, .php_notice {
	padding: 1em;
	margin: 1em;
	border: thin solid;
	font-family: Courier, 'MS Courier New', Prestige, 'Everson Mono', monospaced, monospace, serif;
	text-transform: none;
	font-weight: normal;
	font-size: 10pt;
}

.php_error {
	border-color: #8B0000;
	background-color: #FFFFE0;
	color: #8B0000;
}

.php_warning {
	border-color: #00008B;
	background-color: #FFFFE0;
	color: #00008B;
}

.php_notice {
	border-color: #006400;
	background-color: #FFFFE0;
	color: #006400;
}