/*
Theme Name: cbv2
Description: The second and only theme for chrisburnell.com.
Version: 1.0
Author: Chris Burnell
Author URI: http://chrisburnell.com/
Tags: chris,burnell,v2

Dark Blue:	#283d42
Darker Blue:	#192629
Brown/Green:	#b5ab86
Orange:	     	#ff8c56
Dark Orange:	#cb7045
Purple:		#69173a
Yellow:		#ffdc5e
Brown:		#7e7c4c
*/

/*/ GENERAL /*/

* {
	margin: 0; padding: 0;
}

body {
	background: #283d42 url('http://chrisburnell.com/images/body-bg.png') repeat;
	color: #ddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-style: normal;
	line-height: 1.6em;
}

a {
	color: #ffdc5e;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #ff8c56;
	text-decoration: underline;
}

a img, a img:hover {
	padding: 2px;
	border: 1px solid #ffdc5e;
	text-decoration: none;
}

.title {
	background: url('http://chrisburnell.com/images/titleBG.png') repeat;
	padding: 9px 10px 0 5px;
	margin: 20px 0;
	letter-spacing: -1px;
	border-top: 1px solid #ffe070;
	border-bottom: 1px solid #7e7c4c;
}

.title h2 { display: inline-block; }

.title .right, .title .right a { color: #192629; font-size: 14px; font-weight: bold; text-transform: lowercase; border: none; }

.title .right a:hover { color: #69173a; }


h2 {
	color: #192629;
	font-size: 18px;
	text-transform: uppercase;
}

h2 a {
	color: #192629;
	border: 0px;
	text-decoration: none;
}

h2 a:hover {
	color: #69173a;
	border: 0px;
}

h3 {
	color: #ffdc5e;
	font-size: 16px;
}

/*/ WRAPPER /*/

.wrapper {
	width: 900px;
	margin: 0 auto;
}

/*/ HEADER /*/

#header {
	background: url('http://chrisburnell.com/images/headerBG.png') no-repeat top center;
	width: 900px;
	height: 120px;
	font-size: 10px;
	padding: 0; margin: 0;
	text-shadow: #333 0 1px 0;
}

#header-left, #header-mid, #header-right {
	width: 280px;
	float: left;
}

#header-left {
	height: 120px;
	margin-right: 30px;
}

#header-left a {
	width: 100%;
	height: 100%;
	display: block;
}

#header-mid {
	height: 41px; margin-top: 79px;
	margin-right: 30px;
	text-shadow: #333 0 0 2px;
}

#header-mid dl {
	width: 280px;
	float: left;
}

#header-mid dl dt {
	width: 90px;
	float: left;
}

#header dl dd {
	width: 188px;
	margin-right: 2px;
	float: left;
	text-align: right;
	clear: right;
}

.divider {
	width: 100%; height: 3px;
	background: #69173a url('http://chrisburnell.com/images/divider.png') repeat-y;
	clear: both;
}

/*/ TWITTER & LAST.FM /*/

#header-right {
	position: relative;
	height: 99px; margin-top: 21px;
}

#header-right ul {
	padding-left: 15px;
	list-style-type: none;
}

ul#twitter_update_list li span a { display: inline; }

ul#lastfm { display: none; }

#header-right #switch {
	background: url('http://chrisburnell.com/images/switch-icon.png');
	position: absolute; top: 0px; left: 124px;
	width: 16px; height: 16px;
}

#header-right #switch a {
	width: 16px;
	height: 16px;
	display: block;
}

#header-right a.twitterlink { padding: 4px; background: #343740; font-weight: bold; }

#header-right a.lastfmlink { padding: 0 4px; font-weight: bold; float: right; }

/*/ CONTENT /*/

#content {
	float: left;
	width: 650px;
}

#content h2 a {
	color: #192629;
	text-decoration: none;
}

#content h2 a:hover {
	color: #69173a;
}

#content h3 {
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#content p {
	padding: 0 15px;
	margin-bottom: 15px;
	text-shadow: #333 0 1px 0;
}

#content .meta {
	font-size: 0.85em;
	margin-bottom: 20px;
}

#content .imagebox {
	text-align: center;
}

#content .imagebox img {
	margin: 0 10px 1em 10px;
}

#content .more-link {
	text-align: center;
	font-size: 10px;
	background: #343740;
	padding: 5px;
}

/*/ SIDEBAR /*/

#sidebar {
	float: right;
	width: 235px;
	margin-left: 15px;
}

#sidebar ul {
	padding-bottom: 40px;
	text-align: right;
	list-style-type: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar ul li h2 {
	padding-bottom: 1.4em;
}

#sidebar ul ul {
	padding-bottom: 15px;
}

#sidebar ul ul li {
	color: #888888;
	text-shadow: #333 0 1px 0;
}

#sidebar ul ul li:after {
	content: "\0020 \00AB";
}

#sidebar h3 {
	padding-bottom: 10px;
}

#sidebar .searchform {
	padding: 20px 0 1.4em 0;
}

#sidebar .searchform input {
	width: 229px;
	background: transparent;
	border: 1px dotted #ffdc5e;
	padding: 2px;
}

/*/ COMMENTS /*/

#comments {
	width: 100%;
	line-height: 1.4em;
	text-align: justify;
}

#respond {
	width: 100%;
	line-height: 1.4em;
	text-align: justify;
}

#comments p, #respond p {
	margin-bottom: 1.0em;
	text-shadow: #333 0 1px 0;
}

ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li.comment { margin-bottom: 1.0em; padding: 0 15px; }
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; font-weight: bold; }
ol.commentlist li.comment div.vcard .says { font-size:10px; color:#888888; }
ol.commentlist li.comment div.vcard img.avatar { border:4px solid #343740; float:right; margin:3px 0 1em 2em; }
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#888888; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { border-left: 4px solid #ffdc5e; list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li.depth-2 { margin:0 0 .25em 2.0em; padding-right: 0px; }
ol.commentlist li.bypostauthor div.vcard img.avatar { border:4px solid #ffdc5e !important; }
#respond cancel-comment-reply { margin:0; padding:0; }
#comments a.comment-edit-link { color: #ffdc5e; }

/*/ ARCHIVES /*/

.archives ul {
	margin-bottom: 20px;
	list-style-type: none;
}

/*/ FOOTER /*/

#footer {
	width: 100%;
	padding: 30px 0;
	font-size: 10px;
	clear: both;
}

#footer .twitter {
	color: #33ccff;
}

#footer .twitter:hover {
	border-bottom: 0;
	color: #CCFFFF;
}

#footer .lastfm {
	color: #e25c52;
}

#footer .lastfm:hover {
	color: #e27971;
	border-bottom: 0px;
}

/*/ MISCELLANEOUS /*/

.prevnext {
	margin: 20px 0;
	text-align: center;
	font-size: 0.85em;
	text-shadow: #333 0 1px 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.clear { clear: both; }

.clear-left { clear: right; }

.clear-right { clear: right; }

.indent {
	margin: 0;
	padding-right: 20px;
}

abbr {
	border-bottom: 1px dotted #b5ab86;
	cursor: help;
}

small, .small {
	font-size: 9px;
}

code, pre {
	border: 1px dashed #888;
	display: block;
	overflow: auto;
	padding: 10px;
	margin: 10px;
	font-size: 11px;
	font-family: Courier New;
}

input, textarea {
	color: #ddd;
	background: transparent;
	border: 1px dotted #ffdc5e;
	padding: 3px;
}

input[type="submit"] { text-transform: lowercase; }

.gray {
	color: #888888;
}

.noborder {
	border: 0;
}

blockquote {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 2px solid #ffdc5e;
}

.wp-caption {
	text-align: center;
}