@import url(form.css) ;
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

.hidden { display: none; }

body {
  background-color: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100.01%;
  padding: 0;
}


h1 {
  font-size: 1.8em;
  font-weight: bold;
  padding: .5em;
  color: #fff;
  margin-bottom: .5em;
}

h2 {
  font-size: 1.6em;
  font-weight: bold;
  padding: .5em;
  margin: 0px 0px 0.5em;
  text-align: center;
}

h3 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 0.25em;
}

h4 { /*subheading - header caption*/
  font-size: 1.3em;
  font-weight: bold;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

h5 { /*subheading - header caption*/
  font-size: 1.2em;
  font-weight: bold;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

h6 {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

p {
  margin-bottom: .5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul {
  list-style: disc outside;
  margin-left: 2em;
}

ol {
  list-style: decimal outside;
  margin-left: 2em;
}

/* BASIC TABLE STYLES */
table
{
  margin: 1em;
  border-collapse: collapse;
  border: 1px solid #525252;
}

table td,
table th {
  padding: 0.25em;
  border: 1px solid #525252;
}

table th {
  background-color: #0A1868;
  font-weight: bold;
}
 
.mw_admin {
  position: absolute; right: 0px; top:0.5em; z-index: 1000;
}

/* inline flow sytle */
#ddj_nav li,
.inline-flow {
  display: -moz-inline-stack;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 30px;
}

/* SITE SPECIFIC */

body {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  background-color: #2a2a2a;
  color: #fff;
  background-image: url("/images/background.jpg");
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;   
  margin-top: 10px;    
}

/* Layout Styles: */

#ddj_left {
  width: 720px;
  padding: 0;
  margin: 0;
}

#ddj_right {
  width: 230px;
  padding: 0;
  margin: 0;
}

#ddj_wrapper {
  width: 960px;
  margin: 0px auto;
}

#ddj_right  .contentBox {
/*  width: 220px;*/
}

#ddj_left  .contentBox {
/*  width: 690px;*/
}

.contentBox {
  position: relative;
  margin-bottom: 10px;
  padding:10px;
  clear: both;
  background-color: #121212;
  background-color: rgba(0,0,0,0.75);
  border: 2px solid #a2a2a2;
  color: #eee;
  line-height: 1.25em;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#ddj_title .hdrImg {
  padding: 5px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
}

#ddj_title {
  height: auto;
  min-height: 100px;
}

* HTML #ddj_title { /* ie6 hack */
  height: 110px; 
}

.floatright {
  float: right;
}

/* This is the Delta Disc Jockey's image that scales the right hand side */
.skyscraper_float {
  display: block;
  position: absolute;
  left: 50%;
  top: 10em;
  margin-left: 365px;  
}

/* Style elements */

a,a:visited,a:hover {
  color: #3258DE;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*  HEADINGS */

h1, h1.contentBox {
  font-size: 1.5em;
  font-weight: bold;
  background-color: #042e54;
  padding: 10px;
  text-shadow: #222 5px 5px 2px ;
  
}

.contentBox h1 {
  border: 1px solid #a2a2a2;
}

h1 a,h1 a:visited, h1 a:hover {
  color: #BED5F0;
}



h2, h2.contentBox {
  font-size: 1.1em;
  color: #D0D0D0;
	text-transform: uppercase;
  background-color: #0A1868;
  text-shadow: #222 3px 3px 2px ;
}

.contentBox h2 {
  padding: 0.5em;
  margin: 1em 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 6px #B4B4B4;
  -webkit-box-shadow: 0 0 6px #B4B4B4;
/*  border: 1px solid #a2a2a2;*/
  
}

h2.contentBox a, h2 a, h2 a:visited, h2 a:hover {
  color: #d0d0d0;
}

h2 a:hover {
  text-shadow: none;
}

h3 {
  font-size: 1.1em;
  color: #999;
  padding: 5px;
  border: 0px solid;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
	text-transform: uppercase;
  background-color: #030E34;
}



#ddj_nav {
  position: relative;
}

#ddj_twitter ul,
.djs,
.locations,
ul.nav  {
  list-style: none;
  margin: 0;
}

#ddj_twitter li {
  margin-top: 1em;
  font-size: 0.8em;
  line-height: 1.25em;
}
#ddj_nav ul {
  margin-top: 4em;
}
/* Navigation Links */
.nav li {
  
}
#ddj_nav li {
  display: inline-block;
  height: 1em;
}

h1 a.button,
.button,
.button:visited,
.button:hover,
.nav a,
.dowLinks a {
/*  color: #fff;
  border: 2px solid #a2a2a2;
  font-size: 0.65em;
  padding: 10px 5px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight:bold;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
*/
  font-size: 0.65em;
  text-transform: uppercase;
  background: #aaa repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #222;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.25em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 -1px 1px #222;
  border-bottom: 1px solid #222;
  position: relative;
  cursor: pointer;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  margin: 0.25em;
}

select.button {
  border: 0;
  border-bottom: 1px solid #222;
  line-height: 1.25em;
  padding: 4px 0px 5px;
  
}

.dowLinks a
{
  float: left;
}
#ddj_nav a:hover, 
.dowLinks a {
  background-color: #ccc;
  text-shadow: 0 -1px 1px #fff;
  
  text-decoration: none;
}

.dowLinks a.selected {
  background-color: #9D3447;
}

/* Location Specific Styles */

.location .address_block {
  margin: 10px;
  line-height: 1.2;
  text-align: right;
}

.location .location_pic {
  float: right;
  margin: 3px;
  padding: 15px;
  width: 200px;
  height: 200px;
}

.dj .profilepic {
  float: left;
  margin: 0.5em;
}

.dj .capabilities {
  border: 1px solid #000;
  background-color: #030E34;
  margin: -0.5em 25% 2em;
  width: auto;
  padding: 5px;
  font-size: 0.9em;
}
.dj .capabilities ul,
.dj .capabilities li {
  display: inline-block;
  margin: 0;
  list-style: none;
}

/* generic style overrides */

ul.shows {
  list-style: none;
  margin: 0;
  text-align: center;
}

.location > .name, .dj > .name, .shows > .name
{  
  text-align: center;
  padding: 10px;
  border: 0px solid;
  border-bottom: 1px solid #000;
  background-color: #042E54;
  display: block;
  font-size: 125%;
  
}


.dj .email a {
  color: #333333;
}

.dj .bio {
  font-size: 90%;
  color: #999;
  margin: 20px;
}

.dj .shows, .location .shows {
  font-size: 12px;
  color: #999;
}

.dj .shows li, .location .shows > .shows li {
  margin-bottom: 5px;
  margin-left: 10px;
}

.show .dow {
  color: #eee;
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: auto;
}

.show .time {
  display: inline-block;
  width: auto;
  
}

.addressblock {
  display: block;
  
}

.dj .location { 
  display: inline-block;
}

.planner OL {
  margin-left: 3em;
}

.planner INPUT {
  background-color: #121212;
  color: #E3E3E3;
  border: none;
  border-bottom: 1px solid #EAEAEA;
}

FORM DT {
   clear:left;
   width:30%;
   float:left;
   text-align:right;
   font-weight: bold;
   padding-right: 10px;
}

FORM DD {
   width: 66%;
   float: left;
   display: block;
   margin:0 0 0.5em 0.25em;
}

FORM DD input {
  width: 100%;
}

FORM DD textarea {
  width: 100%;
  height: 10em; 
}

.bigger {
  font-size: 125%;
}

ul.list {
  margin: 0.5em 1em;
  line-height: 1.25em;
}

ul.list li {
  list-style-position: outside;
  list-style-type: disc;
  padding: 0.25em;
}

.mapHolder {
  height: 400px;
}

.geocode {
  display: none;
}

.mapBox {
  background-color: #000; 
  width: 400px; 
  height: 220px; 
  overflow: auto; 
  padding: 5px;
}

.error {
  border: 1px solid #f00;
  padding: 1em;
  display: block;
}
SPAN.error {
  margin-bottom: 1em;
}

dd.error {
  
}

.hidden
{
  display: none;
}

.center {
  text-align: center;
}

.gmnoprint {
  color: #000;
}