body {
	font-family: helvetica neue, helvetica, sans-serif;
	color: #888;
}

div#navbar {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 988px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	border-bottom: 1px solid #eeeeee;
	z-index: 9999999999;
}

div#navbar a {
	margin: 0px;
	padding: 0px;
}

div#navbar img {
	border: none;
}

div#navspacer {
	height: 35px;
	width: 700px;
}

img#navsong {
	margin: 0px;
	margin-left: 13px;
	padding: 0px;
}

img#navremix {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

img#navforum {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
}

img#navlogo {
	margin: 0px;
	margin-left: 440px;
	padding: 0px;
}

div#forum_highlight {
	position: fixed;
	top: 8px;
	left: 315px;
	width: 116px;
	height: 12px;
	border: 1px dashed #F0CFF0;
	z-index: 200;
}

div#remix_highlight {
	position: fixed;
	top: 8px;
	left: 162px;
	width: 123px;
	height: 12px;
	border: 1px dashed #C9D8F6;
	z-index: 200;
}

form {
	display: inline;
}

.wrapper {
	width: 980px;
	padding-right: 20px;
}

.leftwrapper {
	float: left;
	width: 280px;
}

div.recentposts {
	/*border-right:2px solid #CCFFCC;
	border-bottom:2px solid #CCFFCC;
	background-color: #8BE88B;
	color: #ddd;
	padding: 10px;
	padding-top: 10px;*/
	margin: 5px;
	margin-right: 20px;
	width: 250px;
}

div.recentposts p {
	color: #CCFFCC;
	font-size: 12px;
	font-weight: bold;
	background-color: #7DD17D;
	padding: 0px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 5px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
	
	text-transform: lowercase;
}

div.recentpost {
	background-color: #CCFFCC;
	padding: 5px;
	margin-bottom: 1px;
}

div.recentpost p {
	color: #777;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
	border: none;
	background-color: #fff;
}

p.recentpostlink {
	text-align: left;
	margin-top: 1px!important;
	background-color: #EEFFEE!important;
}

div.recentpost a:link,
div.recentpost a:active,
div.recentpost a:visited {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

div.recentpost a:hover {
	text-decoration: underline;
}

div.likes {
	border-right:2px solid #CCDDFF;
	border-bottom:2px solid #CCDDFF;
	background-color: #99BAFF;
	color: #ddd;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 8px;
	margin: 5px;
	margin-right: 20px;
	width: 230px;
}

div.likes p {
	float: left;
	color: #eee;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	text-transform: lowercase;
}

.likes p a {
	color: #5A86E0;
	font-size: 11px;
	margin-right: 5px;
}

div.likes form {
	float: right;
}

.loggedin {
	border-right:2px solid #CCFFCC;
	border-bottom:2px solid #CCFFCC;
	background-color: #8BE88B;
	color: #ddd;
	padding: 10px;
	margin: 5px;
	margin-right: 20px;
	width: 230px;
}

.loggedin p {
	color: #eee;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: lowercase;
}

.loggedin p a {
	color: #CCFFCC;
}

.usermenu {
	font-family: helvetica neue, helvetica, sans-serif;
	border: 1px solid #66FF66;
	background-color: #CCFFCC;
	padding: 5px;
	width: 217px;
	margin-bottom: 10px;
}

.usermenu p {
	color: #555;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}

.usermenu p a {
	color: #336633;
	text-decoration: none;
	font-weight: bold;
}

.clear {
	clear: both;
}

/* 
	Thread posting stylesheet, and styles for form hover effect.
*/

div.newthread {
	width: 500px;
}

form#newthread {
	padding:6px;
	position:relative;
	border:none;
	width: 496px;
}

div#thread_title, div#thread_post, div#thread_category {
	position:relative;
}

div#thread_category {
	margin-bottom: 10px;
}

input#thread_title_field {
	font-family: helvetica neue, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #777;
	border: 1px solid #bbbbbb;
	padding: 6px;
	padding-bottom: 4px;
	width: 496px;
	margin: 0px;
	margin-bottom: 10px;
}

textarea#thread_post_field {
	font-family: helvetica neue, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #777;
	border: 1px solid #bbbbbb;
	padding: 6px;
	width: 496px;
	height: 200px;
	margin: 0px;
}

label.overlabel {
	color:#999;
	width: 496px;
}

label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}

input#submit_like {
	float:right;
	font-family: helvetica neue, helvetica, arial, sans-serif;
	background-color: #5958B3;
	border-right: 2px solid #D4D4F7;
	border-bottom: 2px solid #D4D4F7;
	border-top: none;
	border-left: none;
	color: #EEEEEE;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/**** FEATURES ****/

div#feature_wrap {
	background: transparent url('http://www.remixourband.com/beta/img/bstripe.gif') repeat;
	padding: 4px;
	margin-top: 5px;
}

div#feature {
	width: 686px;
	height: 286px;
	background: transparent url('http://www.remixourband.com/beta/feature_img/autisticifeature.gif');
	border: 3px solid #fff;
}

div#feature_text {
	width: 350px;
	margin-left: 326px;
	padding-top: 10px;
	padding-right: 15px;
}

div#feature_text h2 {
	background-color: #6292F6;
	color: #fff;
	padding: 4px;
	font-size: 30px;
	line-height: 35px;
	text-align: right;
	text-transform: lowercase;
}

div#feature_text h3 {
	display: inline;
	background-color: #6292F6;
	color: #fff;
	padding: 4px;
	font-size: 18px;
	line-height: 35px;
	text-align: right;
}

/**** RECENT THREADS ****/

div#recent_threads {
	margin-top: 10px;
}

div#recent_threads h3 {
	background-color: #BE72BE;
	padding: 8px;
	border-right: 3px solid #995C99;
	border-bottom: 3px solid #995C99;
}

div#recent_threads h3 a:link, 
div#recent_threads h3 a:active, 
div#recent_threads h3 a:visited {
	text-decoration: none;
	color: #fff;
}

div#recent_threads h3 a:hover {
	text-decoration: underline;
}

/**** RECENT REMIXES ****/

div#recent_remixes {
	margin-top: 10px;
}

div#recent_remixes h3 {
	background-color: #6292F6;
	padding: 8px;
	border-right: 3px solid #5782DB;
	border-bottom: 3px solid #5782DB;
}

div#recent_remixes h3 a:link, 
div#recent_remixes h3 a:active, 
div#recent_remixes h3 a:visited {
	text-decoration: none;
	color: #fff;
}

div#recent_remixes h3 a:hover {
	text-decoration: underline;
}

/**** RECENT SONGS ****/

div#recent_songs {
	margin-top: 10px;
}

div#recent_songs h3 {
	background-color: #8BE88B;
	padding: 8px;
	border-right: 3px solid #6DB66D;
	border-bottom: 3px solid #6DB66D;
}

div#recent_songs h3 a:link, 
div#recent_songs h3 a:active, 
div#recent_songs h3 a:visited {
	text-decoration: none;
	color: #fff;
}

div#recent_songs h3 a:hover {
	text-decoration: underline;
}

/**** WELCOME ****/
div#welcome {
	margin-left: 5px;
	margin-right: 20px;
}

div#welcome p strong {
	color: #555555;
}

div#welcome p a.song_link {
	color: #8BE88B;
}

div#welcome p a.remix_link {
	color: #6292F6;
}

div#welcome p a.feature_link {
	color: #8BE88B;
}

div#welcome p a.forum_link {
	color: #BE72BE;
}

div#welcome p a.join_link {
	color: #6292F6;
}

/***** SIGNUP *****/

div#loginbox form {
  position:relative;
}

div.form_wrap {
  position:relative;
  margin-bottom: 10px;
}

input.signup_submit {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	background-color: #7EA4FF;
	border-top: none;
	border-left: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

label.overlabel {
    color:#336633;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
  }

label.overlabel-apply {
  position:absolute;
  top:7px;
  left:7px;
  z-index:1;
  color:#336633;
	font-weight: bold;
}

div.loginbox {
	border-right:2px solid #aaa;
	border-bottom:2px solid #aaa;
	background-color: #555;
	color: #ddd;
	padding: 10px;
	margin: 5px;
	margin-right: 20px;
	width: 230px;
}

div.loginbox p {
	color: #eee;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: lowercase;
}

div.loginbox p a {
	color: #CCFFCC;
}

input.logininput {
	font-family: helvetica neue, helvetica, sans-serif;
	border: 1px solid #66FF66;
	background-color: #CCFFCC;
	color: #336633;
	font-size: 16px;
	font-weight: bold;
	padding: 6px;
	width: 216px;
	margin-bottom: 10px;
}

input.button {
	font-family: helvetica neue, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #66FF66;
	background-color: #CCFFCC;
	padding: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #336633;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}

div#username_check {
	position: absolute;
	top: 57px;
	left: 272px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #ddd;
	padding: 8px;
	color: #999;
}


/* THREAD PAGE */

.thread {
	line-height: auto;
	float: left;
	width: 700px;
}

.postwrapper {
	width: 700px;
}

.postuser {
	float: left;
	width: 120px;
}

.postavatar {
	float: left;
	margin-right: 10px;
}

.postavatar a img {
	border: none;
}

.postinfo {
	float: left;
	font-family: helvetica, sans-serif;
	color: #888;
	font-size: 14px;
	margin-right: 10px;
}

.postusername {
	text-decoration: none;
	color: #777;
	font-weight: bold;
	margin-bottom: 4px;
}

.postusername a {
	text-decoration: none;
	color: #777;
	font-weight: bold;
}

.posttime {
	font-family: helvetica, sans-serif;
	color: #999;
	font-size: 11px;
}

.postedit {
	font-family: helvetica, sans-serif;
	font-size: 6px;
	padding: 4px;
	padding-left: 0px;
	margin-top: 4px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.postedit a {
	text-decoration: none;
	font-weight: normal;
	font-family: helvetica, sans-serif;
	color: #fff;
	background-color: #888;
	padding: 4px;
	padding-bottom: 3px;
	width: 60px;
}

.post {
	float: left;
	width: 500px;
	margin-bottom: 20px;
	letter-spacing: 0px;
	line-height: 22px;
	font-size: 14px;
	color: #777;
}

.post a:link, 
.post a:active, 
.post a:visited {
	color: #6292F6;
}

.post a:hover {
	color: #999;
}

.postseperator {
	clear: both;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}

/* FORUM PAGE */

.threads {
	line-height: auto;
	float: left;
	width: 700px;
}

h1, h1 a {
	font-family: helvetica neue, helvetica, sans-serif;
	color: #555;
	font-size: 40px;
	font-weight: bold;
	/*text-transform: lowercase;*/
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	/*border-bottom: 1px solid #66FF66;*/
	border-bottom: 1px solid #eeeeee;
}

h2, h2 a {
	font-size: 30px;
	color: #8BE88B;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h3, h3 a {
	font-size: 18px;
	color: #8BE88B;
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.threads ul, .threads ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.threadwrapper {
	width: 700px;
}

.threadtitle {
	float: left;
	font-family: helvetica, sans-serif;
	color: #888;
	font-size: 8px;
	padding: 0px;
	margin-right:10px;
	margin-bottom: 5px;
	margin-top: 2px;
	width: 325px;
}

.threadtitle a {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.threadtitle p {
	font-family: helvetica, sans-serif;
	color: #888;
	font-size: 7px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.threadinfo {
	float: left;
	margin-left: 20px;
	padding-top: 2px;
	width: 160px;
	overflow: hidden;
}

.threadinfo div {
	float: left;
	font-family: helvetica, sans-serif;
	font-size: 7px;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.threadinfo p {
	padding: 0px;
	margin: 0px;
}

.threadinfouser {
	padding: 0px;
	margin: 0px;
	margin-top: 4px!important;
}

.threadinfo div a {
	font-size: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;
	font-family: helvetica, sans-serif;
	color: #fff;
	background-color: #888;
	padding: 5px;
	padding-bottom: 3px;
	margin-left: 4px;
}

.threadseperator {
	clear: both;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 6px;
}

.besidepostarea {
	float:left;
	width: 163px;
	border-right: 2px solid #FFCEFF;
	border-bottom: 2px solid #FFCEFF;
	background-color: #FF99FF;
	margin-left: 20px;
	padding:0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.besidepostarea p {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #BE72BE;
}

.besidepostarea p a {
	color:#BE72BE;
}

.postarea {
	float:left;
	width: 510px;
}

.postarea textarea {
	font-family: helvetica neue, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #777;
	border: 1px solid #bbbbbb;
	padding: 6px;
	width: 496px;
	height: 200px;
	margin: 0px;
}

.postarea form {
	margin: 0px;
	padding: 0px;
}

.post_submit {
	background-color: #BE72BE;
	border-right: 2px solid #FFCEFF;
	border-bottom: 2px solid #FFCEFF;
	border-top: none;
	border-left: none;
	color: #FFCEFF;
	font-size: 14px;
	padding: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.postwrapper form {
	display: block!important;
	float: left;
}

.postwrapper form textarea {
	font-family: helvetica neue, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #777;
	border: 1px solid #bbbbbb;
	padding: 6px;
	width: 500px;
	height: 120px;
	margin: 0px;
}

.postwrapper form input {
	/*clear: both;*/
}

small {
	/*font-size: 100px;*/
}

/***** MUXTAPE *******/

div.muxtape_wrap {
	width: 350px!important;
	padding: 2px;
	border: 1px solid #777;
	margin-bottom: 10px;
}

div.muxtape_wrap .container { font: normal 12px helvetica,sans-serif; background: #fff; }
div.muxtape_wrap .green { color: #009400; }
div.muxtape_wrap .blue, li.song a:hover { color: #2695e3; }
div.muxtape_wrap .grey { color: #bbb; }
div.muxtape_wrap strong { font-weight: bold; }

div.banner { padding: 2px; background: #444; color: #fff; position: relative; /zoom: 1; }
div.banner div.flag { font-size: 9pt; width: 75%; overflow: hidden; }
div.banner div.flag h1 { display: inline; margin-left: 4px; color: #fff; font-weight: bold; font-size: 10pt!important;}
div.banner div.flag h2 { display: inline; font-size: 7pt!important; margin-left: 0.4em; }
div.banner div.nav { display: none; position: absolute; right: 1.5em; top: 35%; text-align: right; vertical-align: bottom; }
div.banner div.nav a { color: #fff; font-weight: bold; }
div.banner div.nav a:hover { text-decoration: none; }
div.banner div.nav img { position: relative; top: 2px; right: 8px; }

div.muxtape_wrap ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li.song { padding: 3px!important; cursor: pointer; position: relative; /zoom: 1; }
li.hover { background: #f3f3f3!important; }
li.hilite { background: #eaeaea!important; }
li.song a { text-decoration: none; color: #777!important; }
li.song div.name { font-size: 9pt; line-height: 9pt; }
li.song div.info { font-size: 7pt; margin-left: 0.2em; line-height: 9pt; }
li.song div.info span.loaded { margin-left: 0.4em; color: #999; }
li.song div.info span.caption { font-size: 7pt; color: #999; margin-left: 0.6em; }
li.song div.clock { position: absolute; bottom: 0.15em; right: 0.2em; text-align: right; font-size: 9pt; }