
body {
   background-color:#808175;
	background-repeat:repeat-x;
   background-attachment:fixed;
}
#main {
	width:880px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
   clear:both;
}	
#main p,h2,h4{
	color:white;
}
#navBar {
	width:860px;
	height:70px;
}
#navBar #adBanner {
	margin-top:0px;
	width:234px;
	
	float:right;
}
#leftBar {
	float:left;
	width:600px;
}
#rightBar {
	float:right;
	width:199px;
}
#squareAd {
	width:200px;
	height:200px;
	margin-bottom:10px;
}
#comments {
	width:600px;
   background-color:#D8C8B8;
}
#commentSpace p {
	margin:0;
}

#submitComment {
	color:#B3BF00;
	border:#9F0004 1px solid;
	cursor:pointer;
}
#submitComment:hover {
	background-color:#B3BF00;
	color:black;
	font-weight:bold;
	border:#9F0004 2px solid;
}
.divComment {
	padding:5px;
	margin:2px 2px 2px 2px;
	margin-top:15px;
	border:none;
-webkit-box-shadow: 4px 5px 2px 0 #594B4B;
-moz-box-shadow: 4px 5px 2px 0 #594B4B;
box-shadow: 4px 5px 2px 0 #594B4B;
}
.divComment:hover {
	background-color:#8D7966;
	margin-top:15px;
}

.name {
	color:#9f0004;
}
.timestamp {
	color:#B3BF00;
}
a.pageNav, a#pageNext, a#pagePrev, a#newComment, a#hideComment {color:white; cursor:pointer; }
#announcement a {color:white; text-decoration:none; }
#announcement a:visited {color:white; text-decoration:none; }
#announcement a:hover {color:black; text-decoration:underline;}

#navBar a {	color:#FFF;text-decoration:none; display:inline-block;text-shadow: 1px 1px #000;}
#navBar a:hover { color:#B3BF00; text-shadow: 1px 1px #990000; text-decoration:overline; }

#voting p, #voting label { color:#B3BF00; }
#voting {display:none}
#announcement { background-color:#E2977A; padding:5px; }

#rightBar a { text-decoration:none; }
#rightBar a:hover { text-decoration:underline; }

#pagesLink {
	display: block;
	width: 84px;
	height: 20px;
	background-image: url(pagesBtn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#gamesLink {
	display: block;
	width: 84px;
	height: 20px;
	background-image: url(gamesBtn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#articleLink {
	display: block;
	width: 110px;
	height: 20px;
	background-image: url(articlesBtn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#murdaciousLink {
	display: block;
	width: 202px;
	height: 20px;
	background-image: url(murdaciousBtn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#pagesLink:hover {
	background-position: 0px -20px;
}

#gamesLink:hover {
	background-position: 0px -20px;
}
#murdaciousLink:hover {
	background-position: 0px -20px;
}
#articleLink:hover {
	background-position: 0px -20px;
}

#links {
	padding-right:5px;
	padding:10px;
	text-align:center;
}
#links span {
	margin-right:5px;
}
#navBar h2 {
	text-align:center;
}

#content { 
   background-color:#A8A39D;
   padding:10px;
   -webkit-box-shadow: 0 3px 31px 0 #000000;
   -moz-box-shadow: 0 3px 31px 0 #000000;
   box-shadow: 0 3px 31px 0 #000000;
}
