/*

Grid being used: http://gridr.atomeye.com/?c=16&cw=34&cm=25&om=20

*/



/*=LAYOUT
---------------------------------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}

body {
	margin:0;
	font-family:Georgia, Palatino, "Times New Roman", serif;
	color: #4b4b4b;
	background: #e8e5dd url(../images/bg_body.jpg) repeat;
	}
	
.wrapper {
	width:950px;
	margin:0 auto;
	position: relative;
	}
	
#masthead {
	background: #c5c1b2 url(../images/bg_masthead.jpg) repeat-x;
	height: 115px;
	position: relative;
	}
	
#intro {
	padding: 30px 0 10px 0;
	}	
	
#info-author {
	float: left;
	width: 270px;
	margin-right: 25px;
	}	
	
#info-book {
	}	
	
#content {
	width: 959px;
	margin:25px auto 0 auto;
	padding: 30px 0;
	position: relative;
	background-color: #fff;
	clear: both;
	-webkit-box-shadow: 0 0 10px #e7e1d2;
	-moz-box-shadow: 0 0 10px #e7e1d2;
	}	

#content .wrapper {
	width: 930px;
	padding: 0 15px;
}
	
#primary {
	width: 600px;
	float: left;
	}	
	
#secondary {
	width: 270px;
	float: right;
	}
	
#footer {
	padding: 20px 0;
	text-align: center;
	}

/*=HTML tags
---------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { 
    color: #111; 
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	}

p, ul, ol {
	font-size: 14px;
	line-height: 1.6em;
	color: #161616;
	}
	
a, a:visited {
	color: #0054a3;
	text-decoration: none;
	}

a:hover, a:active {
	color:#111;
	}

strong {
	color: #000;
	}
	
em {
	background-color: transparent;
	}	
	
hr {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	}	
	
blockquote {
	padding:0 18px;
	margin:25px 45px;
	border-left:2px solid #CCC;
	font:normal 1em Georgia, "Times New Roman", Times, serif;
	}	
	
blockquote p {
	color:#555218;
	}	

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	}

td {
	padding:4px 6px;
	border-top:1px solid #CCC;
	}

tr {
	background:#e3e3e3;
	}
	
table caption {
	background:#FFF;
	padding:2px 0;
	}

select {
	margin-bottom: 20px;
	}
	
	
/* =UTILITY CLASSES
---------------------------------------------------------------------------------*/	

.amp {
	font-style: italic;
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 1.2em;
	}
				
.left {
	float: left;
	}
	
.right {
	float: right;
	}			
	
p.description, #secondary p.description {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	margin-bottom: 7px;
	}		
	
	
/* =MASTHEAD
---------------------------------------------------------------------------------*/	

h1#logo {
	position: absolute;
	top: 33px;
	}
	
h1#logo a, p#logo {
	display: block;
	width: 267px;
	height: 65px;
	}	
	
p#logo {
	position: absolute;
	top: 12px;
	}	


/* =INTRO
---------------------------------------------------------------------------------*/

#intro h2 {
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-size: 24px;
	color: #a62903;
	text-shadow: 2px 2px 0px #ddd;
	}	
	
#info-author h2 {
	margin-top: 24px;
	}
	
#intro p {
	color: #362c13;
	}	
	
#intro img {
	float: left;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 20px 10px 0;
	-webkit-box-shadow: 0 0 2px #d0cbbf;
	-moz-box-shadow: 0 0 2px #d0cbbf;
	}	
	
ul.links {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	list-style: none;
	font-size: 12px;
	margin-left: 0;
	color: #888
	}	
	
ul.links li {
	display: inline;
	margin-right: 9px;
	padding-right: 12px;
	border-right: 1px solid #b2b2b2;
	}	
	
ul.links li#links_description {
	border: 0;
	margin: 0;
	color: #555;
	}	
	
ul.links li.last {
	border: 0;
	margin: 0;
	}	
	
#preorder {
	background: rgb(214, 205, 180);
	background: rgba(214, 205, 180, 0.29);
	width: 210px;
	float: right;
	padding: 15px 10px;
	margin-left: 20px;
	}	
	
#preorder h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #232323;
	font: bold 11px/16px "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	padding-bottom: 15px;
	background: url(../images/bg_h2preorder.png) no-repeat center bottom;	
	}	
	
ul#links-preorder {
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
	list-style: none;
	margin: 15px 15px 0 15px;
	}	
	
ul#links-preorder li {
	margin-bottom: 12px;
	width: 95px;
	float: left;
	}	
	
ul#links-preorder li.col1 {
	margin-right: 10px;
	}	
	
ul#links-preorder li a {
	padding: 2px 0 2px 22px;
	}	
	
	ul#links-preorder li a#amazon {
		background: url(../images/fav_amazon.gif) no-repeat left center;
		}
		
	ul#links-preorder li a#bn {
		background: url(../images/fav_bn.gif) no-repeat left center;
		}
	
	ul#links-preorder li a#borders {
		background: url(../images/fav_borders.gif) no-repeat left center;
		}
		
	ul#links-preorder li a#booksamillion {
		background: url(../images/fav_booksamillion.gif) no-repeat left center;
		}
		
	ul#links-preorder li a#powells {
		background: url(../images/fav_powells.gif) no-repeat left center;
		}	
		
	ul#links-preorder li a#indie {
		background: url(../images/fav_indie.gif) no-repeat left center;
		}	
		
	ul#links-preorder li a#more {
		background: url(../images/fav_more.gif) no-repeat left 1px;
		}					
	
	
/* =PRIMARY
---------------------------------------------------------------------------------*/	

#primary ul li, #primary ol li {
	margin-bottom: 15px;
	}	


/* =SECONDARY
---------------------------------------------------------------------------------*/	

#secondary h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	color: #655228;
	font-weight: bold;
	margin-bottom: 20px;
	}
	
#secondary h3#booktitle {
	text-transform: none;
	letter-spacing: normal;
	font-size: 17px;
	color: #a62903;
	font-weight: normal;
	}	

#secondary ul, #secondary ol, #secondary p {
	font-size: 12px;
	color: #444
	}	
	
#secondary ul {
	list-style: none;
	margin-left: 0;
	}	
	
#secondary ul li {
	margin-bottom: 12px;
	}	
	
#secondary ul#links-social{
	margin-bottom: 34px;
	}	
	
#secondary ul#links-social li {
	margin-bottom: 14px;
	font-size: 14px;
	}	
	
#secondary ul#links-social a{
	padding: 2px 0 2px 25px;
	}	
	
	#secondary ul li a#rss-social {
		background: url(../images/icon_rss.gif) no-repeat left center;
		}	
		
	#secondary ul li a#facebook {
		background: url(../images/icon_facebook.gif) no-repeat left 1px;
		}
		
	#secondary ul li a#twitter {
		background: url(../images/icon_twitter.gif) no-repeat left 1px;
		}	
		
	#secondary ul li a#livejournal {
		background: url(../images/icon_lj.gif) no-repeat left 1px;
		}		
		

/* =FOOTER
---------------------------------------------------------------------------------*/	

#footer p {
	margin-bottom: 5px;
	}


/* =AUTHOR PAGE
---------------------------------------------------------------------------------*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}


/* =SIDEBAR and =WIDGETS
---------------------------------------------------------------------------------*/


#secondary p {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	}

.widget {
	margin:20px 0;
	overflow:hidden;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #eee;
	margin: 0 0 6px;
	padding: 0 0 6px 0;
	line-height: 1.3em
	}

.widget li a, .widget li a:visited {
	color:#555;
	text-decoration:none
	}

.widget li a:hover, .widget li a:active {
	color:#000;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	margin-bottom: 0;
	padding-bottom: 0;
	border:0;
	list-style:disc;
	}
	
.widget li ul {
	margin-bottom: 0;
	margin-top: 6px;
	padding-bottom: 0;
	}	
	
.widget li ul li {
	margin-bottom: 0;
	}	

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold;
	}
	
a.rsswidget img {
	float: left;
	margin: 0 5px 0 0;
	}	

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
	
	
/* =SEARCH and =ARCHIVES 
---------------------------------------------------------------------------------*/

.search-highlight {
	background:#FFFF00	
	}

#comment_pagination {
	margin-top:22px;
	overflow:hidden;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	}

#archive_pagination {
	overflow: hidden;
	padding: 20px;
	text-align: center;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 11px
	}
	
.current-numeric-page {
	padding: 5px 8px;
	}
	
#archive_pagination a, #archive_pagination a:visited {
	border:1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
	}
	
#archive_pagination a:hover {
	background: #f5f5f5;
	}

#archive_pagination a:active {
	background:#e6e6e6;
	border-color:#bebebe;
	}
		
#comment_pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

#icon-rss {
	float: left;
	margin: 2px 8px 0 0;
	padding: 0;
	}



/* =FORM ELEMENTS 
---------------------------------------------------------------------------------*/

#author, #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	}

.button:hover {
	background:#272727;
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#searchfield {
	width:220px;
	}
	
#searchsubmit {
	vertical-align:top
	}	


/* =plugin */
.raWrapper {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	margin-top: 30px ;
	text-align: left;
	font-size: 100%;
	background-color: #f4f4f4;
	text-align: right;
	}

.raWrapper p {
	color: #666;
	margin-bottom: 5px;
	font-size: 12px;
	}
	
.raWrapper ul {
	padding: 0;
	margin: 0;
	font-size: 12px;
	}	
	
.raWrapper ul li {
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	line-height: 1.1em;
	list-style: none;
	display: inline;
	border-right: 1px solid #ccc;
	}
	
.raWrapper ul li:last-child {
	padding: 0;
	margin: 0;
	border: 0;
	}	
	
.raTagLine {
	font-size: 12px;
	padding-top: 5px;
	display: block;
	}		
		
.buy_links_nav {
	font-family: franklin-gothic-urw-comp, Arial, sans-serif;
	max-width: 340px;
	margin: 0 auto
}

.buy_links_nav * {
	box-sizing: border-box;
}

.buy_links_nav .dropdown-toggle {
	background: #b8b5af;
	color: #000;
	margin-bottom: 8px;
	padding: 4px 8px;
	width: 100%;
	max-width: 340px;
	display: inline-block;
	border-radius: 0;
	font-size: 14px;
}
.buy_links_nav .dropdown-toggle:hover {
	color: #fff;
	background: #000;
	text-decoration: none
}
.buy_links_nav .dropdown-toggle:active {
	text-decoration: none
}
.buy_links_nav .dropdown-menu {
	width: 100%
}
.buy_links_nav .caret {
	position: relative;
	top: 8px;
	float: right
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.dropdown {
	position: relative
}
.dropdown-toggle:focus {
	outline: 0
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 4;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	
	white-space: nowrap
}
.dropdown-menu>li {
	margin-bottom: 0
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #ccc;
	background-color: transparent
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #000;
	text-decoration: none;
	outline: 0;
	background-color: transparent
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color: #999
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #999
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 3
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

.nav-tabs li {
	list-style-type: none;
}

.writing_sidebar {
	float:left;
	width:300px;
	margin-right:20px;
}

.writing_primary_column {
	float:left;
	width:600px;
}

.extras_primary_column {
	float: right;
	width:600px;
}

.extras_sidebar {
	float:left;
	margin-right:20px;
	width:300px;
}

.writing_thumbnail {
	width: 200px;
	float:left;
	min-height:10px;
	margin-right:20px;
}

.writing_summary {
	width: 700px;
	float:left;
}

.pagination {
	clear:both;
	text-align: center;
	font-size:14px;
}

.page-numbers {
	padding: 0 5px;
}

.writing_summary_wrap:after {
	content: "";
	display:table;
	clear:both;
}

article.writing_excerpt {
	margin-bottom:20px;
}

.read_more {
	text-align: right;
}

.section_header {
	text-transform: uppercase;
	font-weight: bold;
}

.writing_covers {
		display:flex;
		display:-webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		justify-content: left;
}

.writing_cover_excerpt {
	flex: 1;
	padding: 0 5px;
	max-width:25%;
}

.post .widget {
	font-family:Georgia, Palatino, "Times New Roman", serif;
	color: #4b4b4b;
}

div.sharedaddy {
	margin-bottom:40px;
}

.entry div.sharedaddy {
	margin-bottom:10px;
}