/* This CSS file is located at ./templates/default/css/style.css */

	h1, h2, h3 {
		margin: 0;
		font-weight: normal;
		color: #FFFFFF;
	}

	h1 {
		letter-spacing: -1px;
		font-size: 32px;
	}

	h2 {
		font-size: 23px;
	}

	b {
		color: #FFFFFF;
	}

	p, ul, ol {
		margin: 0 0 2em 0;
		line-height: 20px;
		text-align: justify;
		font-size: 12px;
	}

	a:link {
		color: #FFCC33;
		font-weight: bold;
		text-decoration: none;
	}

	a:visited {
		color: #FFCC33;
		font-weight: bold;
		text-decoration: none;
	}

	a:hover, a:active {
		color: #DD2222;
		text-decoration: none;
		text-shadow: 0px 0px 20px white;
	}

	/* Search */

	#search {
	}

	#search h2 {
			margin-bottom: 20px;
	}

	#s {
			width: 110px;
			margin-right: 5px;
			padding: 2px;
			border: 1px solid #FFCC33;
			background: #000000;
			color: #FFCC33;
	}

	#x {
			padding: 4px 4px;
			background: #000000;
			border: 1px solid #FFCC33;
			text-transform: uppercase;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #FFCC33;
	}

	/* Form */

	form {
		margin: 0;
		padding: 0;
		font-size: 11px;
	}

	input, textarea, select {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
	}

	#text {
		width: 300px;
		margin-right: 5px;
		padding: 2px;
		border: 1px solid #FFCC33;
		background: #000000;
		color: #FFCC33;
	}

	#button {
		padding: 4px 4px;
		background: #000000;
		border: 1px solid #FFCC33;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFCC33;
	}

	/* Motd */

	#motd {
		position: absolute;
		width: 250px;
		float: left;
		left: 10px;
		top: 30px;
		height: 80px;
		background: rgba(0,0,0,.5);
	}
	
	#motd ul {
		margin: 0;
		margin-left: 5px;
		padding: 0;
		list-style: none;
		text-align: left;
		font-size: 11px;
	}

	#motd li {
		margin-bottom: 20px;
	}

	#motd h2 {
		margin-bottom: 10px;
		border-bottom: 1px solid #FFCC33;
		font-size: 16px;
		text-align: center;
	}

	/* Header */

	#header {
		width: 950px;
		height: 45px;
		margin: 0 auto 40px auto;
	}

	#logo {
		float: left;
	}

	#logo h2 {
		margin-top: 25px;
		font-size: 14px;
		color: #E0E0E0;
	}

	#search {
		padding: 2px;
		margin-top: 8px;
		margin-right: -15px;
		position: relative;
		float: left;
		left: -25px;
	}

	#players_served {
		padding: 2px;
		margin-top: 8px;
		float: right;
	}

	#players_served h2 {
		margin-top: -5px;
		font-weight: bold;
		font-size: 12px;
		color: #888;
	}

	/* Page */

	#page {
		width: 875px;
		margin: 0 auto 50px;
	}

	/* Post */

	.post .title {
			margin-bottom: 20px;
			margin-top: 20px;
			border-bottom: 1px solid #FFCC33;
	}

	.post .entry ul {
			padding-left: 40px;
			margin: 0 0 2em 0;
			line-height: 20px;
			text-align: justify;
			font-size: 12px;
	}

	.map_post .meta {
			padding: 8px 10px 24px 10px;
			position: relative;
			float: left;
			left: 250px;
			text-align: center;
	}

	.post .meta p {
			margin: 0;
			line-height: normal;
			color: #999999;
	}

	.post .meta .link {
			float: right;
	}

	/* Content */

	#content {
		border-radius: 5px;
		float: left;
		width: 900px;
		margin-bottom: 550px;
		height: 600px;
	}

	/* Stats */

	table.stats {
		width: 100%;
		text-align: left;
		border: 0;
		margin-bottom: 50px;
	}

	table.stats th {
		background: #7E0A58;
		text-align: center;
	}

	table.stats tr.alt {
		background: #444444;
	}

	table.stats tr.total {
		font-weight: bold;
		background: #666666;
	}

	table.statsbox {
		background-color: #313131;
		border: 1px solid #1f1f1f;
		font-size: 11px;
		text-align: left;
		width: 100%;
	}

	table.statsbox th {
		padding: 3px;
		text-align: center;
		background: none repeat scroll 0% 0% rgb(68, 68, 68);
	}

	table.statsbox td {
		padding: 3px;
	}

	table.top10 {
		font-size: 16px;
	}

	table.top10 td.summary {
		font-size: 9px;
	}

	/* Awards */

	table.awardbox td {
		padding-bottom: 15px;
	}

	/* Sidebar */

	#sidebar {
		position: absolute;
		_background: rgba(121,112,121,.2);
		float: right;
		right: 0px;
		border-radius: 5px 0px 0px 5px;
		width: 170px;
		min-height: 400px;
	}

	#sidebar ul {
		margin: 0;
		margin-left: 5px;
		padding: 0;
		list-style: none;
		text-align: left;
		font-size: 11px;
	}

	#sidebar li {
		margin-bottom: 20px;
	}

	#sidebar li ul {
	}

	#sidebar li li {
		margin: 0;
		padding-left: 12px;
	}

	#sidebar h2 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	/* Boxes */

	.box1 {
		padding: 20px;
		background: url(img/img05.gif) no-repeat;
	}

	.box2 {
		color: #BABABA;
	}

	.box2 h2 {
		margin-bottom: 15px;
		background: url(img/img10.gif) repeat-x left bottom;
		font-size: 16px;
		color: #FFFFFF;
	}

	.box2 ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
		color: #EDEDED;
	}

	a.special:link {
		color: #F63;
		font-weight: bold;
		text-decoration: none;
	}

	a.special:visited {
		color: #F63;
		font-weight: bold;
		text-decoration: none;
	}

	a.special:hover, a.special:active {
		color: #DD2222;
		text-decoration: none;
	}