/* {{{ elements -- common page elements (header, footer) */

#as_header_wrapper {
    margin-top: 5px;
}
#as_navbar {
    background-color: white;    
    margin-bottom: 2px;
    font-size: 9pt;
    position: relative;
    line-height: 1em;
}
#as_navbar {
    /* Using Arial here *for now* to match www.as.com. */
    font-family: Arial, Helvetica, sans-serif;
    color: #5e5e5e;
}
#as_navbar a,
#as_navbar u {
    color: #5e5e5e;
    text-decoration: none;
}
#as_navbar a:hover,
#as_navbar u:hover {
    text-decoration: underline;
}
.icon-cart {
    background: transparent url(../img/cart.gif) no-repeat scroll 0 1px;
    padding-left: 15px;
}


ul#as_sitesnav {
    padding: 0;
}
ul#as_sitesnav li {
    display: inline;
}
span.as_navsep {
    margin-left: 0.35em;
    margin-right: 0.35em;
}

li.as_logo img {
    margin-bottom: -2px;
}

li.as_sitesnav_more {
    position: relative;
} 
li.as_sitesnav_more > a {
    text-decoration: none;
}
#as_navbar {
    z-index: 1;  /* required for IE7 z-index bug */
}
ul#as_sitesnav_downloads,
ul#as_sitesnav_more {
    z-index: 10;
    position: absolute;
    left: -12px;
    top: 16px;
    border: 1px solid #ddd;
    list-style: none;
    padding: 0px;
    background: #fff;
    line-height: 1.6em;
    min-width: 60px;
}
ul#as_sitesnav_downloads li,
ul#as_sitesnav_more li {
    padding: 0 5px;
    display: block;
    white-space: nowrap;
}

#as_accountnav {
    position: absolute;
    top: 6px;
    right: 0px;
}

/* There are two kinds of as_navbar:
 * - short: Using the short ActiveState logo image (without the tagline)
 *   and typically with the as_sitesnav list of AS sites. Markup:
 *      <div id="as_navbar" class="as_navbar_short">...</div>
 * - tall: Using the tall ActiveState logo image (*with* the tagline).
 *   This is what www.as.com and store.as.com currently use. Markup:
 *      <div id="as_navbar" class="as_navbar_tall">...</div>
 */
.as_navbar_short {
    height: 20px;
}
.as_navbar_tall {
    height: 30px;
}
.as_navbar_tall #as_accountnav {
    margin-top: 10px;
}


/* The (optional) bar across the bottom of the header banner used to
 * to display a particular important message to a user. "Optional" because
 * not all sites may need this.
 */
#as_messagebar {
    background-color: #9cc8cd;
    color: white;
    padding: 5px 15px;
    font-size: 125%;
}


/* ---- breadcrumbs ----
 * If used by this site. Typically placed at the top of "#as_content". Markup:
 *   <div class="as_breadcrumbs">
 *     <a href="/">home</a>
 *     &laquo; <a href="/foo/">foo</a>
 *     ...
 *   </div>
 */
.as_breadcrumbs {
    font-size: 90%;
    padding: 5px 0;
    border: none;
    color: grey;
}
.as_breadcrumbs a {
    text-decoration: none; 
    color: grey;
}
.as_breadcrumbs a:hover {
    text-decoration: underline; 
}


/* See site-specific "site.css" for `#as_bannerbar` production for
 * banner graphic.
 */


/* ---- as_footer1: a light one-liner footer ---- */
.as_footer1 {
    margin-top: 20px;
    margin-left: 15px;
    padding: 5px;
    color: #999;
    font-size: 90%;
}
.as_footer1 a {
    color: #999;
}
.as_footer1_links {
    margin-left: 20px;
}
.as_footer1 a:hover {
    color:#404041;
    text-decoration:none;
}
/* }}} */
