/*   
Theme Name: Leaf - A Thematic Child Theme
Theme URI: http://leaf-of-faith.com
Description: A theme developed for Susan Pelland's Leaf of Faith website.
Author: Maria Greene
Author URI: http://justmagicdesign.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
  background: black;
  color: white;
}

#content {
  color: black;
}

#main {
  padding-top: 20px;
}

#branding {
  background: transparent url('images/godsgiftquilt.png') top left no-repeat;
  height: 296px;
  padding: 0;
  position: relative;
}

#blog-title {
  position: absolute;
  right: 6px;
  bottom: 6px;
}
#blog-title a {
  text-indent: -9999px;
  display: block;
  height: 196px;
  width: 690px;
  background: transparent url('images/spd-logo.gif') center center no-repeat scroll;
}
#blog-title a:hover {
  background: transparent url('images/spd-logo-active.gif') center center no-repeat scroll;
}
#blog-description {
  display: none;
}
#access {
  margin-top: 10px;
  height: 35px;
}
.menu a {
  background-color: #854D88;
  font-family: "Arial";
  font-weight: bold;
  font-size: 120%;
  color: black;
}
.menu a:visited {
  color: black;
}
.menu li.current_page_item a,
.menu li a:hover {
  background-color: black;
  color: #E63B30;
}
#respond {
  background-color: transparent;
}
.hentry, .single .hentry, #nav-above, #nav-below, #comments, .page-title {
  padding: 10px;
}
.entry-title,
.entry-title a {
  font-family: Georgia, serif;
  color: #FF4B33;
}
.entry-title a:active,
.entry-title a:hover {
  color: black;
}

.comment {
  color: #666;
}

.aside h3 {
  color: white;
}

.aside a {
  color: #ccc;
  text-decoration: none;
}

.entry-content h3 {
  padding-top: 14px;
}

/* Don't make visitors enter a website on the contact form */
#ec_url {
  display: none;
}

fieldset {
  border: 1px solid #bbb;
  padding: 1em;
  margin-top: 1em;
}

legend {
  padding-left: .5em;
  padding-right: .5em;
}

.required {
  color: #FF4B33;
}

#primary, #secondary, #second .widgetcontainer {
  border: 1px solid #CCCCCC;
  margin-bottom: 22px;
  padding: 18px 0 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

body.page #secondary {
  display: none;
}

.form-label {
  margin-top: .5em;
}

.hentry {
  padding: 20px;
  width: 580px;
}

.gce-page-list .gce-list p.gce-list-event {
  background-color: transparent;
  font-variant: small-caps;
  font-weight: bold;
}

.gce-page-list .gce-list li p span {
  color: black;
  font-weight: bold;
}

.widgettitle {
  margin-top: 0;
}

#content .post, #content .page, #comments {
  background-color: white;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 10px;
  overflow: auto;
}

.entry-content {
  padding: 10px 0 0;
}

.entry-content h2 {
  padding: 14px 0;
}

.entry-utility {
  clear: left;
}

.home #footer {
  border: 0;
  margin-top: 0;
}

.home #main {
  padding-bottom: 0;
}

.home #subsidiary {
  padding: 0;
}

#subsidiary #second {
  float: none;
  margin: 0;
  width: 100%;
}

#second .widgetcontainer {
  float: right;
  margin-left: 10px;
  padding: 20px;
  width: 415px;
}

#content #page-bottom {
  border: none;
}

#second .widget_text {
  float: left;
}

#second .textwidget {
  text-align: center;
}

#second .textwidget object {
  outline: 1px solid #ccc;
}

#second .widgettitle {
  color: #ff4b33;
  margin-bottom: 10px;
}

/* Shopp */
#shopp ul.products li.product div.frame {
  padding-top: 0 !important;
}

.home #siteinfo {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 50px;
}
