body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 40px; 
	margin-right: 40px;
	text-align: center; 
}

table {
	font-size: 13px;
}


/* Menus/Navigation */
.mainmenu, .submenu { 
	border-style: solid;
	border-color: #6E94B7; 
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 0;
	margin: 0;
	text-align: left;
} 

.submenu {
	margin-bottom: 10px;
	background-color: #E9E9E9;
}

.mainmenu li, .submenu li { 
	display: inline;
	font-weight: bold;
}

.mainmenu li {
	padding: 0 3px; 
}

.mainmenuitemcurrent {
	background-color: #E9E9E9;
	border-right: 1px solid #6E94B7;
	border-left: 1px solid #6E94B7;
}

.submenu, .footersmall .mainmenu {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.footersmall { 
	font-size: 10px;
}

.submenu a, .mainmenu a {
	padding: 0 .75em;
}

/* Header */
h1 { 
	border: 1px solid #6E94B7;
	margin: 0; 
	padding: 0;
}

h1.pagetitle span { 
	display: none;
}

h1.pagetitle {
	background-image: url('http://dragonshobbies.com/dhrebornlogo.gif');
	background-repeat: no-repeat;
	height: 50px;
}

/* Main text area */
.maintext {
	border-style: solid;
	border-color: #6E94B7; 
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: left;
	background-color: #AFC6DB;
	/* padding-bottom: 3em; */
}

h4.title, span.title, div.title {
	background-image: url('http://dragonshobbies.com/images/general/dhreborngradiant.gif');
	background-repeat: repeat-x;
	background-color: #D8E2EC;
	color: #000;
	border-style: solid;
	border-color: #6E94B7; 
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	margin-top: 0;
	padding: 5px;
	font-weight: bold;
	clear: left;
}

div.post_time_n_author { 
	width: 175px; 
	float: left; 
	margin-top: 1em;
	margin-left: 5px;
	margin-right: 5px;
}

span.post_time {
	display: block; 
	font-weight: bold;
}

span.post_author {
	font-weight: bold;
}

.title img { 
	vertical-align: text-top;
}

hr.post_divider { 
	display: none;
}

h5.contributor {
	float: left; 
	width: 180px;
	margin-left: 5px;
	font-weight: normal;
}

h5.contributor a { 
	font-weight: bold;
}

h5.contributor img {
	display: block; 
}

div.topic_footer {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1em;
}

.maintext p, div.post {
	margin-left: 185px;
	margin-right: 5px;
}

.widetext p {
	margin-left: 5px; 
	margin-right: 5px;
}

.maintext span.right60 {
	display: block; 
	text-align: right;
	margin: 0 5px; 
	padding: 0;
	font-size: 10px;
}

div.maintext, div.footersmall {
	margin: 0px 275px 0px 0px; 
}

/* Main for profile */

.profile {
	clear: left; 
}

.profile table, .profile #avatar_img { 
	margin: 0 5px; 
	font-size: 13px;
}

.profile .biobox p { 
	margin: 0; 
}

.profiledisplay .lefttd {
	width: 180px;
	text-align: right;
	vertical-align: top;
}

/* Main for games */

.alphalist { list-style-type: upper-alpha; }
li.cjk-ideographic {  list-style-type: square; /* decimal cjk-ideographic; */}


/* Updates block */
div.updates { 
	position: absolute; 
	right: 40px;
	width: 250px;
	border-style: solid;
	border-color: #6E94B7; 
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: left;
	background-color: #AFC6DB;
	font-size: 10px;	
}

.updates div {
	margin: 0px 5px 10px 5px;
}

span.title {
	display: block;
}

/* Write/Edit Blogs */
#write .field {
	width: 95%;
}

#write textarea.field {
	height: 15em;
}

/* Comments */
#new_comment .left_col, #edit_comment .left_col {
	width: 180px;
	text-align: right;
}

#new_comment .field, #edit_comment .field {
	width: 400px;
	height: 6em;
	/* width: 75%;  */
}

/* Links page */

.linkimages { 
	display: block;
}

.linkblock {
	padding-left: 5px;
	padding-right: 5px;
}

/* Footer */
div.footersmall {
	border-style: solid;
	border-color: #6E94B7; 
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

/* Normal, standard links. */
a:link, a:visited
{
	color: #005177;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #cc3333;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	background-color: transparent;
	text-decoration: underline;
}

.ssi_quicksearch input { 
	width: 100px;
}