
#page_holder {
  background: url(/images/top_stretch.gif) repeat-x top left;
}
#header {
  height: 319px;
}
#header h1 
{ 
  float: right;
  text-indent: -10000px;
  height: 325px;
  width: 480px;
  padding: 0;
  margin: 0 0 0 1px;
  background:  url(/images/top_right.gif) right bottom no-repeat;
}

#main {
  margin: 10px 0 0 0;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
}

#content {
  margin-left: 225px;
  margin-bottom: 25px;
  margin-right: 100px;
}

/** SCHEDULE INSERT **/
.insert
{
  padding-top: 125px;
  font-size: 9pt;
  margin-left: 20%;
  margin-right: 500px;
}
.insert h2
{
  font-size: 11pt;
  margin-bottom: 10px;
}
.insert ul, .insert p
{
  margin-left: 1em;
}
span.gig_date
{
  color: #666;
  font-size: 8pt;
  text-transform: uppercase;
}

/** SIDEBAR **/
#sidebar {
  width: 175px;
  float: left;
  text-align: right;
}
#sidebar h3
{
  margin: 40px 0 10px 0;
}

#sidebar input { margin-bottom: 5px; }
#sidebar input#email_address
{
  background: #ddd;
  border: 1px solid #666;
}

/** FLICKR **/
div#flickr_photos
{
  margin-right: 7px;
}
div#flickr_photos li 
{ 
  float: right;
  margin: 0 0 5px 8px;
}

/** MAILING LIST **/

#mailing_list label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

/** NAV **/
#nav {
  text-align: right;
}
#nav ul { margin: 0; padding: 0; }
#nav li { 
  list-style-type: none; 
  margin: 0;
  padding: 0;
}

#home span, #bio span, #schedule span, #contact span, #blog span, #links span { display: none; }

#home { 
  background: url(/images/nav.png)  -350px 0px no-repeat; 
  height: 32px; 
  display: block;
  
}
#home:hover { background: url(/images/nav.png) -350px -32px no-repeat; }
#home.selected { background: url(/images/nav.png) -350px -64px no-repeat; }

#bio { 
  background: url(/images/nav.png) -175px 0px no-repeat; 
  height: 32px; 
  display: block;
  
}
#bio:hover { background: url(/images/nav.png) -175px -32px no-repeat; }
#bio.selected { background: url(/images/nav.png) -175px -64px no-repeat; }

#schedule { 
  background: url(/images/nav.png) 0px 0px no-repeat; 
  height: 32px; 
  display: block;
}
#schedule:hover { background: url(/images/nav.png) 0px -32px no-repeat; }
#schedule.selected { background: url(/images/nav.png) 0px -64px no-repeat; }

#contact { 
  background: url(/images/nav.png) 0px -96px no-repeat; 
  height: 59px; 
  display: block;
}
#contact:hover { background: url(/images/nav.png)  -175px -96px no-repeat; }
#contact.selected { background: url(/images/nav.png) -350px -96px no-repeat; }

#blog { 
  background: url(/images/nav.png) -525px 0px no-repeat; 
  height: 32px; 
  display: block;
}
#blog:hover { background: url(/images/nav.png)  -525px -32px no-repeat; }
#blog.selected { background: url(/images/nav.png) -525px -64px no-repeat; }


#links { 
  background: url(/images/nav.png) -700px 0px no-repeat; 
  height: 32px; 
  display: block;
}
#links:hover { background: url(/images/nav.png)  -700px -32px no-repeat; }
#links.selected { background: url(/images/nav.png) -700px -64px no-repeat; }

p#copyright
{
  clear: both;
  padding-top: 10px;
  font-size: 10pt;
  text-align: center;
}

div.page_header
{
  background-position: top left;
  background-repeat: no-repeat;
  height: 37px;
  margin-bottom: 15px;
}
div.page_header h2 { display: none; }

/** INDEX **/

div#welcome_header
{
  display: none;
}

ul#main_gigs
{
  margin-left: 15px;
}

h3.subheader
{
  margin-top: 20px;
}
ul.main_list p
{
  margin-left: 15px;
}
span.link_label
{
  vertical-align: top;
  text-transform: uppercase;
  padding: 3px;
  padding-bottom: 1px;
  color: black;
  font-size: 9pt;
  background: #fc5508;
  margin-right: 10px;
}
p.sub_date
{
  text-transform: uppercase;
  font-size: 8pt;
}
p.main_links
{
  margin-top: 20px;
  text-align: right;
}

/** BLOG **/

div#blog_header
{
  background-image: url(/images/blog.gif);
}

li.blog_entry
{
  margin-top: 20px;
}
li.blog_entry p
{
  text-indent: 0;
}
li.blog_entry h3
{
  font-size: 16pt;
  margin: 0 0 10px 0;
  padding: 0;
}
p.date
{
  text-indent: 0;
  text-transform: uppercase;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  background: url(/images/thingie.gif) bottom center no-repeat;
  padding: 0 0 3pt 0;
}
div.comment_count
{
  text-align: right;
}

li.top_entry div.comment_count
{
  margin-top: 20px; 
}
p#archives_link { text-align: center; }

li.buttons
{
  text-align: right;
  margin-bottom: 0;
}

div#comments
{
  margin-top: 40px;
}
h3#add_comment { margin-top: 40px; }
div.comment h4 { font-size: 10pt; }
div.comment
{
  border-left: 2px solid #fc5508;
  padding-left: 10px;
}
div#comments label
{
  display: block;
  margin: 10px 0;
}
div#comments textarea
{
  width: 100%;
}

/** LINKS **/
div#links_header
{
  background-image: url(/images/links.gif);
}

ul#links_list li h3
{
  margin-bottom: 5px;
}
ul#links_list li p
{
  margin-left: 1em;
}

/** BIO **/

div#bio_header
{
  background-image: url(/images/bio.gif);
}

.rightpic
{ 
  float: right; 
  margin: 0 0 10px 10px;
  border: 0;
}

/** CONTACT **/

div#contact_header
{
  background-image: url(/images/contact.gif);
}
#representation h3 {
  margin-top: 2em;
}
#representation ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
#email_address
{
  text-indent: -10000px;
  height: 40px;
  background: url(/images/email.gif) 10px no-repeat;
}

/** SCHEDULE **/

div#schedule_header
{
  background-image: url(/images/schedule.gif);
  margin-bottom: 20px;
}
h3.schedule_month
{
  /*border-bottom: 2px solid white;  
  color: #b0bf00;*/
  text-transform: uppercase;
  font-size: 12pt;
  text-align: center;
}
h4 span.title
{
  color: #fc5508;
}
ul.schedule_list p
{
  margin-left: 1em;
}

/** TWITTER **/


.twtr-hd, .twtr-ft {
  display: none;
}
#twitter_widget .twtr-timeline {
  border: none;
}
#twitter_widget .twtr-tweet-wrap {
  padding: 0;
}
#twitter_holder #twitter_widget .twtr-doc {
  background: none !important;
}
#twitter_widget.twtr-widget .twtr-tweet {
  border: none;
}
#more_tweets {
  margin-top: 7px;
  margin-left: 0;
}
