@charset "UTF-8";
/* CSS Document */
#navbar {
	display:none;
	}

	
a:link, 
a:visited {
	color:#5588aa;
	text-decoration:none;
	}
	

	
/*** BLOG POSTS ***/
	
#blog_main, 
.blog_main {
	float:left;
	display:inline;
	width:460px;
	border-right:1px solid #ccc;
	padding:0 15px 0 0;
	}
	
#main {
	text-align:left;
	}
	
.post-body {
	font-size:1.4em;
	line-height:1.4em;
	color:#666;
	font-family:helvetica, arial, sans-serif;
	text-align:justify;
	padding:0 0 15px 0;
	}
	
.post-body p {
	text-align:justify;
	}
	
.post-body a:link, 
.post-body a:visited {
	text-decoration:underline;
	}
	
.post-body a:hover {
	text-decoration:none;
	color:#fc8737;
	}
	
.post-footer {
	font-size:1.4em;
	padding:10px 0;
	border-top:2px dotted #ccc;
	margin: 0 0 15px 0;
	color:#999;
	}
	
.post-footer a:link, 
.post-footer a:visited {
	color:#fc8737;
	}
	

	
	
h2.date-header {
	color:#ccc;
	font-size:1.2em;
	font-family:helvetica, arial, sans-serif;
	margin:0 0 5px 0;
	}
	
h3.post-title {
	font-size:1.8em;
	border-bottom:1px solid #fc8737;
	margin:0 0 15px;
	padding:0 0 5px 0;
	}
	
h3.post-title a:link, 
h3.post-title a:visited {
	color:#fc8737;
	}
	

	
/*** RIGHT SIDE BOXES ***/
#sidebar {
	padding:0 0 0 15px;
	}
	
#sidebar .widget {
	background:url(http://nathanbransford.com/images/sideBox_bg.png) repeat-y;
	padding:10px 15px 20px;
	width:194px;
	margin:15px auto 0;
	text-align:left;
	position:relative;
	}
	
#sidebar .widget:after {
	content:"";
	background:url(http://nathanbransford.com/images/sideBox_shadow.png) no-repeat bottom;
	height:30px;
	display:block;
	width:224px;
	position:absolute;
	bottom:0;
	left:0px;
	}
	
#sidebar .widget-content {
	font-size:1.2em;
	}
	
#sidebar .widget-content ul {
	margin:10px 0;
	padding:0 0 0 15px;
	}
	
#sidebar .widget-content ul li {
	list-style-type:circle;
	color:#999;
	margin:4px 0;
	font-family:helvetica, arial, sans-serif;
	}
	
#sidebar .widget-content ul li a:link, 
#sidebar .widget-content ul li a:visited {
	}
	
#sidebar .widget-content ul li a:hover {
	color:#fc8737;
	}

#sidebar .widget h2 {
	margin:0 0 10px;
	text-transform:uppercase;
	padding:0 0 5px;
	border-bottom:1px solid #ccc;
	font-size:14px;
	text-align:left;
	color:#666;
	font-weight:normal;
	}

.sideBox {
	display:block;
	clear:both;
	padding:0 0 0 10px;
	font-size:1.2em;
	}
	
.sideBox_inner {
	background:url(http://nathanbransford.com/images/sideBox_bg.png) repeat-y;
	padding:10px 15px;
	width:194px;
	margin:0 auto;
	}
	
.sideBox_shadow {
	background:url(http://nathanbransford.com/images/sideBox_shadow.png) no-repeat;
	height:20px;
	display:block;
	width:224px;
	margin:0 auto;
	}
	
#sidebar_right {
	padding:0 0 0 15px;
	width:210px;
	float:left;
	display:inline;
	}
	
	
/*** PROFILE BOX ***/

#profile {
	font-family:Helvetica, Arial, sans-serif;
	}	
	
img#profile_pic {
	float:left;
	display:inline;
	width:60px;
	margin:0 10px 10px 0;
	padding:3px;
	background:#fff;
	border:1px solid #ccc;
	}
	
.profile_info {
	text-transform:uppercase;
	font-size:10px;
	color:#666;
	margin:0;
	line-height:1.3em;
	padding:30px 0 0;
	}
	
p#profile_snip {
	color:#666;
	line-height:1.35em;
	display:block;
	clear:both;
	}
	
#profile .contact {
	border-top:1px solid #ccc;
	padding:10px 0;
	font-size:1.0em;
	text-align:right;
	text-transform:uppercase;
	line-height:1.4em;
	}
	
.contact a:link, 
.contact a:visited {
	color:#666;
	text-decoration:none;
	padding:0 12px 0 0;
	background:url(images/arrow_right.png) no-repeat right top;
	}
	
.contact a:hover {
	color:#fc8737;
	}
	
/**** RIGHT SIDEBAR ****/
#sidebar_right {
	font-family:helvetica, arial, sans-serif;
	}

#sidebar_right h2 {
	color:#666;
	margin:15px 0;
	padding:0 0 5px;
	border-bottom:1px solid #ccc;
	font-size:1.4em;
	}	
	
	
/*** BOOKS LIST ***/
#clientBooks {
	padding:0 0 0 10px;
	}


#clientBooks li {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#clientBooks li {
	float:left;
	display:inline-block;
	position:relative;
	margin:0 8px 10px 8px;
	}
#clientBooks li span.bookTitle {
	position:absolute;
	top:0px;
	left:0px;
	width:65px;
	padding:5px;
	color:#fff!important;
	display:none;
	z-index:100;
	background:#000;
	font-family:helvetica, arial, sans-serif;
	opacity:0.8;
	}
	
/**** COMMENTS *****/

#comments h4 {
	color:#999;
	font-size:1.8em;
	border-bottom:1px solid #ccc;
	padding:0 0 5px 0;
	}
	
#comments-block {
	font-size:1.2em;
	color:#333;
	font-family:helvetica, arial, sans-serif;
	}
	
#comments-block dd.comment-body {
	line-height:1.4em;
	}
	
#comments-block dd.comment-footer {
	font-size:0.8em;
	padding:0 0 20px;
	border-bottom:2px dotted #ccc;
	margin:0 0 20px;
	}
	
p.comment-footer {
	font-size:1.4em;
	font-family:Helvetica, Arial, sans-serif;
	text-align:right;
	}
	
p.comment-footer a:link, 
p.comment-footer a:visited {
	background:#fc8737;
	border:1px solid #fc8737;
	padding:10px 20px;
	display:inline-block;
	margin-left:45px;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
	
p.comment-footer a:hover {
	color:#fc8737;
	background:#e5e5e5;
	}
	
#blog-pager {
	padding:20px 0;
	border-top:1px solid #ccc;
	font-size:1.2em;
	font-family:helvetica, arial, sans-serif;
	text-align:center;
	margin:20px 0 0;
	}
	
#blog-pager-newer-link {
	display:inline-block;
	float:right;
	}
	
#blog-pager-older-link {
	float:left;
	display:inline-block;
	}	
	
.paging-control-container {
	font-family:helvetica, arial, sans-serif;
	display:block;
	clear:both;
	width:100%;
	margin-bottom:20px;
	font-size:1.2em;
	}