body {
	margin: 0;
	padding: 0;
	scrollbar-face-color:503f26; 
	scrollbar-track-color:C6B87D; 
	scrollbar-arrow-color:C6B87D; 
	scrollbar-shadow-color:000000; 
	scrollbar-dark-shadow-color:000000; 
	scrollbar-3dlight-color:000000; 
	scrollbar-highlight-color:C6B87D;
	background: #C6B87D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

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

h2 {
	font-size: 23px;
}

b {
	color: #000000;
}

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

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

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

a:hover, a:active {
	color: #78a4be;
	text-decoration: none;
}

/* Search */

#search {
}

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

#s {
        width: 110px;
        margin-right: 5px;
        padding: 2px;
        border: 1px solid #503f26;
        background: #9badb7;
        color: #503f26;
}

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

/* 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 #503f26;
	background: #000000;
	color: #503f26;
}

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

/* Header */

#header {
	height: 116px;
	background: url(http://www.gsrangers.com/ps3/themes/default/img/header-bg.png) repeat-x;
	overflow: hidden;
}

#logo  {
	height: 122px;
	background: center url(http://www.gsrangers.com/ps3/themes/default/img/header-logo.png) no-repeat;
}

#logo h1 {
	padding-top: 45px;
	font-size: 24px;
	font-weight: bold;
	color: #c3b98b;
}

#logo h2 {
	margin-top: -5px;
	font-size: 14px;
	color: #c3b98b;
}

/* Page */

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

/* Post */

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

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

.post .meta {
        border: 1px solid #503f26;
        padding: 8px 10px 24px 10px;
}

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

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

/* Content */

#content {
	padding-top: 10px;
	float: left; 
	width: 600px;
	background: top url(http://www.gsrangers.com/ps3/themes/default/img/page-title-bg.png) repeat-x #ccc296;
}

/* Stats */

table.stats {
	width: 100%;
	border: 1px solid #503f26;
	
}

table.stats th {
	background: top url(http://www.gsrangers.com/ps3/themes/default/img/table-header-bg.png) repeat-x #503f26;;
}

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

table.statsbox {
	background-color: #c3b98b;
	border: 1px solid #503f26;
	font-size: 12px;
}

table.statsbox td, th {
	padding: 3px;
}

/* Awards */

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

/* Sidebar */

#sidebar {
	padding-top: 10px;
	float: right;
	width: 250px;
	height: 660px;
	min-height: 660px;
	border: 1px solid #503f26;
	background: top url(http://www.gsrangers.com/ps3/themes/default/img/page-title-bg.png) repeat-x #ccc296;
}

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

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

#sidebar li ul {
}

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

#sidebar h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #503f26;
	font-size: 16px;
}

/* Boxes */

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

.box2 {
	color: #BABABA;
}

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

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

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

/* Footer */

#footer {
	height: 20px;
	min-height: 20px;
	padding: 10px 0 0 0;
	background: #503f26 url(http://www.gsrangers.com/ps3/themes/default/img/footer-bg.png) repeat-x;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 15px;
	text-align: center;
	color: #000000;
}

#legal a {
	color: #000000;
}

