/*   
Theme Name:Misanthrope Child: A Thematic Child Theme
Theme URI: http://www.misanthrope.com
Description: Custom child theme for Misanthrope.com
Author: Deborah Barber
Author URI: http://hexadecibel.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');


/* Global */

body {
	background:url(images/backspats.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #fff;
	
}

/* Typography */
body, input, textarea {
    font-family: "apolline-1","apolline-2", Palatino, serif;
    line-height:18px;
    
}

h3 {
	font-family: "apolline-1","apolline-2", Palatino, serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
}
.style3 {
	font-size: xx-small
}
.style4 {font-size: medium}
p {
	font-family: "apolline-1","apolline-2", Palatino, serif;
	color: #000;
	font-size: 16px;
}
#header {
	font-size: 16px;
	text-transform:uppercase;
	color: #7a7a7a;
}
#header a {
	text-decoration: none;
	color: #7a7a7a;
}

#header a:hover {
	color: #fff;
}
#container {
	color: #000;
}
#container a {
	color: #000;
}
/* testing apoline font */
.apoline {
	font-family: "apolline-1","apolline-2";
	background-color: #fff;
	font-size: 14px;
}
.apolinesc {
	font-family: "apolline-sc-1","apolline-sc-2";
	background-color: #fff;
	font-size: 14px;
}

/* Header & Menu */
#header {
	background-color: #000;
	z-index:2;
	height: 30px;
}
#headcontainer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#blog-title{
	font-weight: bold;
	margin-bottom:0px;
	padding:7px 0 0 0px;
	float:left;
}
.skip-link {
    display:none;
}
/*not in use
#branding{ float:left; width:320px; padding:0;}
#access { 
	border: none;
	padding-top:15px; 
	text-align:right;
} */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
.sf-menu li ul {
    display:none;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border: none;
	float:right;
}
.sf-menu a {
	border: none;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border: none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
    border: none;
 }
.sf-menu ul {
    border: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fff;
}

/* Content */
#main {
    clear:both;
    width: 800px;
    padding:33px 0 22px 0;
       
}
#container {
	width: 500px;
	
	
}
#content {
	width: 500px;
	margin-left: 0;
}
#nav-above {
	display: none;
}
#post {
	border:1px solid #000;
}
.hentry {
    padding:0 0 0 0;
    border-bottom:1px solid #000;
    margin-bottom: 20px;
    width: 500px;
}
.entry-title {
    font-family:"apolline-1","apolline-2", Palatino, serif;;
    font-size:18px;
    font-weight:bold;
    line-height:20px;
    padding:5 0 0 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
} 
/*hides title
.entry-title {
	display: none; 
}*/
.entry-content {
    padding:5px 0 0 0;
    width: 500px;
   
}
.entry-content img {
	margin-bottom: 5px;
}
.wp-caption p.wp-caption-text  {
	text-align: left;
	padding-top: 0;
	padding-bottom:0;
}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:"apolline-1","apolline-2", Palatino, serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.aside { /*this added to keep sidebar still while content scrolls. delete to go back to normal*/
	position: fixed;
	padding-top: 15px; 
	float:none;
}
#secondary { 
	margin-top: 100px;
}
.aside {
	width: 250px;
}
.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#663333;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
#primary h3 {
	font-size:16px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    line-height:22px;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
#primary #about_me_widget-3 h3 { /*don't display About Me widget title*/
	display: none;
}
#primary p {
	color: #000;
}
#secondary h3 {
    font-size:16px;
    font-weight:bold;
    text-align: center;
    line-height:22px;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Sorts Mill Goudy, Palatino Linotype, Book Antiqua, Palatino, serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
    width: 200px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #000;
}
.aside tbody {
    border:1px solid #000;
}
.aside th, .aside td {
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    padding:.21em .6em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
#calendar table {
	width: 180px;
}
#searchform {
	padding-top: 3px;
}
#searchform input {
	width: 200px;
}

/*
    Main Asides
*/

.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:0;
    margin-bottom:22px;
}

/*
    Content Asides
*/
#content .aside {
    border-bottom:1px solid #000;
    margin:0 0 22px 0;
    padding:15px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:"apolline-1","apolline-2", Palatino, serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}
/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:1px solid #ccc;
    margin-top:200px;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}

/* Sociable plugin CSS */
div.sociable { 
margin: 0 0 16px 0; 
padding-bottom: 5px;
float: right;

}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/* =Navigation with WP Page Numbers -- */

.nav-previous {
display:none;}

.nav-next {
display:none;}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: white;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: "apolline-1","apolline-2", Palatino, serif;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: white;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
	margin-bottom: 2px;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
}

#wp_page_numbers li a:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #0075b8;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	text-decoration: underline;
	border-color: #BA0000;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: none;
}