/*
Theme Name: DanielJ
Theme URI: http://www.danielj.me
Description: Custom theme designed for Danielj.me
Author: Daniel Jackson
Author URI: http://www.danielj.me
Version: 1.0

    This custom theme was designed by Daniel Jackson for use on his blog.
    Copyright Daniel Jackson 2009
    daniel@danielj.me
*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #033053 url(images/page-bg.png) repeat-x top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

p {
    margin: 1em 0;
    padding: 0;
}

/* Pointer */
#header h1 span, .genericbutton, .searchbutton {
	cursor: pointer;
}

#page {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	position: relative;
}

#wrapper {
	border-top: 1px solid #fff;
}

#header {
	height: 200px;
	position: relative;
}

#header h1 {
	margin: 0;
	height: 65px;
    position: absolute;
	top: 20px;
	left: 5px;
}

#header h1 a {
	font-size: 36px;
	text-decoration: none;
	color: #fff;
}


#header h1 span {
    display: block;
	position: absolute;
	width: 360px;
	height: 65px;
	background: transparent url(images/danielj.jpg) no-repeat top left;
}
#navmenu {
	background: transparent url(images/nav-bg.png) no-repeat top left;
	height: 86px;
	width: 525px;
	position: absolute;
	top: 24px;
	left: 435px;
}

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

#navmenu li {
	display: inline;
}

#navmenu li a {
	color: #666666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    width: 104px;
	height: 40px;
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
}

#navmenu li a:hover {
    color: #fff;
}

#navmenu .home a {
	background: transparent url(images/nav-home-bg.png) no-repeat top left;
}

#navmenu .about a {
	background: transparent url(images/nav-about-bg.png) no-repeat top left;

}

#navmenu .advertise a {
	background: transparent url(images/nav-advertise-bg.png) no-repeat top left;

}

#navmenu .archives a {
	background: transparent url(images/nav-archives-bg.png) no-repeat top left;

}

#navmenu .contact a {
	background: transparent url(images/nav-contact-bg.png) no-repeat top left;

}

#navmenu .home a:hover {
	background: transparent url(images/nav-home-bg.png) no-repeat bottom left;
}

#navmenu .about a:hover {
	background: transparent url(images/nav-about-bg.png) no-repeat bottom left;
}

#navmenu .advertise a:hover {
	background: transparent url(images/nav-advertise-bg.png) no-repeat bottom left;
}

#navmenu .archives a:hover {
	background: transparent url(images/nav-archives-bg.png) no-repeat bottom left;
}

#navmenu .contact a:hover {
	background: transparent url(images/nav-contact-bg.png) no-repeat bottom left;
}

#content {
	width: 655px;
	float: left;
	background: #fff url(images/content-bottom.png) no-repeat bottom left;
	padding: 10px;
	margin: 5px 5px 25px 0;
}

#sidebar, #topbar {
	padding: 0;
	background-color: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

#topbar {
	width: 675px;
	float: left;
	margin: 10px 5px 0 0;
}

#sidebar {
	background: #fff url(images/sidebar-bottom.png) no-repeat bottom left;
	float: right;
	width: 280px;
	padding-bottom: 10px;
    margin: 10px 0 25px 0;
}

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

#sidebar ul li {
    
}

.dj_widgetbox, .textwidget {
    padding: 10px 10px;
	background: #fff url(images/widget-content-bg.png) repeat-x top left;
}

.widgettitle {
    margin: 0;
	padding: 0 0 0 10px;
    background: #1a6392 url(images/widget-title-bg.png) no-repeat top left;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 32px;
}

.cb {
	clear: both;
	background: none;
	line-height: 1%;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#footer {
	color: #8caac3;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #c0c0c0;
	background-color: #073456;
	padding: 8px;
	text-align: right;
	margin-bottom: 20px;
}

#footer a {
	color: #8caac3;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

.post {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#content h2 {
	border-bottom: 1px solid #ddd;
	margin: 15px 0 3px 0;
}

#content h2, #content h2 a {
	color: #1773a6;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 24px;
    text-decoration: none;
	font-weight: normal;
}

.postmetadata {
	margin: 30px 0 0 0;
	padding: 5px;
	border-bottom: 1px solid #dde;
	border-top: 1px solid #dde;
	background: #eeeeff;
	text-align: center;
}

.entry {
	clear: both;
	padding-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.dj_postbit, .postmetadata {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.dj_postbit a, .postmetadata a, .comment a {
	color: #5f98b8;
	text-decoration: none;
}

.dj_postbit a:hover, .postmetadata a:hover, .comment a:hover {
	text-decoration: underline;
}

.dj_postmeta {
	background: #fff url(images/comment-bg.png) repeat-x center left;
	height: 31px;
	margin-bottom: 10px;
}

.dj_postmeta a {
	margin-left: 514px;
	display: block;
    color: #fff;
	background: #464646 url(images/comment-button.png) no-repeat top left;
	text-decoration: none;
	height: 31px;
	width: 131px;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
}

.dj_postmeta a:hover {
	color: #c8f0ff;
	background: #145980 url(images/comment-button.png) no-repeat bottom left;
}

.dj_loginout {
	float: left;
	background: transparent url(images/loginout-l.png) no-repeat bottom left;
	height: 43px;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-left: 10px;
}

.dj_loginout span {
	height: 43px;
	display: block;
	background: transparent url(images/loginout-r.png) no-repeat bottom right;
	padding-left: 10px;
	padding-right: 20px;
}

.dj_loginout a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.dj_loginout a:hover {
	color: #b0e3ff;
}

.dj_recentposts {
	float: left;
	border-right: 1px solid #eef;
	margin: 0;
	padding: 0;
}

.dj_recentposts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.dj_recentposts li {
	margin: 0;
	padding: 0;
    width: 360px;
}

.dj_recentposts li a {
	margin: 0;
    padding: 4px 5px;
    display: block;
	width: 350px;
    color: #1c5782;
    text-decoration: none;
}

.dj_recentposts li a:hover {
    background-color: #eeeef6;
}

.dj_newsletter {
	float: left;
	background: none;
	width: 250px;
	padding: 0 0 0 20px;
	text-align: left;
}

.dj_infobox {
	background: none;
}

.genericbutton {
	padding: 0;
	border: 0;
	outline: 0;
	color: #fff;
	font-weight: bold;
	background: #464646 url(images/comment-button.png) no-repeat top left;
	width: 131px;
	height: 31px;
	padding-bottom: 4px;
}

.genericbutton:hover {
	color: #c8f0ff;
	background: #145980 url(images/comment-button.png) no-repeat bottom left;
}

.tbanner {
	margin-top: 10px;
	float: right;
	width: 728px;
}

.navigation {
	margin-bottom: 10px;
}

.navigation a {
	font-weight: bold;
	text-decoration: none;
    color: #1c5782;
}

.navigation a:hover {
	text-decoration: underline;
}

.alignleft {
	text-align: left;
	float: left;
}

.alignright {
	text-align: right;
	float: right;
}

.aligncenter {
	text-align: center;
}

.search {
    clear: both;
	margin: 0;
	padding: 0;
}

.search fieldset {
    margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border: 0;
	height: 46px;
	text-align: right;
	background: transparent url(images/search-bg.png) no-repeat top right;
}

.search input {
    border: 0;
    margin: 11px 0 0 0;
    padding: 3px 0 0 2px;
    border-left: 1px solid #ccc;
    background: #fff url(images/search-input-bg.png) repeat-x top left;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a8a8a8;
	font-weight: bold;
	font-size: 12px;
}

.searchbutton {
    margin: 7px 0 0 0;
    padding: 0;
	border: 0;
	outline: 0;
	background: transparent url(images/search-button.jpg) no-repeat top left;
	width: 36px;
	height: 28px;
	vertical-align: top;
}

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

.spsr img, .spsl img {
	margin-bottom: 10px;
}


.cf_form {
	margin: 0;
	padding: 0;
}

.cf_form label {
	display: -moz-inline-box;
	display: inline-block;
	width: 120px;
	margin: 5px 10px 5px 0;
	text-align: right;
}

.cf_form input, .cf_form textarea {
	margin: 5px 0;
}

.cf_form span {
	vertical-align: text-top;
	line-height: 14px;
}

.cf_form .cf_textlabel {
	padding-top: 10px;
	vertical-align: top;
}

.cf_form .cf_submit {
	margin-left: 135px;
}

.rss a, .twitter a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.dj_icon {
	padding: 0 5px 0 10px;
}

.dj_border {
	border-right: 1px solid #505050;
}

.rss {
	padding-right: 10px;
}

.rss a {
	color: #ec8631;
}

.rss a:hover {
	color: #ffb06f;
}

.twitter a {
	color: #0cbaee;
}

.twitter a:hover {
	color: #b6eeff;
}

#respond {
	margin-left: 10px;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #333;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	text-indent: 0;
}

.children {
	margin: 20px 10px 0 10px;
	list-style: none;
	padding: 0;
	text-indent: 0;
}

.fn {
	font-weight: bold;
	font-style: normal;
}

.says {
	font-weight: bold;
}

.comment {
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.comment-author {
	background-color: #f6f6f6;
	border-bottom: 1px solid #eee;
	padding: 3px;
	margin: -5px -5px 3px -5px;
}

.comment-meta {
	font-size: 11px;
	margin-bottom: 15px;
}

.depth-3, .depth-5, .depth-7 {
	background-color: #fff;
}

.depth-2, .depth-4, .depth-6 {
	background-color: #f9f9f9;
}

.avatar {
	float: right;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.reply {
	margin-top: 15px;
    font-weight: bold;
}

.advertiselink {
	margin: 0;
	text-align: center;
}

.advertiselink a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.advertiselink a:hover {
    color: #1c5782;
	text-decoration: underline;
}

.availablead {
	color: #427e28;
	font-weight: bold;
}

.cf_errmsg {
	background-color: #ffecea;
	border: 1px solid #e09d87;
	padding: 5px 30px;
	margin: 2em 3em;
	line-height: 1.6em;
}

.cf_errmsg li {
	margin-left: 3em;
}
