/*
Theme Name: Healthnotes
Theme URI: http://www.aisle7.net/
Description: The Healthnotes theme. Depends on www.aisle7.net styles & javascript. 
Version: 0.2
Author: Seth Hill
Author URI: http://mindlesstechnology.wordpress.com/
*/

#sidebar ul{margin: 0; padding: 0;}
#sidebar ul ul{margin: 5px 0px 0px 25px;}

#sidebar ul li{
    list-style-type: none;
    list-style-image: none;
}
#sidebar ul li li{
    list-style-type: disc;
}
body #callouts_standard {
    background: transparent url(/images/services_callout_btm.gif) left 89% no-repeat ;
	padding-bottom: 8px;
}

#sidebar{
    background: #EFF0F2;
	margin-bottom: 10px;
    padding-bottom: 1em;
}
#sidebar h2{
    background: transparent url(/images/blog/services_callout_hdr_tall.gif) 0 0 no-repeat;
    color: #fff;
    font-size: 1.2em;
    padding: 2px 10px;

	/* position off screen. images inserted into html. */
	position: absolute;
	left: -9999em;

}
.callouts_standard{padding-bottom: 20px;}


.post{margin-bottom: 3em;}
.postmetadata {
     margin-left: 0;
}
.postmetadata li{
    display: inline;
    list-style-type: none;
    list-style-image: none;
}
.post-title, .post h2{font-size: 1.7em; color: #AA3F14;}
.post-title a{
    text-decoration: none;
}
.post h4{
    font-size: .9em;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
}

.authorbio img {float: left; margin-right: 15px;}
.authorbio {
    font-style: italic;
    margin: 1em 0;
    overflow: hidden;
}
.more span{display: block; position: absolute; left: -9999em;}
