body {
	background-color: #031131;
	font-size: 82%;
}

body, div, ul, li, dd, dt {
	font-family: verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	font-family: Tahoma;
}

h4 {
	font-size: 1.4em
}

h5 {
	font-size: 1.2em;
}

.sidebar_header {
	margin-left: -10px;
}

a:link, a:visited {
	color: #B4C7D9;
	text-decoration: none;
}

img {
	border: medium none;
	vertical-align: middle;
}

.section {
	background-color: #284A81;
	border-radius: 4px;
	box-shadow: 2px 2px 5px #07162D;
}

.collapse_container {
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.collapse_title {
	display: block;
	font-weight: bold;
	font-size: 16pt;
}

.collapse_body {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#description {
	display: block;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.sidebar div {
	margin-bottom: 1em;
}

.searchhelp {
	font-size: 60%;
	position: relative;
	top: -3px;
}

.searchhelp a {
	color: #FFD700;
}

#search_tags {
	width: 183px;
}

.content {
	min-width: 1020px;
	padding: 20px;
	margin: 1em;
	border-radius: 6px;
	background-color: #152F56;
	box-shadow: 2px 2px 10px #000000;
}

.post_view {
	min-width: 930px;
}

.sidebar {
	width: 20%;
	max-width: 240px;
	margin-right: 1em;
	float: left;
	overflow: visible;
}

.right_col {
	width: 66%;
	margin: 0px;
	float: left;
}

.sidebar li {
	list-style-type: none;
	margin: 0px;
}

.category_heading {
	font-weight: bold;
}

.category_heading li {
	font-weight: normal;
}

.categorized_tag {
	padding-left: 10px;
}

#options_sidebar li {
	margin-bottom: 4px;
}

#options_sidebar input[type="number"] {
	width: 75px;
}

.greentext {
	color: #3E9E49 !important;
	font-weight: bold;
}

.yellowtext {
	color: #E4E150 !important;
	font-weight: bold;
}

.redtext {
	color: #E45F5F !important;
	font-weight: bold;
}

.tag_type_artist > a {
	color: #F2AC08 !important;
	font-weight: bold;
}

.tag_type_character > a {
	color: #00AA00 !important;
	font-weight: bold;
}

.tag_type_copyright > a {
	color: #DD00DD !important;
	font-weight: bold;
}

.tag_type_species > a {
	color: #ED5D1F !important;
	font-weight: bold;
}

.sourcelink_url {
	display: inline-block;
	vertical-align: top;
	height: 1.2em;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	max-width: 150px;
	line-height: 1.2em;
}

.hidden {
	display: none !important;
}

#image_container {
	list-style: none;
}

#navigation {
	margin-bottom: 10px;
}

#options_sidebar a {
	font-weight: bold;
}

.slide {
	position: absolute;
	cursor: pointer;
}

a.disabled {
	color: gray;
	cursor: default;
}