* {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFCC;
	padding: 0px;
}

body {
	background-color: #3B0000;
}

a:link, a:visited {
	color:#ffcc00;
	text-decoration: none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#container {
	margin: 60px auto;
	text-align: center ;
}

#blackBox {
	margin: 0px auto;
	width: 700px;
	height: 480px;
	border: solid 5px #000000;
}

.clearBoth {
	clear: both;
}

.tiny {
	font-size: 8px;
}

.deejays, .subscribe, .unsubscribe {
	background-image: url(/images/deejayBG.jpg);
}

.info {
	background-image: url(/images/aboutBG.jpg);
}

.links, .mailer, .contact {
	background-image: url(/images/AAlinkBG.jpg);
}

.calendar {
	background-image: url(/images/BluPaintingBG.jpg);
}

.photos {
	background-image: url(/images/jukeBG.jpg);
}

#content {
	position: relative ;
	float: left ;
	background-color: transparent ;
	text-align: left;
	width: 440px;
	height: 480px;
	overflow: auto;
	z-index: 0;
	padding: 15px 25px 10px 10px;
}

.iphoneTip {
    position: relative;
    top: -46px;
    width: 150px;
    border: 1px solid #FFFFFF;
    padding: 3px;
}

html>body #content {
	border: none;
	width: 405px;
	height: 455px;	
}

#navPane {
	float: left;
	background-color: transparent ;
	text-align: left;
	width: 240px;
	height: 480px;
	padding: 25px 25px;
}

.home #navPane {
    float: none;
    padding: 0px;
	float: none;
    text-align: center;
    width: 100%;
    height: 40px;
}

.home #navPane .navItem {
    display: inline;
    clear: none;
    margin: 2px 7px;
}

.home #nav {
	position: static;
    width: 100%;
	margin-top: 20px;
}

.home #blackBox { 
    border: none; 
}

.home .cleartBoth {
    display: none;
}

html>body #navPane {
	border: none;
	width: 208px;
	height: 430px;	
}

.pageBlurb {
	clear: both;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
}

#pageTitleImg {
	clear: both;
	text-align: center;
}


#nav {
	position: absolute;
	width: 190px;
	margin-top: 300px;
}

.navItem {
	clear: both;
	line-height: 18px;
	text-align: center;
}

.navItem a {
	font-weight: bold;
}

.djPic {
	margin: 0px 8px 4px 0px;
	float: left;
	height: 100px;
}

/* Text styles */

.dj {
	font-weight: bold;
	color: #FFFFFF;
}

.cal {
	margin-left: 10px; 
}

.evt {
	font-style: italic; 
	font-weight: bold; 
	font-variant: small-caps; 
	color: #FFFF99;
	margin-left: 10px;
}

.djDesc {
	padding-left: 8px;
	font-size: 9px; 
	font-weight: bold;
	color: #FFFFCC;
	font-style: normal;
	line-height: 14px;
	text-transform: none ;
}

.calDesc {
	margin-left: 15px;
}

.compact {
	margin-left: 10px;
	margin-top: -10px;
	padding-top: 0px;
}


.placeholder {
	border: 1px solid #FFFFFF;
}

#sortList {
	list-style-type: none;
}

.sortBlock {
	clear: both;
	padding-top: 15px;
}

.gallery .sortBlock {
	float: left;
	width: 110px;
}

#sortList.gallery {
	list-style-type: none;
	margin: 0; 
	padding: 0;
	width: 410px;
}

#sortList.gallery li {
	margin: 3px 3px 3px 0;
	padding: 1px; 
	float: left; 
	width: 90px; 
	height: 90px; 
	font-size: 4em; 
	text-align: center;
	
}



.galleryPic {
	max-height: 90px;
	max-width: 90px;
	margin: 5px;
	border: solid 2px #000000;
}

.pic .left {
	margin: 0px 8px 1px 0px;
	float: left;
}

.pic .right {
	margin: 0px 1px 1px 8px;
	float: right;
}

.djBlock {
	clear: both ;
	margin-bottom: 20px;
}

.longDate {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #ffCC00;
}

.longTime {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #ffCC00;
}

.indent {
	margin-left: 5px;
}

#paginate {
	position: absolute;
	top: 430px;
    left: 0px;
	width: 190px;
	margin: 5px 0px;
	text-align: center;
}


#prev a, #today a, #next a {
	font-weight: bold;
    font-size: 12px;
}


.form_line {
	margin-bottom: 15px;
}

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

label {
	font-size: 9px;
	font-weight: bold;
	color:#CCCCCC ;
}

textarea, input {
	background: transparent;
}

.pageTitle {
	text-align: center;
	font-weight:bold;
	font-size: 18px;
	margin-bottom: 10px;
	color: #FFCC00;
}

