/* CSS Document Created By Matthew Morris :3 */

/* ---> GENERAL */
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
html {
	background-color: #181818;
}

/* ---> topNAV */
#nav {
	width: auto;
	height: 90px;
	background: #111 url(../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;
}
li.home a { color:#111; background: url(../design/nav/homeNorm.png) no-repeat 0 0; }
li.home a:hover { color:#111; background: url(../design/nav/homeHov.png) no-repeat 0 0; }
li.forum a { color:#111; background: url(../design/nav/forumNorm.png) no-repeat 0 0; }
li.forum a:hover { color:#111; background: url(../design/nav/forumHov.png) no-repeat 0 0; }
li.art a { color:#111; background: url(../design/nav/artNorm.png) no-repeat 0 0; }
li.art a:hover { color:#111; background: url(../design/nav/artHov.png) no-repeat 0 0; }
li.music a { color:#111; background: url(../design/nav/musicNorm.png) no-repeat 0 0; }
li.music a:hover { color:#111; background: url(../design/nav/musicHov.png) no-repeat 0 0; }
li.motion a { color:#111; background: url(../design/nav/motionNorm.png) no-repeat 0 0; }
li.motion a:hover { color:#111; background: url(../design/nav/motionHov.png) no-repeat 0 0; }
li.about a { color:#111; background: url(../design/nav/aboutNorm.png) no-repeat 0 0; }
li.about a:hover { color:#111; background: url(../design/nav/aboutHov.png) no-repeat 0 0; }
nav, a {
	width: 82px;
	height: 32px;
	display: block;
	text-indent: -2000em;
}

/* ---> imageSTYLING */
img {
	float: left;
	margin: 0.5em 1.0em 0.5em 0em;
	border: none;
}
.a { border: 2px solid #555; }
.a:hover { border: 2px dotted #36C; }
#left img { float: none; }

/* ---> textSTYLING */
h1 {
	text-indent: -2000em;
}
h2 {
	color: #4464B9;
	font-size: 18px;
	text-align: center;
	padding: 9px 0 0 0;
}
p {
	color: #36C;
	font-size: 14px;
	line-height: 1.2em;
}
#right p {
	margin: 58px 10px 18px 10px;
}
#left p {
	margin: 18px 10px;
}
#container a {
	color: #AAA;
	width: auto;
	height: auto;
	font-size: 1em;
	display: inline;
	text-indent: 0px;
	text-decoration: none;
}
#container a:hover {
	color: #DDD;
	border-bottom: 3px solid #36C;
}
#container ul {
	margin: 0 0 14px 32px;
	padding: 0px;
}
#container li {
	float: none;
	padding: 0px;
	color: #36C;
	font-size: 14px;
	line-height: 1.4em;
	list-style-type: circle;
}

/* ---> bodyDIVs */
#container {
	width: 830px;
	height: auto;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
}
	/* ---> rightDIVs */
	#right {
		float: right;
		clear: both;
	}
	#right.title {
		width: 560px;
		height: 40px;
		background: transparent url(../design/BlueStripe/titleLarge.png) top center no-repeat;
	}
	#right.content {
		width: 560px;
		height: auto;
		margin-bottom: 12px;
		padding-bottom: 12px;
		background: #2E2E2E url(../design/bottomLarge.png) bottom center no-repeat;
	}
	
	/* ---> leftDIVs */
	#left {
		clear: left;
	}
	#left.title {
		width: 260px;
		height: 40px;
		background: transparent url(../design/BlueStripe/titleSmall.png) top center no-repeat;
	}
	#left.content {
		width: 260px;
		height: auto;
		margin-bottom: 12px;
		padding-bottom: 12px;
		background: #2E2E2E url(../design/bottomSmall.png) bottom center no-repeat;
	}
	
/* ---> bottomBAR */
#footer {
	clear: both;
	width: auto;
	height: 180px;
	font-size: 9px;
	background: #111 url(../design/BlueStripe/bannerStripe_Bottom.png) top center no-repeat;
}
#footer.fBox {
	margin: 6px 0 0 40px;
	position: absolute; 
}
p.fText {
	font-size: 12px;
	text-align: center;
	padding: 8px 442px 0 0;
}