body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 0;
	background-image: url(../images/Backgrounds/DJ-Mog-Website-Background.png);
	background-position: center top;
	background-attachment: fixed;
}

h1 { margin: 0 0 10px 0; }

table { width: 100%; }

td, th { background: url(../images/table_bkg.png) repeat; }

th {
	color: #00c9ff;
	font-weight: normal;
	padding: 2px 0;
}

th.date-location { width: 80px; }

td { padding: 2px 10px; }

a { color: #fff; }

a img { border: none; }

#wrapper {
	width: 990px;
	margin: 20px auto;
	padding: 0;
	background-attachment: scroll;
	background-position: center top;
	background-color: #000;











	border: 12px solid
#;
	border: 12px solid #121212;
}

#header { position: relative; }

#audio-player {
	position: absolute;
	right: 0;
	top: 0;
}

#audio-player img { border: none; }

#content {
	margin-top: 0px;
	margin-right: 56px;
	margin-bottom: 50px;
	margin-left: 54px;
	padding-top: 0px;
}

.content-wrapper {
	border-bottom: 1px solid #121212;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 45px;
	padding-left: 0;
}

.content-wrapper.first { padding-top: 0; }
.content-wrapper.last { padding-bottom: 0; border-bottom: none; }


/************************************************************************
*				 Flyer & DJ Dates 
*************************************************************************/
#flyers, #dj-dates { float: left; }

#flyers {
	width: 282px;
	margin-right: 20px;
}

#dj-dates {
	width: 578px;
}

#dj-dates table {
	width: 604px;
	margin: -13px;
	font-size: 1.2em;
}

#dj-dates thead th {
	font-size: 0.7em;
}

#dj-dates tbody th, #dj-dates tbody td {
	font-size: 0.9em;
}

#dj-dates-footer {
	background: url(../images/table_bkg.png) repeat;
	height: 16px;
	margin-top: 10px;
}

/************************************************************************
*				 Releases
*************************************************************************/
#releases ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#releases li {
	float: left;
	width: 200px;
	margin-right: 26px;
}

#releases li.last {
	margin-right: 0;
	margin-left: 1px;
}


/************************************************************************
*				 News
*************************************************************************/
#news-outer {
	padding-top: 0;
	background: url(../images/polaroids.png) no-repeat top right;
}

#news-inner {
	width: 362px;
	padding-top: 20px;
}

#news {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	height: 414px;
	overflow: hidden;
}

#news li {
	background-color: #121212;
	padding: 5px 10px;
	margin-bottom: 8px;
}

#news img {
	float: left;
	margin-right: 10px;
}

#news p {
	margin: 0;
}

#more {
	height: 21px;
	background-color: #121212;
}

#more img.scroll {
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}
#more2 img.scroll {
	cursor: pointer;
}
#more span { float: right; margin-top: 6px; }

#more .scroll-up { display: block; border-right: 1px solid #fff; }

/************************************************************************
*				 Biog
*************************************************************************/
#biog img#mog-flying {
	float: left;
	margin-right: 20px;
}

#biog-text {
	overflow: hidden;
	height: 195px;
	margin: 7px 0;
	float: right;
	width: 656px;
}

#biog-text p.first { margin-top: 0; }
#biog-text p.last { margin-bottom: 0; }


/************************************************************************
*				 Photos/TV
*************************************************************************/
#photos {
	width: 282px;
	margin-right: 20px;
	float: left;
}

#tv {
	width: 578px;
	float: right;
}

#gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}

#gallery li {
	float: left;
	margin: 0 9px 9px 0;
}
#gallery li.last-in-row { margin-right: 0; }

#photos p {
	margin: 0;
	line-height: 40px;
	height: 40px;
	text-align: right;
	padding: 0 20px;
	font-size: 0.8em;
}


/************************************************************************
*				 Twitter/Downloads
*************************************************************************/
#twitter, #downloads {
	float: left;
}

#twitter {
	margin-right: 25px;
	width: 415px;
}

#downloads {
	width: 440px;
}


/************************************************************************
*				 Contact/links
*************************************************************************/
#contact, #links { float: left; }

#contact {
	width: 503px;
	margin-right: 15px;
}

#contact table {
	width: 523px;
	margin: -10px;
}

#contact th {
	text-align: left;
	padding: 5px 20px;
	width: 40px;
}

#contact td a {
	text-decoration: none;
}

#contact-footer {
	line-height: 24px;
	height: 24px;
	margin-top: 10px;
}

#links { width: 362px; }


/************************************************************************
*				 Footer
*************************************************************************/

#footer {
	width: 882px;
	margin: 0 auto;
}

#social-networking, #add-me {
	float: left;
}

#social-networking {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#social-networking li {
	display: inline;
}

#add-me a {
	color: #00C9FF;
	text-decoration: none;
	margin: 0 4px;
}

#add-me {
	line-height: 32px;
	margin: 0 0 0 10px;
}

#copyright {
	float: right;
	line-height: 32px;
}

/************************************************************************
*				 Helper styles
*************************************************************************/
.bg-light {
	background-color: #121212;
}
.highlight {
	color: #00c9ff;
}
.read-more { margin: 8px 10px 8px 0; }



/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
