/* -------------------------------------------------------------- 

   style.css

   * custom styles for pioneervalley.com
   
-------------------------------------------------------------- */

/* Default font settings. 
--------------------------------------------------------------
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
-------------------------------------------------------------- */
body { 
  font-size: 75%;       /* 12px */
  background: #FFF;
  Xbackground: #F9F9F4;  /* parchment */
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-family: "Geneva",Arial,Helvetica,sans-serif;
  color: #333;
}

a { 
  color: #333;
  font-family: "Geneva",Arial,Helvetica,sans-serif;
  text-decoration: none;
}

a:visited { 
  color: #333;
}

h1 {
    font-size: 150%;
}

div.story-body {
    min-height: 210px;
}

div.story-body img {
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}

/* Blueprint overrides
-------------------------------------------------------------- */
div.container {
    margin-top: 0;
    background: #FFF;
Xheight: 2200px;
}

body {
    background: #49707F; /* steel blue */
    background: #ACD24B; /* pea green */
    background: #E66313; /* orange */
    background: #5C90A3; /* soft blue */
}


/* Primary Nav
-------------------------------------------------------------- */
ul#nav
{
    margin: 0; /* new for PD */
    padding: 0; /* new for PD */
    width: 950px;
    height: 32px;
height: 26px;
    background-color: #FFF;
}

#nav li
{
    display: block;
    float: left;
    height: 100%;
    position: relative;
    left: 40px;
    margin: 0;  /* reset et calendar */
    background-color: #E6E1C0;  /* beige */
    color: #483A33;             /* brown */
color: #726145;     /* lighter brown */
color: red;
}

#nav li,
#nav a
{
    font-size: 130%;
font-size: 125%;
    color: inherit;
    text-transform: lowercase;
    text-decoration: none;
    font-family: Gill Sans, "Lucida Grande", Arial;
    line-height: 33px;
line-height: 32px;
height: 30px;
    padding: 0px 14px;
    margin-right: 4px;
}

#nav li:hover
{
    color: #E6E1C0;             /* beige */
    background-color: #E47726;  /* orange */
}

#nav li.active
{
    background-color: #89B42F;  /* green */
}


/* Header
-------------------------------------------------------------- */
#header
{
    width: 950px; /* new for PD */
    background-color: #FFF;
}

#header img.logo
{
    height: 75px;
    margin: 18px 0 8px 20px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
    position: relative;
    width: 950px;
    height: 150px;
    background-color: #391A10;  /* barn red */
    color: #B1522A;             /* muted orange */
}

#footer img.logo
{
    position: absolute;
	right: 30px;
	bottom: 32px;
}

#design-credit {
    position: relative;
    width: 950px;
    height: 24px;
background-color: #5C90A3; /* soft blue */
    Xbackground-color: blue;
}

#design-credit img#design-logo
{
    position: absolute;
    right: 8px;
	bottom: 0px;
}

#footer img.design-logo
{
    position: absolute;
    right: 10px;
	bottom: -20px;
}

#footer a {
    text-decoration: none;
    color: #FFFFFF;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .affiliates a,
#footer .info a {
    Xcolor: #FFA700; /* orange */
    Xcolor: #FFFFFF;
    color: #E6E1C0;
}

#footer table {
    margin: 33px 0 0 20px;
    width: 600px;
}

#footer td.title {
    text-align: right;
}


/* Blocks
-------------------------------------------------------------- */
div.block {
}

div.ad, div.graphic {
    text-align: center;
    padding-bottom: 10px;
}

div.featured-header
{
    background-color: #88B32E;
    height: 28px;
    font-size: 18px;
    color: #FFF;
}

div.featured-event
{
    background-color: #E7E7E7;
}

#header-photo
{
    margin-bottom: 5px;
}

#header-photo img
{
    height: 135px;
}

#calendar-widget, #news-widget
{
    height: 500px;
    background-color: #bbffbb;
}


/* Search Form
-------------------------------------------------------------- */

form#search-widget
{
    Xposition: relative;    /* needed for jQuery overlabel */
    height: 65px;
    margin-left: 10px;      /* 2px+ required by Firefox */
}

form#search-widget label
{
    font-family: "Geneva",Arial,Helvetica,sans-serif;
    font-size: 150%;
    font-weight: normal;
    color: #726145;     /* lighter brown */
    margin-left: 3px;
}

#search-text
{
    display: block;
    float: left;
    height: 2em;
    width: 12.5em;
    border: none;
    border-bottom: 4px solid #5E5348;
    margin: 0;
}

#search-submit
{
    display: block;
    float: left;
    height: 28px;
    width: 28px;
    border-bottom: 4px solid #5E5348;
    margin: 0;
}

#search-selector
{
    padding-left: 25px;
}

#search-selector li
{
    float: left;
    line-height: 1em;
    padding-right: 6px;
    border-right: 2px solid #726145;
    margin-right: 6px;
}

#search-selector li.last
{
    border: none;
}

#search-selector li:hover
{
    cursor: pointer;
}

#quick-links
{
    margin-top: 50px;   /* push top of column down */
    margin-top: 35px;   /* push top of column down */
}

#quick-links .overlabel
{
    position: relative;
}

#quick-links label
{
    font-family: "Geneva",Arial,Helvetica,sans-serif;
    font-size: 110%;
    font-weight: normal;
}

#quick-links .overlabel label
{
    position: absolute;
    top: 5px;
    left: 8px;
    color: #999;
    cursor: text;
}

#quick-links input[type="text"]
{
    font-family: "Geneva",Arial,Helvetica,sans-serif;
    color: #49707F; /* steel blue */
    font-size: 110%;
    padding-left: 7px;
}


/* Utilities
-------------------------------------------------------------- */
.bblue {
    background-color: #c3d9ff;
}
.byellow {
    background-color: #ffffbb;
}
.byellow2 {
    background-color: #fff1b2;
}
.bpurple {
    background-color: #ffd8ff;
}
.bgreen {
    background-color: #bbffbb;
}
.bgreen2 {
    background-color: #e3e9b5;
}
.bdkgreen {
    background-color: #0C310D;  /* dark green */
}
.bred {
    background-color: #fbddde;
}
.bmauve {
    background-color: #d2ccb8;
}
.bparchment {
    background-color: #f9f9f4;
}
.bwhite {
    background-color: #fff;
}


/* Debug
-------------------------------------------------------------- */

div.content {
    Xborder: 1px solid #CCC;
    padding: 10px 10px 0px 10px;
    margin-bottom: 10px;
}

#quick-links {
  background-color: #E7E1C1;
}

#quick-links h3 {
  color: #E47726; /* orange */
  margin-bottom: .5em;
  font-size: 1.3em;
}

#quick-links ul {
  margin: 0 0 1.5em 0;
}

#quick-links li {
  list-style: none;
}

#quick-links a
{
  color: #473933;
  font-size: 110%;
}

#quick-links a:hover {
Xtext-decoration: underline;
Xcolor: #49707F; /* steel blue */
  color: #E47726; /* orange */
}

