/*
Theme Name: Michele Spears
Theme URI: http://www.michelespears.com
Version: 1.0
Description: Original WP theme for Michele Spears
Author: <3
Author URI: http://www.bushnelldesign.com
*/
	body {
		background-color:#ebebe1;
		margin:0px;
	}
	body,font,p,div,td,#content {
		font-family:Verdana,Arial,Helvetica,sans-serif;
		color:#000000;
		font-size:13px;
		line-height:18px;
		font-weight:normal;
	}
	#Container {
		position:relative;
		margin:0px auto;
		text-align:left;
		width:900px;
	}
	#pagediv {
		position:absolute;
		left:0px;
		top:0px;
		width:900px;
		height:640px;
		background-image:url(images/bgtree.gif);
		background-position:right top;
		background-repeat:no-repeat;
		background-color:#ebebe1;
	}
	#navdiv {
		position:absolute;
		left:420px;
		top:0px;
		width:480px;
		height:19px;
		padding-top:5px;
	}
	#headshot {
		position:absolute;
		left:0px;
		top:0px;
		width:400px;
		height:600px;
		background-image:url(images/michele_x600.jpg);
		background-repeat:no-repeat;
		background-position:left top;
	}
	#hires {
		position:absolute;
		left:0px;
		top:580px;
		width:390px;
		height:20px;
		text-align:right;
	}
	.download {
		font-family:Arial,Helvetica,sans-serif;
		color:#FFFFFF;
		font-size:9px;
		text-decoration:none;
	}
	#contentbox {
		position:absolute;
		left:420px;
		top:50px;
		width:460px;
		height:530px;
	}
	#content {
		height:530px;
		overflow:auto;
	}
	#content a {
		color:#450011;
	}
    .category_title, .content_title {
        font-weight: bold;
    }
    .post_title {
        font-weight: bold;
        font-style: italic;
    }
    .menu {
        padding: 0px;
    }
	.menu li {
        display: inline;
        list-style-type: none;
		font-family: Georgia,Times,Times Roman,serif;
		font-size:12px;
		font-weight:bold;
		color:#bfbfb8;
        margin:0px;
        padding:0px;
	}
	.menu li a {
		color:#b00217;
		text-decoration:none;
	}
	.menu li a:hover {
		color:#d90036;
	}
    li.menu-divider {
        margin: 0px 1px 0px 5px;
    }
    li.menu-divider:last-child {display:none;}
