/*
Theme Name: dcharvest

Theme URI: http://www.dcharvest.org
Description: Theme for dcharvest.org
Version: 0.1
Author: Shane, Scott, and Andrew
Author URI: http://www.dcharvest.org
Tags: harvest
*/
 
html {
    background-color: #88877e;
}

strong, b {
    color: #464646 !important;
}

body {
    color: black;
}
 
p {
 font-size: 12px;
 line-height: 1.6em;
}

em {
 font-style: italic;
}

strong {
    font-weight: bold;
}

a:link {
 text-decoration: none;
 color: #5a6a75;
 outline: none;
}

a:visited {
 color: #5a6a75;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

h1 a:link, h1 a:visited {
 color: white;
} 

h1 {
    font-family: georgia;
    font-size: 19px;
    color: white;
    line-height: 1.6em;
    letter-spacing: .03em;
}

h2 {
    font-size: 1.15em;
}

h2 a:link, #navigation a:link {
    color: white;
}

h2 a:hover, #navigation a:hover {
    text-decoration: none;
    color: black !important;
}

h3 {
    padding: 5px 0;
    font-weight: bold;
    color: #464646;
}

h4, .small-caps {
 font-family: arial;
 font-weight: bold;
 font-size: 11px;
 letter-spacing: 1px;
 color: #5a6a75;
}

#container {
    min-width: 1013px;
    text-align: left;
    background-color: #88877e;
}

#header {
    height: 102px;
    background: transparent url(images/headerbg.png) repeat-x scroll top right;
    position: relative;
}

#logo, #logo img {
    position: absolute;
    bottom: 0;
}

#navigation {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    background-color: #b9b8b3;
    z-index: 2;
    position: relative;
}

/* make main navigation links uppercase */
#navigation a {
    text-transform: uppercase;
}

#content {
    background-color: #b9b8b3;
}

#content-left {
    width: 491px;
    float: left;
}

/*  used by main pages, not homepage */
#content-main {
    float: left;
    width: 712px;
    min-height: 471px;
    border-right: 3px solid white;
}

.about-background {
    background: transparent url(images/face.png) no-repeat scroll right top;
}

.media-background {
    background: transparent url(images/media.png) no-repeat scroll right top;
}

.connect-background {
    background: transparent url(images/connect.png) no-repeat scroll right top;
}

#cse-search-results iframe {
    width: 600px;
}

#content-main-editable {
    margin-top: 20px;
    margin-right: 150px;
}

#content-main-editable h1 {
    margin-bottom: 10px;
}

#content-center, #content-right {
    min-height: 406px;
    width: 178px;
    float:left;
    padding: 20px;
}

#content-right {
    padding: 20px 0 0 20px;
}

#content-center {
    border-left: 3px solid white;
    border-right: 3px solid white;
}

#footer {
    height: 55px;
    border-top: 3px solid #6f6f63;
    border-bottom: 3px solid #6f6f63;
    background-color: #5f5f5a;
    color: white;
}

#footer p {
    font-size: .9em;
}

#address {
    width: 250px;
    float: left;
    border-left: 2px solid #727270;
    border-right: 2px solid #727270;
    padding: 10px 20px;
    height: 35px;
}

#address a:link, #address a:visited {
    color: white;
}

#address-time {
    float: left;
    padding: 10px 20px;
}

.left-edge {
    padding-left: 100px;
}

#navigation li {
    display: inline;
    float: left;
    padding: 15px 70px 12px 0;
    position: relative;
}

#navigation ul.dropdown {
    background-color: white;
    margin-top: 12px;
    padding-top: 3px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    top: 31px;
}

#navigation ul.dropdown li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

#navigation ul.dropdown li a {
    padding: 5px 70px 5px 10px;
    display: block;
    color: black;
    white-space: nowrap;
}
#navigation ul.dropdown li:hover {
    background-color: #838F97;
}


#navigation > ul > li:hover a {
    color: black;
}

#navigation ul.dropdown li a {
    text-transform: capitalize;
    font-style: georgia;
}

#navigation a:visited, #navigation a:link {
    color: white;
}

#navigation .current_page_ancestor a {
    color: black;
}

ul.subpage-nav, ul.subpage-nav ul {
    padding-left: 15px;
}

ul.subpage-nav li {
    line-height: 1.5em;
    list-style-type: disc;
    color: #5a6a75;
}

ul.subpage-nav li a, ul.subpage-nav li a:hover {
    font-family: arial;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    color: #5a6a75;
    text-transform: uppercase;
}

ul.subpage-nav li > ul > li > a, ul.subpage-nav li > ul > li > a:hover {
    text-transform: none;
}

ul.subpage-nav li.current_page_item,
ul.subpage-nav li.current_page_item > a,
ul.subpage-nav li.current_page_ancestor,
ul.subpage-nav li.current_page_ancestor > a {
    color: #464646;
    text-decoration: none;
}

#content p {
    padding-bottom: 12px;
    color: black;
}

#content ul.bullet {
    margin-left: 2em;
}
#content ul.bullet li {
    list-style: disc outside; 
    padding: .5em 0 .5em 0;
}

.content-dotted {
    border-top: 1px dotted #464646;
    padding-top: 5px;
    padding-bottom: 10px;
}

div.welcome {
    margin-bottom: 10px;
}

.separator {
    border-top: 1px dotted #464646;
    width: 100%;
    margin: 10px 0;
}

.white {
    color: white;
}
.blue {
    color: #5a6a75;
}

#search {
    margin-bottom: 10px;
}

#search-input {
    width: 90px;
    /* override google custom search image. white stands out, ask designers try different colors and borders to make it flow better */
    /*background: white none !important;*/
    background:#DEDEDE none repeat scroll 0 0 !important;
    border-color:#999999 #D9D9D9 #D9D9D9 #999999;
    border-style:solid;
    border-width:2px;
}

.clearfix:after {
     content:".";
     display:block;
     height:0;
     clear:both;
     visibility:hidden;
}
.clearfix {
     display:inline-block;
}
.clearfix {
    display:block;
}

#post {
    margin-top: 7px;
    border-bottom: 1px dotted #464646;
    margin-right: 130px;
}

#post .posttitle h1 {
    font-family: georgia;
    font-size: 19px;
    color: white;
    line-height: 1.6em;
    letter-spacing: .03em;
}

#post .postmeta p {
    font-size: 10px;
}

a.faq:link {
    color: #464646;
    text-decoration: underline;
}
a.faq:hover {
    text-decoration: none;
}

/* for havest-carousel-plugin */
#harvest-carousel-img-container {
	margin-top: 25px;
	position: relative;
	width: 464px;
}
#harvest-carousel-img {
    height: 350px;
    overflow: hidden;
}

#harvest-carousel-img ul {
    width: 3000px;
}
#harvest-carousel-img li {
    float: left;
    width: 465px;
    height: 350px;
}

#harvest-carousel-hover {
    position: absolute;
    bottom: 0;
    height: 0; /* will grow to 60px on carousel hover */
    filter:alpha(opacity=50);
    opacity: 0.5;
    background-color: black;
    width: 464px; 
}

#harvest-carousel-hover .controls {
    overflow: hidden; 
    text-align: left; 
    height: 25px; 
    width: 75px; 
    margin-top: 12px; 
    margin-left: auto; 
    margin-right: auto;
}

#harvest-carousel-hover .pause,
#harvest-carousel-hover .play {
    display: block; 
    cursor: pointer; 
    background-image: url(images/pause.gif); 
    height: 18px; 
    width: 23px; 
    left: 26px; 
    position: relative; 
    top: -15px;
    opacity: 0.7;
    filter:alpha(opacity=70);
}

#harvest-carousel-hover .play {
    background-image: url(images/play.gif); 
}

#harvest-carousel-hover .prev {
    display: block; 
    cursor: pointer; 
    background-image: url(images/left_arrow.gif); 
    height: 15px; 
    width: 8px; 
    left: 0px; 
    top: 1px; 
    position: relative; 
    opacity: 0.7;
    filter:alpha(opacity=70);
}

#harvest-carousel-hover .next {
    display: block; 
    cursor: pointer; 
    background-image: url(images/right_arrow.gif); 
    height: 15px; 
    width: 8px; 
    left: 67px; 
    top: -32px; 
    position: relative; 
    opacity: 0.7;
    filter:alpha(opacity=70);
}

#harvest-carousel-hover .pause:hover,
#harvest-carousel-hover .play:hover,
#harvest-carousel-hover .prev:hover,
#harvest-carousel-hover .next:hover {
    opacity: 1.0;
    filter:alpha(opacity=100);
}

#harvest-carousel-hover .position {
    text-align: center;
    color: white;
}

.homepage-sidebar-image {
    margin: 10px 0 10px 0;
}

.sidebar-image {
    padding-top: 10px;
}

#rss-feed {
    margin-top: 20px;
}

#google-map {
    margin-top: 20px;
    margin-bottom: 20px;
}

#google-calendar {
    margin-bottom: 20px;
}


/* For WordPress image alignment (see http://codex.wordpress.org/Using_Images#Styling_Images_in_WordPress)*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


