/* $Id: local-sample.css,v 1.4 2010/12/05 17:22:28 aross Exp $ */ 

/**
 * @file
 * Put your custom CSS and CSS overrides in this file
 */

/* HOW TO USE LOCAL.CSS */
/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

@import url(http://fonts.googleapis.com/css?family=Audiowide);


/* HELPER CODE FOR SETTING BACKGROUND IMAGES */

/* Add a custom header background (above navbar) here */
#header-group {
    background-image: url('../images/deepfield.jpg');
}

/* Add background image to preface top region (right below the navbar)  */

/* IMPORTANT: If there are no blocks in the preface top region, set     */
/* an image here, and set a height for the region.  Also, if you are    */
/* using a fluid width layout of less than 100%, you will need to set   */
/* a width.                                                             */
#preface-top-container{
}
/* If there are blocks in the preface top region, use the following instead */
#preface-top {
}

#header-site-info-inner {
  min-width: 940px;
}

#site-name {
    font-family: 'Trade Winds', cursive, sans-serif;
    font-weight: normal;
    font-size: 400%;
    text-shadow: blue 0px 0px 15px, blue 0px 0px 15px, blue 0px 0px 15px;
}

/* Hide quantity field on shopping cart screen. */
td.qty > div.form-item > input.form-text { visibility: hidden; }

a.button:link,
a.button:visited,
a.button:active,
a.button:hover {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #2C2C2C url(../images/nav-bg-blue.gif) top left repeat-x;
    border-bottom: 1px solid #064287;
    border-top: 1px solid #4181C9;
    border-right: 1px solid #064287; /* LTR */
    border-left: 1px solid #4181C9; /* LTR */
    color: #FFF;
    padding: 0.2em 0.5em;
}

/* ------------------------- SECONDARY MENU -------------------------------- */

.secondary-menu {
    font-family: 'Audiowide', sans-serif;
    width: 100%;
    margin-bottom: 0;
    float: none;
    text-align: center;
    font-size: 85%;
}

.secondary-menu-inner ul.links {
    padding-top: 5px;
    float: none;
}

.secondary-menu-inner ul.links li {
    float: none;
    font-size: 150%;
    padding: 0px;
    white-space: nowrap;
}

/* Styles for links */
.secondary-menu-inner ul.links li a:link,
.secondary-menu-inner ul.links li a:visited,
.secondary-menu-inner ul.links li a:active,
.secondary-menu-inner ul.links li a:hover {
    float: none;
    padding-left: 8px;
}

.black .secondary-menu-inner ul.links li a:link,
.black .secondary-menu-inner ul.links li a:visited,
.black .secondary-menu-inner ul.links li a:active,
.black .secondary-menu-inner ul.links li a:hover {
    color: #b3cde3;
}

#secondary-menu li.first:before {
    content: none;
    margin: 0px;
}

#secondary-menu li:before {
    content: "|";
    margin: 0px;
}

/* ------------------------- Misc ------------------------------------------ */

.stub {
    font-size: small;
    font-style: italic;
}
