/*
Theme Name: WordCount
Theme URI: http://wordcountwriter.com
Description: A Hybrid child theme for Michelle Rafter's WordCount
Version: 0.4
Author: Ron S. Doyle
Author URI: http://rondoylewrites.com
Tags:
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/3c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');


/* Get tabs CSS */
@import url('tabs.css');

body {
        background: #000;
        color:#000;
        font-family: "Times New Roman",Times,serif;
        font-size: 0.9em;
        font-size-adjust:none;
        font-stretch:normal;
        font-style:normal;
        font-variant:normal;
        font-weight:normal;
        line-height: 1.48em;
        }
        
/* Body container */
#body-container {
	margin: 0px auto 21px auto;
        padding: 14px;
        background: #fff;
	}

/* Links */
a {
	color: #649C0C;
	text-decoration: none;
	}
a:visited {
	color: #649C0C;
	}
a:hover, a:active {
	color: #9eed22;
	text-decoration: underline;
	}

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-weight: bold;
	}
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
ul {
	list-style: square;
	}

/* Blockquotes */
blockquote {
	font-style: italic;
	color: #555;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

/* Pullquote*/
blockquote.alignleft, blockquote.alignright {
	width: 33%;
	margin-top: 9px !important;
	margin-bottom: 3px !important;
	padding: 6px 9px;
	font-size: 21px;
	text-align: center;
	color: #000;
	background: transparent;
	border-top: 3px double #878787;
	border-bottom: 3px double #878787;
	}


/* Code */
pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
caption {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	}
td, th {
	padding: 3px 6px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
th {
	background: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #DCF8AF;
	border: 1px solid #466D08;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #EDF47F;
	border: 1px solid #EDB420;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #ED219D;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #DDF0FC;
	border: 1px solid #219EED;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 30px 0;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}

.wp-smiley, .post img .wp-smiley {
        border: none;
        vertical-align: middle;
        }

.post .wp-smiley {
        border: none;
        vertical-align: middle;
        }

/* Captions [caption] */
.wp-caption {
	max-width: 576px;
	margin-top: 6px;
	padding: 6px 1px 0 1px;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #666;
	}
.wp-caption img {
	max-width: 564px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery img {
	border: 1px solid #ccc;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	}     
	
/* Header */
#header {
	width: 960px;
	margin: 0 0 21px 0;
	}


/* Custom Header Logo */
#site-title {
     float: left;
     height: 90px;
     width: 490px;
     margin: 10px 0 10px 0;
     }
#site-title a {
     display: block;
     background: url(images/header-logo.png) no-repeat 0 0;
     height: 90px;
     width: 400px;
     }
#site-description {
     display: none;
     }
#site-title a span {
     display: none;
     }

/**
* Header utility widget
************************************************/
#utility-header {
	display:block;
        overflow: hidden;
	width: 470px;
	height: 90px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 21px 0 0 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	}
	

/** 
* Navigation 
*************************************************/
#primary-menu {
	overflow: visible;
        background: #fff;
	height: 24px;
        border-top: 1px solid #878787;
        border-bottom: 1px solid #878787;
        margin: 21px 0 30px 0;
        width: 960px;
        }
        
#primary-menu ul {
        background: #fff;
        margin: 0;
        padding: 0;        
        } 
        
#primary-menu li {
	margin: 0 15px 0 21px;
        list-style: outside square;
        float: left; 
        }

#primary-menu li a {
	display: block;
        text-transform: none;
        text-decoration: none;
        background: #fff;
        margin-left: 5px;
        padding: 3px 5px 0 5px;
	color: #000;
        }
#primary-menu li a:hover {
        color: #000;
        text-decoration: underline;
        }
        
#primary-menu li ul {
        display: none;
        position: absolute;
        border: 1px solid #878787;
        padding: 0 0 0 25px;
        }
    
#primary-menu li:hover ul, #primary-menu li.sfHover ul {
        background: #DCF8AF;
        line-height:1.48em;
        position: absolute;
        border: 1px solid #878787;
        }
    
#primary-menu li:hover li, #primary-menu li.hover li {
        margin: 0;
        padding: 0;
        float: left;
        list-style: outside square; 
        }
    
#primary-menu li:hover li a, #primary-menu li.hover li a {
    color: #000; }

#primary-menu li:hover li ul, #primary-menu li.sfHover li ul {
    }
#primary-menu li:hover li ul, #primary-menu li.sfHover li ul {
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul {

	}
    
#primary-menu li li a:hover {
    color: #000; }
    
#primary-menu .sfhover {
    }
    
#primary-menu a img {
    opacity: 1;
    }
#primary-menu a img:hover {
    opacity: 0.7;
    }

/* Drop-down styles */


/* POST STYLING - ADDED 12 APRIL 2011 */

.entry-title {
    line-height: 1.25;
    }

/* Container (wraps content, primary, and secondary) */
#container {
	margin-bottom: 21px;
	}

/* Main content */
.content {
	width: 480px;
	margin: 0 0 21px 21px;
        font-size: 1.2em;
	}
.no-widgets .content, .page-template-no-widgets .content {
	width: 960px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #878787;
	}
.single .post, .attachment .post, .page .post {
	margin: 0;
	}

/* Archive information */
.author-info, .author-profile, .date-info, .category-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	}

/* Entry title */
.entry-title, .paged .post-1 .entry-title {
        font-size: 18px;
        font-weight:bold;
        margin:0 0 12px;
       
        }

.post-1 .entry-title {
        font-size: 24px;
        }

.archive .entry-title, .search .entry-title {
	font-size: 21px;
	margin: 0;
	}
	
.page-title, .attachment-title {
	margin: 0 0 21px 0;
	}

.entry-title a {
        color: #000;
        }
        
.entry-title a:hover {
       color: #649C0C;
       }       

.entry-meta, .paged .post-1 .entry-meta {
    display: none;
	}

.post-1 .byline {
    margin: 0 0 10px 0;
    }
	
.post-1 .byline, .post-1 .entry-meta {
	display: block;
        font-size: 15px;
	}


/* Byline */
.byline, .paged .post-1 .byline {
	margin: 0 0 0 0;
	font-style: italic;
	color: #878787;
        font-size: 12px;
	}

abbr.published {
    }

.byline a {
        color: #219eed;
        }

.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}

.byline .comments-link {
        color: #219eed;
        font-size: 18px;
        font-weight: bold;
        }

/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	}

/* Entry metadata */
.entry-meta {
	font-style: italic;
	color: #878787;
	margin: 0 0 10px 0;
	padding: 0 0 21px 0;
	}
	
.entry-meta a {
        color: #219eed;
        } 

.entry-meta .comments-link {
        font-weight: bold;
        }

/* Page links (multiple-paged posts) */
p.pages a {
	margin: 0 3px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 21px;
	font-style: italic;
	}
.navigation-links .previous {
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	float: right;
	max-width: 50%;
	text-align: right;
	}

/* WP Pagenavi plugin */
.wp-pagenavi {
	margin-bottom: 21px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 9px 3px 9px;
	border: 1px solid #ccc;
	}
  
/*Widget Images on Hover*/
.widget-inside a img {
    opacity: 1;
    }
.widget-inside a img:hover {
    opacity: 0.8;
    }

/* ShareThis Widgets - Since 0.4 */
.post-1 .share-buttons {
	display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 7px 0; 
    }

#share-top { margin: 0 0 21px 0; }

#share-top.share-buttons iframe.fb_ltr {
    float: left;    
    }

#share-top iframe.twitter-share-button {margin: 3px 0 0 0;}

#share-bottom { margin: 0 0 21px 0; }
    
.share-buttons, .paged .share-buttons {display: none;}

.share-buttons img  { border: none; padding: 5px 5px;}
       
/* Blogathon Headquarters Logo */

#content #post-2684 .page-title {
    height: 180px;
    width: 479px; 
    background: url(http://michellerafter.com/wp-content/uploads/2011/04/2011_blogathon_headquarters_big.png) no-repeat 0 20px;
}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 15px 0;
	color: #464646;
	}
.widget a {
	color: #464646;
	text-decoration: underline;
	}
.widget a:hover {
	color: #466d08;
	text-decoration: none;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #111;
	}

/*Widget Search Form*/
.widget .search-text, .widget-inside .search-text {
        max-width: 100%;
        }

.hybrid-search-3 .widget .search .widget-search {
        max-width: 100%;
        }


/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 10px 20px;
	border: 1px solid #ccc;
	}

/* Comments template */
#comments-template {
        padding: 21px 0 0 0;
       	}

/* Comment headers */
.comments-header {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li, #comments li li li, #comments li li li li li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	}
#comments li li, #comments li li li li {
	background: #f9f9f9;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 15px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
.comment-meta-data {
	margin: 10px 0 21px 0;
	font-size: 13px;
	color: #666;
	}
.comment-author {
	font-size: 15px;
	color: #000;
	}
.comment-reply-link, .permalink, .comment-edit-link {
	font-style: italic;
	color: #666;
	}

/* Comment text */
.comment-text {
	clear: left;
	margin: 0 15px;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 94%;
	}
#comments-template label {
	font-size: .9em;
	}

/* Respond textarea */
textarea {
	width: 98%;
	}

/* Submit and rest buttons */
.button, .submit, .reset {
	width: 90px;
	margin-right: 5px;
	padding: 4px 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
.button:hover, .submit:hover, .reset:hover {
	cursor: pointer;
	background: #c7f480;
	}

/* Footer container */
#footer-container {
	margin: 0 0 21px 0;
	}

/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	}

/* Footer */
#footer {
	font-style: italic;
	color: #444;
	}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}


/*Footer Links*/
.footerlinks ul {
        display: inline;
        list-style-type: none;
        list-style-image:none;
        margin:0; 
        }

.footerlinks li, .footerlinks li li, .footerlinks li li li, .footerlinks a {
        display: inline;
        text-align: center;
        padding: 0px 5px; 
        }

.footerlinks li a {
        text-decoration: underline;
        font-style: normal;
        line-height: 1.1;
        font-size: 12px;
        }
