/*--------------------------------
        All Pages
--------------------------------*/
body {
	color:#000000;
}

#title-bar h2 {
	font-family:"Century Gothic", AppleGothic, Arial, sans-serif;
	font-size:18px;
}

#forum-outer-wrapper a,
#forum-outer-wrapper a:visited { 
	color: #000000;
}

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

.grid-header,
.forum-header-wrapper { 
	background-color: #000000;
	color: #ffffff;
}

.forum-header-wrapper h1 { 
	color: #E8BD0C;
	font-size:36px;
	font-weight:normal;
	font-family:"Century Gothic", AppleGothic, Arial, sans-serif;
}

#forum-outer-wrapper .forum-header-wrapper a,
#forum-outer-wrapper .forum-header-wrapper a:visited{ 
	color: #ffffff;
}

#forum-outer-wrapper .forum-header-wrapper a:hover{ 
	color: #ffffff;
}

#forum-outer-wrapper ul#nav li a,
#forum-outer-wrapper ul#nav li a:visited,
#forum-outer-wrapper ul#nav li a:hover{
	color: #000000;
}

#forum-outer-wrapper  ul#nav li.activelink a { 
	color: #9d9da1;
}

#forum-outer-wrapper a.link-button,
#forum-outer-wrapper a.link-button:visited { 
	background-color: #000000;
	color: #E8BD0C;
	font-weight:normal;
	font-family:"Century Gothic", AppleGothic, Arial, sans-serif;
	border:0 none;
	font-size:14px;
}

#forum-outer-wrapper a.link-button:hover { 
	background-color: #000000;
	color: #E8BD0C;
	border:0 none;
}

.submit-button { 
	background-color:#EBEBEB;
	border:1px solid #C9C9C9;
	color:#666666;
	cursor:pointer;
	font-family:Arial,Helvetica,FreeSans,sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.submit-button:hover { 
	background-color:#EEEEEE;
	border:1px solid #C9C9C9;
	color:#666666;
}

.cube div{ 
	margin-bottom:.5em;
}

/*--------------------------------
      Categories/Discussions
--------------------------------*/

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

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

.discussion-side { 
	color: #666666;
	font-weight:bold;
	font-size:8pt;
}

.discussion-side span{ /* Main Discussions Page - Member Info */
	font-weight:normal;
	font-size:7pt;
}

.discussion-inside div { /* Main Discussions Page - Details in Row */
	color: #666666;
}

.discussion-heading { /* Single Discussion Page - Comment Date */
	color: #666666;
	font-size:7pt;
}

.discussion-text { /* Single Discussion Page - Comment Text */
	color: #000000;
	font-size:12px;
}

.category-inside { /* Main Categories Page - Text in Rows */
	color: #000000;
}

.category-inside span.category-span { /* Main Categories Page - Details in Row */
	color: #666666;
}

/*--------------------------------
            Settings
--------------------------------*/

.settings-panel-top { /* Settings Page - Header Div */
	background-color: #EBEBEB;
}

.settings-panel-body { /* Settings Page - Text Body Div */
	background-color: #ffffff;
}

.note, .footnote {
	color: #cc0000;
}

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

.login-top { /* Login Page Header */
    color: #000000;
    background-color: #EBEBEB;
}

