body {
  background-color: #900;
  font-family: verdana, arial, helvetica, sans-serif;
  color:#fff;
  padding:0px;
  margin:0px;
  }

img {
	border:0px;
}

.boardindexheight {
	height: 77px;
}

.divider {
	background-color:#D09D04;
	clear:both;
	height:10px;
	padding-left:10px;
}

#nav ul {
	display:inline;
	list-style:none;
	padding-left:20px;
	font-size:11px;
}
#nav {
	background-color:#000;
	color:#FFFFFF;
	height:18px;
	padding-top:3px;
	text-align:right;
}

#nav li{
	display:inline;
	list-style:none;
	padding:0px 5px 0px 5px;
}
#nav a{
	text-decoration:none;
	font-weight:bold;
}
#nav a:link, #nav a:visited{
	color:#ccc;
}
#nav a:hover {
	text-decoration:underline;
	color:#fff;
}

#header {
	background-color:#600;
	height:50px;
}

#title {
	background-image:url(/_layout/thesuburbs.gif);
	background-repeat:no-repeat;
	height:45px;
	width: 305px;
	margin-left:10px;
	
}
#login_topbar {
	text-align:right;
	font-size:9px;
	baserckground-color:#000;
	background-image:url(/_layout/loginbox_back.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
	margin-top:3px;
	margin-right:10px;
}
#title h1 {
	display:none;
}

.post {
	font-size:11px;
	padding-top:5px;
}

.messagepreview {
	color:#EEE;
	font-size:10px;
	padding-top:2px;
	overflow:hidden;

}

/* Normal, standard links. */
a:link, a:visited{
	color: #FC0;
	text-decoration: underline;
	border:0px;
}

a:hover {
	color: #FFF;
	text-decoration: none;
	border:0px;
}

.nav {
	padding:0px;
	margin:0px;
	font-size:10px;
}

.nav img {
	padding:0px;
	margin:0px;
}

/* Navigation links - for the link tree. */
a.nav, a.nav:link, a.nav:visited
{
	color: #fff;
	font-size:10px;
	background-color: transparent;
	text-decoration: none;
	font-weight:normal;
	border:0px;
	padding:0px;
	margin:0px;
}
a.nav:hover
{
	text-decoration: underline;
}

/* begin Salava css */

#pagecontainer {
  widsth: 720px;
  background-color: #600;
  margin: auto;
  padding: 0px;
  border: 1px solid #600;
  }

#container {

  background-color: #900;
  padding: 15px;
  }


#logo {

	background-color:#600;
	height:50px;
}

#darkbg, #darkbg_bottom
{

  background-color: #000;
  font-size: 10px;
  font-family:verdana;
  padding: 5px 30px 4px 10px;
}

#darkbg_bottom{
  text-align:right;
padding-right:3px;
}

.links a:link, .links a:visited {
  color: #CCC;
  font-size:9px;
  text-decoration: none;
  padding: 5px;
  border:0px;
}

.links a:hover {
  text-decoration:underline;
  }

#panel {
  background-color: #e8cccc;
  font-size: 13px;
  margin: auto;
  padding: 5px 25px 5px 5px;
  display:none;
  }

#copyright {
  margin: auto;
  padding: 5px;
  font-size: 10px;
  text-align: left;
  }
#copyright {
  font-size:9px;
  color:#ccc;
  text-align:right;
}

#content {
  background-color: #E2E2E2;
  margin: 0;
  border: 1px solid #000;
}

#box {
  background-color: #600;
  color: #C00;
  margin:0px;
  margin-top:10px;
  padding: 0px;
  border: 1px solid #000;
  }


/* end Salava css */

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
width:100%;
}

/* By default (td, body..) use Verdana in black. */
td
{
	color: #fff;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding:5px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 11px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #E4E4E4;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #E4E4E4;
}

/* Standard horizontal rule.. */
hr
{
	color: #000000;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #1c391b;
	background-color: #000000;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #FFF;
	background-color: #600;
	border: 1px solid black;
	margin: 5px 0px;
	padding: 5px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #CCC;
	border: 1px solid black;
	margin: 5px 0px;
	padding: 5px;
	font-size: x-small;
}

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

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: #FCC;
	background-color: transparent;
}

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

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

/* Alternating backgrounds... */
.windowbg
{
	color: #fff;
	background-color: #900;
	font-size: 11px;
}
.windowbg2
{
	color: #fff;
	background-color: #C00;
	font-size: 11px;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	font-size: 11px;
	background-color: #600;
	backgrooound-image: url(images/catbg2.gif);
	background-repeat: repeat-x;
}
.titlebg a:hover
{
	color: #642121;
	text-decoration: underline;
	font-size: 11px;
	text-decoration: underline;
}
.titlebg2 {
	background-color:#600;
}
/* Seperation from .titlebg, tr.titlebg td ~ Blue Tech Theme */
.titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-decoration:none;
	font-size: 10px
	}

/* The category headers, page indexes, and such things. */
.catbg
{
	background-color: #600;
	color: #ffffff;
}
.catbg3
{
	background-color: #600;
	color: #ffffff;
}

.catbg a {
  color: #fff;
  font-size: 10px;
  text-decoration:none;
  border:0px;
  }

/* The borders around things. */
.bordercolor
{
	background-color: #000;
}
.tborder
{
	border: 1px solid #000;
}

/* Default font sizes. */
.tinytext
{
	font-size: 9px;
}
.smalltext
{
	font-size: 11px;
}
.normaltext
{
	font-size: 11px;
}
.normaltext
{
	font-size: 11px;
}
.largetext
{
	font-size: 12px;
}