/* container styles */
body { background: black; color: white; }

#wrapper { position: absolute; left: 50%; top: 50px; margin-left: -350px; }

.container { width: 700px;}


/* styles for text */
a.email { display:block; height: 19px; background: url(../images/text/E-mail.png) no-repeat 0px 0px; width: 234px; margin-left: 233px; }
a.email:hover { background-position: 0px -19px; }


/* dj partners */
.djpartnerstext { margin-right: 20px; float:left; display:block; height: 19px; width: 111px; background: url(../images/text/DJ-Partners.png) no-repeat; }

a.djiflowtext { float:left; display:block; height: 19px; width: 84px; background: url('../images/text/DJ Partners/DJ-I-flow.png') no-repeat; }
a.djiflowtext:hover { background-position: 0px -19px; }

a.djherbmartintext { float:left; display:block; height: 19px; width:258px; background: url('../images/text/DJ Partners/DJ-Herb-Martin.png') no-repeat; }
a.djherbmartintext:hover { background-position: 0px -19px; }

a.djgorkytext { float:left; display:block; height: 19px; width:84px; background: url('../images/text/DJ Partners/DJ-Gorky.png') no-repeat; }
a.djgorkytext:hover { background-position: 0px -19px; }


#djiflow a.djherbmartintext { background-position: 0px -38px; }
#djherbmartin a.djiflowtext { background-position: 0px -38px; }
#djherbmartin a.djgorkytext { background-position: 0px -38px; }
#djiflow a.djgorkytext { background-position: 0px -38px; }
#djgorky a.djiflowtext { background-position: 0px -38px; }
#djgorky a.djherbmartintext { background-position: 0px -38px; }


/* band partners */

.bandpartnerstext { margin-right: 20px; float:left; display:block; height: 19px; width: 111px; background: url(../images/text/Band-Partners.png) no-repeat; }

a.disposablelawtext { float:left; display:block; height: 19px; width: 133px; background: url('../images/text/Band Partners/Disposable-Law.png') no-repeat; }
a.disposablelawtext:hover { background-position: 0px -19px; }

a.jackofalltradestext { float:left; display:block; height: 19px; width: 144px; background: url('../images/text/Band Partners/Jack-of-all-Trades.png') no-repeat; }
a.jackofalltradestext:hover { background-position: 0px -19px; }

#disposablelaw a.jackofalltradestext { background-position: 0px -38px; }
#jackofalltrades a.disposablelawtext { background-position: 0px -38px; }



/* styles for sections */
.images, .djiflow, .djherbmartin, .djgorky, .disposablelaw, .jackofalltrades { display:none; }

#images .images, #djiflow .djiflow, #djherbmartin .djherbmartin, #djgorky .djgorky, #disposablelaw .disposablelaw, #jackofalltrades .jackofalltrades { display: block; }

#all .images { display: block; }

.border { height: 150px; width: 200px; position: absolute; background: url(../images/thumbs/border.gif); }
.borderinlineleft { display:inline; left:250px; }


/* styles for footer */
.footer { color: #404040; font-size: 75%; text-align: center; }
.footer a { color: #404040; }
.footer a:hover { color: white; text-decoration: none; }


/* misc styles */
.center { text-align: center; }

.left { float: left; }
.right { float: right; }

.line_thick { display: block; border-bottom: 3px solid white; } /* #202020 */
.line_thin { display: block; border-bottom: 1px solid white; } /* #404040 */

.margintopsmall { margin-top: 25px; }

.marginbottomsmall { margin-bottom: 25px; }
.marginbottomlarge { margin-bottom: 50px; }

.clear { clear:both; }
