/*   
Theme Name: YDD
Theme URI: http://yankeedoodledollers.org
Description: A Thematic child theme for YDD
Author: Maria Greene (dev), Diane Root (design)
Author URI: http://justmagicdesign.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Feel free to use and customize any of this child theme's CSS -- just don't reuse our images.
.
*/

/* 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: #c9bdeb url(images/lavendar-bg.jpg) repeat-x scroll top left;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

a:link {
  color: #3d0fb0;
}
a:active,
a:hover, .entry-title a:hover {
  color: #9e001a;
  text-decoration: none;
}

#branding {
  background: white url(images/header-bg.jpg) no-repeat top left scroll;
  height: 188px;
  padding: 0;
  z-index: 9;
}

#blog-title, #blog-description {
  text-indent: -9999px;
}

#access {
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 21px;
  height: 27px;
  margin-top: -27px;
  letter-spacing: .1px;
}

.menu {
  width: 800px;
}

.sf-menu {
  float: right;
}

.sf-menu, .sf-menu a {
  border: 0;
}

.sf-menu li {
  background-color: transparent;
}

.sf-menu a {
  line-height: 23px;
  padding: 2px 17px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.current_page_item,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background-color: #3d0fb0;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  color: white;
}

#main {
  background-color: white;
  padding: 12px 0 0;
}

#branding, #container, #main, #subsidiary, #siteinfo  {
  width: 800px;
  background-color: white;
}

#content {
  margin-left: 215px;
}
#content, .hentry {
  width: 585px;
}
.hentry {
  padding-bottom: 0;
}

.entry-title {
  color: #3d0fb0;
  font-family: Georgia, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
  padding-bottom: 12px;
}

.entry-content {
  margin-top: 1em;
  padding: 0 10px 0 0;
}

.entry-content h2 {
  background: transparent url(images/left-dot.jpg) center left scroll no-repeat;
  color: #9e001a;
  font-size: 16px;
  font-weight: normal;
  margin: 12px 0;
  padding: 0 0 0 10px;
}

.entry-content h2 span {
  background: transparent url(images/right-dot.jpg) center right scroll no-repeat;
  display: inline-block;
  padding-right: 10px;
}

.entry-content h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 12px 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  clear: left;
}

.callout {
  border: 1px dotted #9e001a;
  color: black;
  float: right;
  font-size: 12px;
  line-height: 18px;
  margin-left: 10px;
  padding: 0 10px;
  width: 200px;
}

.callout h3 {
  text-align: center;
}

.aside h3 {
  color: #9E001A;
  font-weight: bold;
  margin-bottom: 1em;
}

#primary {
  background: #e1d4ff url(images/sidebar-bg.jpg) top left repeat-x scroll;
  border: 0;
  color: black;
  line-height: 24px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

#primary p {
  margin-bottom: 0;
}
.main-aside {
  width: 205px;
}

#primary ul.xoxo {
  border-left: 4px solid #908f93;
  border-right: 4px solid #908f93;
  padding: 5px 8px 0;
  margin-bottom: 0;
}

.main-aside a {
  color: black;
}

.aside .alignleft {
  margin-right: 10px;
}

/* Secondary area has upcoming events */
#secondary {
  margin-top: 20px;
}

#secondary #text-54 .textwidget { display: none; }

#secondary ul.xoxo {
  padding: 0;
}

#secondary .widgetcontainer {
  color: black;
  margin-bottom: 20px;
  text-align: center;
}

#secondary .textwidget {
  background-color: #eee;
  border-left: 4px solid #908f93;
  border-right: 4px solid #908f93;
  padding: 5px 0;
}

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

#subsidiary {
  padding: 0;
}

#subsidiary .aside {
  width: 205px;
  font-size: 11px;
}

#subsidiary #meta li {
  list-style: none;
  float: left;
  margin-right: 1em;
}

#subsidiary .widgettitle {
  display: none;
}

#siteinfo {
  background-color: white;
  border-top: 1px dotted #9e001a;
  overflow: auto;
  margin-top: -24px; /* line height + padding-top + border-top */
  padding: 5px 0 0;
}

#siteinfo p {
  float: right;
  margin: 0;
  padding: 0 20px;
  width: 565px;
}

/* Contact Form */
.contact-link a {
  font-size: 16px;
  background-color: white;
  color: #3d0fb0; 
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 1px dotted #9e001a;
}
.contact-link a:hover {
  background-color: #d1d1d1;
}
.contact-link a:link, .contact-link a:visited, .contact-link a:hover {
  color: #3d0fb0;
}

.required {
  color: #9e001a;
}
#ec_url {
  display: none;
}
label {
  font-weight: bold;
}
legend {
  background-color: white;
  border: 1px solid #999;
  font-weight: bold;
  color: #9e001a; /* #3d0fb0; */
  margin-top: 10px;
  padding: 0 10px;
}
fieldset {
  background-color: #d1d1d1;
  border: 1px solid #999;
  padding: 0 10px 10px;
}
.form-label, .form-option {
  padding-top: 10px;
}
.gallery-item {
  margin-left: 0;
  margin-right: 0;
}
#comments {
  padding: 0 10px 0 0;
}

.post {
  background: transparent url(images/sep.jpg) no-repeat scroll bottom center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.single .hentry {
  padding-bottom: 30px;
}
.post .entry-utility {
  margin-bottom: 20px;
}
