/** template layout stuff **/
#mainbody {
	margin: 0;
}
#content.forumtd {
	background: #9BBACF url(/templates/default_img/top-img.jpg) no-repeat scroll 0 0;
}

#content-forum p {
  margin-top: 0;
  margin-bottom: 5px;
}

/* No image should have a border when linked */
#content-forum a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #BBD3E3;
	margin: 1px;
	padding: 5px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, tr.windowbg td, .windowbg4
{
	padding: 5px 5px 5px 22px;
	vertical-align: middle;
	background: #EEE;
	border-bottom: 1px solid #9BBACF;
}
.windowbg2,tr.windowbg2 td, .windowbg5
{
	padding: 5px;
	background: #fcfcfc;
	border-bottom: 1px solid #9BBACF;
}
.windowbg3,tr.windowbg3 td
{
	padding: 5px;
	background: #f0f0f0;
}
.windowbg4 {
	padding: 5px 22px 5px 5px;
}
.windowbg5 {
	padding: 5px 5px 5px 22px;
}

/* the today container in calendar */
.calendar_today
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
table.nopad .titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, tr td.titlebg
{
	font-size: 100%;
	font-weight: bold;
	padding: 4px 4px 4px 22px;
}
.tborder {
	margin: 1em auto 0;
}

.titlebg, .titlebg2{
	background: #BBD3E3;
}

.forumindex {
	width: 100%;
}
.forumindex td {
	border-bottom: 1px solid #9BBACF;
}
.miniforumtable {
	background: #eeeeee;
}
.miniforumtable>tbody>tr>td {
	padding: 3px 22px;
	vertical-align: middle;
}

.catbg, .catbg2, .catbg3{
	background: #bbd3e3;
	font-size: 12px;
	color: #3b3c38;
	font-weight: bold;
	padding: 6px 6px 6px 22px;
	white-space: nowrap;
}
#content .catbg a, #content .catbg2 a, #content .catbg3 a   {
	font-size: 12px;
	color: #3b3c38;
	font-weight: bold;
	text-decoration: none;
}
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
  line-height: 18px;
  text-indent: 10px;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}

/* header */
#content-forum #header {
	position: relative;
	height: 111px;
	overflow: hidden;
	background: white;
	/*background: #232833 url(images/header-bg.png) repeat-x;*/
}


#content-forum #news {
	height: 80px;
	padding-top: 15px;
	overflow: hidden;
	margin-left: 485px;
	margin-bottom: 10px;
	margin-right: 0px;
	color: #999;
}

/* the usercenter (login / avatar "quick user links") */
#useropts
{
	margin: 0 50px 0 0;
	list-style: none;
	padding: 0;
}

.avatar_t
{
	height: 65px;
	width: 65px;
	border: none;
}

div.profile_info {
  /*margin-left: 80px;*/
}
div.profile_info h3{
	margin-top: 0;
}

td.smalltext {
	font-weight: normal;
}

/* toolbar */

#content-forum #toolbar {
	margin: 0;
	padding: 0;
	height: 28px;
	background: url(images/toolbar-bg.png) repeat-x;
	position: relative;
}

/* menu */
#nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 28px;
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 15px 0 15px;
	color: #999;
}

#content-forum #nav a:hover {
	color: #eee;
	background: #F4B12C url(images/hover-bg.png) 0 0 repeat-x;
}

#nav a:active {
	color: #333;
}

/* showcase */

#showcase {
	padding: 0;
	margin: 0;
}

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

#showcase li {
		padding-bottom: 0;
		margin-bottom: 2px;
}

.userinfo {
	position:absolute;
	left:0;
	top:230px;
}

.searchfield {
	text-align: right;
	padding: 0.5em 22px 10px 0;
	line-height: 1.5em;
}
.searchfield #forumsearch {
	width: 150px;
	margin-bottom: 1em;
}

#forumtime {
	margin-top: 1.5em;
}
#forumwelcome {
	padding-top: 0.5em;
}

/* footer (smf copyright) */

#content-forum #footer {
	margin: 0;
	padding: 40px 0 0 30px;
	/*background: url(images/footer-bg.png) repeat-x;*/
	height: 83px;
	color: #eee;
	text-align: center;
}

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

/*** fonts ***/
#content-forum {
		line-height: 125%;
		font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
		color: #444444;
		font-size: 11px;
}

#content-forum a {
	color: #0D3B9B;
}

#content-forum a:hover {
	color: #000;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#nav a,
#inset a {
	font-size: 110%;
}


/* font family */
#nav,
span.pathway,
.small,
.createdate,
.modifydate,
#inset {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content-forum a:link,
#content-forum a:visited {
	text-decoration: none;
}

#content-forum a:hover {
	text-decoration: none;
}

/* headings */

#content-forum h1 {
	padding-bottom: 5px;
}

#content-forum h2 {
   padding-bottom: 5px;
}

#content-forum h3 { 
   padding-bottom: 0px;
}

#content-forum h4 {
	 padding-bottom: 5px;
}

.small {
	font-weight: bold;
	color: #999;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-weight: bold;
	color: #999;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #999;
}

.clr {
	clear: both;
}

#content-forum form {
	border: 0;
	margin: 0;
	padding: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.nav {
	margin: 1em 22px;
}