/* A Working Library styles */
/* The visual design and layout for A Working Library are copyright 2009-2010 Mandy Brown and may not be reproduced. */



/* reset --------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* general ------------------------------------------------------------------------------------- */

body {
	background: #E4E3D3; 
	font: 18px/26px "chaparral-pro-1", "chaparral-pro-2", Georgia, "Times New Roman", Times, serif;
	color: #333;
	}
	
#wrapper {
	margin: 0 auto;
	padding: 50px 30px 50px 50px;
	width: 900px;
	background: #fff;
	}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #7E7A41;
	}
	
a.more {
	font: 15px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #6C9B48;
	border: none;
	}
	
a.more:hover {
	color: #93CF65;
	}

a:visited {
	color: #666;
	}

a:hover {
	color: #6C9B48;
	}

acronym {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .05em;
        }

sup {
        margin: 0 0 3px 0;
        line-height: 0;
        font: 11px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
        }

sup a {
	color: #6C9B48;
	border-bottom: none;
}

sup a:hover {
         color: #93CF65;
         }

/* head ---------------------------------------------------------------------------------------- */


#head {
	height: 100px;
	border-bottom: 2px #13100F solid;
	margin: 0 20px 30px 0;
	}

#head h1 a {
	display: block;
	text-indent: -9999px;
	width: 300px;
	height: 100px;
	float: left;
	border: none;
	background: url(http://www.aworkinglibrary.com/images/system/logo.gif) 0 0 no-repeat;
	}
	
#head h1 a:hover {
	background: url(http://www.aworkinglibrary.com/images/system/logo.gif) 0 -100px no-repeat;
	}
	
#search {
	margin-left: 240px;
	float: left;
	}
	
#search form fieldset {	
	width: 340px;
	border-bottom: 1px solid #999;
	font: 12px/16px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #858585;
	}
	
#search input#search-txt {
	margin: 17px 0 0 0;
	padding: 10px 0 5px 0;
	height: 15px;
	width: 307px;
	border: 0;
	}

#search input#search-btn {
	border: none;
	background: none;
	color: #858585;
	padding: 0;
	margin: 0;
	}
	
#nav {
	margin-left: 540px;
	position: relative;
	top: 63px;
	width: 340px;
	height: 30px;
	}

#nav ul li {
	display: block;
	height: 30px;
	float: left;
	}

#nav ul li a,
#nav ul li.work {
	text-decoration: none;
	text-indent: -9999px;
	border: none;
	}

#nav ul li.read a {
	position: absolute;
	left: 0;
	width: 70px;
	height: 10px;
	background: url(http://www.aworkinglibrary.com/images/system/reading.gif) 0 0 no-repeat;
	}
	
#nav ul li.read a:hover,
body#reading #nav ul li.read a {
	background: url(http://www.aworkinglibrary.com/images/system/reading.gif) 0 -10px no-repeat;
	}

#nav ul li.write a {
	position: absolute;
	left: 104px;
	width: 70px;
	height: 10px;
	background: url(http://www.aworkinglibrary.com/images/system/writing.gif) 0 0 no-repeat;
	}
	
#nav ul li.write a:hover,
body#written #nav ul li.write a {
	background: url(http://www.aworkinglibrary.com/images/system/writing.gif) 0 -10px no-repeat;
	}

#nav ul li.work a {
	position: absolute;
	left: 207px;
	width: 48px;
	height: 10px;
	background: url(http://www.aworkinglibrary.com/images/system/work.gif) 0 0 no-repeat;
	}
	

#nav ul li.work a:hover,
body#working ul li.work a {
	background: url(http://www.aworkinglibrary.com/images/system/work.gif) 0 -10px no-repeat;
	}

	
#nav ul li.about a {
	position: absolute;
	left: 287px;
	width: 54px;
	height: 10px;
	background: url(http://www.aworkinglibrary.com/images/system/about.gif) 0 0 no-repeat;
	}
	
#nav ul li.about a:hover,
body#abouting ul li.about a {
	background: url(http://www.aworkinglibrary.com/images/system/about.gif) 0 -10px no-repeat;
	}
	
	
/* headings ------------------------------------------------------------------------------------ */

h2 {
	font: 11px/24px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #6a6444;
	border-bottom: 1px #6a6444 solid;
	font-weight: bold;
	margin-right: 20px;
	}
	
h2 span {
	font-weight: normal;
	margin-left: 5px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: none;
	letter-spacing: 0;
	}
	
h2 span a {
	color: #797979;
	}
		
#foot h5 {
	font: 11px/24px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #6a6444;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
h2 em {
	text-transform: none;
	letter-spacing: 0;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
        font-family: "chaparral-pro-1", "chaparral-pro-2", Georgia, "Times New Roman", Times, serif;
	}
	

/* writings ------------------------------------------------------------------------------------ */

table.posts td {
	vertical-align: bottom;
	border-bottom: 1px #E4E3D3 solid;
	}
	
table.posts td.date {
	width: 160px; 
	padding: 25px 20px 14px 0;
	font-size: 14px;
	line-height: 40px; 
	}

table.posts td.title {
	width: 340px;
	padding: 15px 20px 20px 0;
	font-size: 38px;
	line-height: 40px; 
	padding-right: 20px;
	}
	
table.posts td.title a {
	border: none;
	color: #2a2a2a;
	}
	
table.posts td.title a:hover {
	color: #6C9B48;
	}
	
table.posts td.summary {
	width: 340px;
	padding: 20px 0 27px 0; 
	font: 12px/16px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	}


/* new books ------------------------------------------------------------------------------------*/

#new-books {
	margin-top: 30px;
	font: 12px/16px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	}

#new-books div.book h3 a {
	font-style: italic;
	font-weight: normal;
	border: none;
	}

#new-books div.book h3 a span.author {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .09em;
	}

#new-books div.book {
	width: 160px;
	margin: 30px 0 0 0;
	float: left;
	padding-right: 20px;
	}

#new-books div.book img {
	margin: 0 30px 15px 0;
	}

#new-books div.book a {
	border: none;
	}

#new-books hr {
	clear: left;
    visibility: hidden;
	}

/* notes ----------------------------------------------------------------------------------------*/

#notes {
	margin-top: 30px;
	}
	
#notes div.post {
	border-bottom: 1px solid #E4E3D3;
	padding: 10px 0;
	margin: 10px 20px 10px 0;
	}	

#notes div.post a.lst {
	width: 100%;
	display: block;
	border: none;
	color: #333;	
	font-size: 14px;
	line-height: 24px;
	}

#notes div.post span.date {
	float: left;
	width: 60px;
	margin-right: 20px;
	padding: 2px 0 10px 0;
	}
	
#notes div.post span.title {
	margin-right: 20px;
	font-size: 18px;
	}
	
#notes div.post span.summary {
	color: #666;
        font-size: 15px;
	}
	
#notes div.post a.lst:hover,
#notes div.post a.lst:hover span.summary {
	color: #6C9B48;
	}

/* article page ---------------------------------------------------------------------------------*/

body.article div.post {
	margin: 40px 20px 80px 0;
	}
	
body.article div.post a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	}
	
body.article div.post a:hover {
	color: #6C9B48;
	}

body.article div.post h1 {
	font-size: 38px;
	font-weight: normal;
	line-height: 42px;
	padding: 0 0 10px 180px;
        width: 520px; 
	}
	
body.article div.post div.article {
	padding: 80px 0;
	margin-top: 20px;
	border-top: 1px solid #E4E3D3;
	}
	
body.article div.post div.note, 
body.article div.post div.simple {
	padding: 30px 0;
	margin-top: 20px;
	border-top: 1px solid #E4E3D3;
	}

body#book-page div.post div.note {
        clear: left;
	padding: 0;
	margin-top: 0;
	border: 0;
        }

body#book-page div.post div.note sup a {
        display: inline;
        }
	
body.article div.post h2 {
	font: 12px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;	
	text-indent: 0;
	padding: 0 0 5px 180px;
	color: #4e4e4e;
	text-transform: uppercase;
	letter-spacing: .09em;
	border: 0;
	}
	
body.article div.post h2 em {
	font-size: 15px;
	text-transform: none;
	letter-spacing: 0;
	}
		
body.article div.post h2 a {
	color: #4e4e4e;
	}	

body.article div.post h2 a:hover {
	color: #6C9B48;
	}
		
body.article div.post p {
	margin-left: 180px;
	width: 520px;
	text-indent: 20px;
	}

body.article div.post blockquote {
        margin: 20px 0 20px 190px;
	border-left: 2px solid #E4E3D3;
	}
	
body.article div.post blockquote p {
	width: 500px;
	text-indent: 0;
        margin: 0;
	padding-left: 10px;
	}

body.article div.post blockquote p.second {
	text-indent: 20px;
	}

body.article div.post p.first {
	text-indent: 0;
	}
	
body.article div.post blockquote.first {
	margin-top: 0;
	}
	
p.last:after {
	content: url(http://www.aworkinglibrary.com/images/system/stop.gif);
	padding-left: 3px;
	}

body.article div.post p.date {
	width: 160px;
	float: left;
	margin: 0;
	text-indent: 0;
	font-size: 14px;
	padding-top: 14px;
	}

	
body.article div.post cite {
	display: block;
	float: right;
	width: 140px;
	font: 11px/15px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #6C9B48;
	padding-top: 6px;
	}
	
body.article div.post cite a,
body.article #notes div.post cite a,
body.article div.post p sup a,
body.article div.post ol.fn a.re {
	color: #6C9B48;
	border-bottom: none;
	}
	
body.article div.post cite a:hover,
body.article #notes div.post cite a:hover,
body.article div.post p sup a:hover,
body.article div.post ol.fn a.re:hover {
	color: #93CF65;
	}
	
body.article div.post cite.epi {
	margin-top: -46px;
	}
	
body.article div.post cite.bq {
	margin-top: 20px;
	}

body.article div.post cite.first {
	margin-top: 0;
	}

body.article div.post blockquote.epi {
        border: 0;
        }

body.article div.post p.epi,
body.article div.post blockquote.epi p {
	font-style: italic;
	text-indent: 0;
	font-size: 15px;
	line-height: 20px;
	margin: -71px 0 80px 0;
	padding: 7px 0 0 40px;
        width: 470px;
	}

body.article div.post p.epi {
        margin: -49px 0 80px 200px;
        }

span.drop {
	display: block;
	float: left;
	margin: 13px 0 0 10px;
        min-height: 50px;
	padding: 0 8px 0 0;
	font-size: 180px;
	color: #2B2A24;
	}

span.t {
	margin-right: -20px;
	}

span.w {
	margin-right: -15px;
margin-top: 11px;
	}

span.j {
	margin-right: -10px;
	}

span.sm {
	font-size: 58px;
	padding-right: 3px;
	margin:16px 3px -10px 10px; 
        min-height: 20px;
	}

body.article div.post hr.break {
        width: 60px;
        border: 1px solid #E4E3D3;
        background: #E4E3D3;
        margin: 20px 0 20px 410px;
        }

body.article div.post ol.fn {
	width: 520px;
	margin-left: 180px;
	font: 11px/15px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #E4E3D3;
	list-style: decimal outside;
	}

body.article div.post ol.fn li {
	padding-bottom: 5px;
	}

	
/* book -----------------------------------------------------------------------------------------*/
	
div.book img {
	border: 10px #E4E3D3 solid;
	}
	
#books div.book {
	margin: 20px 0 40px 0;
	border-bottom: 1px solid #E4E3D3;
	padding-bottom: 20px;
	}
	
#books div.book img {
	float: left;
	margin-right: 40px;	
	}
	
#books div.book h3 {
	font-size: 28px;
	line-height: 33px;
	font-weight: normal;
	}

#books div.book h3 a {
	border: none;
	}
			
#books div.book h5 {
	font-weight: normal;
	font: 12px/23px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .09em;
	color: #757575;
	}
	
#books div.book p {
        font-size: 16px;
        line-height: 22px;
	color: #333;
	text-transform: none;
	letter-spacing: 0;
	width: 520px;
	margin-left: 180px;
	padding-top: 10px;
	}	
	
/* book page ------------------------------------------------------------------------------------*/
	
#book-info h1 {
	font-weight: normal;
	font-size: 38px;
	line-height: 42px;
	}
	
#book-info h2 {
	font: 13px/20px "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	text-indent: 0;
	border: none;	
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: normal;
	padding-top: 3px;
	}
	
#book-info {
	padding-bottom: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #E4E3D3;
	}
	
div.details {
	margin: 40px 0 40px 0;
	}
	
div.details img {
	float: left;
	margin-right: 20px;
	border: 10px solid #E4E3D3;
	}
	
div.details div.desc {
	float: left;
	width: 340px;
	}
	
div.specs {
	width: 160px;
	margin-right: 20px;
	float: left;
	font: 11px/15px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;	
	color: #383838;
	}
	
div.specs p {
	margin-bottom: 20px;
	}
	
body.article #notes div.post {
	margin-bottom: 30px;
	padding: 20px 0 40px 0;
	}
	
body.article #notes div.post span.date {
	font-size: 14px;
	width: 160px;
	margin-right: 20px;
	float: left;
	padding-top: 6px;
	}
	
body.article #notes div.post h3 a {
	font-size: 28px;
        line-height: 32px; 
        font-weight: normal;
	color: #242424;
	margin-bottom: 20px;
	text-decoration: none;
	border-bottom: 0;
	float: left;
	width: 520px;
	}

body.article #notes div.post h3 a:hover {
	color: #6C9B48;
	}	

body.article #notes div.post cite a {
	font-size: 11px;
	line-height: 15px;
	}

/* all-books page -------------------------------------------------------------------------------*/
	
#book-lst {
	width: 700px;
	float: left;
	}

#book-nav {
	width: 150px;
	margin: 17px 30px 0 0;
	float: left;
	}
	
#book-nav ul {
	font: 12px/20px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	margin: 5px 0 30px 0;
	}
	

/* work page -------------------------------------------------------------------------------*/

#work {
	width: 880px;
}

div.proj {
	border-bottom: 3px solid #E4E3D3;
	margin-bottom: 60px;
	padding-bottom: 20px;
}

div.proj h2 {
	font: 38px "chaparral-pro-1", "chaparral-pro-2", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px #E4E3D3 solid;
	text-transform: none;
	letter-spacing: 0;
        color: #333;
	}	
	
div.proj h2 a {
	border: none;
	color: #2a2a2a;
	}

div.proj h2 a:hover {
	color: #6C9B48;
	}

div.scr {
	margin: 20px 0;
}
	
div.scr img {
	border: 10px solid #E4E3D3;		
}

div.scr a {
	border-bottom: none;
}

#work div.desc {
	margin-left: 180px;
}

#work div.desc p {
	text-indent: 20px;
	width: 520px;
}

#work div.desc p.aside {
	display: block;
	float: right;
	width: 140px;
	font: 11px/15px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #666;
	padding-top: 5px;
	text-indent: 0;	
}

#work div.desc p.aside a {
	border: none;
}

#work div.desc p.first {
	text-indent: 0;
}

#work p a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	}
	
#work p a:hover {
	color: #6C9B48;
	}
	
/* paging ---------------------------------------------------------------------------------------*/

div.page {
	font: 12px/18px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;	
	margin-top: 20px;
	}
	
div.page strong {
	padding: 2px 4px;
	background: #6C9B48;
	color: #fff;
	}

div.page a {
	padding: 2px 4px;
	border: none;
	}

div.page a:hover {
	background: #70DA1E;
	color: #fff;
	}	

/* search ---------------------------------------------------------------------------------------*/

#search-results div.post {
	margin: 20px 20px 10px 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #ccc;
	}

#search-results div.post h5 {
	font-size: 14px;
	width: 160px;
	margin-right: 20px;
	font-weight: normal;
        float: left;
        padding-top: 11px;
	}

#search-results div.post h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
	color: #333;
	margin-left: 180px;
	}

#search-results div.post h3 a {
	border: none;
	}

#search-results div.post p {
	margin-left: 180px;
	width: 520px;
	padding-top: 5px;
	text-indent: 0;
        color: #333;
	}

#search-results div.post img.cover {
	float: left;
	margin-right: 40px;
	border: 10px #E4E3D3 solid;
	}

#search-results div.post h4 {
	font: 13px/18px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;	
	text-transform: uppercase;
	letter-spacing: .08em;
	color: #666;
	}	
	
	
/* foot -----------------------------------------------------------------------------------------*/
	


#foot {
	margin: 80px 20px 60px 0;
	font: 12px/18px "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	padding: 20px 0;
	border-top: 3px #13100F solid;
	}
			


#foot #about,
#foot #deck {
	width: 340px;
	float: left;
	}
	
#foot #about,
#foot #rss {
	margin-right: 20px;
	float: left;
	margin-right: 20px;
	}

#foot #rss {
	width: 160px;
	}

#foot #rss ul li {
        padding-left: 18px;
        background: url(http://www.aworkinglibrary.com/images/system/feed.png) no-repeat 0 2px;
        }

#foot #deck img {
	background: #E4E3D3;
	padding: 10px;
	float: left;
	margin: 0 15px 20px 0;
	}

#foot #deck p {
	float: left;
	width: 175px;
	margin-bottom: 10px;
	font-size: 11px;
	}

#foot #deck p.ads {
	font-size: 12px;
	}	

#foot #copy {
	clear: left;
	width: 100%;
	border-top: 1px solid #ccc;
	color: #656565;
	padding-top: 10px;
	margin-top: 120px;
	font-size: 11px;
	}


/* new foot styles */

#foot .section {
	float: left;
	margin-right: 20px;
        }

#foot .section img {
	background: #E4E3D3;
	padding: 10px;
	float: left;
	margin: 0 15px 20px 0;
        }

#foot .section p {
        width: 175px;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	}

#foot .one {
   	width: 160px;
 	}

#foot .right {
 	 margin-right: 0;
 	}
   
#foot .two {
   	width: 340px;
 	}
    
#foot #copy {
         margin-top: 20px;
         }

#foot .section ul li {
        padding-left: 18px;
        background: url(http://www.aworkinglibrary.com/images/system/feed.png) no-repeat 0 2px;
        }


/* end new */
	
/* clear floats ---------------------------------------------------------------------------------*/

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }	
