/* $Id: zen.css,v 1.1.2.23 2008/01/27 15:52:14 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include this file, but
 * instead copy any needed 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
 */

/** 2012 Candidates Page **/
#content-area div div div div .candidate-node-body {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}


/** body **/
  body
  {
  font-size: 87%;
  color: #555;
  background: #56565b;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  }

  #page
  {
  line-height: 1.5em;
  background: #E5E5E5 url(../images/body-top-gray-bg.png) top left repeat-x;
  }

  #page-inner
  {
  
  }

/** header **/
#header{
  background: url(../images/header-gray-bg.png) top left no-repeat;
}
#header a#home-link{
  display: block;
  width: 143px;
  height: 122px;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 1000;
}
#header h1{
  margin: 0;
  padding: 0;
  width: 273px;
  height: 91px;
  position: absolute;
  top: 5px;
  left: 0px;
  z-index: 120;
  background: url(../images/libertarian_lp_logo_header.png) top left no-repeat;
}
#header h1 span{
  display: none;
}
#header p#slogan{
  margin: 0;
  padding: 0;
  width: 330px;
  height: 55px;
  text-indent: -10000px;
  background: url(../images/slogan-white.png) top left no-repeat;
  position: absolute;
  top: 26px;
  left: 295px;
}
#header p#slogan span{
  display: none;
}
#header #sign-up{
  /*margin: 8px 0 0 0;*/
  padding: 0;
  width: 327px;
  height: 96px;
  float: right;
  background: url(../images/sign-up-gray-bg.png) top left no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
}
#header #sign-up h2{
  margin: 20px 0 0 26px;
  padding: 0;
  width: 273px;
  height: 19px;
  text-indent: -10000px;
  background: url(../images/sign-up-header.png) top left no-repeat;
}
#header #sign-up form#sign-up-form{
  margin: 15px 0 0 26px;
  padding: 0;
  display: block;
  line-height: 0;
}

#header #sign-up form#sign-up-form input{
  display: block;
  float: left;
  position: relative;
}
#header #sign-up form#sign-up-form input.email{
  margin: 0 6px 0 0;
  padding: 4px 0 0 6px;
  width: 125px;
  height: 16px;
  background: #939392 !important;
  border: none;
  font-size: 12px;
  color: white;
}
#header #sign-up form#sign-up-form input.zip{
  margin: 0 6px 0 0;
  padding: 4px 0 0 6px;
  height: 16px;
  width: 60px;
  background: #939392 !important;
  border: none;
  font-size: 12px;
  color: white;
}
#header #sign-up form#sign-up-form input.sign-up{
  margin: 0;
  padding: 0;
  height: 20px;
  width: 70px;
}


/** main (container for everything else) **/
  #main
  {
  background: #fff url(../images/page-top-bg.png) top left repeat-x;
  }

  #main-inner
  {
  background: #fff;
  }

/** content **/
  #content
  {
  background: #fff;
  }

  #content-inner
  {
  background: #fff;
  }

  #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;
  }
  
body a{
  color: #494B8D;
  text-decoration: none;
}
body a:hover{
  text-decoration: underline;
}
body a:active{
  color: #B11F1F;
}

strong{
  color: #000000;
  font-weight: bold;
}

h3, h4, h5{
  color: #33315E;
  font-weight: bold;
}
h3{
  font-size: 1.2em;
}
h4{
  font-size: 1.4em;
}
h5{
  font-size: 1.6em;
}

hr{
  width: 100%;
  height: 1px;
  line-height: 0;
  font-size: 0;
  border: none;
  border-bottom: 1px solid #ddd;
}

#toplinks img.bannerbutton {
  border: 1px solid #14235e;
}

#toplinks img.bannerbutton:hover {
  border: 1px solid #dab212;
}

#midlinks img.bannerbutton {
  border: 1px solid #14235e;
}

#midlinks img.bannerbutton:hover {
  border: 1px solid #dab212;
}

  div.messages /* Important messages (status, warning, and error) for the user */
  {
    margin: 1em;
    border: 2px solid #ccc;
    /*padding: 5px;*/
    color: #000;
    background-color: #fff;
    font-style: italic;
  }

  div.status /* Normal priority messages */
  {
  }

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

  div.warning, 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
  {
    color: #900;
    background-color: #fee;
  }
  
  div.edit{
  display: none;
  }

  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;
  }

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

/** navbar **/

#nav ul li{
  background: url(../images/nav-break.png) top right no-repeat;
  text-transform: uppercase;
}
#nav ul li a{
  color: #EAEAED;
}
#nav #extra-nav ul li a{
  font-size: 13px;
  font-weight: bold;
}
#nav ul li a:hover{
  background-color: #56565b;
  text-decoration: none;
}
#nav ul li.active a{
  background-color: #353752;
}


/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {

  }

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

  #sidebar-right-inner
  {

  }

/** footer **/
  #lp-footer
  {
  font-size: 0.87em;
  background: url(../images/footer-gray-bg.png) top left repeat-x;
  }

#lp-footer-inner
  {
  padding: 18px 0;
  color: #FFFFFF;
  }
  #lp-footer-inner strong{
  color: white;
  }
  #lp-footer-inner a{
  color: white;
  }
  #lp-footer-inner a:hover{
  color: white;
  }
  
  #lp-footer-inner a.block-config{
  color: #21233E;
  }
  #lp-footer-inner a.block-config:hover{
  color: #21233E;
  }
  #lp-footer h3, #lp-footer h4, #lp-footer h5{
  color: white;
  }

#lp-footer #footer-nav ul.menu{
  margin: 0;
  padding: 0;
}
#lp-footer #footer-nav ul.menu li{
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  display: block;
}
  #lp-footer #footer-nav ul.menu li#Connect{
    margin: 0;
  }
  #lp-footer #footer-nav ul.menu li#Home,
  #lp-footer #footer-nav ul.menu li#States{
    display: none;
  }
#lp-footer #footer-nav ul.menu li a{
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
#lp-footer #footer-nav ul.menu li ul{
  margin: 0;
  padding: 0;
  float: none;
}
#lp-footer #footer-nav ul.menu li ul li{
  margin: 0;
  padding: 0;
  float: none;
}
#lp-footer #footer-nav ul.menu li ul li a{
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
}

#states-select{
  margin: 0;
  padding: 0; 
  width: 152px;
  height: 24px;
  float: left;
  margin-left: 40px;
  padding-left: 29px;
  background: url(../images/usmap-footer.png) top left no-repeat;
}
#states-select form#statelinks{
  margin: 0;
  padding: 0;
  
  background: transparent url(../images/select-box-bg.png) top left no-repeat;
  width: 150px;
  height: 24px;
}
#states-select #statelinks select{
  margin: 0;
  padding: 0;
  
  width: 150px;
  height: 24px;
  opacity: 0;
}


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

/** Drupal nodes **
body.node-type-book #content-wrapper,
body.node-type-news #content-wrapper,
body.node-type-page #content-wrapper,
body.node-type-event #content-wrapper,
body.section-events #content-wrapper,*/
body.not-front #content-wrapper{
  background: url(../images/rounded-grey-left.png) top left no-repeat;
  margin-top: 18px;
}
/*body.node-type-book #content-wrapper-inner,
body.node-type-news #content-wrapper-inner,
body.node-type-page #content-wrapper-inner,
body.node-type-event #content-wrapper-inner,
body.section-events #content-wrapper-inner,*/
body.not-front #content-wrapper-inner{
  background: url(../images/rounded-grey-right.png) top right no-repeat;
  padding: 9px;
}

  .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-weight:bold;
color: #333;
  }
.node-teaser .submitted /* The "posted by" information */
  {
margin:5px 0;
  }
  .node .taxonomy /* Node taxonomy (categories) */
  {
  }
.node-teaser.node-blog {
	margin-bottom: 9px;
	padding-bottom: 9px;
	background: url(../images/blue-dot-horz.png) bottom left repeat-x;
}
  .node .content /* Node's content wrapper */
  {
  }
  /*.node  h1,
  .section-event #content h1,
  .section-events #content h1*/
  body.not-front #content h1{
  color: #21233E;
  font-size: 1.8em;
  font-weight: normal;
  margin: 4px 0;
  padding: 0 0 4px 0;
  background: url(../images/blue-dot-horz-2px.png) bottom left repeat-x;
  }
  /*.node  h2*/
  body.not-front #content h2{
  color: #B11F1F;
  font-size: 1.6em;
  font-weight: bold;
  }
   /*.node  h2 a*/
   body.not-front #content h2 a{
  color: #B11F1F;
  }
  /*.node  h3*/
  body.not-front #content h3{
  color: #333;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  }
/*.node  h4*/
body.not-front #content h4{
  color: #333;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
}

body.not-front #content h3.lnched{
  color: #333;
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  }

body.not-front #content h3.lncimg{
  padding-bottom: 1em;
  }

.node .no-style ul{
  list-style: none;
  list-style-image: none;
}
.node .no-style ul li{
  list-style: none;
  list-style-image: none;
}
  
.node-teaser h2{
    margin: 0;
    padding: 0;
    font-size: 1.3em;
  }
.node-teaser h3{
    margin: 0;
    padding: 0;
    font-size: 1.1em;
  }
.node-teaser p{
    margin: 4px 0;
    padding: 0;
  }
.node-teaser{
  margin: 18px 0;
}

.node blockquote{
  font-family: verdana, sans;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 1.5em 0 1.5em 3em;
  color: #666;
}

  .node div.links /* Wrapper for node links */
  {
    margin: 0;
  }

  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 */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .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 title */
  {
  }

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

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

  .comment .submitted /* The "posted by" information */
  {
  }

  .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;
  }

  .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: 1em;
  }

  .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 */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .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 */
  {
  }

  #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 */
  {
  }
  
  
  /** Book Navigation **/
  body.node-type-book .book-navigation{
  background: url(../images/rounded-grey-left.png) top left no-repeat;
  }
  body.node-type-book .book-navigation-inner{
  background: url(../images/rounded-grey-right.png) top right no-repeat;
  
  padding: 9px;
  margin: 0;
  }
  body.node-type-book .book-navigation ul{
  border-bottom-color: transparent;
  border-bottom-style: none;
  border-bottom-width: 0;
  
  border-top-color: transparent;
  border-top-style: none;
  border-top-width: 0;
  
  border-left-color: transparent;
  border-left-style: none;
  border-left-width: 0;
  
  border-right-color: transparent;
  border-right-style: none;
  border-right-width: 0;
  
  background: url(../images/blue-dot-horz.png) bottom left repeat-x;
  
  padding: 0 18px 9px 18px;
  margin: 0;
  }
    body.node-type-book .book-navigation .page-links{
  border-bottom-color: transparent;
  border-bottom-style: none;
  border-bottom-width: 0;
  
  border-top-color: transparent;
  border-top-style: none;
  border-top-width: 0;
  
  border-left-color: transparent;
  border-left-style: none;
  border-left-width: 0;
  
  border-right-color: transparent;
  border-right-style: none;
  border-right-width: 0;
  
  background: url(../images/blue-dot-horz.png) bottom left repeat-x;
  
  padding: 9px;
  margin: 0;
  }
  
  body.node-type-book .links{
  padding: 4px 0;
  }

/** 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 #content 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, div span a.active /* The active item in a Drupal menu */
  {
    color: #B11F1F;
  font-weight: bold;
  }


/** Drupal forms **/
  fieldset{
  border: 2px solid #ddd;
  }
  fieldset legend{
  color: #494B8D;
  font-size: 1.2em;
  }
  fieldset fieldset{
  border: 1px solid #ddd;
  }
  fieldset fieldset legend{
  color: #494B8D;
  font-size: 1em;
  }

  .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;
  }

  .poll .vote-form .choices .title, .form-item label  /* The label for a form element */
  {
    display: block;
    font-weight: normal;
  font-size: 1.2em;
  color: #494B8D;
  }
  fieldset .form-item label /* The label for a form element */
  {
  display: block;
  /*font-weight: bold;*/
    font-size: 1em;
  color: #555;
  }

  .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 .form-submit
  {
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }
  
  /** Address Module Form Field Overrides **/
  .cck-address-street1 .form-item {
    clear:none;
    float: none;  
    margin-right:.5em;
  }
  .cck-address-apt .form-item {
    clear:right; 
    float: none; 
    margin-right:1em;
  }
  .cck-address-street2 .form-item {
    clear:left; 
    float: none; 
    margin-right:.5em;
  }



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

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

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

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

  .section-admin #content tr.even,
  .section-admin #content tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }
  
.clear
  {
  clear: both;
}

.rounded-grey{
  background: url(../images/rounded-grey-left.png) top left no-repeat;
}
.rounded-grey .panel-pane-inside{
  background: url(../images/rounded-grey-right.png) top right no-repeat;
}
.rounded-grey-inner{
  background: url(../images/rounded-grey-right.png) top right no-repeat;
}

/** Admin Bar **/
#admin-bar{
  /*opacity: 0.9;*/
  margin: 0;
  padding: 0;
  color: white;
}

#admin-bar-margin{
  background: #F6EBC2;
}

#admin-bar-content{
  background: #F6EBC2 url(../images/admin-bar-bg.png) top left repeat-x;
}

#admin-bar-button a{
  background: transparent url(../images/admin-hide.png) top left no-repeat;
  background-position: 0px 0px;
  border-right: 1px solid #000000;
}
#admin-bar-button a:hover{
  /*opacity: 0.95;*/
  background-position: 0px -30px;
}

#admin-bar a{
  color: white;
}
#admin-bar #logintoboggan a:hover{
  /*opacity: 0.95;*/
  color: white;
  text-decoration: underline;
}


/** Poll **/
#main .poll div.title{
  margin: 12px 0;
}
#main .poll .bar{
  background-color: #e4e4e4;
}
#main .poll .foreground{
  background-color: #5C5E79;
}
#main .poll div.text{
  font-weight: bold;
}

/** Footer-Search **/
#footer-search-form {
  width: 283px;
  height: 24px;
  background: transparent url(../images/footer-searchbox-bg.png) top left no-repeat;
  float: left;
}

#footer-search-form input[type=text] {
  width: 168px;
  height: 19px;
  background: transparent;
  margin: 4px 0 0 22px;
  font-size: 13px;
  line-height: 1;
  border: none;
  color: #D6D8EC;
  float: left;
}
#footer-search-form input[type=submit] {
  width: 76px;
  height: 24px;
  margin: 0 0 0 12px;
  background: transparent url(../images/footer-search-button.png) top left no-repeat;
  cursor: pointer;
  border: none;
  color: #D6D8EC;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  float: left;
}
#footer-search #edit-submit:hover{
  color: white;
}

/** Sidebar-right Search **/
#sidebar-right form#search-block-form{
  width: 250px;
  height: 24px;
  background: transparent url(../images/subpage-searchbox-bg.png) top left no-repeat;
}
#sidebar-right form#search-block-form .form-text{
  width: 148px;
  height: 19px;
  background: transparent;
  margin: 4px 0 0 22px;
  font-size: 13px;
  line-height: 1;
  border: none;
  color: #666;
  float: left;
}
#sidebar-right form#search-block-form .form-submit{
  height: 24px;
  margin-left: 12px;
  background: transparent;
  cursor: pointer;
  border: none;
  color: #AC1414;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  float: left;
}
#sidebar-right form#search-block-form #edit-submit:hover{
  color: #DC4444;
}
#sidebar-right #block-search-0 h2{
  display: none;
}



/** Sidebar Take Action **/
#sidebar-right #block-menu-menu-sidebar-take-ac{
  width: 237px;
  height: 187px;
  padding: 9px;
  background: url(../images/take-action-sidebar-bg.png) top left no-repeat;
}
#sidebar-right #block-menu-menu-sidebar-take-ac h2{
  width: 100%;
  height: 20px;
  margin: 9px 0 0 9px;
  padding: 0;
  background: url(../images/headers/take-action-sidebar.png) top left no-repeat;
  text-indent: -10000px;
}
#sidebar-right #block-menu-menu-sidebar-take-ac ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-right #block-menu-menu-sidebar-take-ac ul li{
  margin: 20px auto;
  padding: 0;
  width: 132px;
  height: 16px;
  list-style: none;
  list-style-image: none;
}
#sidebar-right #block-menu-menu-sidebar-take-ac ul li a{
  width: 106px;
  height: 16px;
  padding-left: 26px;
  line-height: 16px;
  font-size: 14px;
  color: #2A2C45;
  display: block;
  list-style: none;
}
#sidebar-right #block-menu-menu-sidebar-take-ac ul li a:hover{
  background-position: 0px -16px;
  text-decoration: underline;
}

  /** icons **/
  #block-menu-menu-sidebar-take-ac  #Join_the_LP{
    background: url(../images/icons/join.png) top left no-repeat;
  }
  #block-menu-menu-sidebar-take-ac  #Contribute{
    background: url(../images/icons/contribute.png) top left no-repeat;
  }
  #block-menu-menu-sidebar-take-ac  #DONATE{
    background: url(../images/icons/contribute.png) top left no-repeat;
  }
  #block-menu-menu-sidebar-take-ac  #Volunteer{
    background: url(../images/icons/volunteer.png) top left no-repeat;
  }
  #block-menu-menu-sidebar-take-ac  #Register_to_Vote{
    background: url(../images/icons/register-to-vote.png) top left no-repeat;
  }
  
  
/** Sidebar Left Lists **/
#sidebar-left h2{
  font-weight: bold;
  font-size: 1.2em;
  color: #21233E;
  padding-bottom: 0.5em;
  background: url(../images/blue-dot-horz.png) bottom left repeat-x;
  margin:0;
}
#sidebar-left ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-left ul li, #sidebar-left .view-content .views-row {
  margin: 0;
  padding: 3px 0;
  list-style: none;
  list-style-image: none;
  background: url(../images/blue-dot-horz.png) bottom left repeat-x;
}
#sidebar-left ul li ul{
}
#sidebar-left ul li ul li{
  padding-left: 18px;
  background: url(../images/blue-dot-horz.png) top left repeat-x;
}

/** Sidebar Upcoming Events **/
#block-views-upcoming-events-block{
  background: url(../images/rounded-grey-left.png) top left no-repeat;
}
#block-views-upcoming-events-block .content{
  background: url(../images/rounded-grey-right.png) top right no-repeat;
  padding: 9px 18px;
}
#block-views-upcoming-events-block h2.title{
  text-indent: -10000px;
  background: url(../images/headers/upcoming-events.png) top left no-repeat;
  margin: 0;
  padding: 0;
}
#block-views-upcoming-events-block ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-views-upcoming-events-block .views-row{
  margin-top: 10px;
  padding-top: 5px;
  list-style: none;
  background: url(../images/blue-dot-horz.png) top left repeat-x;
}


/** Social Networks Page **/
.page-social-networks .content table td{
  background: url(../images/blue-dot-horz.png) bottom left repeat-x;
}

.pane-menu-footer-nav h2 {
  display: none;
}
.pane-menu-footer-nav ul {
  padding:0;
}
.pane-menu-footer-nav ul li {
  list-style-type: none;
  list-style-image: none;
}
.pane-menu-footer-nav ul.menu li.expanded {
  float: left;
  margin: 0 30px 0 0;
}
.pane-menu-footer-nav ul.menu li.expanded > a {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
/** Frontpage Panel **/
    /*panels.css overides*/
  /* $Id: flexible.css,v 1.1.2.7 2008/02/10 07:48:20 merlinofchaos Exp $ */
    #frontpage { 
    /*  overflow: hidden;  */
    }
    #frontpage {
      width: 99.9%;
    }
    #frontpage .panel-col .panel-pane{ 
      float: left; 
      margin: 0 0 0 18px;
      padding: 0;
    }
    #frontpage .panel-col-first .panel-pane{ 
      margin: 0;
    }
    #frontpage .panel-row {
      padding: 0;
      margin: 0;
      width: 99.9%;
      clear: both;
    }
    #frontpage .panel-col-first .inside { 
      margin: 0;
      padding: 0;
      font-size: 1em;
    }
    #frontpage .panel-col-inside .inside { 
      margin: 0;
      padding: 0;
    }
    #frontpage .panel-col-last .inside { 
      margin: 0;
      padding: 0;
    }
    #frontpage .panel-separator {
      margin: 0;
      padding: 0;
    }
    
    #frontpage .clear-block{
      margin: 0 0 8px 0;
      padding: 0;
    }
    
    #frontpage #panels-edit-display .panel-pane,
    #frontpage #panels-edit-display .helperclass {
      margin: 0;
      padding: 0;
    }

    /* sidebar css */
    #frontpage div.panel-flexible div.panel-flexible-sidebars div.panel-sidebar { 
      float: left; 
      position: relative; 
      margin: 0;
      padding: 0;
      line-height: 0em;
      font-size: 0em;
    }
    #frontpage * html div.panel-sidebar-left div.inside {
      background-color: transparent;
      margin: 0;
      padding: 0;
      line-height: 0em;
      font-size: 0em;
    }
    #frontpage div.panel-flexible div.panel-flexible-sidebars div.panel-sidebar-middle { 
      width: 100%; 
      margin: 0;
      padding: 0;
      line-height: 0em;
      font-size: 0em;
    }

#frontpage .pane-front-lp-blogs{
  padding-bottom: 18px;
}
#frontpage .panels-flexible-row-5-1 .panel-pane-inside{
  padding: 12px;
}
#frontpage .pane-3 .panel-pane-inside{
  padding: 0px;
}
#frontpage .panel-row-3 .panel-col-1 .panel-pane{
  width: 350px;
}
#frontpage .panel-row-3 .panel-col-2 .panel-pane{
  width: 232px;
}
#frontpage .panel-row-3 .panel-col-3 .panel-pane{
  width: 300px;
}

#frontpage .panel-row-3 .panel-pane-inside {
  
}
.view-content h2 {
	margin:15px 0 5px; padding:0;
}
body.front .panel-pane h2{
  margin: 0;
  padding: 0;
  width: 200px;
  height: 20px;
  background: top left no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -10000px;
}
body.front #headlines h2{
  background-image: url(../images/headers/headlines.png);
}
body.front #ballot-access h2{
  background-image: url(../images/headers/ballot-access.png);
}
body.front #lp_blog h2{
  background-image: url(../images/headers/lp-blog.png);
}
body.front #poll h2{
  background-image: url(../images/headers/latest-lp-poll.png);
}
body.front #lp-video h2{
  background-image: url(../images/headers/lp-video.png);
  margin-bottom:10px;
}
body.front #liberty-candidates-08 h2{
  background-image: url(../images/headers/liberty-candidates-08-v2.png);
}
#elected-libertarians h2.pane-title {
  background-image: url(../images/headers/elected-libertarians.png);
}
#elected-libertarians .view-frontpage-candidates-block h2 {
  background-image: none !important;
  visibility: hidden;
}
body.front #liberty-online h2{
  background-image: url(../images/headers/liberty-online.png);
}

body.front .panel-pane h2 a{
  width: 200px;
  height: 20px;
  display: block;
}

body.front #feature p{
  margin: 0;
  padding: 0;
}

body.front .tabs{
  margin-top: 10px;
}

/** Frontpage-Search **/
#frontpage-search{
  width: 300px;
}
#frontpage-search form#search-block-form{
  width: 300px;
  height: 24px;
  background: transparent url(../images/frontpage-searchbox-bg.png) top left no-repeat;
}
#frontpage #search-block-form input[type=text] {
  width: 198px;
  height: 19px;
  background: transparent;
  margin: 4px 0 0 22px;
  font-size: 13px;
  line-height: 1;
  border: none;
  color: #666;
  float: left;
}
#frontpage .form-submit{
  height: 24px;
  margin-left: 20px;
  background: transparent;
  cursor: pointer;
  border: none;
  color: #AC1414;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  float: left;
}
#frontpage #edit-submit:hover{
  color: #DC4444;
}

/** Frontpage Take Action **/
#frontpage #take-action{
  padding: 0 0 13px 0;
  margin-top: 0;
  width: 300px;
  height: 192px;
  background: url(../images/take-action-bg.jpg) top left no-repeat;
}
#frontpage #take-action h2{
  margin: 0;
  margin-left: 13px;
  padding: 0;
  width: 265px;
  height: 0px;
}
#frontpage #take-action ul{
  margin: 0 0 0 12px;
  padding: 0;
  list-style: none;
}
#frontpage #take-action ul li{
  margin: 0;
  padding: 0;
  margin-top: 12px;
  width: 132px;
  height: 34px;
  list-style: none;
  float: left;
}
#frontpage #take-action ul li a{
  width: 106px;
  height: 16px;
  padding-left: 26px;
  line-height: 16px;
  list-style: none;
  font-size: 14px;
  color: #2A2C45;
  display: block;
}
#frontpage  #take-action ul li a:hover{
  background-position: 0px -16px;
  text-decoration: underline;
}

  /** icons **/
  #frontpage  #Join_the_LP a{
    background: url(../images/icons/join.png) top left no-repeat;
  }
  #frontpage  #Join_or_Renew a{
    background: url(../images/icons/join.png) top left no-repeat;
  }
  #frontpage  #Request_Info a{
    background: url(../images/icons/write-editors.png) top left no-repeat;
    margin-left: 12px;
  }
  #frontpage  #LP_Store a{
    background: url(../images/icons/cart.png) top left no-repeat;
    margin-left: 12px;
  }
  #frontpage  #Contribute a{
    background: url(../images/icons/contribute.png) top left no-repeat;
  }
  #frontpage  #DONATE a{
    background: url(../images/icons/contribute.png) top left no-repeat;
  }
  #frontpage  #Invite_Friends a{
    background: url(../images/icons/invite-friends.png) top left no-repeat;
    margin-left: 12px;
  }
  #frontpage  #LP_Con_2014 a{
    background: url(../images/icons/invite-friends.png) top left no-repeat;
    margin-left: 12px;
  }
  #frontpage  #Double_the_LP a{
    background: url(../images/icons/invite-friends.png) top left no-repeat;
    margin-left: 12px;
  }
  #frontpage  #Volunteer a{
    background: url(../images/icons/volunteer.png) top left no-repeat;
  }
  #frontpage  #Call_Talk_Radio a{
    background: url(../images/icons/call-talk-radio.png) top left no-repeat;
    margin-left: 12px;
  }
  #frontpage  #Register_to_Vote a{
    background: url(../images/icons/register-to-vote.png) top left no-repeat;
  }
  #frontpage  #Run_for_Office a{
    background: url(../images/icons/run-for-office.png) top left no-repeat;
    margin-left: 12px;
  } 
  #frontpage  #Candidates_2012 a{
    background: url(../images/icons/candidates.png) top left no-repeat;
    margin-left: 12px;
  } 
  #frontpage  #Bitcoin a{
    background: url(../images/icons/bitcoin.png) top left no-repeat;
    margin-left: 12px;
  } 

/** view-headlines **/
.view-front-press-releases ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-front-press-releases ul li{
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}

/** view-lp-blog **/
.view-front-lp-blogs ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.view-front-lp-blogs ul li{
  margin: 10px 0 10px 0;
  padding: 0;
  list-style: none;
}

/** view-random-notice **/
.view-random-notice ul{
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}
.view-random-notice ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.view-random-notice ul li div, .view-random-notice ul li a{
  float: left;
}

/** Social Networks **/
ul.social-networks{
  margin: 18px 0 0 0;
  padding: 0;
}
ul.social-networks li{
  list-style: none;
  display: block;
  float: left;
}
ul.social-networks li a{
  margin: 0 0 0 10px;
  padding: 43px 0 3px 0;
  width: 60px;
  display: block;
  text-align: center;
}
ul.social-networks li.first a{
  margin-left: 0;
}
    /** Social Network Icons **/
    ul.social-networks li.meetup a{
      background: url(../images/icons/meetup.png) top left no-repeat;
    }
    ul.social-networks li.youtube a{
      background: url(../images/icons/you-tube.png) top left no-repeat;
    }
    ul.social-networks li.twitter a{
      background: url(../images/icons/twitter.png) top left no-repeat;
    }
    ul.social-networks li.flickr a{
      background: url(../images/icons/flickr.png) top left no-repeat;
    }
    ul.social-networks li.facebook a{
      background: url(../images/icons/icon-facebook.gif) top left no-repeat;
    }
    ul.social-networks li.myspace a{
      background: url(../images/icons/icon-myspace.gif) top left no-repeat;
    }
    ul.social-networks li.linkedin a{
      background: url(../images/icons/icon-linkedin.gif) top left no-repeat;
    }   
    
ul.social-networks li a:hover{
  background-color: #F6F7F9;
}

p.all-networks{
  clear: both;
  padding-top: 9px;
  text-align: right;
}


/** Liberty Candidates 08 **/
ul.jcarousel_target {
  padding-left: 0;
}
ul.jcarousel_target li {
  width: 75px;
  height: auto;
  padding: 0;
  background: none;
}
.hidden {
  display: none;
}
/* block-nodecarousel-nc_test_access_2 */
.jcarousel-container-horizontal {
  width: 275px;
  height: 160px;
  margin: -25px 0 0 0;
  overflow: auto;
  border: none;
  position: relative;
}
.jcarousel-clip-horizontal {
  width: 250px;
  height: auto;
  margin: 0px auto;
  clear: both;
  position: absolute;
  top: 34px;
}
.jcarousel-clip-vertical {
  width: 100%;
  height: auto;
  clear: both;
}
div.jcarousel-prev {
  width: 13px;
  height: 16px;
  padding: 0 3px 0 0;
  border-right: 2px solid #E0E1E5;
  background: url(../images/candidate-arrow-left.png) top left no-repeat;
  cursor: pointer;
  text-indent: -10000px;
  
  position: absolute;
  top: 6px;
  right: 19px;
}
div.jcarousel-next {
  width: 13px;
  height: 16px;
  padding: 0 0 0 3px;
  background: url(../images/candidate-arrow-right.png) top left no-repeat;
  cursor: pointer;
  text-indent: -10000px;
  
  position: absolute;
  top: 6px;
  right: 0;
}
div.jcarousel-last {
  float: right;
  clear: right;
  cursor: pointer;
}
div.jcarousel-first {
  cursor: pointer;
}
li.index_control_item.visible {
  font-weight: bold;
}
.candidate-carousel-item .candidate-image{
  width: 75px;
  padding-right: 9px;
  float: left;
}
.node-candidates .candidate-image {
float: left;
margin-right: 18px;
}
.node-candidates .field-name-body .field-label {
	color: #333;
font-size: 1.2em;
font-style: italic;
font-weight: bold;
margin-top:8px;
}
.view-content .candidate-image {
float:none;
}
.view-content .candidate-carousel-item .candidate-image {
float:left;
}
.views-row .node-candidates {
	padding-top: 9px;
padding-bottom: 9px;
border-bottom: 1px solid #EEE;
}
.candidate-info{
  width: 160px;
  float: left;
}
.candidate-info h3{
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}
.candidate-info p{
  font-size: 0.9em;
  margin: 9px 0 0 0;
  padding: 0;
}
.view-frontpage-candidates-block .candidate-carousel-item{
  margin-top: 9px;
}

.panel-pane table p {
  margin:0; padding: 0;
}
.panels-flexible-column-5-10 {
  width: 310px !important;
}
/* *
 * views template to output the stylesheet to customize a view.
 * This code was generated by the views theming wizard
 * Date: Wed, 04/30/2008 - 2:06am
 * View: lp_blog
 *
 * The class selectors are filled with a single comment line.
 * You should complete each selector according to your liking.
*/
.view-front-lp-blogs .views-row, .view-front-press-releases .views-row {
  margin: 10px 0;
}
.view-front-lp-blogs .views-field-created {
  color: #979797;
  text-transform: uppercase;
  font-size: 0.95em;
}

.view-front-lp-blogs .views-field-title {
  font-size: 1.1em;
  font-weight: bold;
}
/* *
 * views template to output the stylesheet to customize a view.
 * This code was generated by the views theming wizard
 * Date: Tue, 04/29/2008 - 8:16pm
 * View: headlines
 *
 * The class selectors are filled with a single comment line.
 * You should complete each selector according to your liking.
*/
.view-field {
/* insert your css code for this element here */
}

.view-front-press-releases .views-field-created{
  color: #979797;
  text-transform: uppercase;
  font-size: 0.95em;
}
.view-front-press-releases .views-field-title {
  font-size: 1.4em;
  font-weight: normal;
}

.view-data-body {
/* insert your css code for this element here */
}
.pane-poll-recent ul.links {
  display: none;
}
#block-views-upcoming-events-block .views-field-field-event-start {
	float: left;
	margin: 0 5px 0;
}
#block-views-upcoming-events-block .views-field-field-address {
	margin: 0 5px 0;
}
/**
* State View
*/
#state-candidates .view-state-candidates-block .view-content h2{
	color: #494B8D;
	font-size: 1.2em;
}
#state-candidates .view-state-candidates-block .view-content h2 a{
	color: #494B8D;
}
#state-candidates .view-state-candidates-block .view-content h2 a:hover{
	color: #494B8D;
}

#state-candidates .view-state-candidates-block .views-row{
	padding-bottom: 9px;
	border-bottom: 1px solid #EEE;
}


#state-elected .view-state-elected-block .view-content h2{
	color: #494B8D;
	font-size: 1.2em;
}
#state-elected .view-state-elected-block .view-content h2 a{
	color: #494B8D;
}
#state-elected .view-state-elected-block .view-content h2 a:hover{
	color: #494B8D;
}

#state-elected .view-state-elected-block .views-row{
	padding-bottom: 9px;
	border-bottom: 1px solid #EEE;
}
.view-state-campus-organizations-block h4 {
	margin:0;
	padding: 0;
}
.view-state-campus-organizations-block p {
        margin:0 0 3px;
        padding: 0;
}
.view-state-campus-organizations-block h3 {
        margin:0 0 5px 0;
        padding: 0;
}

.view-state-campus-organizations-block .views-row {
	padding: 5px 0;
	margin: 9px 0;
	border-bottom: 1px solid #F3F3F3;
}
.location-locations-header {
	display:none;
}

.node-event .field-label {
	float:left;
	font-weight:normal;
}
.view-content .views-row {
	margin-bottom: 9px;
	padding-bottom: 9px;
	background: url(../images/blue-dot-horz.png) bottom left repeat-x;
}
.field .field-label {
	font-weight: normal;
}
.view-elected-officials .state-separator {
	background: url(../images/blue-dot-horz.png) bottom left repeat-x;
}
.view-elected-officials .elected-official-state {
	clear: both;
	margin-left: 36px;
}
.view-campus-organizations-page .alt, .view-elected-officials .alt {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.blog-meta {
	margin: 3px 0;
}
.view-state-candidates-block h1, .view-state-elected-block h1 {
	display: none;
}
.page-campus-organizations h3.state-separator {
	background: url(../images/blue-dot-horz.png) bottom left repeat-x;
}
.page-campus-organizations .campus-org-state {
	clear: both;
	margin-left: 36px;
}
.campus-org {
margin: 9px 0;
}
.campus-org h4 {
margin: 0;
padding: 0;
}