body
{
  background: #fff url(../images/ab2_draft_bg4.jpg) no-repeat scroll top center;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, sans-serif;
  font-size: 13px;
  color: #333;
}

#wrapper
{
  background-color: #fff;
}

#top-banner
{
  height: 130px;
  background-color: transparent;
  margin-top: 10px;
}

#banner
{
  height: 440px;
  width: 960px;
  position:relative;
  margin-bottom: 20px;
  z-index: 1;
  background-color: #fff;
}

#banner div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
/*    height: 440px;*/
    background-color: #FFF;
}

#banner div.active {
    z-index:10;
    opacity:1.0;
}

#banner div.last-active {
    z-index:9;
}

#banner div img {
    height: 410px;
    display: block;
    border: 0;
    margin-bottom: 0;
}

#nav
{
  background-color: rgb(38,38,38);
  margin-top: 10px;
  position: relative;
  width: 960px;
  height: 33px;
  z-index:99999;
}

body#regular #nav
{
  margin-bottom: 40px;
}

#nav ul,  
#nav ol
{
font-size: 12px;
}

p.caption2
{
  margin-right: 10px;
  margin-bottom: 20px;
  float: right;
  font-size: 85%;
  color: #666;
}

h1, h2, h3
{
  font-family: "Georgia", serif;
  color: rgb(135,135,15);
  font-weight: normal;
}

.box h4
{
  font-size: 14px;
}

#left-col .box h3
{
  color: rgb(0,0,0);
}

h1
{
/*  margin-top: 8px;*/
  font-size: 34px;
  margin-bottom: 0;
}

#regular h1
{
  margin-bottom: 20px;
}

h2
{
  font-size: 22px;
}

#right-col
{
  font-size: 11px;
  margin-bottom: 20px;
  margin-top: 30px;
}

#left-col
{
  z-index: 1;
}


#right-col h4
{
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, sans-serif;
  border-bottom-color: rgb(204, 204, 204);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: rgb(135,135,15);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 9px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-transform: uppercase;
}

#left-col h3
{
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Arial, sans-serif;
/*  border-bottom-color: rgb(204, 204, 204);
  border-bottom-style: solid;
  border-bottom-width: 1px;
*/  color: rgb(135,135,15);
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 6px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-transform: uppercase;
}

#left-col h3.tp20
{
  padding-top: 20px;
    font-size: 14px;
}

p.pullq
{
   font-family: "Georgia", serif; 
   font-size: 20px;
/*   font-weight: bold;*/
/*  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
*/  padding-bottom: 10px;
  color: rgb(0,0,0);
  margin-bottom: 10px;
}

.strong
{
  font-weight: bold;
}

.italic
{
  font-style: italic;
}

.pullquote {
  
  background: url(../images/pullquote.gif) no-repeat;
  background-image: url(../images/pullquote.gif);
  background-repeat: no-repeat;
  background-attachment: initial;
  background-position-x: -1px;
  background-position-y: 0px;
  -webkit-background-clip: initial;
  -webkit-background-origin: initial;
  background-color: initial;
  font-family: Georgia, 'Bitstream Vera Serif', serif;
  font-size: 19px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 0px 0px;
  text-indent:60px;
  min-height: 44px;
  padding: 6px 0px 2px 0;
  clear: both;
}

.pullquote_author {
  font-size: 12px;
/*  margin: 5px 10px 5px 100px;*/
  text-align: right;
  letter-spacing: 1px;
  font-weight: bold;
/*  border-bottom-color: rgb(204, 204, 204);
  border-bottom-style: solid;
*//*  border-bottom-width: 1px;*/
  padding-bottom: 12px;
  margin-right: 40px;
  margin-bottom: 20px;
  }

#footer
{
  font-size: 80%;
  text-align: center;
  padding-top: 12px;
  border-top: 1px solid #ccc;
}

.box
{
/*  border: 1px solid rgb(135,135,15);*/
  -webkit-border-radius: .5em;
/*  padding: 10px;*/
  background: #fff url(../images/ab2_draft_bg4.jpg) no-repeat scroll 50% 50%;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #000;
}

.box .inner
{
    padding: 10px;
}
.caption
{
  background-color: #fff;
  font-size: 85%;
}

.caption a:link, 
.caption a:visited
{
  color: rgb(150,150,150);
}

.caption a:hover
{
  text-decoration: none;
}

.l10
{
padding-left: 10px;
}

.l20
{
padding-left: 20px;
}

.l30
{
padding-left: 30px;
}

.l40
{
padding-left: 40px;
}

.mb20
{
  margin-bottom: 20px;
}

.mb0
{
  margin-bottom: 0;
}

.mt0
{
  margin-top: 0;
}

.mt10
{
  margin-top: 10px;
}

.ml10
{
  margin-left: 10px;
}

.ml20
{
  margin-left: 20px;
}

.mt30
{
margin-top: 30px;
}

.pt30
{
padding-top: 30px;
}

.pt50
{
padding-top: 50px;
}

.overline
{
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.underline
{
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#webFrmID
{
/*  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px; color: #666;*/
  -webkit-border-radius: .5em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: rgb(205,225,235);
  background: #fff url(../images/ab2_draft_bg4.jpg) no-repeat scroll 50% 50%;
}

#webFrmID p
{
  padding: 5px;
  margin-bottom: 4px;
}

#webFrmID form label
{
  font-weight: bold;
}

/*#webFrmID form input#subscriber_name, #webFrmID form input#subscriber_email
{
  width: 200px;
}
*/
#webFrmID .clearer
{ 
  width: 100%; height: 0.1px; font-size: 0.1px; clear: both; line-height: 0.1px;
}

table.artists, table.artists_wide
{
  width: 80%;
  background-color: rgb(234,234,234);
}

table.artists_wide
{
  width: 60%;
  margin-left: 140px;
}

table.artists th, table.artists_wide th
{
  background-color: rgb(170,200,220);
  padding: 5px;
}

table.artists td.artist, table.artists_wide td.artist
{
width: 50%;
padding-left: 10px;
}

table.artists tr, table.artists_wide tr
{
  border-bottom: 1px solid #ccc;
}

table.artists td, table.artists_wide td
{
  padding-top: 3px;
  padding-bottom: 3px;
  color: black;
}


.fade
{
  color: rgb(150,150,150);
}

.tm20
{
  margin-top: 20px;
}

.tm0
{
  margin-top: 0;
}

.tb0
{
  margin-bottom: 6px;
}

.tm40
{
  margin-top: 50px;
}

.tb20
{
  margin-bottom: 20px;
/*  margin-left: 20px;*/
}

.tb10
{
  margin-bottom: 10px;
  margin-left: 20px;
}

.tp20
{
  padding-top: 20px;
}

.tumblr_photo
{
  max-width: 200px;
    width: expression(this.width > 200 ? 200: true);
  }

.alert .inner p
{
  margin-bottom: 0;
}

.alert
{
  margin-top: 20px;
}
.alert .inner
{
/*  font-family: "Georgia", serif;*/
  padding: 10px;
  color: rgb(135,135,15);
  font-weight: bold;
  font-size: 14px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #efefef;
  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.75;
	padding-bottom:10px;
}

.sponsor
{
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}

.uppercase
{
  text-transform: uppercase;
}
