*	{
	margin: 0;
	padding: 0;
	outline: none;
	}

html, body {
	height: 100%;
	}

body {
	font: 12px aril, helvetica, sans-serif;
	background: #231f20;
	}
	
.left  { float: left; }
.right { float: right; }
	
/* Clear fix */

.clear_fix:after,
#menu:after,
#blog_posts:after,
#post_comment:after,
#agenda:after,
#contact:after,
.contact_content:after,
#contact p.last:after, 
#archive:after,
#dance:after,
#footer:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	display: block;
	clear: both;
	}
	
.clear {
	display: block;
	clear: both;
	float: none;
	}
	
.block,
#contact label.block {
	display: block;
	}
	
/* wrapper */

#wrapper {
	margin: 0 auto;
	padding: 0px 10px 20px 20px;
	width: 990px;
	height:auto !important;
	height:100%;
	min-height:100%; 
	background: #fff;
	}

/* header */

#header {
	margin: 0 0 20px 0;
	padding: 0 10px 0 0;
	}
	
#header h1 a {
	margin: 5px 0 0 0;
	width: 200px;
	height: 47px;
	background: transparent url('../img/new_logohead.png') no-repeat 0 2px;
	text-indent: -9999px;
	float: left;
	}
	
#header a.player {
	width: 129px;
	height: 47px;
	background: transparent url('../img/eq.png') no-repeat 0 20px;
	text-indent: -9999px;
	float: right;
	display: block;
	}
	
a.admin_login {
	margin: 10px 0;
	float: right;
	
	display: none;
	}
	
#object {
	padding: 10px;
	height: 345px;
	background: #231f20;
	display: block;
	clear: both;
	}
	
#object span {
	width: 100%;
	height: 100%;
	background: transparent url('../img/header_bg.png') no-repeat 0 0;
	display: block;
	}	
	
#menu {
	padding: 0 10px;
	background: #231f20;
	height: 37px;
	display: block;
	}
	
#menu ul {
	float: left;
	}
	
#menu li {
	margin: 5px 30px 0 10px;
	list-style-type: none;
	float: left;
	}
	
#menu li a {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#search {
	float: right;
	}
	
#search input {
	padding: 5px;
	width: 190px;
	height: 15px;
	background: #eee;
	border: 1px solid #888;
	}
	
#search input.search_submit {
	margin: 0 0 0 5px;
	width: 86px;
	height: 24px;
	background: transparent url('../img/search_button.png') no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	vertical-align: -1px;
	}
	
/* Content */
#content {
	padding: 0 0 20px 0;
	clear: both;
	}
	
h2  {
	color: #00aeef;
	font: bold 18px/18px airal, helvetica, sans-serif;
	text-transform: uppercase;
	}
	
h3  {
	margin: 0 0 5px 0;
	font: bold 12px arial, helvetica, sans-serif;
	text-transform: uppercase;
	}
	
.sub_title {
	margin: 0 0 20px 0;
	color: #8c8c8c;
	font-size: 11px;
	display: block;
	}	
		
/* Posts */

.post {
	margin: 0 10px 10px 0;
	font-family: airal, helvetica, sans-serif;
	width:  320px;
	height: 200px;
	float:  left;
	}
	
.post a {
	padding: 10px;
	text-decoration: none;
	width:  280px;
	height: 160px;
	border: #c6c6c6 10px solid;
	display: block;
	}
	
.post a span.new {
	font-weight: bold;
	font-style: italic;
	}	

.post a span.big {
	color: #231f20;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.post a em.date,
.post a span.comments {
	color: #ec008c;
	font-style: normal;
	}

.post a span.comments {
	margin: 0 0 0 5px;
	font-size: 10px;
	}

.post a h3,
.post a span.by {
	margin: 0;
	padding: 5px;
	color: #fff;
	font: normal 18px/28px airal, helvetica, sans-serif;
	background: #231f20;
	display: inline;
	}
	
.post a span.by {
	padding: 5px 20px 3px 5px;
	font: normal 10px/20px airal, helvetica, sans-serif;
	}
	
/* Music posts */

.post.music {
	position: relative;
	}
	
.post.chicago {
	background: transparent url(../img/chicago_bg.png) no-repeat center center;
	}

.post.detroit {
	background: transparent url(../img/detroit_bg.png) no-repeat center center;
	}
	
.post.newyork {
	background: transparent url(../img/newyork_bg.png) no-repeat center center;
	}

.post.music a:hover {
	border-color: #00aeef;
	}
	
.post.music .new {
	color: #00aeef;
	}

.musictext {
	position: absolute;
	bottom: 20px;
	left: 20px;
	}
	
.musictext strong {
	padding: 5px;
	color: #231f20;
	line-height: 22px;
	font-weight: normal;
	background: #fff;
	}
	
.post.music a span.big {
	text-transform: capitalize;
	}
	
/* Text post */

.post.text a:hover {
	border-color: #00a651;
	}
	
.post.text .new {
	color: #00a651;
	}
	
#post .img {
	margin: 0 0 10px 0;
	}
	
/* Video post */

.post.video a:hover {
	border-color: #ec008c;
	}
	
.post.video .new {
	color: #ec008c;
	}
	
.videoplayer,
.musicplayer {
	margin: 0 0 20px 0;
	border: #000 5px solid;
	display: block;
	}
	
/* Blog post */

#post {
	margin: 0 10px 0 0;
	padding: 15px;
	width: 600px;
	border: #ccc 10px solid;
	float: right;
	}
	
#post_sidebar {
	padding: 10px;
	width: 280px;
	border: #ccc 10px solid;
	float: left;
	}
	
/* Comments */

#comments {
	margin: 40px 0 0 0;
	}

#post_comment {
	padding: 20px;
	background: #bfbfbf;
	}
	
strong.comments_headline {
	margin: 0 0 20px 0;
	font-size: 18px;
	display: block;
	}
	
div.comment {
	margin: 0 0 20px 0;
	}	

div.comment strong,
div.comment em {
	padding: 5px;
	color: #fff;
	background: #231f20;
	font-style: normal;
	line-height: 20px;
	}

div.comment em {
	font-size: 10px;
	}
	
div.comment p {
	padding: 10px 0 0 0;
	color: #8C8C8C;
	}

.comments_textarea {
	float: left;
	}

.comments_input {
	float: right;
	}
	
.comments_input p {
	padding: 10px 0 0 0;
	}

.comments_input p:first-child {
	padding: 0;
	}
	
	
.comments_input input.submit {
	width: 86px;
	height: 24px;
	background: transparent url('../img/send_button.png') no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	}
	
/* Agenda */

#agenda {
	padding: 20px;
	width: 920px;
	border: #c6c6c6 10px solid;
	display: block;
	}

#agenda big {
	margin: 20px 0 40px 0;
	font-weight: bold;
	text-align: center;
	display: block;
	}

#agenda .event {
	margin: 20px 0 0 0;
	color: #00a651;
	width: 410px;
	display: block;
	}

#agenda .event h3 {
	color: #231f20;
	}

#agenda .event a {
	color: #00a651;
	}

#agenda .event a:hover {
	color: #231f20;
	}

#agenda em.date {
	margin: 0 0 10px 0;
	color: #8c8c8c;
	font-style: normal;
	display: block;
	}

#agenda img {
	margin: 0 20px 0 0;
	float: left;
	}

#agenda ul {
	list-style-type: none;
	float: left;
	}

#agenda li strong {
	color: #231f20;
	font-weight: normal;
	}
	
/* Contact */

#contact {
	margin: 0 10px 0 0;
	padding: 20px;
	background: #fff;
	border: #c6c6c6 10px solid;
	display: block;
	}
	
#contact h2 {
	margin-bottom: 20px;
	}
	
#contact .sub_title {
	margin: 0 0 5px 0;
	}
	
#contact label {
	font-weight: bold;
	display: inline;
	}
	
#contact label.normal {
	font-weight: normal;
	}
	
#contact label.a1 {
	margin: 0 10px 0 0;
	}
	
#contact p {
	padding: 0 25px 10px 0;
	width: 290px;
	float: left;
	display: block;
	}

#contact p.last {
	padding: 0 0 10px 0;
	}

#contact input {
	margin: 5px 0 0 0;
	background: #fff;
	width: 278px;
	}
	
#contact select {
	margin: 5px 0 0 0;
	padding: 4px 5px;
	font: 12px arial, helvetica, sans-serif;
	width: 288px;
	border: #878787 1px solid;
	border-bottom: #aeaeae 1px solid;
	}
	
.contact_content {
	padding: 0 0 20px 0;
	}
	
#contact p.time_date label.normal {
	margin: 7px 0 0 0;
	width: 100px;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	}
	
p.extra label {
	margin: 5px 0 0 0;
	width: 150px;
	display: block;
	float: left;
	}

p.extra {
	padding: 18px 0 0 0;
	}
	
p.extra label.normal {
	margin: 0 10px 0 0;
	width: auto;
	display: inline;
	float: none;
	}
	
#contact p.time_date select {
	width: 188px;
	}
	
#contact p.time_date input {
	width: 178px;
	}
	
#contact p.sb {
	margin: 0;
	width: 100%;
	}
	
#contact input.submit_contact {
	margin: 20px 0 0 0;
	width: 86px;
	height: 24px;
	background: transparent url('../img/send2.png') no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	border: none;
	}
	
/* Form */

label {
	display: none;	
	}

input, textarea {
	padding: 5px;
	font: 12px arial, helvetica, sans-serif;
	width: 205px;
	border: #878787 1px solid;
	border-bottom: #aeaeae 1px solid;
	}
	
textarea {
	width: 320px;
	}
	
input.submit {
	width: auto;
	}
	
#contact textarea {
	margin: 5px 0 0 0;
	width: 594px;
	}
	
input.input_radio,
#contact input.input_radio {
	background: transparent;
	width: 16px;
	border: none;
	}
	
/* Archive */

#archive {
	padding: 15px;
	border: #8c8c8c 10px solid;
	}
	
#archive h3 {
	padding: 5px;
	color: #fff;
	background: #000;
	display: inline;
	}

.archive {
	margin: 15px 0 0 0;
	width: 310px;
	float: left;
	}
	
.archive ul,
ul.recentposts {
	margin: 15px 0 0 35px;
	color: #8c8c8c;
	list-style-type: circle;
	}
	
ul.recentposts {
	margin: 5px 0 0 15px;
	}
	
.archive li,
ul.recentposts li {
	padding: 2px 0;
	}
	
.archive a,
ul.recentposts li a {
	color: #6c6c6c;
	text-decoration: none;
	}

.archive a:hover,
ul.recentposts li a:hover {
	color: #000;
	}
	
/* Footer */

#footer {
	padding: 20px;
	color: #fff;
	background: #252424 url(../img/footer_bg.png) no-repeat 0 0;
	width: 940px;
	display: block;
	clear: both;
	}
	
#about {
	padding: 20px 80px 0 230px;
	height: 145px;
	}
	
#about p {
	line-height: 16px;
	}
	
#about strong {
	color: #ec008c;
	font-weight: normal;
	}

#about p.contact {	
	margin: 30px 0 0 0;
	}
	
#about p.contact a {
	color: #00aeef;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.fdiv {
	padding: 20px 20px 0 20px;
	font-size: 10px;
	line-height: 18px;
	width: 190px;
	border-right: #fff 1px solid;
	float: left;
	}
	
.fdiv.last {
	border: none;
	}
	
.fdiv a {
	color: #fff;
	text-decoration: none;
	}
	
.fdiv big {
	font-size: 18px;
	display: block;
	}
	
.copy {
	padding: 20px 0 0 0;
	font-size: 10px;
	text-align: center;
	}
	
.copy a {
	margin: 0 0 0 50px;
	color: #000;
	text-decoration: none;
	}
	
.copy a:hover {
	border-bottom: #8c8c8c 1px solid;
	}
	
.no_border {
	border:none;
}