body {
	background: url('../images/layout/back.jpg') #6c6658;
	padding: 0;
}
body, table, td, div, input, select {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	background-color: transparent;
	letter-spacing: 0;
	color: #505050;
	margin: 0;
}
h1 {
	display: inline;
	color: #505050;
	margin: 0;
}
form {
	margin: 0;
}
form input, form select {
	background-color: #efefef;
	border: 1px solid #505050;
}
form fieldset {
	border: 0;
}
form .checkbox {
	background-color: #d9d9d9;
	padding: 0;
	margin: 0;
	border: 0;
}
a {
	text-decoration: none;
	color: #aa0000;
}
a:hover {
	text-decoration: none;
	color: #505050;
}
p {
	text-indent: 38px;
}
img {
	border: 0;
}
img.flag {
	height: 11px;
	width: 16px;
}
img.character {
	border: 1px solid #505050;
	height: 160px;
	width: 140px;
}
/* most outer layout divider */
div#container {
	background: url('../images/layout/banner.jpg') #b9b9b0 no-repeat;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 0 auto;
	height: 100%;
	width: 958px;
}
/* top, horizontal navigation bar */
div#container div#nav {
	background: url('../images/layout/submenu.jpg') #d0d0c6 repeat-x;
	border-bottom: 1px solid #505050;
	padding: 5px 0;
	width: 958px;
}
/* nav bar items have seperators */
div#container div#nav a {
	border-right: 1px solid #b9b9b0;
	padding: 5px 10px;
	color: #505050;
}
/* nav bar flips background image on hover */
div#container div#nav a:hover {
	background: url('../images/layout/submenu2.jpg') #b9b9b0 repeat-x;
	color: #aa0000;
}
/* area to show member info */
div#container div#user_section {
	background: transparent url('../images/layout/white50.png');
	margin: 5px 5px 0 715px;
	padding: 10px;
	height: 65px;
}
div#container div#left {
	vertical-align: top;
	width: 180px;
	margin: 5px;
	float: left;
}
div#container div#content {
	vertical-align: top;
	margin: 5px 0;
	width: 520px;
	float: left;
}
div#container div#right {
	vertical-align: top;
	width: 238px;
	margin: 5px;
	float: right;
}
div#container div#right div#topsites img {
	height: 31px;
	width: 88px;
}
div#container div#right div#bookmarks {
	position: relative;
	height: 96px;
}
div#container div#right div#bookmarks img {
	vertical-align: middle;
	padding-right: 5px;
	height: 16px;
	width: 16px;
}
div#container div#right div#bookmarks a.delicious {
	position: absolute;
	left: 10px;
}
div#container div#right div#bookmarks a.digg {
	position: absolute;
	left: 10px;
	top: 30px;
}
div#container div#right div#bookmarks a.facebook {
	position: absolute;
	left: 10px;
	top: 50px;
}
div#container div#right div#bookmarks a.google {
	position: absolute;
	left: 10px;
	top: 70px;
}
div#container div#right div#bookmarks a.myspace {
	position: absolute;
	left: 10px;
	top: 90px;
}
div#container div#right div#bookmarks a.propeller {
	position: absolute;
	left: 117px;
}
div#container div#right div#bookmarks a.reddit {
	position: absolute;
	left: 117px;
	top: 30px;
}
div#container div#right div#bookmarks a.stumbleupon {
	position: absolute;
	left: 117px;
	top: 50px;
}
div#container div#right div#bookmarks a.technorati {
	position: absolute;
	left: 117px;
	top: 70px;
}
div#container div#right div#bookmarks a.twitter {
	position: absolute;
	left: 117px;
	top: 90px;
}

#stats, #advert, #search, #topsites, #footer {
	text-align: center;
}

div#container div#footer {
	border-top: 1px solid #505050;
	background-color: #d5d5cc;
	margin-top: -5px;
	padding: 10px;
}

/* main page news articles */
.news, .news div, .news .links {
	width: 100%;
}

/* news article title */
.news span {
	margin-bottom: 10px;
	display: block;
}

/* news article title icon */
.news .subject img {
	vertical-align: middle;
	margin-right: 10px;
}
.news .links td {
	font-weight: normal;
	text-align: center;
}

/* random quote author's name */
#RandomQuote span {
	text-align: right;
	display: block;
}

/* random quote should look like a quote */
#RandomQuote span#quote_body {
	margin-bottom: 10px;
	font-style: italic;
	text-align: left;
	display: block;
}

/* all outer layout boxes are consistent */
div.box {
	background-color: #e9e9e9;
	border: 1px solid #505050;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 1px;
	height: auto;
}
/* each box has a header to display it's title */
div.box span.title {
	background: #bdbdb0 url('../images/layout/cat.jpg') repeat-x;
	border-bottom: 2px solid #aa0000;
	text-transform: capitalize;
	padding: 8px 10px;
	display: block;
}
/* most boxes are collapsible, show the icon */
div.box span.title img {
	cursor: pointer;
	height: 13px;
	float: right;
	width: 13px;
}
/* some boxes have subtitles to display "browse by..." */
div.box span.subtitle {
	background-color: #efefef;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 2px 10px;
	display: block;
	color: #999999;
}
/* recent additions box subtitle */
div.box span.rotate {
	background-color: #efefef;
	margin-right: 10px;
	cursor: pointer;
	color: #d9d9d9;
}
/* boxes which aren't menus need padding too */
div.box div.inner {
	background-color: #d9d9d9;
	padding: 10px;
}
/* all content tables should be 100% the content area */
div.box div.inner table {
	border-spacing: 0;
	width: 100%;
	border: 0;
}
/* all content tables cells should be padded */
div.box div.inner table td {
	padding: 2px;
}
/* boxes which are menus need to look like menus */
div.menu a {
	background-color: #d9d9d9;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	overflow: hidden;
	margin-top: 1px;
	display: block;
	color: #aa0000;
	height: 13px;
}
div.menu a.admin {
	background-color: #ccb3b3;
}
/* menu items have hover effects */
div.menu a:hover {
	background-color: #c8c8c8;
	padding: 2px 0px 2px 20px;
	color: #505050;
}
/* menu links have japanese romanizations */
div.menu a span.romaji {
	padding: 0 10px 0 5px;
	color: #efefef;
	float: right;
}
/* content tables have title rows, make them stand out */
.header td {
	border-bottom: 1px solid #bdbdb0;
	border-top: 1px solid #bdbdb0;
	background-color: #d0d0c6;
	font-weight: bold;
}
div.thing {
	background-color: #d0d0c6;
	border: 1px solid #bdbdb0;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 2px;
	width: 492px;
}
.header .bdr_right {
	border-right: 1px solid #bdbdb0;
}
.header .bdr_left {
	border-left: 1px solid #bdbdb0;
}
/* page titles need to grab attention */
.largetext {
	font-weight: bold;
	font-size: 180%;
}
/* some text needs to be a little smaller */
.smalltext, select, input {
	font-size: 10px;
}
/* a box is drawn around error messages */
.error {
	border: 1px solid #FF0000;
	text-align: center;
	color: #FF0000;
	padding: 3px;
}
/* error messages are bright red */
.red {
	color: #FF0000;
}
/* validation messages are green */
.green {
	color: #009900;
}
/* warning messages are yellow */
.yellow {
	color: #990099;
}

.hover:hover, .hover:hover td {
	cursor: pointer;
	color: #aa0000;
}






.modified {
	margin-top: 25px;
}

.showHide {
	padding: 5px;
}

.alter {
	background-color: #d0d0d0;
}

.clear {
	line-height: 0;
	font-size: 0;
	clear: both;
}