/*   
Theme Name: thematic-ddd, A Thematic Child Theme
Theme URI: deardeedee.com
Description: Dear Dee Dee branded thematic child theme.
Author: Shelli Langdale 
Author URI: deardeedee.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');*/


/*** default.css mods ***/
/* =Global Elements */
body, input, textarea {
	font-family: Arial,san-serif;
	line-height: 22px;
}
a, a:link, a:visited {
	color: #f37579;	 /* salmon */
}
a:hover {
	color: #b1005d; /*fuschia */
}
/* text elements */
h1 {font-size: 34px; line-height: 1; font-weight: bold; margin-bottom:0.75em;}
h2 {font-size: 30px; line-height: 1; font-weight: bold; margin-bottom:0.75em;}
h3 {font-size: 24px; line-height: 1; font-weight: bold; margin-bottom: 0.75em;}
h4 {font-size: 20px; line-height: 1.25; font-weight: bold; margin-bottom:0.75em;}
h5 {font-size: 15px; font-weight: bold; margin-bottom:1.5em;}
h6 {font-size: 15px; font-weight: bold;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Nueva Std','Times New Roman',Georgia,Serif;
}

small {
  	font-size: 12px;
}

img.right {
	float: right;
}
#wrapper {
	background-color: #faf8f7;
}

/* =Menu */
/* Essential Styles */
#access {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 15px;
}
.sf-menu {
	float: right;
	border: none;
}
.sf-menu a {
	border: none;
	color: #f37579;
	font-weight: bold;
	padding: 9px 10px;
}
.sf-menu a:visited {
	color: #f37579;
}
.menu li, .sf-menu li li, .sf-menu li li li {
	background: transparent;
}
.sf-menu ul a {
	border: none;
}
.sf-menu li, .sf-menu ul, .sf-menu ul a {
	margin-right: 5px;
}
.sf-menu ul, .sf-menu ul a {
	background: #fff;
	border: none;
   	-moz-border-radius-bottomright:5px;
   	-moz-border-radius-topright:5px;
   	-moz-border-radius-bottomleft:5px;
}
.sf-menu li:hover, 
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active {
    color: #f37579;
    border-bottom-color: none;
}
.sf-menu li.page_item.current_page_item, /* active page show bubble */
.sf-menu li.page_item.current_page_ancestor.current_page_parent { /* if child page is active, show bubble tip on parent */
	background: transparent url('images/menu-bubble-tip.png') no-repeat center bottom; /* bubble tip */
	padding-bottom: 8px; /* to see the bubble tip*/
}   
.sf-menu li:hover, 
.sf-menu a:focus, 
.sf-menu a:hover, 
.sf-menu a:active, 
.sf-menu li.current_page_item a, 
.sf-menu li.current_page_item a:hover,
.sf-menu li.current_page_ancestor a, 
.sf-menu li.current_page_parent a 
{
   	-moz-border-radius-bottomleft:5px;
   	-moz-border-radius-bottomright:5px;
   	-moz-border-radius-topleft:5px;
   	-moz-border-radius-topright:5px;
	background: #fff;
}
.sf-menu li li.page_item a, .sf-menu li li page_item a:hover,
.sf-menu li li.page_item.current_page_item, /* remove pink bubble tip from active child pages */
.sf-menu li li.page_item.current_page_item a, .sf-menu li li.page_item.current_page_item a:hover {
	padding-bottom: 5px;
	background: transparent;
	color: #f37579;
}
.sf-menu li.current_page_item a, 
.sf-menu li.current_page_item a:hover,
.sf-menu li.current_page_ancestor a, 
.sf-menu li.current_page_parent a { 
	background: #f37579;
	color: #fff;
}
.sf-menu li li a:hover,
.sf-menu li li page_item a:hover,
.sf-menu li li.page_item.current_page_item a:hover {
	color: #b1005d;
}
#welcome-wrapper {
	background-color: #faf8f7;
}
#welcome {
	margin: 0 auto;
	width: 940px;
	height: 269px; /* cannot use overflow: hidden else logo character is cut */
	/*overflow: hidden;*/
}
#welcome {
	color: #4d4d4d;
}
#welcome span {
	display: none;
}
#welcome h2 {
	background: url(images/heading-welcome.gif) no-repeat top left;
	height: 38px;
	width: 375px;
}
.welcome-footer {
	background: url(images/floor-mat.gif) repeat-x center top;
	height: 57px;
	display: block;
	position: relative;
	margin-top: -50px;
}
.welcome-image {
	float: left;
}
.welcome-logo, .welcome-kids, .welcome-blurb {
	position: relative;
	z-index: 1;
}
.welcome-logo {
	margin-top: -188px;
	float: left;
}
.welcome-kids {
	margin-top: 88px;
	float: left;
}
.welcome-blurb {
	font-family:Arial,sans-serif;
	float: right;
	margin-top: -15px;
	width: 45%;
}
.welcome-blurb h2 {
	font-size: 26px;
	margin-bottom: 5px;
}
.welcome-blurb img {
	margin-top: -5px;
	margin-left: 5px;
}
.vote-info {
	font-size: 16px;
}
.vote-info img {
	float: right;
}
.poll {

}

/* =Above Header */
.search-wrap {
	width: 100%;
}
.search, #access, .search-wrap {
	background-color: #dbe8c4;
}
.search {
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
	padding-top: 5px;
}
#searchform {
	float: right;
}


/* =Header */
#header {
	/*background: #dbe8c4 url(images/white-green-clouds.gif) repeat-x bottom;*/
	background-color: #dbe8c4;
}
#branding {
    padding: 0;
}
#header-image {
	margin: 0 auto;
	height: 99px;
	background: #dbe8c4 url(images/white-green-clouds.gif) repeat-x center top;
}
#blog-title a, #blog-title a:link {
	background: transparent url(images/dear-dee-dee-logo.gif) no-repeat left top;
	height: 85px;
	display: block;
	text-indent: -9000px;
	width: 316px;
	margin-left: 120px;
}
h1#blog-description, div#blog-description  {
	display: none;
}
.char-logo-excerpt {
	display: block;	
	margin-top: -87px;
	float: left;
}


/* images.css mods */
.wp-caption img {
	float: left;
}
/* one column layout */
.page-template-ddd-onecolumn-php #container, 
.page-template-ddd-onecolumn-php #content, 
.page-template-ddd-home-php #container, 
.page-template-ddd-home-php #content  {
    width:950px;
}

/* =Content */
#main {
	padding: 10px;
}
.page-template-ddd-onecolumn-php h1 {
	color: #4d4d4d;	
	font-size: 36px;
}
.page-template-ddd-onecolumn-php h2 {
	color: #b1005d; 
	font-size: 32px;
}
.page-template-ddd-onecolumn-php h3 {
	/*color: #f37579;*/ 
	font-size: 28px;
}
.entry-title, .page-title {
	font-size: 38px;
	line-height: 40px;
	color: #4d4d4d;
	font-family: 'Nueva Std','Times New Roman',Georgia,Serif;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
	font-family: 'Nueva Std','Times New Roman',Georgia,Serif;
	padding-bottom: 0;
}
.entry-content h1 {
	font-size: 38px;
}
.entry-content h2 {
	font-size: 34px;
    color: #b1005d;
}
.entry-content h3 {
	font-size: 30px;
    color: #f37579;
	font-style: normal;
}
.entry-content h4 {
	font-size: 26px;
	color: #f37579;
	font-style: normal;
	text-transform: none;
}
.entry-content {
	padding-top: 0;
    color: #4d4d4d;
}
.entry-content p img {
	border:1px dotted #CCCCCC;
	padding: 5px;
}
.entry-content blockquote, blockquote.testimonials {
	background: #e3daec url(images/blockquote-entry-title.png) no-repeat 0 10px;
	border: 1px dotted #ccc;
	padding: 10px 10px 0 65px;
	margin: 0 0 30px 15px;
    -moz-border-radius-bottomleft:7px;
    -moz-border-radius-bottomright:7px;
    -moz-border-radius-topleft:7px;
    -moz-border-radius-topright:7px;
}
.entry-meta {
	font-size: 11px;
	margin-bottom: 15px;
}
blockquote.testimonials {
	margin: 0;
}
em.keep-together {
	white-space: nowrap;
}
.call-out, .announcement {
	background: #fffbcc;
	border: 1px dotted #dbd151;
	padding: 10px;
}

/* = */
/* leader aside */
#leader {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:-22px;
	padding:33px 0 11px;
	clear: both;
}

#leader-container {
	margin:0 auto;
	overflow:hidden;
	width:950px;
}

#leader .aside {
	float:left;
	margin:0 10px 0 0;
	width:460px;
}

/* = */
/* main aside */
.main-aside {
	background: #fff;
}

/* = */
/* subsidiary aside */
#footer #subsidiary .aside h3.widgettitle, #footer #subsidiary .aside h2 {
	font-style: normal;
	font-size: 20px;
	color: inherit;
}
.designer-info {
	float: right;
	clear: left;
}
.aside h3 {
	font-size: 24px;
}
/* =One Column right fixed */
#secondary {
	background: #faf8f7;
}
.widget_tag_cloud {
 	margin-bottom: 30px;
}
/* =Footer */
#footer {
	background: #dadcde url(images/grey-green-clouds.gif) repeat-x top;
	border-top: none;
}
#subsidiary {
	padding: 100px 0 0;
}
ul ul.social {
	list-style-type: none;
	margin: 0;
}
ul ul.social a, ul ul.social a:link, ul ul.social a:hover {
	color: #f37579;
}
ul ul.social a:hover {
	color: #b1005d;
}
.social li.twitter, .social li.facebook {
	height: 70px;
	margin-bottom: 20px;
	padding-left: 100px;
}
.social li.twitter {
	background: url(images/twitter-follow-me.gif) no-repeat 0 50%;
}
.social li.facebook {
	background: url(images/facebook-friend-me.gif) no-repeat 5% 50%;
}

/* forms */
.contact-admin a.info, .contact-admin a.info:link, .contact-admin a.info:active {
	color: #f37579;
}
.contact-admin a.info:hover {
	color: #b1005d;
}
.contact-admin textarea {
	height: 100px;
	padding: 0;
	width: 200px;
}
.contact-admin input[type="text"] {
	width: 200px;
}

/* shopping cart WP e-commerce plugin form */
#shopping-cart a:hover {
	color: #b1005d;
	text-decoration: underline;
}
.producttext h2.prodtitles {
	color: #b1005d;
	font-size: 24px;
}
div.default_product_display div.textcol {
	margin-bottom: 30px;
}
table.shoppingcart th, table.productcart td.shipping_header, table.productcart tr.firstrow td {
	background-color: #e3daec;
	color: #4d4d4d;
}
table.wpsc_checkout_table textarea, fieldset.wpsc_registration_form input {
    height: 50px;
}
table.wpsc_checkout_table tr td {
vertical-align:top;
}
span.gocheckout, span.emptycart {
	margin: 10px;
	padding-top: 10px;
	float: left;
}
span.gocheckout {
	float: right;
	margin-top: -11px;
}
span.emptycart {
	float: left;
}

/* = */
/* Grid Pages */

.about h2, .mentoring h2, h2.mentoring {
	color: #b1005d;
}
.about h3, .mentoring h3 {
	color: #f37579;
}
.about h2, .about h3 {
	margin-top: 20px;
}
.intro, .about, .book-series, .mentoring-signup {
	color: #4d4d4d;
}
.mentoring-signup img {
	float: right;
	padding-left: 5px;
}
.mentoring-signup h5, .mentoring-signup h4 {
	margin-bottom: 0;
	clear: left;
}
.intro p img {
	margin: 0;
}
.book-series small {
	float: left;
	clear: both;
	padding-right: 10px;
}
.book-series img {
	float: left;
}
.heading-book-series span.hide, .heading-subscribe span.hide, .heading-who-is span.hide, .heading-mentoring span.hide, .heading-votes span.hide, .heading-testimonials span.hide {
   	display: none;
}
.play-video p {
	margin-bottom: 5px;
}
h3.heading-mentoring, h3.heading-subscribe, h3.heading-votes, .intro h3.heading-who-is {
	margin-bottom: 10px;
}
h3.heading-mentoring {
	background: url(images/heading-mentoring.gif) no-repeat top left;
	height: 48px;
}
h3.heading-subscribe {
    background: url(images/heading-subscribe.gif) no-repeat top left;
	height: 46px;
	margin-bottom: 10px;
}
h3.heading-votes {
	background: url(images/heading-votes.gif) no-repeat top left;
	height: 40px;
}
h3.heading-testimonials {
	background: url(images/heading-testimonials.gif) no-repeat top left;
	height: 46px;
}
.intro h3.heading-who-is {
    background: url(images/heading-who-is.gif) no-repeat top left;
    height: 48px;
}
h3.heading-book-series {
    background: url(images/heading-book-series.gif) no-repeat top left;
    height: 39px;
}
h2.heading-book-excerpt {
    background: url(images/heading-book-excerpt.png) no-repeat top left;
    height: 36px;
}
.intro h3.heading-bookcover-vote {
    background: url(images/heading-book-series-vote.gif) no-repeat top left;
    height: 30px;
}
.bubble {
	background-color: #dbe8c4;
	padding: 15px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	overflow: hidden;
}
.bubble.mentoring-bubble {
	margin-bottom: 25px;
}
.container-wrapper.intro {
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #f37579;
}
div.book-what-is {
	overflow: hidden;
	padding-top: 15px;
}
div.book-what-is p {
	padding-left: 15px;
	padding-top: 20px;
	overflow: hidden;
}
div.book-what-is ul {
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 25px;
}
ul.vid-list {
	margin-bottom: 0;
	margin-top: 12px;
}
.vid-list li.first {
	list-style-type: none;
	font-weight: bold;
	text-indent: -15px;
}
.about ul {
	margin: 0 0 0 15px;
}
.about li.first {
	list-style-type: none;
	font-weight: bold;
	text-indent: -15px;
}
.levels h3.gold {
	background: transparent url(images/icon-gold-membership.png) no-repeat 0 50%;
	color: #e6bd45;
}
.levels h3.silver {
	background: transparent url(images/icon-silver-membership.png) no-repeat 0 50%;
	color: #afafaf;
}
.levels h3.bronze {
	background: transparent url(images/icon-bronze-membership.png) no-repeat 0 50%;
	color: #ac754e;
}
.levels h3.olympic {
	background: transparent url(images/icon-olympic-membership.png) no-repeat 0 50%;
	color: #9161a8;
}
.levels h3.champion {
	background: transparent url(images/icon-medalist-membership.png) no-repeat 0 50%;
	color: #00b9f2;
}
.levels h3.bronze, .levels h3.silver, .levels h3.gold, .levels h3.olympic,.levels h3.champion {
	height: 50px;
	padding-left: 60px;
	margin-top: 40px;
}
.levels ul {
	margin-left: 15px;
}
/** Poll plugin **/
.wp-polls {
	overflow: hidden;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	background-image:none;
	display:inline;
	float:left;
	text-align:left;
	padding: 5px;
	padding-right: 55px;
}
 div#MailPress div#mp-container, div#MailPress div#mp-formdiv {
 position:relative;
 }
 div#MailPress div#mp-loading, div#MailPress div#mp-message {
 position:absolute;
 opacity:0;
 } 
 div#MailPress div#mp-loading, div#MailPress div#mp-message {
 filter:alpha(opacity=0);
 }
/** wp-forums **/
.wpf table.wpf-table th {
	background-color: #e3daec;
	color: #4d4d4d;
	font-size: 16px;
}
p#trail {
	font-style: italic;
}
/** blog page styles **/
.entry-title a:hover {
	color: #b1005d;
}
#respond {
	padding: 18px;
	border: 1px dotted #ccc;
}
#comments, #comments input, #comments textarea {
	font-size:13px;
	line-height:18px;
}
.form-section textarea {
	width:99%;
}
body, input, textarea {
	font-family:Arial,san-serif;
	line-height:22px;
}
textarea {
	height:250px;
	padding:5px;
	width:390px;
}
input[type="text"], input[type="password"], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input[type="text"], input[type="password"], input.text, input.title, textarea, select {
	color: #4d4d4d;
	border: 1px dotted #f37579;
	padding: 2px;
}
input[type="submit"], textarea {
	color: #4d4d4d;
	cursor: pointer;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover {
	background: #e3daec;
	cursor: pointer;
}
.entry-utility a:active {
	color: #f37579;
}
.entry-meta a:hover, .entry-utility a:hover, .nav-previous a:hover {
	color: #b1005d;
	text-decoration: underline;
}
.excerpt {
	margin-left: 10px; 
	font-family:Monaco,monospace;
}

/* lightbox styles */
#lightbox-close a {
	font-size: 15px;	

/* gallery styles */}
.ngg-gallery-thumbnail .shutterset_webjpegs img {
	border: 1px dotted #f37579;
}
.ngg-gallery-thumbnail .shutterset_webjpegs img:hover {
	background: #b1005d;
}
#shDisplay div#shWrap div#shTitle a {
	color: #f37479;
}
#shDisplay div#shWrap div#shTitle a:hover {
	color: #b1005d;
}
#shDisplay div#shWrap img#shTopImg { /* modal img */
	border:5px solid #f37479;
}
#shDisplay div#shTitle { /* modal title */
	border: 9px solid #faf8f7;
	background: #faf8f7;
}
#shTitle #shName {
	color: #4d4d4d;
}
/* Twitter tools */
.aktt_tweets .aktt_more_updates {
	list-style-type: none;
	margin-top: 10px;
}
