/*  Site Wide
+=================================================================================*/
BODY {
  margin: 0;
  padding: 0;
  background: #020202 url("body.png") center repeat-y;
}

A {
  color: #308db9;
}

A:visited {
  color: #999;
}

A:hover {
  color: #F90;
}

IMG, A IMG { border: none; }

SMALL { font-size: 11px; }

.hidden, HR { display: none; }

.clear { clear: both; }


/*  Veneer
+=================================================================================*/
#veneer {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 800px;
  background: url("veneer-default.jpg") center top no-repeat;
}


/*  Masthead
+=================================================================================*/
#masthead {
  position: relative;
  width: 100%;
  height: 219px; /*219px*/
  margin: 0;
  padding: 0;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
}

#masthead H1 {
  position: relative;
  width: 1000px;
  height: 220px;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}

#masthead .logo {
  position: absolute;
  top: 38px;
  right: 45px;
  z-index: 5;
}

#masthead .description {
  position: absolute;
  width: 270px;
  top: 130px;
  left: 50%;
  margin-left: 180px;
  font-size: 0.8em;
  font-weight: 0.25em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #eee;
  
  z-index: 5;
}


/* Section Header
+=================================================================================*/
#section-header {
  position: relative;
  height: 100px; /* Set to 95px when seatcion header fixes are in */
  width: 980px;
  margin: -55px auto 0 auto ;
/*  z-index: 2;*/
}

#section-header .body-cap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px; /* Set to 95px when seatcion header fixes are in */
  width: 980px;
  background: url("nav.png") top center no-repeat;
/*  z-index: 1;*/
}

/*.section-title,*/


#section_nav_blog { display: none; }
#section_nav_photos { display: none; }

.section-nav {
  position: absolute;
  top: 55px;
  left: 1px;
  width: 978px;
  color: #a5becc;
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 2;
}

/*.section-title { left: 35px; }*/
/*.section-nav { right: 35px; text-align: right; }*/

.section-nav UL {
  margin: 0;
  padding: 0;
}

.section-nav LI {
  display: block;
  margin: 4px 0 0 0;
  padding: 10px 0;
  list-style: none;
  float: left;
}
.section-nav .label {
  margin-right: 5px;
  margin-left: 20px;
  color: #999;
}
.section-nav LI A {
  padding: 1px 15px 4px 15px;
  border-left: 1px dotted #CCC;
  color: #cb4300;
}
.section-nav LI A:hover { color: #F90; }
.section-nav LI.first A { border-left: none; }




/*

.section-nav STRONG {
  font-size: 14px;
  float: left;
}

*/







.section-nav .buttons-small {
  display: block;
  height: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  float: right;
}

.section-nav .buttons-small LI {
  display: block;
  height: 26px;
  float: left;
  background: #F90 url("buttons-small.png") center;
  border-left: 1px solid #c6d3d9;
}

.section-nav .buttons-small LI.first { background-position: left center; border-left: none; }
.section-nav .buttons-small LI.last { background-position: right center; }

.section-nav .buttons-small LI A {
  text-decoration: none;
  color: #6B94A9;
}

.section-nav .buttons-small LI A SPAN {
  display: block;
  padding: 5px 12px;

}


/*  Site Navigation
+=================================================================================*/
#nav {
  position: absolute;
  top: 0;
  left: 50%;
  width: 980px;
  height: 45px;
  margin: 0 0 0 -490px;
  padding: 0;
  font: bold 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 2;
}

#nav UL {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  height: 47px;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#nav LI {
  display: block;
  float: left;
  border-right: 1px solid #565656;
}

#nav LI A {
  display: block;
  width: 120px;
  height: 47px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
}

#nav LI A:hover { color: #F90; }

#nav LI A SPAN {
  display: block;
  padding-top: 15px;
  text-shadow: #444 0px 1px 1px;
}


/*  Container
+=================================================================================*/
#container {
  position: relative;
  width: 980px;
  margin: 0 auto;
  min-height: 500px;
  padding: 0;
  background: #FFF url("container.png") repeat-y;
}


/*  Body
+=================================================================================*/
#body {
  position: relative;
  width: 980px;
  margin: 0;
  padding: 30px 0 15px 0;
/*  z-index: 3;*/
}


/*  Content - Container and Basic Styles
+=================================================================================*/
#content {
  position: relative;
  width: 650px;
  left: 31px;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: justify;
  color: #405162;
  float: left;
}

#content A {
  text-decoration: none;
  border-bottom: 1px solid #afdef3;
}

#content A:visited { border-bottom: 1px solid #999; }
#content A:hover { border-bottom: 1px solid #F90; }

#content .section H3 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #0072bc;
  background: #cce6f4;
  border: 1px solid #c0d8e5;
  border-bottom: 1px solid #699ed0;
}

#content P {
  font-size: 1em;
  margin: 0 0 1.5em 0;
}

#content BLOCKQUOTE {
  position: relative;
  margin: 0.5em 0 1.5em 15px;
  padding: 0 35px 0 15px;
  border-left: 10px solid #DDD;
}

#content .section {
  position: relative;
  margin: 0 0 50px 0;
}


/*  App - Default Styles
+=================================================================================*/
#app .post .post_body .embedded-img-left { float: left; margin: 5px 20px 15px 0; }
#app .post .post_body .embedded-img-right { float: right; margin: 5px 0 15px 20px; }

#app .post .post_body TABLE { clear: both; } /* Tables shouldn't be confined by floated images: */


/*  App - Default Blog Post Styles
+=================================================================================*/
#app .post {
  position: relative;
  margin: 0 0 50px 0;
  padding: 0;
}

#app .post .title {
  position: relative;
  margin: 0;
  padding: 0 0 5px 0;
  font: bold 28px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  border-bottom: 1px solid #DDECF6;
}

#app .post .title A { color: #1b5183; border: none; }
#app .post .title A:hover { color: #F90; }

#app .post_byline, #app .post .post_created_at {
  position: relative;
  margin-top: 3px;
  margin-bottom: 4px;
  padding: 3px 0;
  font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999;
  float: left;
}

#app .post_byline {
  padding-right: 10px;
  border-right: 1px solid #DDECF6;
}

#app .post_created_at_prefix { display: none; }

#app .post .post_byline A { color: #999; border-bottom: 1px solid #ddd; }
#app .post .post_byline A:hover { color: #F90; border-bottom: 1px solid #F90; }

#app .post .timestamp {
  display: block;
  padding-left: 10px;
}

#app .post .timestamp .month { padding-right: 3px; }
#app .post .timestamp .comma { padding-right: 3px; }

#app .post .post_body {
  position: relative;
  padding-top: 10px;
  line-height: 1.6em;
  clear: both;
}

#app .post .post_body .read-more {
  position: relative;
  display: block;
  margin: 0 0 20px 15px;
  font-size: 16px;
}

#app .post .post_body .read-more A { color: #AAA; border-bottom: 1px solid #CCC; }
#app .post .post_body .read-more A:hover { color: #F90; border-bottom: 1px solid #F90; }

#app .post .tags_list {
  position: relative;
  padding: 0 5px 8px 5px;
}

/* Category List */
#app .post .tags_list,
#app .post .category_list {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
#app .post .category_list {
  position: relative;
  top: 5px;
  width: 500px;
  margin: 0 0 0 10px;
}
#app .post .tags_label, #app .post .category_list_prefix { color:#6B94A9; padding-right: 5px; }
#app .post .tags_list A, #app .post .category_list A { color: #aaa; border-bottom: 1px solid #ddd; }
#app .post .tags_list A:hover, #app .post .category_list A:hover { color: #F90; border-bottom: 1px solid #F90; }


/*  App - Blog Post Listings (Home Page, Archive List, etc. )
+=================================================================================*/
#app .blog .post {
  padding-bottom: 10px;
  background: url("post_footer.png") left bottom no-repeat;
}

#app .blog .post .post_meta {
  display: block;
  position: relative;
  height: 2em;
  padding: 10px 0 0 0;
  line-height: 1.6em;
}

#app .blog .post .post_meta A { color: #aaa; border-bottom: 1px solid #ddd; }
#app .blog .post .post_meta A:hover { color: #F90; border-bottom: 1px solid #F90; }

#app .blog .post .number_comments {
  position: absolute;
  bottom: 2px;
  right: 15px;
  width: 120px;
  text-align: right;
}


/*  App - Blog Archive Page (Individual Post)
+=================================================================================*/
#app .archive .post .tags_list, #app .archive .post .category_list {
  font-size: 14px;
  line-height: 1.6em;
}

#app .archive .post .tags_list { padding: 0 0 15px 0; }


/*  App - Comments List
+=================================================================================*/
#comments {
  position: relative;
  margin: 0;
  background: #f7fcff url("comments.png") repeat-y;
  clear: both;
}

#comments H2 {
  display: block;
  margin: 0;
  padding: 7px 15px;
  font-size: 16px;
  color: #Fff;
  background: #6D6D6D url("comments.png") 1300px 0;
  border-bottom: 1px solid #999;
  

  text-shadow: #444 0px 1px 1px;
}

#comments BLOCKQUOTE {
  border-color: #cce6f4;
}


#comments #comment_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments #comment_list LI {
  display: block;
  position: relative;
  width: 640px;
  margin: 0;
  padding: 10px 5px 0 5px;
  border-bottom: 1px solid #ccc;
  z-index: 5;
}

#comments #comment_list #none_comment {
  position: relative;
  margin: 0;
  padding: 15px 0;
  font-size: italic 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #8898a3;
  text-align: center;
}

#comments #comment_list CITE {
  display: block;
  position: relative;
  height: 32px;
  width: 585px;
  margin: 0 0 0 45px;
  padding: 6px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #0072bc;
}

#comments #comment_list CITE A { color: #0072bc; border-bottom: 1px solid #8cc8f0; }
#comments #comment_list CITE A:hover { color: #F90; border-bottom: 1px solid #F90; }

#comments #comment_list LI .comment_avatar {
  position: absolute;
  top: 10px;
  left: 15px;
}

#comments #comment_list LI .comment_avatar IMG {
  height: 25px;
  width: 25px;
  border: 1px solid #CCC;
  z-index: 9;
}

#comments #comment_list LI .comment_avatar A {
  display: block;
  height: 27px;
  width: 27px;
  border-bottom: none;
}

#comments #comment_list LI .comment_body {
  position: relative;
  margin: 0 10px;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  color: #8898a3;
  z-index: 8;
}

/* Comment Preview */
#comments #comment_preview {
  position: relative;
  margin: 0 1px;
}

#comments #comment_preview H2 {
  display: block;
  margin: 0 -1px;
  padding: 5px 14px 7px 12px;
  font-size: 16px;
  color: #FFF;
  background: #eebc00;
  border: 1px solid #cea200;
  border-top: 3px double #bbb2;
}

#comments #comment_preview .comment_body {
  position: relative;
  margin: 0;
  padding: 10px 14px 10px 14px;
  font-size: 13px;
  line-height: 18px;
  color: #8898a3;
  background: #FFD;
  border-bottom: 1px solid #ddecf6;
  z-index: 8;
}

/* Moderation Notice */
#comment_list .notice {
  display: block;
  position: relative;
  padding: 8px 10px;
  text-align: left;
  color: #b17218;
  background: #e7bd3f;
}

/* Error Notice */
#comment_response .error_notice {
  display: block;
  position: relative;
  padding: 8px 10px;
  color: #733328;
  background: #fb9787;
}

#comment_response .error_notice A.button_dismiss {
  display: block;
  position: relative;
  overflow: hidden;
  width: 56px;
  height: 18px;
  margin-top: -1px;
  text-indent: -5000px;
  text-decoration: none;
  background: url("button_dismiss_error.png") bottom no-repeat;
  border: none;
  float: right;
}

#comment_response .error_notice A.button_dismiss:hover { background-position: top; }


/*  App - Comment and Feedback Form
+=================================================================================*/
#comment_form {
  position: relative;
  width: 620apx;
  margin: 0 0 50px 0;
  padding: 10px 15px 0 15px;
  background-repeat: no-repeat;
  border-right: none;
  border-top: none;
  border-top: 3px double #bbb;
}

#comment_form FORM { display: inline; width: 620px; }

#comment_form .form_buttons {
  position: relative;
  height: 1em;
  width: 100%;
  padding: 15px 15px 25px 15px;
  margin: 0 0 0 -15px;
  background: url("comments.png") 650px bottom;
}

#comment_user {
  display: block;
  margin: 0;
  padding: 5px 0 8px 0;
  line-height: 1em;
}

#comment_user .current-user { display: block; float: left; }
#comment_user .change-user { display: block; float: right; }

#comment_form_user_info {
  position: relative;
  width: 618px;
  margin: 0;
  padding: 0;
}

#comment_form_user_field, #comment_form_email_field {
  position: relative;
  width: 340px;
  margin: 0;
  z-index: 400;
}

#comment_form_user_field { padding: 5px 0 5px 0; }
#comment_form_email_field { padding: 0 0 10px 0; }

/* Sign-in and Register Notices */
#comment_sign_in {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  margin: 0;
  padding: 0;
  text-align: right;
  z-index: 3;
}

#comment_sign_in .sign-in,
#comment_sign_in .register {
  display: block;
  position: absolute;
  width: 230px;
  height: 2em;
  font-size: 12px;
  z-index: 4;
}

#comment_sign_in .sign-in { top: 2px; right: 0; padding: 6px 0 0 0; }
#comment_sign_in .register { top: 1.9em; right: 0; padding: 16px 0 0 0; }

#comment_form_user_field LABEL, #comment_form_email_field LABEL {
  display: block;
  width: 120px;
  padding: 3px 0;
  font-weight: bold;
  color: #6B94A9;
  float: left;
}

#comment_form_user_field INPUT, #comment_form_email_field INPUT {
  width: 210px;
  height: 21px;
  margin: 0;
  padding: 0 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #FFF url("form_input.png") repeat-x;
  border: 1px solid #afcbd9;
  z-index: 500;
}

#comment_form_content_field {
  padding: 5px 0 0 0;
}

#comment_form_content_field LABEL {
  display: none;
}

#comment_form_content_field TEXTAREA {
  width: 612px;
  height: 90px;
  margin: 0 0 0 1px;
  padding: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #FFF url("form_input.png") repeat-x;
  border: 1px solid #afcbd9;
}

#comment_form_buttons {
  position: relative;
  padding: 15px 0 5px 0;
}

#comment_form_buttons .form_button {
  position: relative;
  width: 60px;
  height: 24px;
  margin: 0;
  padding: 0 0 2px 0;
  font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0072bc;
  background: #b1daf5 url("form_search.png") no-repeat;
  border: none;
}

#comments_not_allowed {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 0;
  font: italic 16px "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #8898a3;
  text-align: center;
  border-bottom: 1px solid #e3eff8;
}

#comment_form .required {
  color: #999;
}

/* Comment Tool Tips */
#comment_form .tip {
  display: none;
  position: absolute;
  width: 278px;
  top: -2px;
  left: 340px;
  margin: 0;
  padding: 5px 0 5px 0;
  font-size: 12px;
  text-align: center;
  background: #e9faca;
  border: 1px solid #b7da81;
  z-index: 1000;
}

#comment_form_user_field .tip { top: 3px; }

#comment_form .tip .pointer {
  display: block;
  position: absolute;
  top: 5px;
  left: -14px;
  height: 15px;
  width: 15px;
  background: url("tip.gif") no-repeat;
}


/*  App - Blog Post Navigation
+=================================================================================*/
#app .section_navigation UL {
  display: block;
  width: 540px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#app .section_navigation LI {
  display: block;
  position: relative;
  width: 420px;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.6em;
  float: right;
}

#app .section_navigation LI .label {
  display: block;
  position: absolute;
  width: 120px;
  margin-left: -130px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: right;
  color: #6B94A9;
}

#app .section_navigation LI A { color: #aaa; border-bottom: 1px solid #ddd; }
#app .section_navigation LI A:hover { color: #F90; border-bottom: 1px solid #F90; }


/*  App - Events
+=================================================================================*/

/* Event Maps */
#app .event .map {
  position: relative;
  right: -10px;
  width: 302px;
  margin: 0 0 0 -302px;
  padding: 0;
  float: right;
}

#app #event_map {
  border: 1px solid #CCC;
  background: #EEE;
}

/* Events Listing */
#app .calendar H1 {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Events Containers */
#app .event {
  position: relative;
  margin: 0;
  padding: 0;
}

#app .event .event_body {
  position: relative;
  margin: 0 0 40px 0;
  padding: 15px 0 0 0;
  clear: both;
}

/* Event Meta Information Container */
#app .event .event_meta {
  position: relative;
  margin: 0 0 35px 0;
  padding: 0 10px;
  background: #f5f5f5;
  border: 1px solid #DDD;
}

/* Shared Times and Locations Styles */
#app .event .times,
#app .event .location_and_address {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  float: left;
  clear: left;
}

/* Time and Duration */
#app .event .times { padding: 20px 0; }

#app .event .times .start_time { float: left; }
#app .event .times .duration { padding-left: 15px; color: #999; float: left; }

/* Location and Address */
#app .event .location_and_address { padding: 0 0 15px 0; }

#app .event .location_and_address .location,
#app .event .location_and_address .address {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 5px 0;
  color: #999;
  float: left;
  clear: left;
}

#app .event .location_and_address .separator { display: none; }

/* Event Page Map */
#app .event #event_map {
  height: 115px !important;
  overflow: hidden !important;
}

/* Title */
#app .event .title {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  font: bold 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  border-bottom: none;
}

#app #event_page .event .title { font-size: 28px; }

/* Location */
#app .event .location {
  padding: 0 0 10px 0;
  color: #6B94A9;
}

#app .event .location SMALL {
  position: relative;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

/* Description */
#app .event .description {
  position: relative;
  padding: 0;
}

#app #event_page .event .description {}

/* Attending */
#app .event .attending {
  font: bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#app .calendar .event .attending {
  position: absolute;
  bottom: 15px;
  right: 5px;
  text-align: right;
}

#app #event_page .event .attending {}

#app .event .attending A { color: #aaa; border-bottom: 1px solid #ddd; }
#app .event .attending A:hover { color: #F90; border-bottom: 1px solid #F90; }

/* Calendar Listing Page */
#app .calendar .event {
  position: relative;
  left: 80px;
  width: 560px;
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #DDECF6;
  background: url("post-footer.png") bottom repeat-x;
  clear: both;
}

/* Calendar Listing Map */
#app .calendar #event_map {
  margin: 0 auto 30px auto;
  width: 638px !important;
}

/* Calendar Date Seperator */
#app .event_timestamp {
  position: absolute;
  width: 60px;
  margin: 0;
  padding: 3px 0;
  font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #6b94a9;
  background: #FFF;
  border: 1px solid #DDECF6;
  z-index: 1000;
}

#app .event_timestamp .month, #app .event_timestamp .day { display: inline; white-space: normal; }
#app .event_timestamp .comma, #app .event_timestamp .year { display: none; }

/* Calendar Hacks (To Be Refined) */
#app .calendar .title {}

#app .calendar .times,
#app .calendar .location_and_address,
#app .calendar .description {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}

#app .calendar .description {
  width: 100%;
  line-height: 1.6em;
}

#app .calendar .times { margin: 0 0 10px 0; }
#app .calendar .location_and_address { margin: 0 0 15px 0; }

#app .calendar .location_address_separator { display: none; }

/*  Pagination
+=================================================================================*/
#posts_pager {
  position: relative;
  width: 640px;
  height: 26px;
  top: 20px;
  padding-top: 3px;
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  background: url("post-meta.png") no-repeat;
}
.pager {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 2em;
}
.pager SPAN, .pager A {
  margin-right: 0.2em;
}
.pager A { color: #6b94a9; border-bottom: 1px solid #afcbd9 !important; }
.pager A:hover { color: #F90; border-bottom: 1px solid #F90 !important; }


/*  Sidebar
+=================================================================================*/
#sidebar {
  position: relative;
  width: 235px;
  right: 32px;
  margin: 0;
  padding: 0;
  font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  color: #85abbe;
  float: right;

/*  z-index: 1;*/
}

/* Sections */
#sidebar .section {
  position: relative;
  width: 235px;
  margin: 0 0 35px 0;
  padding: 0;
/*  z-index: 5;*/
}

#sidebar .section H4 {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6b94a9;
  border-bottom: 1px solid #ddecf6;
}

#sidebar .section UL {
  margin: 0;
  padding: 0;
}

#sidebar .section UL LI {
  margin: 0 0 5px 15px;
  list-style: square;
  color: #85abbe;
}


/* Subscribe */
/* http://carroll.org.uk/sandbox/suckerfish/bones2.html */
#sidebar .subscribe {
  z-index: 1000;
}
#sidebar #subscribe LI {
  margin: 0;
  list-style: none;
}
#sidebar #subscribe A {
  display: block;
  position: relative;
  text-decoration: none;
}
#sidebar #subscribe A.button {
  width: 235px;
  height: 50px;
  background: #F90 url("subscribe.png") no-repeat;
}
#sidebar #subscribe UL {
  position: absolute;
  top: 50px;
  left: 8px;
  width: 215px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-bottom: 5px;
	background: #F47900;
	border: 1px solid #f5d179;
	border-top: none;
}
#sidebar #subscribe li:hover ul,
#sidebar #subscribe li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0;
}
#sidebar #subscribe UL LI {
  background: #ffe6aa;
}
#sidebar #subscribe UL LI A {
  padding: 10px 0;
  color: #777 !important;
  border-bottom: 1px solid #e9c773;
  background-position: 8px center;
  background-repeat: no-repeat;
}
#sidebar #subscribe UL LI.feed A { background-image: url("feed.png"); }
#sidebar #subscribe UL LI.email A { background-image: url("email.png"); }
#sidebar #subscribe UL LI.facebook A { background-image: url("facebook.png"); }
#sidebar #subscribe UL LI A SPAN {
  padding: 0 15px 0 35px;
  font-size: 14px;
  font-weight: bold;
}
#sidebar #subscribe UL LI A:hover {
  color: #DF652B !important;
  background-color: #ffdc89;
}
#sidebar .subscribe .fb-caption { visibility: hidden; }
/*#sidebar .subscribe .fb-counter { position: absolute; left: 5px; }*/
#sidebar .subscribe .fb-mask {
  display: block;
  position: absolute;
  top: 15px;
  right: 12px;
  height: 20px;
  width: 88px;
  overflow: hidden;
}

/* Blog Network */
#sidebar .network { background: #ccc; }
#sidebar #network li a,
#sidebar .label  { background-image: url("blog-network.png"); }
#sidebar #network li,
#sidebar #network li a {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar #network li a.music { background-position: 0 0; }
#sidebar #network li a.video { background-position: 0 -52px; }
#sidebar #network li a.roots { background-position: 0 -104px; }
#sidebar #network li a.music.active, 
#sidebar #network li a.music:hover { background-position: -235px 0; }
#sidebar #network li a.video.active, 
#sidebar #network li a.video:hover { background-position: -235px -52px; }
#sidebar #network li a.roots.active, 
#sidebar #network li a.roots:hover { background-position: -235px -104px; }
#sidebar .network li a {
  display: block;
  width: 235px;
  height: 52px;
}
#sidebar .label {
  height: 22px;
  width: 235px;
  background-position: bottom left;
  background-color: #333;
  clear: both;
}
#sidebar .network a.button span,
#sidebar .label span {
  display: none;
  text-decoration: none;
  border: none;
}


/* Search */
#sidebar .section .form_input {
  width: 165px;
  margin: 0 5px 0 0;
  padding: 0 2px;
  height: 23px;
  background: #FFF url("form_input.png") repeat-x;
  border: 1px solid #afcbd9;
  font-size: 18px;
}

#sidebar .section .form_button {
  position: relative;
  top: -1px;
  width: 60px;
  height: 24px;
  margin: 0;
  padding: 0;
  font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0072bc;
  background: #b1daf5 url("form_search.png") no-repeat;
  border: none;
}

/* Event Attendees */
#sidebar #attendees UL li {
  list-style-type:none;
  margin:0;
}

#sidebar #attendees UL LI A {
  font-size: 1.3em;
}

#sidebar #attendees UL LI A IMG {
  margin-right: 0.5em;
  vertical-align: middle;
}


#sidebar #attendees UL LI .comment_avatar {
  position: absolute;
  top: 10px;
  left: 10px;
}

#sidebar #attendees UL LI .comment_avatar IMG {
  height: 25px;
  width: 25px;
  border: 1px solid #CCC;
  z-index: 9;
}

#sidebar #attendees UL LI .comment_avatar A {
  display: block;
  height: 27px;
  width: 27px;
}


/*  Footer
+=================================================================================*/
#footer {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 50px 0 30px 0;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #0072bc;
  background: url("footer.png") no-repeat;
}
#footer DIV { margin-bottom: 0; }
#footer .copyright {
  margin-left: 15px;
  text-align: left;
  color: #b72631;
  float: left;
}
#footer .powered {
  margin-right: 15px;
  text-align: right;
  color: #834dad;
  float: right;
}
#footer A { text-decoration: none; }
#footer .copyright A { color: #b72631; border-bottom: 1px solid #7c1a21; }
#footer .powered A { color: #834dad; border-bottom: 1px solid #5d367b; }
#footer .copyright A:hover { color: #f23341; border-bottom-color: #dc2e3b; }
#footer .powered A:hover { color: #bd6ffa; border-bottom-color: #9a5acc; }


/*  PNG support for IE6 - http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/
+=================================================================================*/
#masthead .logo, 
#section-header .body-cap, 
#footer {
  behavior: url(/javascripts/iepngfix.htc);
}
