
/*------------------------------------------------
				Forum colors 238
-------------------------------------------------*/
body {
	color: #58356D;
}

.forum-header-wrapper {
	background-color: #58356D;
	color: #58356D;
}

.forum-header-wrapper h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DEDEDE;
}

/*--------------------------------
			Links
--------------------------------*/
#title-bar span a:link {
	color: #58356D;
}

#title-bar span a:visited {
	color: #58356D;
}	

#title-bar span a:hover {
	color: #58356D;
}	

#forum-outer-wrapper a {
	color: #58356D;
}

#forum-outer-wrapper a:visited {
	color: #58356D;
}

#forum-outer-wrapper a:hover {
	color: #58356D;
}

.forum-header-wrapper h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}
.forum-header-wrapper h1 a:link,
.forum-header-wrapper h1 a:visited {
	color: #fff !important;
	text-decoration: none !important;
}
.forum-header-wrapper h1 a:hover {
	color: #DEDEDE !important;
}

.top-links, 
.top-links a:link,
.top-links a:visited {
	color: #DEDEDE !important;
}
.top-links a:hover {
	color: #DEDEDE !important;
	text-decoration: none;
}

/*--------------------------------
		Login/Register stuff
--------------------------------*/

.login-top {
	color: #58356D;
	background-color: #B3B3B3;
}

/*--------------------------------
	Discussion span color
--------------------------------*/

.discussion-inside div {
	color: #58356D;
}

/*--------------------------------
		Discussion-colors
--------------------------------*/

.discussion-dark {
	background-color:#B3B3B3;
}

.discussion-light {
	background-color:#DEDEDE;
}

.settings-panel-top {
	background-color: #B3B3B3;
}

.settings-panel-body {
	background-color: #DEDEDE;
}

/*--------------------------------
		button-colors
--------------------------------*/

#forum-outer-wrapper a.link-button {
	border: 1px solid #B3B3B3; 
	background-color: #58356D;
	color: #DEDEDE;
}

#forum-outer-wrapper a.link-button:visited {
	border: 1px solid #58356D; 
	background-color: #58356D;
	color: #DEDEDE;
}

#forum-outer-wrapper a.link-button:hover {
	border: 1px solid #58356D; 
	background-color: #B3B3B3; 
	color: #58356D;
}


.submit-button {
	background-color: #DEDEDE;
	border: 1px solid #4A96CD;
	color: #58356D;
	cursor: pointer;
}

.submit-button:hover {
	background-color: #B3B3B3; 
	border: 1px solid #B3B3B3;
	color: #58356D;
	
}

.cube {

}

ul#nav li.activelink a, ul#nav li.activelink a:hover {
	color: #58356D;
}	

ul#nav a {
	color: #58356D;
}

ul#nav a:visited {
	color: #58356D;
}

ul#nav a:hover {
	color: #58356D;
}
.discussion-inside div, .discussion-inside span {
	color: #333333;
}
.category-inside span.category-span {
	color: #333333;
}