/*
Theme Name: WordCount
Theme URI: http://wordcountwriter.com
Description: A Hybrid child theme for Michelle Rafter's WordCount
Version: 0.1
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 default CSS */
@import url('screen.css');

/* Get tabs CSS */
@import url('tabs.css');

/* Make sure theme clears WP.org theme repository checklist */

.alignright {}
.alignleft {}
.alignnone {}
.aligncenter {}
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}


/* 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 
*************************************************/
#navigation {
	overflow: visible;
        background: #fff;
	height: 24px;
        border-top: 1px solid #878787;
        border-bottom: 1px solid #878787;
        margin: 21px 0 30px 0;
        width: 960px;
        }

#page-nav {
        margin: 0;
        padding: 0;
        }
        
#page-nav ul {
        margin: 0;
        padding: 0;
        } 
        
#page-nav li {
	margin: 0 15px 0 21px;
        list-style: outside square;
        float: left; 
        }

#page-nav li a {
	display: block;
        text-transform: none;
        text-decoration: none;
        background: #fff;
        margin-left: 5px;
        padding-top: 2px;
	color: #000;
        }
#page-nav li a:hover {
        color: #000;
        text-decoration: underline;
        }
        
#page-nav li ul {
        display: none;  
        }
    
#page-nav li:hover ul, #page-nav li.hover ul {
        border-bottom:0 solid #000000;
        border-top:2px solid #FFFFFF;
        display:inline;
        line-height:1.48em;
        position: absolute;
        margin: 0 0 0 -60px;
        }
    
#page-nav li:hover li, #page-nav li.hover li {
        float: left;
        list-style: outside circle; 
        }
    
#page-nav li:hover li a, #page-nav li.hover li a {
    color: #000; }
    
#page-nav li li a:hover {
    color: #000; }
    
#page-nav .sfhover {
    display: none;
    }
    
#page-nav a img {
    opacity: 1;
    }
#page-nav a img:hover {
    opacity: 0.7;
    }
    
/*Widget Images on Hover*/
.widget-inside a img {
    opacity: 1;
    }
.widget-inside a img:hover {
    opacity: 0.8;
    }

/*Share Buttons and Share This Post*/
.share-buttons ul {
        display: inline;
        list-style-type: none;
        list-style-image:none;
        margin: 0 0 10px 0; 
        }

.share-buttons li {
        display: inline;
        img-align: left;
        padding: 0 5px; 
        border: none;
        }

.post-1 .share-buttons {
       display: inline;
       border: medium none;
       opacity: 1;
       }
.post-1 .share-buttons li:hover {
       opacity: 0.7;
       }
.share-buttons {
       display: none;
       }
       
.post .share-buttons li img {
      border: 0px;
      }
       
.sharethispost {
       display: none;
       }
       
.post-1 .sharethispost {
       display: block;
       font-size: 1.2em;
       margin: 10px 0 10px 0;
       }

/* Blogathon Headquarters Logo */

#content #post-2684 .page-title {
    height: 240px;
    width: 479px; 
    background: url(http://michellerafter.com/wp-content/uploads/2010/04/blogathon-hq.png) no-repeat 0 0;
}

/*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;
        }