@import url('fonts.css');

body {
	background: #292929;
	color: #4d4d4d;
	text-align: center;
	line-height: 1.4;
	text-shadow: 0 -1px 0 #000;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

p {
	margin: 10px 0 8px 0;
}

h1 {
	font-size: 36px;
	font-weight: bold;

	margin: 0;
}

h2 {
	font-size: 20px;
	font-weight: 600;

	margin: 20px 0 5px 0;
}

h3 {
	font-size: 18px;
	font-weight: 600;

	margin: 15px 0 2px 0;
}

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

a:hover {
	color: #426475;
}

a:active {
	color: #344E5B;
}

#wrapper {
	background: #202020;
	color: #666;
	padding: 15px;
	border: 1px solid #1C1C1C;
	border-radius: 10px;	
}

#top-panel {
	background: #1C1C1C;
	width: 819px;
	overflow: hidden;

	margin: auto auto;
	margin-top: -8px;
	margin-bottom: 10px;

	padding: 0 1px;
	color: #606060;
	font-size: 11px;

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-radius-bottomleft: 5px;
		-webkit-border-radius-bottomright: 5px;

	box-shadow: 0 1px 0 #2d2d2d;
		-moz-box-shadow: 0 1px 0 #2d2d2d;
		-webkit-box-shadow: 0 1px 0 #2d2d2d;

	text-shadow: 0 -1px 0 #000;
	text-align: left;
}

.list {
	background: url("images/bullet.png") 0 0.5em no-repeat;
	padding-left: 12px;
}

ul#top {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li#top {
	float: left;
	margin-bottom: 8px;
}

a#top:link, a#top:visited {
	display: block;
	font-family: "Century";
	font-weight: bold;
	font-size: 28px;
	color: #646464;
	background-color: #313131;
	width: 163px;
	height: 52px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	border-right: 1px solid #474747;
	border-bottom: 0;
	opacity: 0.7;

	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

a#top:hover {
	background-color: #3D3D3D;
	opacity: 1.0;
}

a#top:active {
	background-color: #282828;
	opacity: 1.0;
}

#postbody {
	margin: 0 0 30px 0;
	padding: 0px 20px 10px 20px;
	background-color: #292929;

	border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#title {
	background: #313131 url(images/top.gif) top left repeat-x;
	color: #646464;
	margin: 0 -20px 0 -20px;
	padding: 8px;
	text-shadow: 0 -1px 0 #242424;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;

	font-weight: bold;
	font-size: 24px;
}

#subtitle {
	background: url(images/subtitle_bg.gif) repeat-x;
	color: #545454;
	height: 23px;
	margin: 0 -20px 15px -20px;
	padding: 3px 0px 0px 7px;
	border-collapse: collapse;
	text-shadow: 0 -1px 0 #1a1a1a;
	
	font-size: 11px;
	font-weight: bold;
}

#container {
	background: #292929;
	width: 820px;
	color: #666;
	margin: auto auto;
	padding: 20px;
	text-align: left;
	overflow: hidden;
}

img {
	border: none;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

.show_hide {
	font-size: 22px;
	font-weight: 600;
	text-align: center;

	border-bottom: 1px solid #598297;
	display: block;
	margin: 30px 0 10px 0;

	cursor: pointer;
}

a.show_hide:hover {
	border-bottom: 1px solid #426475;
}

a.show_hide:active {
	border-bottom: 1px solid #344E5B;
}

.show_hide:hover {
	background: #333;
	border-radius: 5px;
	text-decoration: none;
}

.show_hide:active {
	background: #282828;
}

.lore_text {
	margin: 0 0 10px 8px;
}

.rule_show_hide {
	font-variant: small-caps;
	font-size: 26px;
	font-weight: bold;

	margin-top: 15px;
	display: block;

	cursor: pointer;
}

.rule_show_hide:hover {
	background: #333;
	border-radius: 5px;
	text-decoration: none;
}

.rule_show_hide:active {
	background: #282828;
}

.spoiler {
	margin: 5px 0 10px 0;
}

#punishment p, #server_rules p, #server_chat p, #forum_rules p{
	margin: 0;
}

.link {
	font-family: "Century", sans-serif;
		font-size: 14px;
		letter-spacing: -.5px;
	float: center;
	margin-top: 50px;
	padding: 5px;
	display: inline;
}

.link ul {
	color: #FFF;
	font-weight: bold;
	text-align: right;
	padding: 4px;
	list-style: none;
	margin: 0;
}

.link li {
	display: inline;
}

.link ul a {
	display: inline;
	padding: 3px 5px 3px 5px;
	background: #333;
	border-radius: 5px;
	border: 1px solid #000;
	opacity: 0.4;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

.link ul a:hover {
	color: #444;
	opacity: 1.0;
}

.link ul a:active {
	background: #222;
	border: 1px solid #000;
	color: #D8D8D8;
}

.link ul a:visited {
	color: #333;
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

.link ul a:link {
	display: inline;
	color: #A3A3A3;
	color: rgba(255, 255, 255, .6);
	text-decoration: none;
}

/*Sliding DIVS Styles*/

#content {
	width: 100%;

	position: relative;
	overflow: hidden;

	list-style: none;
}

.section {
	width: 4000px;
	position: relative;
}

	.section .sub {
		width: 788px;

		position: relative;
		float: left;
	}

	.section ul, li {
		list-style-type: none;
		padding: 0;
	}

/*--------------------*/

.logo {
	background: url(images/header.png) repeat-x;
	width: 820px;
	margin: auto auto;
	padding-top: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 162px;
	-moz-box-shadow: 0 2px 0 #2d2d2d;
	-webkit-box-shadow: 0 2px 0 #2d2d2d;
	box-shadow: 0 2px 0 #2d2d2d;
}

.subtle {
	font-style: italic;
	font-size: smaller;
	color: #555;

	margin: 0;
}

.emphasize {
	font-weight: bold;
	border-bottom: 1px solid #656565;
	display: inline;
}

.lb {
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #598297;
	height: 1px;
}

.rule_title {
	font-variant: small-caps;
	font-size: 26px;
	font-weight: bold;
}

span.staff {
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

p.staff {
	margin: 0 0 20px 0;
	font-style: italic;
}

#ticker {
	clear: both;
	height: 23px;
}

.design-by a, .design-by a:hover {
	background: url(images/designby.png) no-repeat;
	width: 144px;
	height: 31px;
	display: block;
	float: right;
	border-bottom: 0;
}

.design-by a:hover {
	background-position: 0 -32px;
}

/*iframe {
	width: 100%;
	min-height: 314%;

	border: 1px solid #1C1C1C;
	border-radius: 10px;	

	overflow: hidden;
}*/