/*   
Theme Name: Harvest San Diego
Theme URI: http://www.harvestsd.com
Description: a-brief-description
Author: Lynn Chyi
Author URI: http://www.harvestsd.com
Version: 0.1
.
Custom Wordpress theme template designed for Harvest San Diego Church
.
*/


/********************************************* Typography */
body {
  background-color: #fff; /* TODO temp */
  font-size: 100%; /* 16px at 100% */
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.4em; /* 24 px at 1.5em, trying 1.6em*/
}

h1, h2, h3, h4, h5, h6 {
	/*margin-bottom: 5px;*/
  /*color: #473A33;*/
}

h1 {
	font-size: 2.0em;    /* 2*16  = 32px */
  line-height: 1em;    /* 32px to contain the x-height */
  margin-top: 0.25em;  /* 32*0.5= 16px */
  margin-bottom: 0.25em;/* 32*0.5= 16px */
}

h2 {
	font-size: 1.5em;     /* 16*1.5= 24px */
  margin-top: 0.5em;    /* 12px */
  margin-bottom: 0.5em; /* 12px */
}

h3 {
	font-size: 1.375em;      /* 16*1.375= 22px */
	padding-bottom: 0.13636em; /* 3px */
  margin-bottom: 0.909em;    /* 20px */
	/*border-bottom: 1px solid #333;*/
	border-bottom: 1px solid #9B9181;
	text-transform: uppercase;
	font-weight: bold;
}

h3.sermons {
	margin-top: 0.5em;
	color: #29C2FF;
	padding: 10px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

h3.tooltip {
	text-transform: none;
}

h4 {
	font-size: 1.125em;       /* 18px */
	padding-bottom: 0.1667em; /* 3px */
	margin-bottom: 0.444em;   /* 8px */
	border-bottom: 1px dotted #9B9181;
  width: 80%;
}

h5 {
	font-size: 1.125em;
	color: #534741;
}

h6 {
	font-size: 1.0em;
}

p {
  margin-bottom: 1.5em; /* one line-height */
}

a:link {
  text-decoration: none;
  color: #FFA500;
  /*color: #FBB03B;
  color: #FFA500;
	*/
  color: #70625A;
  font-weight: bold;
}
a:visited {
  text-decoration: none;
  /*color: #FFA500; */
  color: #70625A;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  color: #FFA500;
}
a:active {
  color: #534741;
}

a.document {
	background: url(images/hsd_paper32_small.png) no-repeat;
	padding-left: 16px;
}
small {
  font-size: 0.75em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
	display: block;
	font-size: 0.95em;
	font-style: italic;
  margin: 1.5em 20px;
	padding: 20px 0 0px 40px;
	/*border-left: 3px solid #333; */
	/*background: #aaa; */
  background: url(images/quotation.png) no-repeat top left;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 20px;
}

/************************************************* Layout */

#wrapper {
  text-align: center;
}

#container {
  /* border-left: 2px solid #C9C9C9; */
  box-shadow: 2px 2px 6px #CCC;
}

#slider, #feature_1, #feature_2, #content,
#sidebar {
  margin-bottom: 10px;
}

#slider {
	line-height: 1.0em;
  margin-top: 10px;
}

#feature_bar {
  width: 962px; /* 960 -2 (own border) +4 (container border) */
  background-color: #eee;
  float: left;
  padding-top: 20px;
  padding-bottom: 60px;
  margin-left: -2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}

#feature_1 {

  color: #333;
	text-align: left;
  /* TODO remove */
  height: 180px;
  /* border-right: 1px solid #A19994; */
}
  #feature_1 dd {
    font-size: 0.75em;
	padding-left: 1em;
	padding-right: 1em;
  }
  #feature_1 dt {
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	width: 80%;
	margin-right: 10px;
  }

#feature_2 {
	text-align: left;
	font-size: 0.8em;
}

#content {
	text-align: left;
	/* width: 620px; /* ?? */
	margin-left: 0;
	margin-right: 0;
  padding: 10px;
  padding-right: 9px;
}

#content a.named:hover {
	color: #333;
	text-decoration: none;
}

#content ul, #contact ul{
	list-style-type: circle;
	margin-bottom: 20px;
}

#content img {
	margin: 20px 0;
}

.entry-date {
	font-weight: bold;
	font-size: 1.2em;
	color: #29C2FF;
	float: right;
}

.entry-meta {
	text-align: right;
	font-size: 0.8em;
	margin-left: -160px;
	float: left;
}

.entry-content {
	margin-top: -25px;
}

.entry-title {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
h2.entry-title a:hover{
	text-decoration: none;
}

.announcement {
  float: left;
}

  .announcement .date {
    background-color: #534741;
    width: 51px;
    text-align: center;
    float: left;
  }

     /* depending on line-heights, we should shift this border
        by use of paddings and margins */


    .announcement .date .month {
      border-bottom: 1px dashed #AF9A8D;
    }
    .announcement .date .day {
      font-weight: bold;
      color: #29C2FF;
    }

  .announcement .copy {
    float: left;
    width:  549px;
    margin: 0 10px;
  }
    .announcement .copy .title {
      font-weight: bold;
    }
    .announcement .copy .title:after {
      content: ":";
    }
    .announcement .copy .more_slider_button {
      float: right;
      background-color: #FBB03B;
      color: #FFF;
      width: 1.5em;
      border: 1px solid #FFA500;
      text-align: center;
    }
    .announcement .copy .slider_bar {
      background-color: #7C6969;
    }
    .announcement .copy .slider_bar a.slider_button {
      background-color: #FFA500;
      color: #FFF;
      text-decoration: none;
    }
	
#sidebar {
	text-align: left;
	padding: 10px 0 0 10px;
	margin: 0;
}

#sidebar p {
	font-size: 0.80em;
  margin-bottom: 2em;
}

#sidebar .ann_wrap {
	font-size: 0.8em;
}

#sidebar ul {
}

.ministry_sidebar {
  text-align: right !important;
}
.ministry_sidebar > * {
  margin-right: 10px;
}
.ministry_sidebar h4 {
  width: 100%;
}
.ministry_sidebar ul {
	font-size: 0.75em;
  margin-bottom: 2em;
}

.sidebar-blog {
  /*margin-top: 126px !important;*/
}
.sidebar-blog ul {
  margin-bottom: 1.5em;
}
.sidebar-blog a:link {
  color: #70625A;
}

.col1, .col2 {
  width: 49%;
  float: left;
}

#map_canvas {
	height: 300px;
	width: 540px;
}

.sermon_wrap {
	font-size: 0.8em;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}

.sermon_name {
	color: #29C2FF;
	font-size: 1.4em;
}
.sermon_img  {
	margin: 0px !important;
	margin-top: 10px !important;
	padding-right: 10px;
}

.sermon_icon {
	margin-bottom: -5px;
}

.sermon_icon_space {
	width: 30px;
	float: left;
	padding-top: 5px;
}

.sermon_text {
	font-size: 0.8em;
}

.faq {
	line-height: 2.0em;
}
.question, .answer {
	font-style: italic; 
	font-family: Baskerville, Georgia, serif;
	font-size: 1.7em;
	margin-right: 1.0em;
}

.answer {
}