/*
Theme Name: Maroontown Games
Theme URI: http://www.revision1.com/maroontown/
Description: The Maroontown Games Wordpress Theme.
Version: 1.0
Author: Gary Buddell
Author URI: http://www.revision1.com
*/

@font-face {
	font-family: "Nevis";
	src: url("images/nevis.ttf")
}

/* @group Fonts */

body, p {
	font-family: Nevis, Verdana, sans-serif;
	color: #303030;
	font-size:  11pt;
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #5e0505;
	margin-bottom: 2px;
}

h2 {
	font-size: 18pt;
}

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

#footer p {
	font-size:  9pt;
}

#sidebar li>a, #leftnav li>a {
	color: #303030;
}

/* @end */

/* @group Element Styles */

body {
	margin: 0px;
	background: #979797 url(images/steel-bg.png) repeat-x;
}

/* @end */

/* @group IDs */

#header {
	background: url(images/maroon-bg-main.png) repeat-x;
	height: 120px;
	border-bottom: 1px solid black;
	padding: 10px;
}

#headerimg>h1 {
	height: 118px;
	width: 490px;
	background: url(images/maroon-logo-header.png) no-repeat;
	text-indent: -8000px;
	margin: 0px;
}

#content {
	margin-left: 190px;
	padding: 15px;
}

#sidebar {
	margin-top: -12px;
	font-size: 18pt;
	text-align: right;
	width: 160px;
	float: left;
}

#sidebar li, #leftnav li {
	list-style-type: none;
	line-height: 300%;
}

#footer {
	text-align: center;
	clear: both;
}

/* @end */

/* @group Classes */



/* @end */
