/*   
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');

/* Custom styles */


body {
	background: url(/images/bg-page.jpg) repeat-x;
	color: #313144;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 14px;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 2px 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;
	color: #313144;	
}

h3, h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 10px 0;
	color: #313144;
	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: #c1241f;
	text-decoration: none;
	font-weight: bold;
}

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

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

/* HEADER */

#header {
	text-align: center;
	border: none;
	margin: 0 auto;
	padding: 0;
	height: 222px;
	width: 980px;
}

#branding {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#blog-description {
	display: none;
}

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

#blog-title a {
	text-indent: -9999px;
	background: url(/images/title.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	height: 177px;
	width: 940px;
	text-align: center;
}


/* NAV: HIDE BORDERS AND DROPDOWNS */

#access {
	border-bottom: none;
	height: 45px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.menu {
	background: none;
	border: none;
	text-align: center;
	margin: 0 auto;
	position: relative;
	width: 920px;
}

.sf-menu li {
	background: none;
	border: none;
}

.sf-menu {
    border: none;
	float: left;
	background: none;
	margin-left: 1px;
}

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

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

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

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: none;
	outline: 0;
    border: none;
}

.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;
}

/* NAV ITEMS */

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

.sf-menu .page-item-28 a:hover {
    background-position: 0 -45px;
}

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

.sf-menu .page-item-2 .current_page_item a,
.page-template-book-php .sf-menu .page-item-2 a,
.sf-menu .page-item-2 a:hover {
    background-position: 0 -45px;
}

/*about the author*/
.sf-menu .page-item-24 a {
  background: url(/images/nav/about-author.jpg); 
  width: 187px;
  height: 45px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.sf-menu .page-item-24 .current_page_item a,
.page-template-author-php .sf-menu .page-item-24 a,
.sf-menu .page-item-24 a:hover {
    background-position: 0 -45px;
}

/*media*/
.sf-menu .page-item-32 a {
  background: url(/images/nav/media.jpg); 
  width: 212px;
  height: 45px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.sf-menu .page-item-32 .current_page_item a,
.page-template-media-php .sf-menu .page-item-32 a,
.sf-menu .page-item-32 a:hover {
    background-position: 0 -45px;
}

/*blog*/
.sf-menu .page-item-43 a {
  background: url(/images/nav/blog.jpg); 
  width: 96px;
  height: 45px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.sf-menu .page-item-43 .current_page_item a,
.single .sf-menu .page-item-43 a,
.archive .sf-menu .page-item-43 a,
.blog .sf-menu .page-item-43 a,
.sf-menu .page-item-43 a:hover {
    background-position: 0 -45px;
}

/*contact*/
.sf-menu .page-item-17 a {
  background: url(/images/nav/contact.jpg); 
  width: 129px;
  height: 45px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.sf-menu .page-item-17 .current_page_item a,
.pageid-17 .sf-menu .page-item-17 a,
.sf-menu .page-item-17 a:hover {
    background-position: 0 -45px;
}


/* CONTENT */

#main {
	background: url(/images/bg-content.jpg) top no-repeat;
	width: 980px;
	margin: 0;
	padding: 0;
	clear: left;
}

#container {
	padding: 21px 0 21px 54px;
	width: 643px;
	position: relative;
	margin: 0 auto;
}

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

#content a {
	font-weight: normal;
	text-decoration: underline;
}

.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: 21px 43px 25px 0;
	width: 207px;
}

#secondary {
	width: 207px;
	margin: 0;
	padding: 6px 43px 25px 0;
	float: right;
}

.page-template-media-php #container {
	width: 443px;
}

.page-template-media-php #container #content {
	width: 443px;
}

.page-template-media-php #primary {
	width: 407px;
}

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

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

/* SUBNAV */

#subnav {
   margin: 0 0 12px 0;
   padding: 3px 0 6px 0;
   border-bottom: 1px solid #f2f2f2;
   width: 643px;
   float: left;
}

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

#subnav li {
   float: left;
   display: inline;
   font-size: 12px;
   margin: 0;
   padding: 0 22px 0 0;
}

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

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

/* FOOTER */

#footer {
	background: url(/images/bg-footer.gif) repeat-x;
	height: 65px;
	margin: 0;
	padding: 0;
	border: 0;
}

#footer #siteinfo {
	background: url(/images/superbug-footer.gif) left no-repeat;
	margin: 0 auto;
	position: relative;
	width: 920px;
	padding: 16px 0 0 0;
}

#footer #siteinfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	line-height: 16px;
	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: 18px;
	color: #313144;
	padding: 0 0 15px 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

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

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

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

.home #container {
	padding: 21px 57px;
	width: 643px;
	position: relative;
	margin: 0 auto;
	_padding: 21px 0; /* IE6 */
}

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

.home #primary {
    width: 208px;
    float: left;
	margin: 0 0 0 -714px;
	padding: 21px 23px 25px 23px;
	_margin: 0 0 0 -734px; /* IE6 */
	_padding: 21px 0 25px 0;
}

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

.home .entry-content h3 {
	font-style: normal;
	text-transform: none;
	margin: -2px 0 15px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #f2f2f2;
	font-size: 15px;
	line-height: 125%;
}

.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 {
	color: #777;
	margin-top: -3px;
	padding: 0 0 15px 0;
}

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

#text-6 h3, 
#text-8 h3 /* hide homepage widget headers */ {
	display: none;
}

#text-8 p {
	padding-bottom: 10px;
}

.page-template-media-php #primary h3 {
	padding: 0 0 10px 0;
	margin-top: -4px;
}

.page-template-media-php #primary p {
	padding: 0 0 15px 0;
}

.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 #f2f2f2;
}

.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: 14px;
	font-family: Verdana, Geneva, sans-serif;
	background: #fff8e3;
	border: 1px solid #cfcfcf;
	width: 310px;
	padding: 5px;
	color: #555;
}

.slug-contact #dekoboko_message {
	font-size: 14px;
	font-family: 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;
}

#dekoboko_submit {
	margin: 15px 0 0 0;
}

.dekoboko_required {
	color: #c1241f;
}

/* BLOG STYLES */

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

.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: #313144;
	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: #313144;
}

.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 {
	color: #313144;
	font-weight: normal;
}

.entry-date, abbr {
	font-size: 14px;
	border: 0;
	outline-color: #fff;
	color: #313144;
}

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

.blog .entry-content a, 
.single .entry-content a,
.archive .entry-content a,
.entry-footer a {
	color: #ee3731;
}

.entry-footer {
	background: #f3f3f3;
	padding: 4px 8px;
	font-size: 11px;
	color: #787878;
	margin: 0 0 30px 0;
	float: left;
	width: 627px;
}

.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;
}

/* RSS links */
#text-4 ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#text-4 h3 {
	display: none;
}

#primary li.icon {
	float: left;
	width: 50px;
	margin: 0;
	padding: 0 5px 0 0;
}

#primary li.description {
	float: left;
	width: 145px;
	margin: 0;
	padding: 5px 0 0 0;
	color: #313144;
}

#recent-posts-4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#recent-posts-4 ul li {
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 125%;
	font-size: 12px;
}

#recent-posts-4 ul li a:link, 
#recent-posts-4 ul li a:visited {
	color: #c1241f;
	font-weight: normal;
	text-decoration: underline;
}

#recent-posts-4 ul li a:hover {
	color: #ee3731;
}

#flexo-archives {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 5px 0;
}

#flexo-archives ul {
	width: 110px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 125%;
}

#flexo-archives ul ul {
	margin: 0;
	padding: 3px 0 10px 0;
}

#flexo-archives ul ul li {
	font-size: 11px;
}

#flexo-archives a:link,
#flexo-archives a:visited {
	font-weight: normal;
}

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

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

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

#categories-2 li a:hover {
	color: #c1241f;
}

/* Blogroll */

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

#feedreadingblogroll-3 li {
	margin: 0;
	padding: 0 0 12px 0;
}

#feedreadingblogroll-3 .feedreading_bookmark a {
	text-decoration: underline;
}

#feedreadingblogroll-3 p.frbl_last_posttitle {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#feedreadingblogroll-3 p.frbl_last_posttitle a {
	font-weight: normal;
	text-decoration: none;
}

.lastPublicationDate abbr {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* Twitter and Facebook */

#text-2 ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#text-2 h3 {
	display: none;
}

#text-2 .description {
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #313144;
}

.facebook {
	padding: 10px 0 5px 0;
}

.twitter p, 
.facebook p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Elsewhere */

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

/* Comments */

#nav-below a {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #ee3731;
}

#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 #e3e3e3;
	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;
}