body {
	background: #fff none repeat scroll 0%;
	color: #333;
	font-family: "arial", "verdana", "tahoma";
	font-size: 15px;
	height: auto !important;
	width: 900px;
	min-height: 100%;
	min-width: 900px;
	padding: 0 1em;
	margin: 0 auto;
	line-height: 1.5em;
}

a {
	color: #555;
}
a:hover {
	color: #e31c2a;
}

h1, h2, h3 {
	font-weight: normal;
	padding: 0;
}
textarea, input, button, select, option, fieldset {
	font-size: 1em;
}
input[type="text"], input[type="password"], textarea , fieldset {
	border: 1px solid #ccc;
	background-color: #fff;
}

.green {
	color: #00a650;
}

.red {
	color: red;
}

.clear {
	clear: both;
}

a.button {
	display: block;
	background: url('../images/black.png') repeat-x 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	width: auto;
	line-height: 40px;
	margin: 0 0px 20px;
	text-shadow: #333 -1px -1px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
a.button:hover {
	background-position: 0px -40px;
	color: #e31c2a;
}

#header {
	height: 100px;
	padding: 0;
	margin: 0 0 30px;
	border-bottom: 2px solid #e31c2a;
}

#auth {
	clear: both;
	height: 20px;
	font-size: 0.85em;
	text-align: right;
	color: #aaa;
}
#auth a {
	padding-top: 1px;
	color: #aaa;
}
#auth ul {
	padding-top: 5px;
	margin: 0;
	list-style: none;
	text-align: right;
}
#auth ul li {
	display: inline;
	margin: 0 0 0 10px;
}
#auth form {
	display: inline;
	paddibng: 0;
	margin: 0;
}
#auth select {
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
	height: 80px;
	margin-top: 0;
}
#logo h1 {
	margin: 40px 0 0 15px;
	padding: 0;
	font-size: 230%;
	font-weight: normal;
	letter-spacing: -1px;
}
#logo h1 a {
	text-decoration: none;
	color: #00a650;
}
#logo h1 a:hover {
	color: #333;
}
#logo h1 small {
	font-size: smaller;
	color: #66c996;
}

#menu {
	height: 80px;
	text-align: right;
	float: right;
}
#menu ul {
	margin: 45px 15px 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
	color: #ccc;
}
#menu ul li {
	display: inline;
	margin: 0 0 0 10px;
}
#menu ul li a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
	font-size: 1.1em;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #333;
}

#menu .active, #sidebar .active {
	color: #00a650;
}

.messages {
	position: fixed;
	right: 5px;
	top: 0;
	display: none;
}
.message {
	height: 60px;
	line-height: 12px;
	margin: 20px;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
}
.message h3 {
	margin: 0;
	font-size: 12px;
	background: url('../images/close.png') #000 98% center no-repeat;
	padding: 3px 50px;
	text-align: center;
	height: 13px;
	cursor: pointer;
	opacity: 0.6;
	border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}
.message div {
	margin: 0;
	text-align: center;
	background: url('../images/info_big.png') #000 2% center no-repeat;
	padding: 13px 15px 8px 40px;
	opacity: 0.7;
	height: 20px;
	border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
}

div.avatar {
	height: 128px;
	width: 128px;
	float: left;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
}
div.avatar64 {
	height: 64px;
	width: 64px;
	float: left;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
}

#index a {
	text-decoration: none;
}

#content {
	float: left;
	width: 620px;
}

.post {
	width: auto;
	margin-bottom: 3em;
}

.postheader h2, .postheader h3 {
	display: inline;
	font-size: 1.5em;
	font-weight: normal;
}
.postheader h2 a {
	color: #00a650;
}
.postheader h2:after {
	content: " → ";
}
.postheader h3 a {
	color: #e31c2a;
}
.postheader a {
	text-decoration: none;
}
.postheader a:hover {
	color: #333;
}

.postdate {
	font-size: 90%;
	margin: 15px 0;
}

.date {
	margin-left: 10px;
}

.postbody {
	width: 100%;
	overflow: auto;
}

.readmore {
	color: #e31c2a;
}
.readmore:after {
	content: " »";
}

#sidebar ul.tags {
	padding: 0;
}
ul.tags {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tags li {
	display: inline;
	padding: 0 5px 0 0;
}
ul.tags li:last-child {
	padding: 0;
}
ul.tags li a {
	text-decoration: none;
}

.tagrank {
	color: #333;
}
.tagrank10 {
	color: #333;
}
.tagrank9 {
	color: #474747;
}
.tagrank8 {
	color: #5b5b5b;
}
.tagrank7 {
	color: #6f6f6f;
}
.tagrank6 {
	color: #848484;
}
.tagrank5 {
	color: #999;
}
.tagrank4 {
	color: #adadad;
}
.tagrank3 {
	color: #c2c2c2;
}
.tagrank2 {
	color: #d6d6d6;
}
.tagrank1 {
	color: #ebebeb;
}

.quest {
	width: auto;
	margin-bottom: 1.5em;
	padding: 3px 10px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.08);
}

.questbody {
	padding: 5px;
}

.questoptions {
	clear: both;
	font-size: 0.9em;
}

.postoptions {
	clear: both;
	font-size: 85%;
	background-color: #fafafa;
	padding: 5px 10px;
	margin: 1em 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.06);
}

.postmeta {
	float: right;
	margin-right: 2px;
}

.comments {
	clear: both;
	margin: 0;
	font-size: 0.9em;
	overflow: auto;
}
.comments ul {
	padding-left: 1em;
	list-style: none;
}
.comments ul.root {
	padding: 0;
}
.comments li.root, .showthread {
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.06);
}
.comments li, div.showthread {
	display: block;
	padding: 1px 3px 3px 0.5em;
	margin-top: 1em;
	border: 1px solid #ccc;
	min-width: 25em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.showthread {
	display: none;
	text-align: center;
}
.comment {
	padding: 0.5em;
}
.row0 {
	background-color: #fff;
}
.row1 {
	background-color: #f5fff9;
}
.commentheader img {
	vertical-align: middle;
}
.commentfooter {
	clear: both;
}

.previewform {
	display: none;
}
.preview {
	display: none;
	padding: 0.5em;
	margin-top: 1em;
	border: 1px solid #ccc;
}

form.loginform {
	margin: 1.7em 0 1em 0;
	font-size: 18px;
	text-align: center;
}
fieldset.loginform {
	border: 1px solid #ccc;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.06);
}
form.loginform input[type="text"] {
	color: #00a650;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

legend {
	padding: 0 7px;
	margin: 0;
}

.moreinfo {
	font-style: italic;
	font-size: 0.85em;
	padding-right: 1em;
	text-align: right;
}

.right {
	float: right;
}

table tr td {
	vertical-align: bottom;
}

form.form {
	width: 50%;
	margin: 2em auto;
}

form p input:focus {
	background-color: #f9f8e4;
}
form p label {
	display: block;
}
form p input, form td input, form p select, form p option, form p textarea, fieldset {
	width: 98%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
form p input[type="checkbox"], form p input[type="submit"] {
	width: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.errorlist {
	list-style: none;
	color: #f00;
	padding: 0;
}
.errorlist li {
	background: url('../images/slash.png') left top no-repeat;
	padding-left: 20px;
	border: 0;
}
.help_text {
	margin-left: 0.5em;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #aaa;
	display: block;
}



#sidebar {
	float: right;
	width: 250px;
}
#sidebar h2, h2#title {
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 5px 15px;
	display: block;
	clear: both;
}
#sidebar h2 img {
	vertical-align: center;
}
#sidebar ul {
	list-style: none;
	padding-left: 2em;
	margin-bottom: 1em;
}
#sidebar ul li {
	margin: 5px 0;
}
#sidebar a {
	text-decoration: none;
}
#sidebar div {
	margin-bottom: 1em;
}

.navi {
	text-align: center;
	font-size: 1.2em;
	color: #ccc;
}
.next {
	background: url('../images/arrow-skip.png') right bottom no-repeat;
	padding-right: 25px;
}
.prev {
	background: url('../images/arrow-skip-180.png') left bottom no-repeat;
	padding-left: 25px;
}

#footer {
	clear: both;
	height: 55px;
	border-top: 2px solid #e31c2a;
	font-size: 0.8em;
	padding: 20px;
	margin-top: 2em;
}
#footer #footermenu {
	float: left;
}
#footer #copyright {
	clear: left;
	float: left;
	margin-top: 1em;
}
#footer #badge {
	float: right;
	font-size: 1.3em;
}

blockquote {
	font-style: italic;
	color: #646464;
	border-left: 5px solid #ccc;
	padding: 0 0 0 1em;
	margin: 1em 0 0 2em;
}

.loading {
	background: url('../images/loading.gif') right center no-repeat;
}
