body {
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0 auto;
	padding: 0;
    background: #495913 url('http://www.ratchetfans.com/images/banner.png') no-repeat top center;
}

img {
	border: 0px;
}

a {
    color: #329555;
    background: inherit;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 15pt;
    margin-bottom: 10px;
}

h2 {
    font-size: 13pt;
    margin: 10px 0 5px 0;
}

.center {
    text-align: center;
}

.right {
    float: right;
    margin: 0 0 10px 10px;
}

.left {
    float: left;
    margin: 0 10px 10px 0;
}


/* Newsposts */

.postinfo {
    font-size: 8pt;
    color: #858585;
    background: inherit;
    margin-bottom: 10px;
}

.postbody {
    margin-bottom: 5px;
}

.postfooter {
    border-bottom: 1px solid #B8B8B8;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: right;
}


/* Template divs */

#content {
	position: relative;
	width: 980px;
	text-align: left;
	margin: 220px auto 20px auto;
    background: #93B327 url('http://www.ratchetfans.com/images/bg.png');
    border: 2px solid #242C0A;
}

#sidebar {
	clear: left; 
	position: relative; 
	width: 150px; 
	float: left;
    padding: 10px;
}

#rightbar {
	clear: right; 
	position: relative; 
	width: 150px;
	float: right;
    padding: 10px;
}

#main {
	position: relative; 
	margin: 0 170px 0 170px;
    padding: 10px;
}

#breadcrumbs {
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 15px;
}

#footer {
    margin-bottom: 10px;
    color: white;
    font-size: 8pt;
}


/* Sidebar navigation */

.nav ul {
    margin: 0 0 15px 0;
    padding: 0;
}

.nav ul ul {
    margin: 0;
}

.nav li {
	margin-left: 5px; 
	list-style-type: none;
}

.nav li li {
	margin-left: 10px;
}

.nav li.category {
    background: #329555 url('http://www.ratchetfans.com/images/stripe.png');
    margin-left: 0;
	padding: 5px; 
	font-weight: bold;
    margin-bottom: 5px;
    color: white;
    border: 1px solid white;
}

.nav li a {
	color: black;
	background: inherit;
	font-weight: normal;
}

.nav li a:hover {
	color: white;
}


/* Gameinfo table */

.gameinfo {
    margin: 15px 0 15px 0;
    width: 100%;
    border-collapse: collapse;
}

.gameinfo td, .gameinfo th {
    border: 1px solid #7BBF6A;
    padding: 3px;
}

.gameinfo td {
    vertical-align: top;
    color: inherit;
    background: #F0FFF0;
}

.gameinfo th {
    color: white;
    background: #7BBF6A;
    font-weight: bold;
}

.gameinfo tr td:first-child {
    font-weight: bold;
    width: 150px;
}


/* Image Gallery */

.gallery {
    margin: 15px 0 15px 0;
    width: 100%;
    border-collapse: collapse;
}

.gallery td {
    text-align: center;
}

.gallery p {
    font-size: 8pt;
    margin: 2px;
}


/* Image thumbnail */

.gallery img, .thumb {
    width: 180px;
    height: auto;
    padding: 3px;
    background: #F0FFF0;
    color: inherit;
    border: 1px solid #7BBF6A;
}


/* Forms */

.blocklabel {
    width: 150px;
    display: block;
    float: left;
}

textarea {
    width: 400px;
    height: 150px;
}


/* Trophybox */

.trophybox {
    margin: 0 auto;
    text-align: center;
}

.trophybox td {
    padding: 5px;
}
