@charset "UTF-8";
/* CSS Document */
body {
	background: #000 url(../img/bg-tall.jpg) repeat-x top;
	font: 300 10pt/14pt 'Belgrano', serif;
	color: #EDA643;
	margin:0;
	padding:0;
}
img {border: 0px;}

a {
	color: #000;
	font: 100 12pt/16pt 'Belgrano', serif;
	text-decoration:none;
}
a:visted {
	color: #000;
	font: 100 12pt/16pt 'Belgrano', serif;
	text-decoration:none;
	letter-spacing:1pt;
	text-transform:uppercase;
	margin: 0 5px;
}
a:hover {
	color: #EDA643;
	text-decoration: none;
}

.border {border-bottom:1px solid #EDE3D6;margin:10px 0;}

.DJlist table, td, th {border-bottom: 1px solid #630;text-align:left;}

/* LAYOUT */
#wrap {
	width:100%;
	margin:0;
	bottom:0;
	height:100%;
	padding:0 0 100px 0;
}
#header {
	background: url(../img/header_bg.jpg) top center no-repeat;
	position: relative;
	width: 925px;
	height:236px;
	margin: 25px auto 0 auto;
	text-align:center;
	-moz-box-shadow:0 0 8px #000;
	-webkit-box-shadow:0 0 8px #000;
	box-shadow:0 0 8px #000;
	z-index:50;
}
#content {
	position:relative;
	display:block;
	width:925px;
	min-height:400px;
	height:auto;
	margin:0 auto;
	padding:0;
}
.colL {
	position: relative;
	float:left;
	left:0;
	margin:25px 0;
	width:640px;
	min-height:200px;
	padding:25px;
}
.colR {
	position: relative;
	float:right;
	right:0;
	width:200px;
	min-height:200px;
	padding:10px;
	margin:25px 0;
	text-align:center;
	color:#3B2314;
}
.colR img {
	display:inline-block;
	margin:5px;
}
	
/* BACKGROUNDS */
.tanBG {
	background: #021d27 url(../img/bg-seamless.jpg) repeat top;
	-moz-box-shadow:0 0 8px #000;
	-webkit-box-shadow:0 0 8px #000;
	box-shadow:0 0 8px #000;
}
.woodBG {
	background: url(../img/bg-dark_wood.jpg) center no-repeat;
	background-size:100% 100%;
	-moz-box-shadow:0 0 8px #000;
	-webkit-box-shadow:0 0 8px #000;
	box-shadow:0 0 8px #000;
}
	
/* TEXT TREATMENTS */
.Title {font: 300 50pt/50pt 'Belgrano', serif;color:#EDA643;}
.subTitle {font: 300 18pt/25pt 'Belgrano', serif;color:#EDA643;}
.sectionTitle {font: 300 25pt/50pt 'Belgrano', serif;color:#42210B;letter-spacing:-2pt;}
.callOut {font: 300 20pt/22pt 'Belgrano', serif;}

.sub1 {font: 100 18pt/22pt 'Belgrano', serif;color:#000;}
.sub2 {font: 300 14pt/14pt 'Belgrano', serif;color:#EDA643;}
.uppercase {text-transform:uppercase;}

.gingerDJ {font: 300 11pt/11pt 'Josefin Sans', Arial, san-serif; color:#CCC;letter-spacing:-.3pt;}
.dateDJ {font: 100 11pt/11pt 'Belgrano', serif;color:#000;}

/* FOOTER */
#footer {
	width:100%;
	color: #3B2314;
	letter-spacing:normal;
	background: url(../img/footer.png) repeat-x top;
	z-index:5;
	bottom:0;
	height: 85px;
	position:fixed;
}
#footercontent {
	width:925px;
	margin: 0 auto;
}
#footer a {color:#3B2314; text-decoration:none;letter-spacing:normal;text-transform:lowercase;}

/* FORM */
input, textarea { 
	padding: 5px;
	margin:10px 0 0 0;
	border:0;
	color: #3B2314;
	font: normal 13px 'Belgrano', serif;
	width: 150px;
	height:24px;
	background:#FFF;
}
.subscribe {
	width:34px;
	height: 34px;
	vertical-align:top;
	padding:5px;
	background:#f1592a url(../img/submit.gif) center no-repeat;
	color:#FFF;
	cursor:pointer;
	border:0;
}