/******************
Styling a few tags...
*******************/
body {
	background-color: black;
	color: white;
}

a {
	color: #DDDDDD;
}

a:visited {
	color: #BBBBBB;
}

a:hover {
	text-decoration: overline underline;
}

h1 {
	font-size: 14pt;
	margin-left: 10px;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h4 {
	background-image: url(images/ms_seperator_20.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.cattitle, .boardinfohead, h6 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #986060;
	color: #FFFFFF;
	font-variant: small-caps;
	background-image: url(images/ms_grid_30.png);
}


/******************
Page setup stuff called by overall_header.tpl and overall_footer.tpl
*******************/

.header {
	background-image:  url(images/ms_header_bg.png);
	height: 96px;
	z-index: 1;
}

.logopic {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 7px;
	height: 85px;
	width: 224px;
	background-image: url(images/ms_logo_text2.png);
}

.headerlinks {
	color: #FFFFFF;
}
.headerlinks a {
	color: #FFFFFF;
}

.mainarea, .simple_main {
	z-index: 0;
	margin: 5px;
	border: medium solid #800000;
}

.footer {
	color: #FFFFFF;
}

/* This makes the current style not appear in the stylesheet switcher */
#morningstar {
	display: none;
}


/******************
Other basic classes used on a lot of pages
*******************/

.head_area {
	border-bottom: 1px solid #802020;
}

.foot_area {
	border-top: 1px solid #802020;
}

.seperator {
	background-image: url(images/ms_seperator_20.png);
}

.button {
	background-color: #802020;
	color: white;
}

.rowbox, .forum, .simplepost {
	border-bottom-width: medium;
	border-bottom-color: #802020;
}


/******************
For creating large buttons like New Post and Post Reply
*******************/

/* THIS SHIT NEEDS TO BE REDONE! */


/******************
index_body.tpl. (.forum is also up with .rowbox in the general setup section)
*******************/

/* see top section for cattitle */
.cattitle {
}

.boardinfo {
	border-bottom-width: thick;
	border-bottom-style: double;
	border-bottom-color: #802020;
}


/******************
viewforum_body.tpl
*******************/

.thread {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #802020;
}

.threadsub a {
	color: #B34747;
}


/******************
viewtopic_body.tpl.  
*******************/

.row1 {
	background-color: #222222;
}

.row2 {
	background-color: #000000;
}

.postername {
	color: #FFFFFF;
	background-image: url(images/ms_seperator_20.png);
	font-variant: small-caps;
	background-repeat: repeat-x;
}

.posterbar {
	color: #FFFFFF;
	height: 20px;
	width: 150px;
	padding-top: 3px;
}

.postactions {
	background-image: url(images/ms_seperator_20.png);
	float: right;
	height: 20px;
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
}

.postactions a {
	color: #FFFFFF;
	font-variant: small-caps;
}


/******************
posting_*.tpl (includes BBcode and some stuff that's shared with PM sending)
*******************/


.quote {
	border: 1px solid #802020;
}

.codeblock {
	border: 1px solid #802020;
}

.helpline {
	background-color: #000000;
}


/******************
Polls
*******************/

.pollcontainer {
	border-color: #802020;
}

.pollbar {
	background-image: url(images/ms_seperator_20.png);
}


/******************
Miscellany
*******************/

.barcontainer {
	border-color: #A0A6B4;
}

.pmhead {
	border-width: medium;
	border-style: double;
	border-color: #802020;
}
