html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	/* "Lucida Grande" provides a crisp font for OS X.
	 * Linux?
	 * Windows?
	 * sans-serif is the fallback for any other OS. */
	/* sucks for linux... :-/
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	*/
	font-family: "Lucida Grande", sans-serif;
	background-color: black;
	background-image: url(body-bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	color: white;
	line-height: 130%;
}

a {
	text-decoration: none;
	color: #ff9900;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

table.visible tr.highlight td {
	background-color: #222222;
}

td, th {
	border-style: none;
	border-width: 1px;
	border-color: #666666;
	vertical-align: top;
	text-align: left;
}

table.visible td {
	padding: 0.3em 0.5em;
}

table.visible th {
	padding: 0.3em 0.5em;
}

table.compact td {
	padding: 0.2em 0.3em 0 0.3em;
}

table.horizontal th {
	border-bottom-style: dashed;
}

table.horizontal th.line, table.horizontal td.line {
	border-left-style: dashed;
}

table.vertical th {
	border-right-style: dashed;
}

table.hover tr:hover td {
	background-color: #222222;
}

img {
	border-style: none;
	vertical-align: middle;
}

#top-wrapper {
	background-image: url(nav-0-bg2.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#top {
	background-image: url(nav-0-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: #999999;
	overflow: hidden;
	width: 100%;
}

#auth {
	float: left;
	padding: 0.5em 1em;
	color: white;
}

#nav-0 {
	float: right;
	padding: 0.5em 1em;
	text-align: right;
}

#nav-0 a {
	color: white;
}

#nav-0 a:hover {
	color: #ff9900;
	text-decoration: none;
}


/*
 * This is just an IE hack - other browers don't need a separate
 * div for this. If I leave away the width attribute it causes some
 * weird render artifacts.
 */

#site-wrapper {
	background-image: url(site-bg.jpg);
	background-position: top-left;
	background-repeat: no-repeat;
	width:100%;
}

#site {
	text-align: left;
	padding-left: 22px;
}

#header {
	position: relative;
	height: 84px;
}

#site-id {
	float: left;
	margin-top: 19px;
}

#tagline {
	float: right;
	margin-top: 13px;
	margin-right: 14px;
}

#page {
	background-image: url(gray-line.png);
	background-repeat: repeat-y;
	background-position: 75%;
	border-bottom: 1px solid #333333;
	overflow: hidden;
	width: 100%;
}

#nav-1 {
	display: block;
	margin: 0;
	height: 34px;
	padding: 0;
	list-style: none;
	background-image: url(nav-1-bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

#nav-1 li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#nav-1 * {
}

#sidebar {
	float: right;
	width: 24.5%;
}

#sidebar div {
	padding: 1em;
}

#sidebar div div {
	padding: 0;
}

#content {
	width: 75%;
	overflow: hidden;
	min-height: 145px;
	background-image: url(content-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: justify;
}

#content div {
	padding: 1em;
}

#content div div {
	padding: 0;
}

#content h1 {
	margin: 0 0 1em 0;
}

#sidebar h5 {
	margin: 0 0 1em 0;
	font-size: 120%;
}

#sidebar h6 {
	margin: 0;
	font-size: 100%;
}

#footer {
	text-align: center;
	padding: 0.5em;
	font-size: 80%;
	color: #808080;
}

#footer a {
	color: #804c00;
}

#footer a:hover {
	color: #ff9900;
	text-decoration: none;
}

/* ---- */

h1 {
	font-size: 160%;
	/* border-bottom: 3px solid #ff9900; */
	padding-bottom: 6px;
}

h2 {
	font-size: 130%;
	/* border-bottom: 2px solid #ff9900; */
	padding-bottom: 4px;
}

h3 {
	font-size: 110%;
}
 
ul {
	list-style: square;
}

li {
	margin: 0.5em 0;
}

.no-overflow {
	overflow: hidden;
}

.float-left {
	float: left;
}

img.float-left {
	margin-right: 1em;
}

.float-right {
	float: right;
}

img.float-right {
	margin-left: 1em;
}

.author {
	font-size: 80%;
	margin: 0;
	line-height: 100%;
}

.images {
    text-align: left;
}

.images img {
    margin: 5px;
}

/**
 * CLAN STYLES
 */

.member {
	float: left;
	width: 33.33%;
	margin-bottom: 0.5em;
}

.member a {
	color: white;
	text-decoration: none;
}

.member .handle {
	font-size: 120%;
	margin: 4px 0 0 0;
}

.tag-1 {
	/* first clan tag color */
	color: #FF9900;
}

.tag-2 {
	/* second clan tag color */
	color: #FFFF00;
}

.rank {
	font-size: 67%;
}

.avatar {
	display: block;
	width: 48px;
	height: 48px;
	margin-right: 8px;
}

.content-footer {
	clear: both;
	border-top: 1px dashed #666666;
	margin-top: 2em;
	line-height: 100%;
	padding: 1em 0;
}

.content-footer table {
	margin-top: 0.3em;
}

.content-footer th {
	font-size: 75%;
	font-style: normal;
	font-weight: bold;
	border-style: none;
}

.content-footer th, .content-footer td {
	padding: 0 1em 0 0;
}

.p {
	margin: 1em 0;
}

.hint {
	color: #cccccc;
	font-size: 90%;
}

.error {
	color: #ff3300;
}
