/*
Theme Name: WP Skeleton 1.5
Theme URI: http://joeldrapper.com
Description: Simple framework for WP themes
Version: 0.5
Author: Joel Drapper
Author URI: http://joeldrapper.com
Tags: framework, simple, border

	WP Skeleton Version 1.4
	http://joeldrapper.com

	This theme was designed and built by Joel Drapper at http://joeldrapper.com
*/

/* Body
-------------------------------------------------------------------*/
body{
	font: 10pt Trebuchet MS, Verdana, Arial, sans-serif;
	margin:20px 0 20px 0;
	color:#333;
	text-align:center;
}

.deborah{
	position:absolute;
	left:50%;
	top:-5px;
	z-index:5;
	margin-left:205px;
}

/* Formatting and alignment
-------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-family:Trebuchet MS, Arial;
}

a{
	color:#de3585;
}

.aligncenter{
	margin-left:auto;
	margin-right:auto;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

.center{
	text-align:center;
}

.hidden{
	display:none;
}

img.alignleft {
	margin-right:10px;
}

img.alignright{
	margin-left:10px;
}


/* Page
-------------------------------------------------------------------*/
#shadow{

}

#page{
	width:850px;
	background-color:white;
	padding:20px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}


/* Header
-------------------------------------------------------------------*/
#header{
	
}

#header h1{
	text-indent:-9999px;
	background: url(images/header.png);
	width:850px;
	height:150px;
	margin-top:-20px;
}

/* Navigation
-------------------------------------------------------------------*/
ul#menu {
	text-align: left;
	margin: 0px auto 20px auto;
	border-bottom: 1px solid #DDDDDD;
	list-style-type: none;
	padding: 3px 10px 3px 10px;
	clear:both;
}

ul#menu li {
	display: inline;
}

ul#menu li.current_page_item {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

ul#menu li.current_page_item a {
	background-color: #fff;
	color: #000;
	position: relative;
	top: 1px;
	padding-top: 4px;
}

ul#menu li a {
	padding: 3px 10px;
	border: 1px solid #DDDDDD;
	background-color: #EFEFEF;
	color: #666;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

ul#menu a:hover {
	background: #fff;
}

/* Content
-------------------------------------------------------------------*/
#content{
	width:570px;
	text-align:justify;
	float:left;
}

.post-title, .post-title a{
	margin:0px;
	color:#333;
	text-decoration:none;
}

.post-meta{
	padding-bottom:5px;
}

.author{
	float:left;
}

.comments-link{
	float:right;
}

.entry img{
	background-color:#EEEEEE;
	padding:6px;
	border:1px solid #DDDDDD;
}

.post{
	margin-bottom:50px;
	overflow:hidden;
	line-height:160%;
}

.entry{
clear:both;
}

.post h2{
	margin-bottom:0px;
}

.post-meta{
overflow:hidden;
}

.post-meta p{
margin:0px;
color:grey;
}


/* Comment Form
-------------------------------------------------------------------*/
#author{
	
}

#email{
	
}

#url{
	
}

#comment{
	font: 10pt Trebuchet MS, Verdana, Arial, sans-serif;
	color:#333;
	padding:10px;
	width:500px;
	height:125px;
}


/* Comments
-------------------------------------------------------------------*/
.commentlist a{ }
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font:normal 16px Arial,Verdana,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { background-color:#EEEEEE; padding:3px; border:1px solid #DDDDDD; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-60 { }
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#ccc; }
ol.commentlist li p { }
ol.commentlist li ul { }
ol.commentlist li div.reply { }
ol.commentlist li div.reply a { }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {border-left:1px dotted #666; border-bottom:none;}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:1px dotted #666; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:1px dotted #666; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:1px dotted #666; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.parent { }
ol.commentlist li.pingback { border-bottom:1px dotted #44443F; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* Sidebar
-------------------------------------------------------------------*/
#sidebar{
	width:260px;
	text-align:justify;
	float:right;
	line-height:160%;
}

#sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar h3{
margin:0px;
border-bottom:1px solid #dddddd;
}
.widget{
margin-bottom:20px;
}


/* Footer
-------------------------------------------------------------------*/
#footer{
	color:grey;
}
