/* CSS Document Created By Matthew Morris :3 */
/* FOR THE FORUM - A modded version of Wabuf's main CSS for our vBulletin */

/* ---> topNAV */
#nav {
	width: auto;
	height: 90px;
	margin: -13px 0 32px 0;
	background: #111 url(http://www.wabuf.com/Wabuf/design/BlueStripe/bannerStripe.png) top center no-repeat;
}
#nav ul {
	list-style-type: none;
	padding: 58px 0 0 48.8%;
}
#nav li {
	float: left;
	padding-left: 5px;
}
#nav a { border: none !important; }
li.home a { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/homeNorm.png) no-repeat 0 0; }
li.home a:hover { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/homeHov.png) no-repeat 0 0; }
li.forum a { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/forumNorm.png) no-repeat 0 0; }
li.forum a:hover { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/forumHov.png) no-repeat 0 0; }
li.art a { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/artNorm.png) no-repeat 0 0; }
li.art a:hover { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/artHov.png) no-repeat 0 0; }
li.music a { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/musicNorm.png) no-repeat 0 0; }
li.music a:hover { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/musicHov.png) no-repeat 0 0; }
li.motion a { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/motionNorm.png) no-repeat 0 0; }
li.motion a:hover { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/motionHov.png) no-repeat 0 0; }
li.about a { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/aboutNorm.png) no-repeat 0 0; }
li.about a:hover { color:#111 !important; background: url(http://www.wabuf.com/Wabuf/design/nav/aboutHov.png) no-repeat 0 0; }
#nav a {
	width: 82px;
	height: 32px;
	display: block;
	text-indent: -2000em;
}

/* ---> bottomBAR */
#footer {
	clear: both;
	width: auto;
	height: 180px;
	font-size: 9px;
	background: #111 url(http://www.wabuf.com/forums/WabufMain/Blue/bannerStripe_Bottom.png) top center no-repeat;
}
#footer.fBox {
	position: absolute;
	margin: 6px 0 0 40px;
}
p.fText {
	color: #555;
	font-size: 12px;
	text-align: center;
	padding: 9px 442px 0 0;
}
.copyText {
	font-size: 6px;
}

/* ---> textOVERRIDES */
* tr { color: #36C !important; }
* td { color: #36C !important; }
* a {
	color: #AAA !important;
	text-decoration: none !important;
}
* a:hover { color: #DDD !important; }

/* ---> miscOVERRIDES */
#topDiv {
	width: 830px;
	height: 12px;
	margin: 0 0 0 0;
	background: #2E2E2E url(http://www.wabuf.com/forums/WabufMain/Blue/titleLarge.png) bottom center no-repeat;
}
#bottomDiv {
	width: 830px;
	height: 10px;
	margin: 0 0 26px 0;
	background: #2E2E2E url(http://www.wabuf.com/forums/WabufMain/Orange/bottomLarge.png) bottom center no-repeat;
}