/* $Id: local-sample.css 7156 2010-04-24 16:48:35Z chris $ */

/****************************/
/* 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 */

/* HTML Elements
-------------------------------------------------------------- */
/* Add padding here if desired so edges of theme aren't flush with browser window */
html {
  color: #000;
}
/* Default link styles - separate a:visited for a different visited link style */
a,
a:link{
  color: #8b0000;
}
a:visited {
  color: #808000;
}

#primary-menu ul.menu li a:link,
#primary-menu ul.menu li a:visited {
  color: #006400;
}

/*  Preface Regions
-------------------------------------------------------------- */
.preface-top-wrapper {
  background: #006633;
  padding-top: 10px;
}

.preface-top .block{
  margin-bottom:10px;
}

/*.preface-top-wrapper #mission {*/
#mission {
 font-size: 1.2em;
}

blockquote {
  color: #660000;
}

.content-region .content-inner .content-inner-inner .content ul li {
 background:none;
 list-style-image: none; 
 list-style-type: disc; 
 list-style-position: inside;
 margin-bottom: 0;
}

/* frontpage event calendar list */
.view-calendar .views-field-description .field-content {
 margin-bottom: 0;
 margin-left:30px;
}
.view-calendar .views-field-description .field-content a{
 margin-left:30px;
}
/* sidebar calendar list */
.sidebar-first .view-calendar .views-field-description .field-content {
 margin-left:0;
}

/* Archive Calendar Caption*/
caption {
  text-align: center;
}

/* Pager Color */
ul.pager a:link, ul.pager a:visited, ul.pager li.pager-current {
  background: none;
  border-color: none;
  color: #006600;
}

/* Terms */
.terms {
  font-size: 0.9em;
}

/* Read more */
.read-more {
text-align: right;
}

/* sidebar color*/
.sidebar-last {
 color:#696969;
}

/* sidebar topic title */
.sidebar-last h2.title {
  color: #2f4f4f;
}
/* sidebar color*/
.sidebar-first {
 color:#696969;
}

/* sidebar topic title */
.sidebar-first h2.title {
  color: #2f4f4f;
}

h2.title {                                        /* block titles, node titles */
  text-transform: none;
}
