/*
Theme Name: djsipe.com
Theme URI: http://djsipe.com/
Description: The official theme of djsipe.com
Version: 0.1
Author: Donald J. Sipe III
Author URI: http://djsipe.com/
*/



/* Begin Typography & Colors */
body {
	background:url("img/body-bkg.gif") top left repeat-x;
	color:#636363;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
a {
	color:black;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
#bd {
	background:url("img/border.gif") 700px 0px repeat-y;
	}
#ft {
	text-align:center;
	padding:20px;
	line-height:20px;
	}
#ft img {
	vertical-align:middle;
	}
#hd {
	height:105px;
	background:url("img/logo.gif") top center no-repeat;
	text-align:center;
	font-style:italic;
	}
#hd a {
	text-decoration:none;
	color:#9696d0;
	line-height:77px;
	display:block;
	}
#hd span#hd-djsipe {
	color:white;
	}
#hd span#hd-topic {
	color:#ffff79;
	}
#hd h1 {
	padding-top:30px;
	font-size:15px;
	}
#yui-main .yui-g {
	padding:25px 15px 0 0;
	}
.navigation {
	height: 30px;
	overflow:hidden;
	}
.navigation .alignright {
	float:right;
	}
.navigation .alignleft {
	float:left;
	}
.post h2 a,
.post h2 {
	font-style:italic;
	text-decoration:none;
	font-size:25px;
	color:#64649D;
	}
.post {
	margin-bottom:10px;
	}
.post h3 {
	font-style:italic;
	text-decoration:none;
	font-size:18px;
	color:#64649D;
	}
.post strong {
	font-weight:bold;
}
.post .post-date {
	padding-left:10px;
	font-size:12px;
	border-top:1px solid #CCC;
	width:200px;
	margin-bottom:20px;
	}
.post .content p {
	margin:10px 0 20px 0;
	}
.post .comments {
	float:right;
	width:100px;
	height:100px;
	background:url("img/comments-bkg.gif") top left no-repeat;
	text-align:center;
	}
.post .content ol li {
	list-style-type:decimal;
	margin-left:40px;
	}
.post .content em {
	font-style:italic;
	}
.post .content pre,
.post .content code {
	color: black;
	}
.post .comments a {
	line-height:40px;
	margin-top:15px;
	display:block;
	width:100%;
	font-size:17px;
	color:#CCC;
	text-decoration:none;
	font-family:Georgia1, serif;
	}
#searchform {
	background:url("img/search-bkg.gif") top center no-repeat;
	height:100px;
	width:202px;
	text-align:center;
	display:block;
	margin:0 auto;
	}
#searchform input {
	display:none;
	}
#searchform input.text {
	background:none;
	border:none;
	width:150px;
	height:25px;
	line-height:25px;
	margin-top:50px;
	_margin-top:45px;
	color:#636363;
	display:inline;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	}
#sidebar li.widget {
	margin:0 20px 20px 20px;
	}
#sidebar {
	margin:20px 0;
	background:url("img/links-bkg.gif") top center repeat-y;
	padding:0 5px;
	overflow:hidden;
	}
#sidebar .wrapper-1 {
	background:url("img/links-top-bkg.gif") top center no-repeat;
	padding-top:20px;
	}
#sidebar .wrapper-2 {
	background:url("img/links-bottom-bkg.gif") bottom center no-repeat;
	padding-bottom:20px;
}
#sidebar .widget ul {
	margin-left:10px;
	}


/* Single Post */
.post .foot {
	color:#CCCCCC;
	font-size:11px;
	padding:10px 0;
	clear:both;
	}
.post .foot a {
	color:#666;
	}
h3#comments,
h3#respond {
	font-style:italic;
	text-decoration:none;
	font-size:15px;
	color:#64649D;
	margin:10px 0 10px 0;
	}
ol.commentlist em {
	font-style:italic;
	}
ol.commentlist li {
	margin:10px 20px 30px 20px;
	padding-left:10px;
	border-left:3px solid #F0F0F0;
	overflow:hidden;
	}
ol.commentlist .comment-text {
	padding:10px;
	}
ol.commentlist small.commentmetadata {
	display:block;
	float:right;
	}
ol.commentlist a {
	color:#373737;
	}
#commentform {
	margin-left:30px;
	}
#commentform p {
	margin-bottom:10px;
	}
#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform textarea {
	width:200px;
	background-color:#F9F9F9;
	padding:2px;
	border:1px solid #EFEFEF;
	}
#commentform textarea {
	width:500px;
	}
.comment-text p {
	margin:5px 0 10px 0;
	}