/* SD Default Red Style */
/* Global Styles */
html {
	background: url('../images/bg.jpg');
	color: #cc6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #cccc00;
}
a:hover {
	font-weight: bold;
	color: #ff4400;
}
div {
	background: #bd7567;
	border: 1px solid #fff;
}

/* Backgrounds */
div.wrap, div.head, div.mod-pane, div.footer {
	background: transparent;
	border: none;
}
div.nav {
	background: #666600;
}
span.mod-title {
	background: url('../images/gradient.png');
}
div.mod-box {
	background: #7A2D25;
}
span.staffquote {
	border: 1px solid #fff;
	background: #7A2D25;
	display: block;
}

/* Text Styles */
div.nav a {
	color: #fff;
	font-weight: bold;
}
div.nav a:hover {
	text-decoration: underline;
}
span.mod-title {
	color: #666600;
	font-weight: bold;
}
div.content {
	color: #666600;
}

div.footer {
	color: #00ff00;
}
span.staffquote {
	color: #cc6600;
}

/* Positioning */
div.nav, div.footer {
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}
div.nav {
	line-height: 30px;
}
div.content {
	padding: 5px 5px 5px 5px;
}
div.content li {
	margin-left: 20px;
}
span.mod-title {
	text-align: center;
}
div.mod-box {
	text-align: center;
}
div.footer {
	padding: 5px 0 5px 0;
}
span.staffquote {
	padding: 3px;
}

/* Forum News Content */
table.fnewsbox {
	border: 1px solid #fff;
	margin-top: 10px;
	background: #7A2D25;
	padding: 5px;
	color: #cc6600;
}
td.fncontent {
	background: url('../images/gradient.png');
	color: #666600;
}
div.fnpost {
	border: 1px dotted 
	margin: 5px;
	padding: 5px;
}
