/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.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-r-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: #000;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4 {
	color: #333;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 29px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

h2, .entry-content h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0 0 15px 0;
}

h3, h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 10px 0;
	font-style: normal;
}


p {
	line-height: 125%;
	margin: 0;
	padding: 0 0 15px 0;
}

blockquote {
	padding: 0 0 0 15px;
	border-left: 1px solid #ececec;
	margin: 0 40px 15px 40px;
	line-height: 125%;
}

li {
	line-height: 125%;
}

span, h1.page-title span {
	font-style: normal;
}

a:link, a:visited {
	color: #ea65a2;
	text-decoration: none;
	font-weight: bold;
}

a:hover,
p a:hover, 
.textwidget a:hover {
	text-decoration: underline;
	color: #ea65a2;	
}

.aside a:hover,
.main-aside a:hover {
	text-decoration: underline;
	color: #ea65a2;	
}


#wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

/* HEADER */

#newsletter-bar {
	height: 60px;
}

#newsletter-bar .name {
	float: left;
	padding-top: 12px;
}

#newsletter-bar .signup {
	float: right;
	padding-top: 10px;
}

#header {
	border: none;
	margin: 0;
	padding: 0;
	height: 288px;
}

#branding {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 180px;
}

#blog-description {
	display: none;
}

#blog-title {
	margin: 0;
	padding: 0;
}

#blog-title a {
	text-indent: -9999px;
	background: url(/wp-content/themes/drd/images/title.gif) top center no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	height: 180px;
	width: 960px;
	text-align: center;
}


/* NAV: HIDE BORDERS AND DROPDOWNS */

.page-item-120 { /* hide disclaimer from nav */
	display: none;
}

#access {
	border-bottom: none;
	height: 48px;
	width: 960px;
	clear: both;
}

.menu {
	border: none;
	text-align: center;
	width: 960px;
	height: 48px;
	background: url(images/nav/bg.gif) repeat-x;
}

.sf-menu li {
	background: transparent;
	padding: 0;
}

.sf-menu {
    border: none;
	margin: 0;
	height: 48px;
}

.sf-menu ul ul {
	display: none;
}

.sf-menu a:link,
.sf-menu a:visited {
	border: none;
	text-decoration:none;
	padding: 0;
}

.sf-menu .current_page_item, 
.sf-menu .current_page_parent,
.sf-menu .current_page_item:hover, 
.sf-menu .current_page_parent:hover {
}

.sf-menu .current_page_item a, 
.sf-menu .current_page_parent a, 
.sf-menu .current_page_ancestor a {
    background: none;
	outline: 0;
	padding: 0;
}

.sf-menu a:hover, 
.sf-menu a:active {
    background: none;
	outline: 0;
	padding: 0;
}

.sf-menu li ul,
.sf-menu li li {
	display: none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	display: none;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	display: none;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	display: none;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	display: none;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	display: none;
}

.sf-menu ul {
    border: none;
}

ul.children {
	display: none;
}

/* NAV ITEMS */

/*home*/
.sf-menu .page-item-78 a {
  background: url(images/nav/home.gif); 
  width: 78px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

/*about daphne */
.sf-menu .page-item-80 a {
  background: url(images/nav/about-daphne.gif); 
  width: 140px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;	
}

/*about the book*/
.sf-menu .page-item-82 a {
  background: url(images/nav/about-book.gif); 
  width: 150px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;	
}

/*blog*/
.sf-menu .page-item-84 a {
  background: url(images/nav/blog.gif); 
  width: 67px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;	
}

/*resources*/
.sf-menu .page-item-86 a {
  background: url(images/nav/resources.gif); 
  width: 109px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;	
}

/*media*/
.sf-menu .page-item-88 a {
  background: url(images/nav/media.gif); 
  width: 78px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;	
}

/*newsletter*/
.sf-menu .page-item-90 a {
  background: url(images/nav/newsletter.gif); 
  width: 113px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;	
}

/*contact*/
.sf-menu .page-item-92 a {
  background: url(images/nav/contact.gif); 
  width: 91px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;	
}

/*buy*/
.sf-menu .page-item-94 a {
  background: url(images/nav/buy.gif); 
  width: 134px;
  height: 48px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;	
}


.sf-menu .current_page_item a, 
.sf-menu .current_page_parent a, 
.sf-menu .current_page_ancestor a {
	background-position: 0 -96px;
}

.sf-menu .current_page_item a:hover,
.sf-menu .current_page_parent a:hover, 
.sf-menu .current_page_ancestor a:hover {
	background-position: 0 -96px;

}

.sf-menu a:hover {
    background-position: 0 -48px;
}

/* CONTENT */

#main {
	background: #fff;
	width: 960px;
	margin: 0;
	padding: 0;
	clear: both;
}

#container {
	padding: 12px 0 20px 20px;
	width: 685px;
	position: relative;
	margin: 0 auto;
}

#container #content {
	margin: 0;
	padding: 0;
	width: 685px;
}

.blog #content a, 
.single #content a,
.archive #content a {
	font-weight: bold;
	text-decoration: none;
}

.blog #content a:hover, 
.single #content a:hover, 
.archive #content a:hover {
	text-decoration: underline;
}

#primary {
	border: none;
	margin: 0;
	padding: 20px 20px 25px 20px;
	width: 210px;
	float: right;
}

.main-aside {
	right: 0;
}

#secondary {
	width: 211px;
	margin: 0;
	padding: 6px 20px 25px 0;
	float: right;
}

.aside, 
.main-aside, 
.main-aside ul {
	margin: 0;
	padding: 0;
}

.entry-content {
	margin: 0;
	padding: 0 0 5px;
}

/* SUBNAV */

#subnav {
   margin: 0 0 10px 0;
   padding: 1px 0 5px 0;
   border-bottom: 1px solid #ccc;
   width: 685px;
   float: left;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li {
   float: left;
   display: inline;
   font-size: 15px;
   margin: 0;
   padding: 0 20px 0 0;
   *padding: 0 23px 0 0; /* IE7 */
}

#subnav li a {
   text-decoration: none;
   font-weight: bold;
}

#subnav li a:hover {
   text-decoration: underline;
}

/* FOOTER */

#content-footer {
	background: #ea65a2;
	height: 51px;
	padding-top: 13px;
	text-align: center;
}

#footer {
	margin: 0;
	padding: 10px 0 15px;
	border: 0;
}

#footer pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
}

#footer #siteinfo p a {
	color: #fff;
	text-decoration: none;
}

#footer #siteinfo p a:hover {
	text-decoration: underline;
}

/* MISC STYLES */

.entry-title {
	text-transform: none;
	font-size: 20px;
	color: #333;
	padding: 6px 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

.slug-media h1.entry-title {
	display: none;
}

.slug-media .entry-content h1.entry-title {
	display: block;
	text-transform: none;
	font-size: 20px;
	color: #333;
	padding: 6px 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

.aside h3 {
	font-style: normal;
	font-size: 20px;
}

.aside h4 {
	font-size: normal;
	font-size: 19px;
	padding: 13px 0;
}

.aside sup {
	font-size: 11px;
	margin-top: 22px;
}

/* HOMEPAGE */
.home #container {
	padding: 13px 0 20px;
	width: 754px;
	position: relative;
	margin: 0 auto;
	_padding: 20px 0; /* IE6 */
}

.home #container #content {
	margin: 0 230px;
	padding: 0 20px 25px 20px;
    overflow: hidden;
	width: 460px;
	_margin: 0 103px 0 285px; /* IE6 */
	_padding: 0;
}

.home .entry-content {
	border-bottom: none;
}

.home .more {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	font-size: 12px;
	text-align: right;
}

.home .homepage-excerpt {
	margin: 0;
	padding: 0 0 12px;
}

.home .homepage-excerpt h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.home .homepage-excerpt h2 a:link,
.home .homepage-excerpt h2 a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.home .homepage-excerpt h2 a:hover {
	color: #ea65a2;
	text-decoration: underline;
}

.home .homepage-excerpt .posted {
	font-size: 13px;
	line-height: 130%;
	margin: 0;
	padding: 0 0 12px;
}

.home .post-content {
	margin: 0;
	padding: 0 0 15px;
	line-height: 130%;
}

.home #primary {
    width: 211px;
    float: left;
	margin: 0 0 0 -754px;
	padding: 16px 20px 25px 20px;
	_margin: 0 0 0 -734px; /* IE6 */
	_padding: 21px 0 25px 0;
}

.home #secondary {
    width: 211px;
    float: left;
	margin: -2px 0 0 -49px;
	padding: 0 0 20px 25px;
	_margin: 0 0 0 -77px; /* IE6 */
	_padding: 4px 0 23px 0;
}

.home #footer {    
    clear:both;
}

.home #subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}

.home #subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}

.home #subsidiary #third {
    margin:0 0 0 10px;
}

.home #siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

.home h1 {
	display: none;
}

.textwidget p {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 12px;
	color: #313144;
}

.textwidget p.citation {
	padding: 0 0 15px 0;
	text-align: right;
}

.textwidget p.more {
	text-align: right;
}

/* Homepage widgets */

#text-3 h3 {
	display: none;
}

#text-3 p,
#text-8 p {
	margin: 0;
	padding: 0 0 10px 0;
}

h3.widgettitle {
	padding-bottom: 8px;
}

#text-4 {
	padding-top: 4px;
}

#text-4,
#text-5 {
	color: #333;
}

/* Daphne photo + social networking */
#text-3 .textwidget p img {
	border: 1px solid #999;
}

#text-3 .textwidget ul {
	list-style: none;
	margin: -3px 0 0;
	padding: 0;
}

#text-3 .textwidget li {
	list-style: none;
	display: inline;
	margin: 0 -2px 0 0;
	padding: 0;
}

/* Twitter feed */
#twitter-3 .from-meta {
	display: none;
}

#twitter-3 .entry-content {
	border: none;
}

#twitter-3 h3 {
	margin: 0;
	padding: 15px 0 10px;
}

#twitter-3 h3 a {
	color: #333;
}

#twitter-3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#twitter-3 li {
	color: #333;
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}

#twitter-3 li a:link,
#twitter-3 li a:visited {
	font-size: 12px;
}

#twitter-3 li a:hover {
	color: #ea65a2;
	text-decoration: underline;
	font-size: 12px;
}

/* Coming July 20 */
#text-9 {
	margin-top: -5px;
}

#text-9 h3, 
#text-10 h3 {
	font-size: 23px;
	padding-bottom: 12px;
}

#text-9 h3 {
	margin-top: 0;
	padding-top: 0;
}

/* Buy the Book*/
#text-13 ul,
#text-14 ul {
	list-style: none;
	margin: 0;
	padding: 0 0 4px;
}

#text-13 li,
#text-14 li {
	list-style: none;
	margin: 0;
	padding: 0 0 1px;
}

#text-16 h3 {
	display: none;
}

#text-17 h3 {
	display: none;
}



/* Contact Form */
.slug-contact .entry-title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 12px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

.slug-contact .entry-content {
	border: none;
}

.slug-contact .entry-content h2 {
	padding: 15px 0;
}

.slug-contact form {
	border: 1px solid #f2f2f2;
	padding: 17px 23px;
	margin-top: 5px;
}

.slug-contact form ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.slug-contact #dekoboko_form fieldset li {
	float: left;
	clear: left;
	margin: 0;
	padding: 0 0 3px 0;
}

.slug-contact #dekoboko_form label {
	width: 100%;
	font-weight: bold;
	float: left;
	font-size: 12px;
	text-align: left;
}

.slug-contact #dekoboko_name, 
.slug-contact #dekoboko_email {
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	background: #fff8e3;
	border: 1px solid #cfcfcf;
	width: 310px;
	padding: 5px;
	color: #555;
}

.slug-contact #dekoboko_message {
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	background: #fff8e3;
	border: 1px solid #cfcfcf;
	width: 580px;
	padding: 5px;
	color: #555;
}

.slug-contact input {
	margin-bottom: 10px;
}

.slug-contact textarea {
	margin-bottom: 15px;
}

.slug-contact #dekoboko_submit {
	margin: 15px 0 0;
}

.dekoboko_required {
	color: #c1241f;
}

/* RESOURCES */
.slug-resources h1.entry-title {
	font-size: 29px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	padding: 2px 0 8px 0;
	margin-bottom: 20px;
}

/* NEWSLETTER, BUY */
.slug-newsletter h1.entry-title, 
.slug-buy h1.entry-title {
	font-size: 29px;
	border-bottom: 1px solid #ccc;
	padding: 2px 0 8px 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}


/* BLOG STYLES */

.blog h1, 
.single h1, 
.archive h1, 
.slug-archives h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 29px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 2px 0 8px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}

.blog h2.entry-title, 
.single h2.entry-title, 
.archive h2.entry-title {
	margin: 0;
	padding: 0;
}

.single .entry-title, 
.archive .entry-title {
	text-transform: none;
	font-size: 18px;
	color: #333;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: none;
}

.category .page-title, 
.archive .page-title {
	font-size: 15px;
	border-bottom: none;
	margin: 0;
	padding: 0 0 15px 0;
	text-transform: none;
}

.blog h2.entry-title a {
	color: #333;
}

.blog #content .comments-link a:link,
.blog #content .comments-link a:visited, 
.single #content .comments-link a:link, 
.single #content .comments-link a:visited, 
.archive #content .comments-link a:link, 
.archive #content .comments-link a:visited {
	font-weight: normal;
}

.entry-date, abbr {
	font-size: 13px;
	border: 0;
	outline-color: #fff;
	color: #999;
	clear: both;
}

.blog .entry-content, 
.single .entry-content, 
.archive .entry-content {
	padding: 15px 0;
}

.hentry {
	clear: both;
}

div.sociable {
	margin: 10px 0;
}

.entry-content {
	border-bottom: 0px solid #ccc;
}

.entry-footer {
	padding: 4px 0;
	font-size: 11px;
	color: #787878;
	margin: 0 0 20px 0;
	float: left;
	width: 680px;
}

.entry-footer .meta-prep {
	float: left;
	width: 170px;
}

.entry-footer .cat-links {
	float: right;
	width: 445px;
	text-align: right;
}

a.more-link {
	font-style: normal;
}

#nav-above {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#nav-above a {
	font-style: normal;
}


#primary {
	font-size: 12px;
}

#categories-2 ul {
	float: left;
	width: 210px;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}

#categories-2 li {
	width: 105px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 125%;
}

#categories-2 li a:link, 
#categories-2 li a:visited {
	font-weight: bold;
}

#categories-2 li a:hover {
	text-decoration: underline;
}

#linkcat-2 ul, 
#enh-rp-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#linkcat-2 li, 
#enh-rp-2 li {
	list-style: none;
	margin: 0;
	padding: 0 0 1px;
}

#enh-rp-2 a {
	text-decoration: underline;
}

#enh-rp-2, 
#categories-2,
#linkcat-2 {
	padding-bottom: 10px;
}

/* Comments */

#nav-below {
	margin: 0;
}

#nav-below a {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#nav-below a:hover {
	color: #ea65a2;
}

#comments-list h3, 
#respond h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
}

#comments-list ol {
	border: 1px solid #e3e3e3;
	margin:0;
	padding: 0;
}

#comments-list li {
	border-bottom: 1px solid #ccc;
	padding: 18px 18px 8px 18px;
	position:relative;
}

#comments-list .comment-author {
	padding: 0;
}

#comments-list .comment-meta {
	padding: 0 0 9px 0;
}

#comments-list .comment-meta a {
	font-style: normal;
}

#comments {
	padding: 10px 0;
}
