/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 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
 * drupal6-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 drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/
  body {
    margin: 0;
    padding: 0;
}
#logo /* Wrapper for logo */ {
    margin: 0 10px 0 0;
    padding: 0;
}
h1#site-name, div#site-name /* The name of the website */ {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
}
  .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;
}
  .help /* Help text on a page */ {
    margin: 1em 0;
}
.more-help-link /* Link to more help */ {
    font-size: 0.85em;
    text-align: right;
}  .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;
/*}  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ {
    display: none;
} */ .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 */
}  .new /* "New" marker for comments that are new for the current user */ {
    color: #c00;
}
  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */ {
    margin: 1em 0;
}/** 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;
}  .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;
}/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
}  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
}  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
}/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody {
    border-top: 1px solid #ccc;
}  form th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}  form tbody th {
    border-bottom: 1px solid #ccc;
}  form thead th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

