/*
Theme Name: ChristopherJones.info 2009
Theme URI: http://christopherjones.info/
Description: Custom Wordpress Theme for Christopher Jones.
Version: 2.0
Author: David Chiu http://www.kagl.com/

Layout for Christopher Jones' website.
*/

* {
	font-family: Arial, Helvetica;
	font-size: 100%;
}

body {
	background: #000 url(../images/background-web-00.jpg) no-repeat top center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	display: block;
	height: 120px;
	width: 750px;
	margin-top: 25px;
	background: transparent url(../images/logo.png) no-repeat top center;
}

div#header h1, div#header strong {
	display: none;
}

div#body {
}

div#body.top {
	margin-top: 20px;
}

div#body.mid {
	margin-top: 350px;
}

div#body div#nav {
	display: block;
	text-align: right;
}

div#body div#nav ul, div#body div#nav ul li {
	list-style: none;
	list-style-type: none;
	display: inline;
}

div#body div#nav ul {
	display: block;
	padding: 5px;
	background: transparent url(../images/navTab-bg.png) bottom right no-repeat;
}

div#body div#nav ul li {
	display: block;
	float: right;
	height: 20px;
	padding: 0px 0px 0px 5px;
	margin-left: 10px;
	/* background: transparent url(../images/navTab.gif) 0px -63px no-repeat; */
}

div#body div#nav ul li a {
	display: block;
	font-size: 11px;
	color: #FFF;
    padding: 4px 7px 5px 2px;
	text-decoration: none;
    /* background: transparent url(../images/navTab.gif) 100% -21px no-repeat; */
}

div#body div#nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

div#body div#nav ul li.active {
	font-size: 11px;
	background: transparent url(../images/navTab.gif) 0px -42px no-repeat;
}

div#body div#nav ul li.active a {
	color: #FFF;
    background: transparent url(../images/navTab.gif) 100% 0px no-repeat;
}

div#body div#nav ul li.layoutExpCol {
	display: block;
	float: left;
	background: transparent;
}

div#body div#nav ul li.layoutExpCol a.expand {
	height: 5px;
	width: 54px;
	background: transparent url(../images/layout-expand.gif) bottom left no-repeat;
	text-indent: 2500px;
	overflow: hidden;
}

div#body div#nav ul li.layoutExpCol a.collapse {
	height: 5px;
	width: 54px;
	background: transparent url(../images/layout-collapse.gif) bottom left no-repeat;
	text-indent: 2500px;
	overflow: hidden;
}

div#body div#twitter_div {
	display: block;
    background: transparent url(../images/twitterBG.png) top left no-repeat;
}

div#body div#twitter_div ul {
	padding: 5px 5px 7px 30px;
	background: transparent url(../images/tweet.gif) 7px 7px no-repeat;
}

div#body div#twitter_div ul#twitter_update_list li {
	width: 700px;
	font-size: 12px;
	padding: 5px;
}
div#body div#twitter_div ul#twitter_update_list li span {
	color: #FFF;
}

div#body div#twitter_div a {
	color: #CCC;
}

div#body div#twitter_div a#twitter-link {
	float: right;
	font-size: 10px;
	color: #CCC;
	padding: 3px 5px 7px 7px;
}

div#body div#content {
	position: relative;
	display: block;
	padding-top: 10px;
	background: transparent url(../images/1x1-white-90.png);
	width: 100%;
	z-index: 1;
}

div#body div#content h2 {
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #999;
	font-family: Tw Cen MT, Trebuchet MS, Arial, Helvetica, Verdana;
	font-size: 2.5em;
	text-transform: lowercase;
}

div#body div#content div.entry {
	padding: 20px 10px 20px 20px;
	border-top: 1px solid #CCC;
}

div#body div#content div.entry p {
	padding-bottom: 10px;
}

div#body div#content div.entry a {
	color: #F90;
	text-decoration: none;
}

div#body div#content div.entry a:hover {
	color: #C60;
	text-decoration: underline;
}

div#body div#content div.entry div.date {
	padding: 2px 8px 0 8px;
	margin-right: 5px;
	background: transparent url(../images/calendar.gif) top left no-repeat;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	float: left;
}

div#body div#content div.entry div.date strong {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #000;
	padding: 5px 0;
}

div#body div#content div.entry h3 a {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

div#body div#content div.entry h3 a {
	color: #F90;
	text-decoration: none;
}

div#body div#content div.entry h3 a:hover {
	color: #FFF;
	background: #F90;
	text-decoration: none;
}
	
div#body div#content div.entry div.byLine {
	font-size: 9px;
	padding-top: 5px;
}

div#body div#content div.entry div.msgBody {
	margin: 5px 0px 0px 45px;
	line-height: 1.2;
	font-size: 11pt;
}

div#body div#content div#articleNav {
	display: block;
	font-size: 11px;
	border-top: 1px solid #999;
	margin-top: 10px;
	padding: 10px;
}

div#body div#content div#articleNav ul li.older {
	float: left;
}

div#body div#content div#articleNav ul li.newer {
	float: right;
}

div#body div#content div#articleNav ul li a {
	color: #999;
	text-decoration: none;
}

div#body div#content div#articleNav ul li a:hover {
	color: #FFF;
	background: #F90;
	text-decoration: none;
}

div#content .postmetadata {
	padding: 10px;
	font-size: 11px;
	border-top: 1px solid #CCC;
	margin-top: 10px;
}

div#content #comments {
	border-top: 1px solid #CCC;
	padding: 10px;
}

div#content #comments .leavecomment {
	padding: 10px;
}

div#content #comments ol.commentlist {
	padding: 5px 0px;
}

div#content #comments ol.commentlist li {
	padding: 5px 10px;
}

div#content #comments ol.commentlist li .commentBy {
	padding-bottom: 5px;
}

div#content #comments ol.commentlist li .commentBody {
	padding: 15px 10px 10px 10px;
	margin-left: 10px;
	background: transparent url(../images/comment-bg.gif) top left no-repeat;
}

div#content #comments ol.commentlist li .commentmetadata {
	padding-top: 5px;
	font-size: 9px;
}

div#content #comments ol.commentlist li .commentmetadata a {
	font-size: 9px;
	color: #999;
}

div#content #comments .leavecomment #commentform .commentBody {
	padding: 15px 10px 10px 10px;
	margin: 5px 0px 0px 10px;
	background: transparent url(../images/comment-bg.gif) top left no-repeat;
}

div#content #comments .leavecomment #commentform .formRow {
	padding: 5px 0;
}

div#content #comments .leavecomment #commentform small {
	font-size: 11px;
}

div#content #comments .leavecomment #commentform input, div#content #comments .leavecomment #commentform textarea {
	padding-left: 20px;
	border: 1px solid #CCC;
}

div#content #comments .leavecomment #commentform input:focus, div#content #comments .leavecomment #commentform textarea:focus {
	border: 1px solid #F90;
}

div#content #comments .leavecomment #commentform input#author {
	background: #FFF url(../images/icons/icon_user.gif) 3px 3px no-repeat;
}

div#content #comments .leavecomment #commentform input#email {
	background: #FFF url(../images/icons/icon_email.gif) 3px 3px no-repeat;
}

div#content #comments .leavecomment #commentform input#url {
	background: #FFF url(../images/icons/icon_link.gif) 3px 3px no-repeat;
}

div#content #comments .leavecomment #commentform textarea#comment {
	background: #FFF url(../images/icons/comment.gif) 3px 3px no-repeat;
}

div#content #comments .leavecomment #commentform input#submit {
	background: #F90 url(../images/button-bg.gif) center center repeat-x;
	padding: 5px 10px;
	border: 1px solid #F90;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
	float: right;
}

div#content #comments .leavecomment #commentform #recaptcha_area {
	margin-top: 10px;
}

div#content #comments .leavecomment #commentform #recaptcha_area #recaptcha_response_field {
	padding: 2px;
}

div#footer {
	margin-top: 10px;
	padding: 10px;
	border-top: 1px solid #333;
	text-align: center;
	font-size: 10px;
	color: #333;
}

div#footer a {
	color: #555;
	text-decoration: none;
}

div#footer a:hover {
	color: #999;
	text-decoration: underline;
}

div.sponsorLogo {
	background: #FFF url(../images/tapednote.gif) no-repeat center center;
	height: 159px;
	width: 319px;
	display: block;
	margin: 0 auto;
	float: left;
}

div.sponsorLogo img {
	border: 0;
}

div.flashVideoContainer {
	background: #EEE url(../images/flashRequiredForVideo.jpg) no-repeat center center;
}

div#content div.msgBody img {
	padding: 5px;
	border: 1px solid #CCC;
}

table.datagrid tr td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #DDD;
}

tr.alt td {
	background: #EEE;
}

table#recaptcha_table {
	background: #FFF;
}