/* No image should have a border when linked */

a img{

border: 0;

}

/* A quote, perhaps from another post. */

.quote {
	color: #000000;
	background-color: #c0bd88;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 1px 11px 11px 11px;
	padding: 8px;
}



/* A code block - maybe even PHP ;). */

.code {
	color: #000000;
	background-color: #e9b2b2;
	font-family: "courier new", "courier", monospace;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 1px 11px 11px 11px;
	padding: 8px;
	white-space: nowrap;
	overflow: auto;
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader {
	color: #cccc66;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 8px;
}



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

.help

{

	cursor: help;

}



/* /me uses this a lot. (emote, try typing /me in a post.) */

.meaction

{

	color: red;

}



/* 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

{

	padding: 1ex;

	background: #6E0B0B;

	border-bottom: 1px solid #b4b071;

}

.windowbg2,tr.windowbg2 td

{

	padding: 1ex;

	background: #500001;

	border-bottom: 1px solid #b4b071;

}

.windowbg3,tr.windowbg3 td

{

	padding: 1ex;

	background: #500001;
	
	border-bottom: 1px solid #b4b071;

}

/* the today container in calendar */

.calendar_today

{

}



td.windowbg img, td.windowbg2 img

{

	margin-right: 1ex;

}

/* 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

{

	font-size: 100%;

	font-weight: bold;

	padding: 4px;

}

.titlebg, .titlebg a:link, .titlebg a:visited

{

}



.titlebg a:hover

{

}

/* same as titlebg, but used where bold text is not needed */

.titlebg2 a:link, .titlebg2 a:visited

{

}



.titlebg2 a:hover

{

}

.titlebg, .titlebg2{

	background: #500001;

}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */

.bordercolor

{

  border: 1px solid #b4b071;

}



/* This is used on tables that should just have a border around them. */

.tborder

{

  border: 1px solid #b4b071;

  padding: 1px;

}



.catbg, .catbg2, .catbg3{

	background: #500001 url(images/cat-bg.png) 0 -10px repeat-x;

	border-bottom: 2px solid #fff;

}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.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;

}



.mainbody h3{

	margin-bottom: 1ex;

	font-size: 140%;

 }



.leftbox{

	padding: 2px 8px 8px 4px;

}

#useropts

{

	margin: 0;

	list-style: none;

	padding-left: 1ex;

}



#leftmen{

	border-right: solid 1px #b4b071;

	padding: 6px 10px 10px 10px;

}

#mainmen

{

	padding-left: 10px;

}

.maintab_back, .mirrortab_back

{

	border: solid 1px #b4b071;

	background: #fdfdfd;

	padding: 4px;

}



/* versatility only stuff */



div.avatar {

  float: left;

}



div.profile_info {

  margin-left: 80px;

}



div.moduletable.center {

  text-align: center;

  margin: 20px 0;

}



td.postbuttons a {

  margin: 0;

  padding: 0;

}



td.postbuttons img {

  margin: 0;

  padding-right: 0px;

}



a.collapse_expand img {

	vertical-align: middle;

	margin-right: 5px;

}



td.smalltext {

	font-weight: normal;

}

#smf_menu{

	

	float: left;

	width: 100%;

	padding: 0;

	padding-bottom: 10px;

	

}

#smf_menu ul{

	padding: 0;

	list-style: none;

	margin: 0;

}

#smf_menu ul li{

	margin: 0;

	float: left;

}

#smf_menu ul li a{

	display: block;

	margin-right: .5em;

}



td.mainbody div.padding {

	padding: 10px;

}



/* other stuff */



/* dark header */

#header {

	position: relative;

	height: 162px;

	overflow: hidden;

	background: #500001 url(images/header-bg.png) repeat-x;

}



#logo {

	position: absolute;

	top: 2px;

	left:10px;

	display: block;

	width:900px;

	height: 165px;

	background: url(images/logo1.jpg) no-repeat;

}





/* menu */



#nav li.active_menu a {

	background: url(images/toolbar-select.png) 50% 0 no-repeat;

}





#nav {

	background: url(images/toolbar-div.png) 0 0 no-repeat;

}



#nav li {

	background: url(images/toolbar-div.png) 100% 0 no-repeat;

}



#nav li a {

	color: #500001;

}



#nav a:hover {

	color: #fff;

}



#nav {

	margin: 0 0 0 10px;

	padding: 0;

	height: 31px;

}



#nav ul {

	padding: 0;

	margin: 0;

	margin-left: 2px;

}



#nav li {

	margin: 0;

	padding: 0;

	float: left;

	display: block;

}



#nav a {

	text-decoration: none;

	cursor: pointer;

	font-weight: bold;

}



#nav li.on li.on a {

	text-decoration: underline;

}



#nav li a {

	display: block;

	float: left;

	height: 31px;

	line-height: 31px;

	padding: 0 7px;

}



ul.subemenu {

	padding: 0;

	margin: 0;

}



ul.submenu li {

	border: 0;

	margin: 0px;

	height: 16px;

	line-height: 15px;

	padding: 0;

	padding-left: 20px;

	background: url(images/play.png) no-repeat;

}



ul.submenu ul li {

  margin-left: 10px;

  background: none;

}



ul.submenu ul ul li {

  margin-left: 20px;

  background: none;

}







#footer {

	background: #500001 url(images/footer-bg.png) repeat-x;

}



#footer li {

	border-bottom: 1px dotted #636D84;

}



#footer div.moduletable {

	color: #ccc;

}



#footer h3 {

	color: #fff;

}



#footer a {

  color: #fff;

}



#footer a:hover {

	color: #ccc;

}



