/*
 * Multiplayer.it Rules CSS
 * 
 * Copyright (C) 2005/2007
 * by Davide 'Folletto' Casali
 * www.digitalhymn.com
 *
 */

body, textarea {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0; /* Opera 6 needs this... */
	background: url(gfx/background.gif);
	background-repeat: repeat-y;
}

a {
	color: #224566;
	text-decoration: none;
}

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

sub, sup {
	color: #444444;
	font-size: .9em;
}

input, select, textarea {
	font-size: 14px;
	border: 1px solid #555555;
}

img {
	border: 0;
}

table {
	border-spacing: 0 2px;
}

/******************************************************************************************
 * Layout
 ******************************************************************************************/
#header {
	background-color: #0077ae;
	padding: 6px;
	text-align: center;
}

#body {
	margin-right: 200px;
	margin-left: 200px;
}

#footer {
	margin-top: 2em;
	padding: 4px;
	font-size: .9em;
	
	background: #c3d4db;
	color: #ffffff;
	text-align: center;
}

#menu {
	float: left;
	width: 200px;
}

#sidenotes {
	
}

/******************************************************************************************
 * Header
 ******************************************************************************************/
#header {
	background: transparent url(imgs/gradient_tcat.gif);
	border-bottom: 6px solid #c3d4db;
}

#header h1 {
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: bold;
	
	margin: 0;
}

#header h1 a {
	color: #c3d4db;
}

#header h1 a:hover {
	color: #ffffff;
}

#header h2 {
	font-weight: bold;
	font-size: 20px;
	
	margin: 0;
	
	color: #ffffff;
}

/******************************************************************************************
 * Menu
 ******************************************************************************************/
#menu {
	color: #cccccc;
	font-size: .9em;
	border-right: 1px solid #c3d4db;
}

#menu ol {
	margin: 18px 6px;
}

#menu ol li {
	margin-left: -12px;
}

#menu ol li a {
	color: #888888;
}

/******************************************************************************************
 * Body
 ******************************************************************************************/
#body {
	line-height: 1.3em;
	text-align: justify;
}

#body ol li {
	color: #0077ae;
	margin: 1em 0 0;
	font-weight: bold;
	font-size: 16px;
}

#body ol li h3 {
	margin: 0;
}

#body ol ol li {
	color: #000000;
	margin-top: 0;
	font-weight: normal;
	font-size: 14px;
}

#body b {
	border-bottom: 1px solid #888888;
	font-weight: normal;
}

#body .box {
	text-align: center;
	margin: 1em 0;
	padding: 2px;
}

/******************************************************************************************
 * Sidenotes
 ******************************************************************************************/
.sidenote {
	margin-right: 0;
	position: absolute;
	right: 0;
	top: auto; /* default, omit if you like */
	width: 180px;
}
