/* @override http://localhost:3000/stylesheets/default.css */

@import url("common.css");

body {
  background: #ffffff url(/images/hd_bg.gif) repeat-x;
}

/* @group Framework */

/* @group Container */

#container {
  width: 760px;
  margin: 0 auto;
}

/* @end */

/* @group Header */

#hd {
  height: 180px;
  position: relative;
}

#hd img {
  margin-top: 11px;
  margin-left: -10px;
  float:left;
}

#flash_header {
  float: left;
}

/* IE 6 Hack */
* html #hd img {
  margin-left: 10px;
}

* html #flash_header {
  position: absolute;
  top: 0px;
  right: 0px;
  /*float: none;*/
}

/* @end */

/* @group Nav */
#nav_container {
  position: relative;
  top: -12px;
  left: 100px;
}

/* IE 6 Hack */
* html #nav_container {
  top: -12px;
}

/* IE 7 Hack */
*:first-child+html #nav_container  {
  top: -12px;
}

#nav {
  font-size: 92%;
}

#nav ul {
  height: 22px;
}

#nav ul li, #subnav li {
  float: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#nav ul li a {
  display: block;
  margin-right: 1px;
  padding: 0 7px;
  line-height: 22px;
  border: none;
  background: #555A6B url(/images/nav_bg.gif) repeat-x right top;
}

#nav ul li a:link, #nav ul li a:visited {
  color: #DDDDBB;
}

#nav ul li a:hover, #nav ul li a:active {
  background: #444657 url(/images/nav_bg_hover.gif) repeat-x right top;
}

#nav ul li a:link.current, #nav ul li a:visited.current {
  color: #333344;
}

#nav ul li a:hover.current, #nav ul li a:active.current {
  color: #4FADD0;
}

#nav ul li a.current {
  background: url(/images/nav_current_bg.gif) repeat-x;
}

#subnav {
  height: 22px;
  font-size: 85%;
}

#subnav li {
  background: url(/images/subnav_sep.gif) no-repeat left top;
}

#subnav li.first {
  background: none;
}

#subnav li a:link, #subnav li a:visited, #subnav .current {
  display: block;
  padding: 0 .75em;
  color: #333344;
  border: none;
  line-height: 22px;
}

#subnav li a:hover, #subnav li a:active {
  color: #4FADD0;
}

#subnav .current {
  color: #851818;
}

/* @end */

/* @group Content */

#content {
  width: 750px;
  margin: 0 auto 20px auto;
}

#content h1 {
  margin-bottom: 15px;
}

#content h2 {
  margin-top: 10px;
}
.dropcap {
  float: left;
  padding-right: 4px;
  font: 44px/42px Georgia, "Times New Roman", Times, serif;
  margin-top: -12px;
}

/* @end */

/* @group Footer */

#ft {
  clear: both;
  background: url(/images/ft_bg.gif) repeat-x;
  padding-top: 20px;
}

#ft p {
  font-size: 85%;
  margin: 0.20em 0;
}

#ft_wrapper {
  width: 760px;
  min-height: 100px;
  margin: 0 auto;
}

#nav_bottom {
  float: right;
}

#nav_bottom a.top {
  padding-left: 11px;
  background: url(/images/arrow_up_grey.gif) no-repeat left center;
}

#contact {
}

#copyright {
  color: #cccccc;
  font-size: 77%;
  width: 760px;
  margin: 15px auto;
}

/* @end */



/* @end */

/* @group Home Page */

#col1, #col2, #col3 {
  margin-bottom: 20px;
}

#col1 {
  width: 250px;
  float: left;
  padding-right: 15px;
  border-right: 1px dotted #ddd;
}

#col2 {
  width: 250px;
  float: left;
  padding-left: 15px;
  padding-right: 10px;
}

#col3 {
  width: 205px;
  float: right;
}

#home_news h1, #home_events h1 {
  margin-bottom: 12px;
}

.subscribe a, #home_news_archive a, #home_events_archive a {
  font: 92%/18px "Lucida Grande", "Lucida Sans Unicode";
  color: #555A6B;
}

.subscribe {
  float: left;
  background: url(/images/feed.png) no-repeat left center;
  padding-left: 22px;
  margin-top: 5px;
}

.home_toolbar {
  height: 25px;
  border-top: 1px solid #ddd;
}

#home_news_archive {
  float: right;
  background: transparent url(/images/newspaper.png) no-repeat left center;
  height: 20px;
  padding-left: 20px;
  line-height: 20px;
  margin-top: 3px;
}

#home_events_archive {
  float: right;
  background: transparent url(/images/calendar.png) no-repeat left center;
  height: 20px;
  padding-left: 20px;
  line-height: 20px;
  margin-top: 3px;
}

.home_news_item, .home_event_item {
  margin-bottom: 12px;
}

.home_news_item h2, .home_event_item h2 {
  font: 107% "Lucida Grande", "Lucida Sans Unicode";
  margin-bottom: 6px;
}

.home_news_item small {
  color: #778091;
}

.home_event_item small {
  color: #778091;
}

.home_news_item p, .home_event_item p {
  color: #555A6B;
  margin: 0.5em 0;
  font-size: 92%;
}

.button_link {
  background: url(/images/button.gif) no-repeat;
  width: 90px;
  height: 23px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 92%;
  float: left;
  margin-top: 5px;
  margin-bottom: 10px;
}

.button_link a:link, .button_link a:visited {
  border-style: none;
  color: #555A6B;
}

.button_link a:hover, .button_link a:active {
  color: #778091;
}

.button_link a {
  display: block;
  line-height: 20px;
  font-size: 92%;
}

#features_ads {
  width: 205px;
}

#feature_ads img {
  margin: 8px 12px;
}

#features_ads a {
  border: none;
}

#votd_container {
  background: url(/images/votd_bg.gif) repeat-x;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}

#votd_left {
  background: url(/images/votd_left.gif) no-repeat left top;
}

#votd_right {
  background: url(/images/votd_right.gif) no-repeat right top;
}

#votd {
  padding: 12px 15px;
}

#votd h1 {
  margin-bottom: .25em;
}

#votd p {
  margin: 0.5em 0;
  font-size: 92%;
}

#votd small {
  font-style: italic;
  color: #778091;
}

/* @end */

/* @group AboutUs */

#we_believe {
  padding-left: 23px;
}
#we_believe li {
  list-style-type: square;
  list-style-position: outside;
  list-style-image: url(/images/li_ellipsis.gif);
}

.leader {
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #ccc;
}

.leader .name {
  font-size: 122%;
  margin-bottom: .5em;
}

.leader .title {
  font-size: 107%;
  margin: 0;
  font-style: italic;
}

.leader .email {
  margin: 0;
  font-size: 92%;
}

#executive_presbyters {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

#executive_presbyters h2, #ministries_directors h2 {
  margin-top: 15px;
}

#executive_presbyters .region, #ministries_directors .region {
  font-weight: bold;
  margin-bottom: 0;
}

#executive_presbyters .name, #ministries_directors .name {
  margin: 0px;
}

/* @end */

/* @group News */

.paging_toolbar li {
  float: left;
  font-size: 85%;
  margin-right: 7px;
  padding-left: 7px;
  list-style-type: none;
  margin-left: 0px;
}

.paging_toolbar li a {
  display: block;
}

#event_info cite {
  color: #778091;
}

.news_article_summary h2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.news_article_summary cite, .news_article cite {
  color: #778091;
  font-size: 92%;
}

/* @end */

/* @group Churches */

#church table td {
  border: 0px;
}

#church h2 {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  font-size: 100%;
}

#church h4 {
  margin-top: 17px;
  border-bottom: 1px dotted #ddd;
}

/* @end */

/* @group Events */

#events {
  width: 450px;
  float: left;
}

#calendar_info {
  width: 250px;
  float: right;
  padding: 0 10px;
  background-color: #eee;
  font-size: 85%;
}

#annual_calendar td {
  padding-right: 10px;
}

s.event {
  margin-top: 13px;
}

.event h2 {
  font-size: 122%;
  font-family: "Lucida Grande", "Lucida Sans Unicode";
  border-top: 1px dotted #ccc;
  padding-top: 15px;
  margin-bottom: 5px;
}

.event cite {
  color: #555A6B;
}

#event_col1 {
  width: 450px;
  float: left;
  border-right: 1px dotted #ddd;
  margin-right: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

#event_col2 {
  width: 250px;
  float: left;
  margin-bottom: 20px;
}

#guests {
  margin-top: 10px;
}

#event_logo {
  margin: 0 auto 20px;
  display: block;
}

#guests h3, #pricing h3, #related_info h3,
#important_dates h3, #schedule h3 {
  border-bottom: 1px dotted #ddd;
}

.guest {
  margin: 15px 0;
}

.guest h4 {
  padding-top: 15px;
  font-size: 114%;
}

.guest cite {
  font-size: 92%;
  color: #778091;
}

.guest img {
  float: left;
  margin-right: 12px;
}

.guest .bio {
  margin-left: 72px;
  font-size: 85%;
}

#related_info {
  margin-top: 10px;
  margin-left: 72px;
}

#pricing td {
  border: none;
}

#pricing small {
  font-style: italic;
}

#pricing td.sep {
  border-bottom: 1px solid #ddd;
}

.price {
  font-weight: bold;
}

#schedule {
  margin: 30px 0;
}

#schedule table {
  margin-top: 3px;
}

td.last {
  border: none;
}

/* @end */

/* @group Publications */
#publications {
  margin-top: 20px;
}

#publications h2 {
  font-size: 122%;
  margin: 20px 0px 5px 0px;
}

#publications .pdf {
	padding-top: ;
}


/* @end */