/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* 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.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

/*.............Custom Additions..................*/


/*****************/
/* DEFAULT LINKS line 75 */
/*****************/
a:link,
a:visited {
 color:#eeca5a;             /*.....yellow. site title......*/
} 
 
.blue a:link,
a:visited {
 color:#27638C;             /*.....blue other links......*/
}  

/*********/
/* LISTS */
/*********/

ol {
  margin: 0.75em 0 1.25em 2em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;
}

/******************/
/* HEADER REGIONS */
/******************/

#header {
  background-color: #336633;            /*..........green.........*/
}

#header-first {
  margin: 5px 30px 0 0;
  width: 960px;          /*..............width for site title.........*/
}

#header-first h1 {    /* site name link */
  margin: 30px 0 15px 260px;                /*..............site title......*/
}

#header-first h1 a {    /* site name link */
  text-decoration: none;
  color:#eeca5a;
}

#header-first #slogan {                          /* site slogan */
  display: block;
  font-size: 1.36em;
  color:#e8efc9;             /*.............color...............*/
  margin: 4px 0;
}

#header-wrapper {
  background-color: #336633;             /*.....new stylesheet green in header......*/
  padding-left: 5px;    /* LTR */
}
#primary-menu-wrapper {
 
  margin: 0 auto;
  position: relative;                             /*raises blue stripe up*/
  width: 960px;
  z-index: 5;    /* fixes IE z-index bug */
}
#primary-menu {                                   /* menu layout */
  margin-top: -31px;  
}

#block-block-block-1 .content {background:#e6e2e6;}
#node .content img {border:1px solid #000; margin:10px;}

/*........definition lists -see line 207.......*/
dl dt {font-weight:bold;}
#content-bottom  ul li, #content-content .node dl dt, #content-bottom  dl dt {
  background: url('images/green-bullet.png') no-repeat left 0.50em;
  list-style-image: none;
  list-style-type: none;
  padding-left: 1.666em;
}
#block-views-RandomPhoto-block_1 img {border:1px solid #000; margin-left:20px;}
/*.......feed icon........*/
.feed-icon { display:none;}
/*....read more........*/
.readmore-item {display:none;}
/*....taxonomy links........*/
.terms  {border-top:1px solid #ccc; margin-top:30px;}
.terms a, .terms a:visited {
  color: #27638C;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#legal-notice {
  background: #F4F7E7;
  clear: both;
  color: #AAA;
  display: none;
  font-size: 0.9em;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
