/* @override 
	http://remedydrive/sites/remedydrive.wbrdev.com/themes/remedydrive/style.css
	http://remedydrive.wbrdev.com/sites/remedydrive.wbrdev.com/themes/remedydrive/style.css
*/

/* $Id: zen.css,v 1.1.2.26 2008/04/20 04:22:15 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal5-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal5-reference.css file
 *   Forum            See line 197 of Zen's drupal5-reference.css file
 *   Menus            See line 667 of Zen's drupal5-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal5-reference.css file
 *   Polls            See line 287 of Zen's drupal5-reference.css file
 *   Search           See line 320 of Zen's drupal5-reference.css file
 *   User Profiles    See line 945 of Zen's drupal5-reference.css file
 */


/** body **/
  body
  {
    background-color: #BABABA;
    color: #524f4b;
}

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
    /*background-color: #e6e6e6;*/
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
  }

  #logo-image /* The actual logo image */
  {
  }

  #site-name /* The name of the website */
  {

  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  font-family: "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;

}
  /*h1.title {
  background: url(sadeimages/bg-h1-titles.png) no-repeat 0 center;
  padding: 0 170px 0 20px;
  font-size: 36px;
}*/

h2.title a {
  color: #524f4b;
  font-weight: normal;
  font-style: normal;
  font-size: .9em;
}
  div.messages /* Important messages (status, warning, and error) for the user */
  {
    margin: .5em 0 5px 0;
    border: 2px solid #ccc;
    padding: 8px;
    color: #000;
    background-color: #fff;
    font-style: italic;
  }

  div.status /* Normal priority messages */
  {
  color: #bababa;
  background: #40362b url(sadeimages/status-info.png) no-repeat 10px center;
  padding-left: 35px;
  border: 1px solid #3a5d79;
}

  div.warning /* Medium priority messages */
  {
    border-color: #ff7;
  }

  div.warning,
  tr.warning,
  body.section-admin tr.warning
  {
    color: #000;
    background-color: #ffc;
  }

  div.error /* High priority messages. See also the .error declaration below. */
  {
    border-color: #c00;
  }

  div.error,
  tr.error,
  body.section-admin tr.error
  {
    color: #fff;
    background: #b80007 url(sadeimages/error-exclamation.png) no-repeat 7px center;
    padding-left: 35px;
}

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
    float: right;
	clear: both;
  }
  	
  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

 /* My Account menu block */

#block-menu-135 { 
	position: absolute;
	top: 40px;
	right: 0px;

}
#block-menu-135 ul {
  list-style: none;
  	margin: 0;
	padding: 0;
}
#block-menu-135 ul li {
  list-style: none;
}
#block-menu-135 ul li, 
#block-menu-135 ul li a
  {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#block-menu-135 ul li {
  /*margin-left: 60px;*/

}
#block-menu-135 ul li a
  {
  text-align: right;
  padding-right: 17px;
  line-height: 27px;
  font-size: 10px;
  display: block;
  width: 112px;
  height: 36px;
}

#block-menu-135 ul li a
  {
  background: url(sadeimages/my-acct.png) no-repeat right 0;
}
#block-menu-135 ul li a:hover {
  color: #000;
  background: url(sadeimages/my-acct-hover.png) no-repeat right 0;
}
#block-menu-135 div.edit {
	top:-10px;
}

  #primary, #primary a /* Primary links */
  {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  height: 30px;
}

  #primary ul li a /* Primary links */
  {
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
/*  margin-bottom: -5px; */
}

  #primary ul li a:hover {
  color: #fff;
}

  #primary ul li a.menu-1-1-2 
  {
  background: url(sadeimages/primary-links/01.jpg) no-repeat 0 0;
  width: 86px;
}
  #primary ul li a.menu-1-1-2:hover 
  {
  background: url(sadeimages/primary-links/01h.jpg) no-repeat 0 0;
}  
  #primary ul li a.menu-1-1-2-active 
  {
  background: url(sadeimages/primary-links/01h.jpg) no-repeat 0 0;
  width: 86px;
  color: #fff;
} 

  #primary ul li a.menu-1-2-2 
  {
  background: url(sadeimages/primary-links/02.jpg) no-repeat 0 0;
  width: 66px;
}
  #primary ul li a.menu-1-2-2:hover 
  {
  background: url(sadeimages/primary-links/02h.jpg) no-repeat 0 0;
}
  #primary ul li a.menu-1-2-2-active 
  {
  background: url(sadeimages/primary-links/02h.jpg) no-repeat 0 0;
  width: 66px;
  color: #fff;
}
  
  
  #primary ul li a.menu-1-3-2 
  {
  background: url(sadeimages/primary-links/03.jpg) no-repeat 0 0;
  width: 71px;
}
  #primary ul li a.menu-1-3-2:hover 
  {
  background: url(sadeimages/primary-links/03h.jpg) no-repeat 0 0;
}
  #primary ul li a.menu-1-3-2-active 
  {
  background: url(sadeimages/primary-links/03h.jpg) no-repeat 0 0;
  width: 71px;
  color: #fff;
}  
  
  
  #primary ul li a.menu-1-4-2 
  {
  background: url(sadeimages/primary-links/04.jpg) no-repeat 0 0;
  width: 61px;
}
  #primary ul li a.menu-1-4-2:hover 
  {
  background: url(sadeimages/primary-links/04h.jpg) no-repeat 0 0;
}    
  #primary ul li a.menu-1-4-2-active 
  {
  background: url(sadeimages/primary-links/04h.jpg) no-repeat 0 0;
  width: 61px;
  color: #fff;
}  
  
  
  #primary ul li a.menu-1-5-2 
  {
  background: url(sadeimages/primary-links/05.jpg) no-repeat 0 0;
  width: 72px;
}
  #primary ul li a.menu-1-5-2:hover 
  {
  background: url(sadeimages/primary-links/05h.jpg) no-repeat 0 0;
}    
  #primary ul li a.menu-1-5-2-active 
  {
  background: url(sadeimages/primary-links/05h.jpg) no-repeat 0 0;
  width: 72px;
  color: #fff;
}  
  
  
  #primary ul li a.menu-1-6-2 
  {
  background: url(sadeimages/primary-links/06.jpg) no-repeat 0 0;
  width: 68px;
}
  #primary ul li a.menu-1-6-2:hover 
  {
  background: url(sadeimages/primary-links/06h.jpg) no-repeat 0 0;
}    
  #primary ul li a.menu-1-6-2-active 
  {
  background: url(sadeimages/primary-links/06h.jpg) no-repeat 0 0;
  width: 68px;
  color: #fff;
}  
  
  
  #primary ul li a.menu-1-7-2 
  {
  background: url(sadeimages/primary-links/07.jpg) no-repeat 0 0;
  width: 88px;
}
  #primary ul li a.menu-1-7-2:hover 
  {
  background: url(sadeimages/primary-links/07h.jpg) no-repeat 0 0;
}    
  #primary ul li a.menu-1-7-2-active 
  {
  background: url(sadeimages/primary-links/07h.jpg) no-repeat 0 0;
  width: 88px;
  color: #fff;
}  
  
  
  
  #secondary /* Secondary links */
  {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin: 5px 0 0 15px;
}

  #secondary a
  {
  color: #fff;
}

/** sidebar-left **/
  #sidebar-left .block
  {
    clear: both;
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-footer
  {
	width: 960px;
	margin: 0 auto 100px;	
	position: relative;
  }
  
  #footer-inner
  {
	
  }


  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }
  #footer-links
  {
    padding: 20px 0;
    text-align: center;
    font-size: 0.7em;
    margin: 0 300px;	
}

  #block-block-7 
  {
    position: absolute;
    top: 10px;
    left: 0;
  }

  #block-block-8 
  {
    position: absolute;
    top: 10px;
    right: 0;
  }
  
  
/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .submitted /* The "posted by" information */
  {
  font-size: 10px;
}

  .node .taxonomy /* Node taxonomy (categories) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0 2.5em 0;
  background-color: #f6f5f5;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: .4em;
}

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for all comments */
  {
    margin: 1em 0;
  }

  .comment /* Wrapper for a single comment */
  {
	margin: 10px 0;
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
	padding: 10px 10px 5px;
  }

 #comments .comment.odd /* An odd-numbered comment in the list of comments */
  {
	background-color: #bab9b9;
  }

 #comments .comment.even /* An even-numbered comment in the list of comments */
  {
	background-color: #a7a5a5;
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title,
  .comment h3.title a /* Comment title */
  {
  color: #40362b;
  text-transform: capitalize;
}

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
	float: left;
	margin: 10px 10px 0 0;
  }

#comments div.comment.odd div.comment-inner h3.title {
	clear: both;
}

  .comment .submitted /* The "posted by" information */
  {
  font-size: 10px;
}

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
    font-size: 11px;
  }

  .comment div.links li
  {
  border-right: 1px solid black;
}
  .comment div.links li.last
  {
  border-right: none;
}
  .comment div.links li a
  {
  text-decoration: underline;
}

#block-views-comments_recent {
  font-style: italic;
  font-size: 1.1em;
}
#block-views-comments_recent ul {
  padding-left: 35px;
}
  
  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 2em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

#sidebar-left .block h2.title /* Block title */
  {
  font-weight: normal;
  font-size: 22px;
  font-style: normal;
}
#sidebar-left .block .block-title-wrapper 
  {
    background: url(sadeimages/block-h2_bg-general.png) no-repeat 0 0;
    height: 105px;
    padding: 40px 15px 0 7px;
    margin-bottom: -70px;
	}
  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
	margin-top: 25px;
	padding: 4px 0 75px 0;
  background: url(sadeimages/block-imeem-frontpage.png) no-repeat 0 0;
}

#block-block-1 div.block-inner div.content object {
}

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    color: #c00;
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }

  tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }
  
/*   custom styles */

#content-area .node .content a,
#content-area .block .content a {
  font-weight: bold;
}
#content-area .node .content .links a,
#content-area .block .content .links a {
  font-weight: normal;
}

body.admin-menu { 
	margin-top: 20px !important; 
	}
	


#block-block-3 {	/*	 external site logos  */
  position: absolute;
  margin: 0;
  padding: 0;
  top: 9px;
  left: 20px;
  /*visibility: hidden;*/
}

#block-block-3 div,
#block-block-3 img,
#block-block-3 a {
  font-size: 0;
}
#block-block-3 div.edit {
  font-size: 12px;
}


#block-block-4 {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 287px;
	left: 266px;
}
html>body #block-block-4 {
  
}
#block-block-4 a#barker {
  height: 158px;
  display: block;
  text-indent: -9999px;
}

/* ----- user block -------- */

#block-user-0 {
  position: relative;
  top: 418px;
  left: 362px;
  width: 606px;
  height: 49px;
/*  background: url(sadeimages/block-login.png) no-repeat 0 0; */
}
#block-user-0 .block-inner {
  position: static;
}

#block-user-0  input#edit-name,
#block-user-0  input#edit-pass,
#block-user-0  input#edit-submit {
  background: transparent;
  border: 0 none;
  position: absolute;
  height: 18px;
  top: 13px;
}

#block-user-0  input#edit-name {
	left: 108px;
	width: 115px;
	padding: 1px;
}
#block-user-0  input#edit-pass {
	left: 230px;
	width: 115px;
	padding: 1px;
}
#block-user-0  input#edit-submit {
	left: 353px;
	width: 60px;
	text-indent: -9999px;
	display: block;
	cursor: pointer;	
}
#block-user-0  div.item-list{
  position: relative;
  top: 40px;
}
#block-user-0  div.item-list ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#block-user-0 div.item-list li div#request-passwd {
  border-right: 1px solid #000;
  padding: 0 10px 0 140px;
  float: left;
}
#block-user-0 div.item-list li div#user-register {
  left: 303px;
  padding-left: 10px;
  float: left;
}
#block-user-0 div.item-list li div#register-now a {
  position: absolute;
  text-indent: -9999px;
  display: block;
  top: -25px;
  left: 493px;
  width: 100px;
}


#block-user-0 .form-item, /* Wrapper for a form element (or group of form elements) and its label */
#block-user-0 .form-checkboxes,
#block-user-0 .form-radios
  {
    margin: 0em 0;
  }

#user-login-form div div.item-list ul {
  margin: 0;
  height: 1px;
}

/*  node  links  */

div.view div.node-inner div.content p a {
  text-decoration: underline;
}

li.comment_add {
	padding-right: 10px;
}

div.links ul.links.inline li {
  padding: 3px;
}

#block-views-News h2.title {
  background: url(sadeimages/title-newsandpress.png) no-repeat 0 center;
  text-indent: -9999px;
  height: 35px;
  padding: 0 0 18px 0;
  display: block;
}

#block-views-News .content h2.title {
  background: none no-repeat 0 0;
  text-indent: 0;
  height: 1.2em;
  padding: 0px 0;
}

/*  front page video block  */

.front #block-views-Videos {
  background: url(sadeimages/block-latest-video-frontpage.png) no-repeat left top;
  padding-top: 60px;
  position: relative;
}
.front #block-views-Videos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.front #block-views-Videos div.more-link a {
  position: absolute;
  top: 29px;
  left: 160px;
  width: 95px;
  height: 20px;
  display: block;
  text-indent:  -9999px;
  text-align: left;
}
.front #block-views-Videos object,
.front #block-views-Videos embed {
  width: 256px;
  height: 220px;
}

/*  sidebar video block  */
#sidebar-left #block-views-Videos {
  position: relative;
  width: 325px;
  padding: 70px 0 0 0;
  background: url(sadeimages/block-latest-video-sidebar.png) no-repeat 0 0;
}
#block-views-Videos .block-title-wrapper {
  display: none;
}
#block-views-Videos h2 {
  text-indent: -999em;
  float: left;
}
#block-views-Videos ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
#block-views-Videos div.more-link a {
  position: absolute;
  top: 26px;
  left: 207px;
  width: 101px;
  height: 21px;
  display: block;
  text-indent:  -9999px;
  text-align: left;
}

/*  sidebar photos block  */
#block-views-Photos {
  position: relative;
  width: 335px;
  padding: 40px 0 0 0;
  background: url(sadeimages/block-newest-photos.png) no-repeat 0 0;
}
#block-views-Photos ul {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
}
#block-views-Photos ul li{
  float: left;
  padding: 2px 5px;
}
#block-views-Photos div.more-link a {
  position: absolute;
  top: 15px;
  left: 240px;
  width: 75px;
  height: 20px;
  display: block;
  text-indent:  -9999px;
  text-align: left;
}

/* Tour Information Block (short version for sidebar) */
.show-date {
  border-bottom: none;
  display: inline;
}
#sidebar-left #block-views-tours_shortlist {
  margin-top: -20px;
  z-index: 1;
}
#block-views-tours_shortlist .block-inner {
  background: url('sadeimages/block-tour-dates.png') no-repeat left top;
  width:  385px;
  position: relative;
  left: -35px;
}

#block-views-tours_shortlist .block-inner .content {
  padding: 65px 0 10px 40px;
}

#block-views-tours_shortlist .show-date {
  padding: 0 8px 0 0;
}

#block-views-tours_shortlist td {
  line-height: 2em;
}

td.view-field-node-data-field-show-buy-field-show-buy-url a {
  background: url('sadeimages/btn-buy-now.png') no-repeat left center;
  width: 56px;
  line-height: 2em;
  text-indent: -9999px;
  display: block;
}

#block-views-tours_shortlist div.more-link a {
  background: url('sadeimages/btn-see-more.png') no-repeat left center;
  position: absolute;
  top: 40px;
  left: 265px;
  width: 73px;
  line-height: 2em;
  display: block;
  text-indent:  -9999px;
  text-align: left;
}

#block-views-tours_shortlist tr.odd,
#block-views-tours_shortlist tr.even {
  background: none;
}

#block-views-tours_shortlist tr.even td {
  background: #ccc; /* need a transparent image here */
}

#block-views-tours_shortlist tr.odd td {
  background: none;
}

/* Tours page */
.section-tours .panel-col-top {
  margin-bottom: 20px;
}
.section-tours .panel-col-first {
  width: 55%;
}

.section-tours .panel-col-last {
  width: 40%;
}
#tours-callout {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

/* Upcoming Tours Block (Tours) */
.view-Tours table {
  width: 100%;
}
.view-Tours th, .view-Tours thead th {
  text-align: left;
  padding: 0 8px;
}

.view-Tours td {
  padding: 4px 8px;
}

.view-Tours td.view-field-node-data-field-show-buy-field-show-buy-url,
.view-Tours td.view-field-node-view {
  padding: 2px 4px;
}

.view-Tours tr.odd,
.view-Tours tr.even,
.view-Tours tr.odd td {
  background: none;
  vertical-align: top;
}

.view-Tours tr.even td {
  background: #eee; /* need a transparent image here */
}

.view-Tours td.view-field-node-view a {
  background: url('sadeimages/btn-more-info.png') no-repeat left center;
  width: 64px;
  text-indent: -9999px;
  display: block;
  padding: 4px;
}

.view-Tours .view-footer {
  text-align: right;
  padding: 0 15px 0 0;
}

/* Archived Tours Block */
#block-views-Tours_Past .block-inner {
  background: url('sadeimages/block-show-archives.png') no-repeat left top;
  width:  100%;
  height: 245px;
  position: relative;
  left: -20px;
}

#block-views-Tours_Past .block-inner .content {
  padding: 65px 0 20px 30px;
}

#block-views-Tours_Past td {
  padding: 4px 8px;
  vertical-align: top;
}

#block-views-Tours_Past tr.odd,
#block-views-Tours_Past tr.even {
  background: none;
}

#block-views-Tours_Past tr.even td {
  background: #eee; /* need a transparent image here */
}

#block-views-Tours_Past tr.odd td {
  background: none;
}

#content-area #block-views-Tours_Past.block .content a {
  font-weight: normal;
}

#block-views-Tours_Past td.view-field-node-view a {
  background: url('sadeimages/btn-more-info.png') no-repeat left center;
  width: 64px;
  text-indent: -9999px;
  display: block;
  padding: 4px;
}

/* Tours Archive page */
.view-Tours-Past table {
  width: 100%;
}
.view-Tours-Past td {
  padding: 4px 8px;
}
.view-Tours-Past td.view-field-node-data-field-show-buy-field-show-buy-url,
.view-Tours-Past td.view-field-node-view {
  padding: 2px 4px;
}
.view-Tours-Past tr.odd,
.view-Tours-Past tr.even,
.view-Tours-Past tr.odd td {
  background: none;
  vertical-align: top;
}
.view-Tours-Past tr.even td {
  background: #eee; /* need a transparent image here */
}
.view-Tours-Past td.view-field-node-view a {
  background: url('sadeimages/btn-more-info.png') no-repeat left center;
  width: 64px;
  text-indent: -9999px;
  display: block;
  padding: 4px;
}

/* Photos page */
#content-area .view-Photos .item-list ul {
  list-style: none;
  margin: 10px;
}
#content-area .view-Photos .item-list ul li{
  float: left;
  padding: 10px 25px;
  margin: 0;
  height: 180px;
  width: 120px;
}
#content-area .view-Photos .view-data-node-comment-statistics-comment-count {
	display: inline;
}
#content-area .view-Photos .view-data-node-comment-statistics-comment-count {
	padding-right: 5px;
	margin-right: 5px;
}
#content-area .view-Photos .view-data-node-title a {
  font-weight: bold;
}

/* Videos page */
.view-Videos .node {
  margin-top: 20px;
}
.view-Videos .node h2 {
  float: right;
  width: 260px;
}
.view-Videos .node .content {
  height: 220px;
}
.view-Videos .node .field-field-video-url {
  float: left;
}
.view-Videos .node .field-teaser {
  float: right;
  width: 260px;
}
.view-Videos .links {
  clear: both;
  margin-top: 10px;
}
.view-Videos .node-count-1 h2,
.view-Videos .node-count-1 .field-field-video-url,
.view-Videos .node-count-1 .field-teaser {
  float: none;
}
.view-Videos .node-count-1 h2 {
  margin-bottom: 5px;
  font-size: 1.6em;
  width: 100%;
}
.view-Videos .node-count-1 .content {
  height: 100%;
}
.view-Videos .node-count-1 .field-teaser {
  width: 100%;
}
.view-Videos .node-count-1 object {
  width: 425px;
  height: 350px;
}

/* Show (tour-date) node */
.node-type-show .field {
  margin: 3px 0;
}
.node-type-show .location-label {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 20px;
}
.node-type-show .panel-col-top {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 25px;
}

/* Show (tour-date) node: show-photos block */
.view-show-photos,
.view-show-photos .view-content {
  width: 100%;
}
.view-show-photos .item-list ul {
  list-style: none;
}
.view-show-photos .item-list ul li {
  float: left;
  padding-right: 11px;
  height: 160px;
}
.view-show-photos .item-list ul li.first {
  height: 320px;
}
.view-show-photos .view-item-show-photos {
  text-align: center;
}

/* Show (tour-date) node: show-videos block */
.view-show-videos,
.view-show-videos .view-content {
  width: 100%;
}
.view-show-videos .item-list ul {
  list-style: none;
}
.view-show-videos .item-list ul li.first object#VideoPlayback {
  height:189px;
  width: 252px;
}
.view-show-videos .item-list ul li.first {
  height: 201px;
}
.view-show-videos .item-list ul li {
  float: left;
  padding-right: 12px;
  height: 102px;
}

/* Show (tour-date) node: show-blogs block */
#block-views-show_blogs h2.title {
  margin-bottom: 5px;
}

/* Merch Block */
#block-views-featured_merch {
  position: relative;
  width: 339px;
  background: url(sadeimages/block-merch.png) no-repeat 0 0;
  margin-top: -10px;
}
#block-views-featured_merch h2 {
  text-indent: -999em;
  float: left;
}
#block-views-featured_merch .block-inner {
  padding-top: 80px;
}
#block-views-featured_merch ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 13px;
}
#block-views-featured_merch li {
  clear: both;
}
#block-views-featured_merch .box-left {
  float: left;
  width: 133px;
  text-align: left;
}
#block-views-featured_merch .box-right {
  float: right;
  width: 193px;
}
#block-views-featured_merch .view-data-node-title a {
  font-weight: bold;
}
#block-views-featured_merch .view-data-node-title {
  margin: 0 0 10px 0;
}
#block-views-featured_merch .buy-link-field a {
  background: url('sadeimages/btn-buy.png') no-repeat left center;
  width: 56px;
  height: 18px;
  text-indent: -9999px;
  display: block;
  margin: 5px 0 0 0;
}

/* Whos Online Block (custom) */
#block-remedydrive_utils-0 {
  position: relative;
  width: 335px;
  height: 110px;
  background: url(sadeimages/block-whos-online.png) no-repeat 0 0;
}
#block-remedydrive_utils-0 .block-inner {
  padding-top: 45px;  
}
#block-remedydrive_utils-0 h2 {
  float: left;
  text-indent: -999em;
}
#block-remedydrive_utils-0 ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}
#block-remedydrive_utils-0 li {
  float: left;
}
#block-remedydrive_utils-0 img {
  border: 2px solid #524f4b;
  margin: 0 3px;
}

/* Profile Page + Blocks */
#block-profilepanel-2 .content {
  text-align: right;
  padding: 14px;
}
#profile .panel-col-bottom {
  margin-top: 20px;
}
#block-views-blogs_user h2 {
  margin-bottom: 8px;
  display: block;
}
/* Friend Block */
#block-remedydrive_utils-2 ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
#block-remedydrive_utils-2 li {
  float: left;
  width: 87px;
  height: 120px;
}
#block-remedydrive_utils-2 li img {
  border: 1px solid #524f4b;
  margin: 0 3px;
}
.merch-callout {
  clear: both;
  margin: 15px 0 0 0;
}

/* Store Page */
.buy-link-field a {
  background: url('sadeimages/btn-buy-now.png') no-repeat left center;
  width: 56px;
  line-height: 2em;
  text-indent: -9999px;
  display: block;
  margin: 5px 0 0 0;
}
.view-store .view-data-node_title a {
  font-weight: bold;
}
#profile div.links {
  margin: 1em 0 2.5em 0;
  background-color: #f6f5f5;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: .4em;
}
#profile ul.links {
  margin: 0;
  padding: 0;
}

#content-area .view-Links ul {
	padding: 0;
	list-style: none;
}
#content-area .view-Links .view-data-node-body {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

#content-area .view-Links .field-field-about-link a {
	font-size: 1.2em;
}

/* Discography Page */
.view-Discography h2,
.view-Discography .field-field-album-tracks {
  float: right;
  width: 60%;
  width: 342px;
}
.view-Discography .field-field-album-cover,
.view-Discography .field-field-album-preorder,
.view-Discography .field-field-album-itunes,
.view-Discography .field-field-album-cd,
.view-Discography .field-field-album-mvi,
.view-Discography .field-teaser {
  float: left;
  width: 37%;
  width: 210px;
}
.view-Discography .field-field-album-preorder,
.view-Discography .field-field-album-itunes,
.view-Discography .field-field-album-cd,
.view-Discography .field-field-album-mvi {
  text-align: center;
  margin: 4px 0;
}
.view-Discography .field-field-album-preorder a,
.view-Discography .field-field-album-itunes a,
.view-Discography .field-field-album-cd a,
.view-Discography .field-field-album-mvi a {
  font-size: 1.3em;
  background-color: #619CA6;
  padding: 5px 8px;
  display: inline;
  line-height: 2em;
}
#content-area .view-Discography .field-field-album-tracks a {
  font-weight: normal;
}
.view-Discography .node {
  clear: both;
  position: relative;
}
.view-Discography .field-field-album-cover {
  margin-bottom: 5px;
}
.view-Discography .field-field-album-cover,
.view-Discography h2 {
  margin-top: 20px;
}
.view-Discography .field-field-album-tracks {
  margin: 15px 0 25px 0;
  min-height: 240px;
}
.view-Discography .field-field-album-tracks .field-label {
  font-size: 1.2em;
}
.view-Discography .field-teaser {
  margin-bottom: 25px;
}
.view-Discography .view-header-Tracks p {
  margin: 0;
}
.view-Discography .view-Tracks table {
  width: 100%;
}
.view-Discography .view-Tracks table tr.even {
  background-color: #fff;
}
.view-Discography .view-Tracks table td {
  padding: 6px 0;
  font-size: 1.2em;
}
.view-Discography .view-Tracks .view-field-node-data-field-track-itunes-field-track-itunes-url {
  text-align: right;
  width: 18%;
  padding-right: 5px;
}
.view-Discography .view-Tracks .view-field-node-data-field-track-number-field-track-number-value {
  width: 7%;
  padding-left: 5px;
}
.view-Discography div.node div.edit {
  display: none;
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 10px;
  background-color: #fff;
}
.view-Discography div.node:hover div.edit {
  display: block;
}

/* Latest User Photos block */
#block-views-user_photos {
  margin-top: 30px;
}
#content-area #block-views-user_photos .item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content-area #block-views-user_photos .item-list ul li{
  float: left;
  padding: 2px;
  margin: 0;
}

/* Latest User Videos block */
#block-views-user_videos {
  margin-top: 30px;
}
#block-views-user_videos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-views-user_videos ul li{
  float: left;
  padding: 2px;
  margin: 0;
}
#block-views-user_videos object {
  width: 248px;
  height: 186px;
}

/* Latest User Blogs block */
#block-views-user_blogs {
  margin-top: 30px;
}

/* fan pix upload block */
#block-block-2 {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

/* Replace Login Block Text */
#user-login-form .item-list {
  display:none;
}

#block-block-9 {
  left:471px;
  position:absolute;
  top:458px;
  width:606px;
}

#block-block-9 #wbr_register {
  width:123px;
  float:left;
  font-weight: bold;
}


#wbr_register_now_box {
  width:115px;
  height:25px;
  left: 375px;
  top: -30px;
  position:absolute;
}

#wbr_register_now_image {
  width:115px;
  height:25px;
}
