/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */

body {
	background: #FFF url(../img/bg.png) center top repeat-x;
	color: #222;
	font: normal 16px/22px "ff-meta-serif-web-pro", Georgia, serif;
	text-align: center;
}

#top {
	background: transparent url(../img/bombs.png) no-repeat right top;
	margin: 0 auto;
	padding: 50px 20px 0;
	text-align: left;
	max-width: 1100px;
}

h1 {
	font: normal 72px/74px "john-doe", sans-serif;
	margin-bottom: 65px;
}

h1 a {
	color: #333;
	text-decoration: none;
}

h1 a:hover {
	color: #111;
}

h2 {
	color: #999;
	font-size: 48px;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 20px;
}

h2 a, h3 a {
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	color: #111;
}


h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 0.5em;
}

h3 span {
	color: #999;
	font: italic 16px/28px "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
}

h4 {
	font-family: "ff-meta-serif-web-pro-n7", "ff-meta-serif-web-pro", Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;	
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul li {
	list-style: disc outside none;
	margin: 0 30px 5px;
}

ol li {
	list-style: decimal outside none;
	margin: 0 30px 5px;
}

ol li ol li {
	list-style-type: lower-alpha;
}

a {
	color: #02588d;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;	
}

a:hover {
	text-decoration: none;
}

.shadow {
	-moz-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	-moz-transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	-webkit-transition: box-shadow 0.2s linear;
	transition: box-shadow 0.2s linear;
}

a:hover .shadow {
	-moz-box-shadow: 0 0 6px #777;
	-o-box-shadow: 0 0 6px #777;
	-webkit-box-shadow: 0 0 6px #777;
	box-shadow: 0 0 6px #777;
}

blockquote {
	margin: 40px;
}

#content em {
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
}

#content strong {
	font-family: "ff-meta-serif-web-pro-n7", "ff-meta-serif-web-pro", Georgia, serif;
}

/* @end */

/* @group Header */

.tagline {
	color: #777;
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, serif;
	font-style: italic;
	margin: 0 0 50px;
}

/* @end */

/* @group Nav */

.nav {
	margin: 0;
}

.nav li {
	font: normal 22px/24px "john-doe", sans-serif;
	list-style: none outside none;
	margin: 0;
}

.nav a {
	color: #111;
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.nav a:hover {
	color: #02588d;
}

/* @end */
/* @group Home */

.featured-book {
	background: #F9F9F9;
	background: rgba(0,0,0,0.02);
	margin-bottom: 3em;
	padding: 20px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.featured-book h2 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 5px;
}

.featured-book img {
	float: left;
	margin: 0 30px 20px 0;
	width: 200px;
}

.featured-book .badge {
	margin-bottom: 5px;
	text-align: left;
}

.latest-report {
	margin-bottom: 3em;
}

/* @end */

/* @group Content */

#content {
	float: left;
	padding-bottom: 30px;
	width: 63.83%;
}

.summary {
	margin: 0;
}

.listing {
	margin-bottom: 0;
}

.listing > li {
	border-bottom: 1px dashed #DDD;
	list-style: none outside none;
	margin: 0 0 30px;
	padding: 0 0 20px;
}

.listing > li.last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

table {
	border: 1px solid #DDD;
	border-width: 0 1px 1px;
	margin-bottom: 1.5em;
	width: 99%;
}

table th, table td {
	border-top: 1px solid #DDD;
	padding: 5px 10px;
	text-align: center;
}

table th {
	font-family: "ff-meta-serif-web-pro-n7", "ff-meta-serif-web-pro", Georgia, serif;
	font-weight: bold;
}

.badge {
	color: #999;
	font: normal 13px/15px Georgia, serif;
	text-align: center;
	text-transform: uppercase;
}

.book-thumbs {
	border-top: 1px dashed #DDD;
	margin: 0 auto;
	padding: 20px 0 0;
	max-width: 1100px;
}

.book-thumb {
	float: left;
	text-align: center;
}

.four-up .book-thumb {
	width: 24%;	
}

.five-up .book-thumb {
	width: 19%;
}

.book-thumbs img {
	margin-bottom: 5px;
	width: 75%;
}

.book-thumbs h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	padding: 0 5px;
}

.book-thumbs .subtitle {
	font-size: 14px;
	line-height: 17px;
	padding: 0 5px;
}

.fn li {
	word-wrap: break-word;
}

.footnote-reference, .ref {
	bottom: 1ex;
	font-size: 12px;
	padding: 5px;
	position: relative;
	text-decoration: none;
	vertical-align: 0;
}

.ref-return {
	text-decoration: none;
}

.footnote-reference:hover, .ref:hover, .ref-return:hover {
	color: #222;
}

.credit {
	color: #777;
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, sans-serif;
	font-style: italic;
}

.addthis_toolbox {
	margin: 1.5em 0;
}

.search-date {
	color: #777;
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, sans-serif;
	font-style: italic;
}

.search a {
	font-family: "ff-meta-serif-web-pro-n7", "ff-meta-serif-web-pro", Georgia, serif;
	font-weight: bold;
}

.excerpt {
	word-wrap: break-word;
}

.excerpt span {
	background: #fdf380;
}

/* @end */

/* @group Books */

.books img {
	float: left;
	margin: 0 30px 20px 0;
	width: 200px;
}

.books h3 {
	margin-bottom: 2px;
}

.subtitle {
	color: #777;
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, sans-serif;
	font-style: italic;
}

.book-cover {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 50%;
}

.book-subtitle {
	font-size: 24px;
	line-height: 26px;
	margin-top: -10px;
}

.book-meta li {
	color: #777;
	font-size: 14px;
	list-style: none outside none;
	margin: 0;
}

.jump li {
	border-right: 1px solid #DDD;
	display: inline;
	list-style: none outside none;
	margin: 0 3px 0 0;
	padding: 0 8px 0 0;
}

.jump li:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.buy-btn {
	background: #F9F9F9;
	border: 1px solid #DDD;
	margin-bottom: 1.5em;
	padding: 20px;
	text-align: center;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

li.book-section {
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, sans-serif;
	font-style: italic;
	list-style: none outside none;
	margin: 20px 0 10px;
}

.chapter-link {
	color: #777;
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, sans-serif;
	font-style: italic;
	padding: 10px 30px;
}

.chapter-link em {
	font-style: normal;
}

/* @end */

/* @group AER */

.aer-date {
	color: #999;
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, sans-serif;
	font-style: italic;
	margin-top: -10px;
}

.filtered {
	color: #999;
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, sans-serif;
	font-style: italic;
}
/* @end */

/* @group Sidebar */

#sidebar {
	color: #777;
	float: right;
	font-size: 14px;
	line-height: 19px;
	padding-top: 150px;
	width: 31.91%;
}

.sidebar {
	margin-bottom: 50px;
}

.sidebar select {
	width: 80%;
}

.sidebar h3 {
	color: #111;
	font: normal 22px/24px "john-doe", sans-serif;
	margin-bottom: 5px;
}

.search .input {
	margin-right: 5px;
	width: 65%;
}

.subscribe form {
	margin-bottom: 1.5em;
}

.subscribe .input {
	display: block;
	margin-bottom: 5px;
	width: 95%;
}

.rss {
	background: transparent url(../img/feed-icon-10x10.png) no-repeat left center;
	font-family: "ff-meta-serif-web-pro-i5", "ff-meta-serif-web-pro", Georgia, sans-serif;
	font-style: italic;
	padding-left: 16px;
}

/* @end */

/* @group Footer */

#footer {
	background: transparent url(../img/bg_footer.png) repeat-x center bottom;
	border-top: 1px solid #DDD;
	color: #777;
	font-size: 14px;
	line-height: 19px;
	padding: 30px
}

/* @end */

/* @group Pagination/Navigation */

.entry-nav {
	border-top: 1px dashed #DDD;
	margin: 20px 0 0;
	padding: 20px 0;
}

.entry-nav p {
	margin: 0;
	width: 45%;
}

.prev-entry {
	float: left;
	text-align: left;
}

.next-entry {
	float: right;
	text-align: right;
}

.pagination {
}

li.pagination {
	background-image: none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.pagination-current {
	float: left;
	width: 50%;
}

.pagination-links {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination-links a, .pagination-links strong {
}

.pagination-links a {
}

.pagination-links strong {
}

/* @end */

/* @group Forms */

.input {
	font: normal 13px/15px sans-serif;
	padding: 3px;
}

/* @end */


/* @group Miscellaneous */

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.centered, .aligncenter {
	text-align: center;
}

img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;	
}

img.centered, img.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img {
	max-width: 100%;
}

#codeigniter_profiler {
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
}

/* @end */


@media screen and (max-width: 760px) {

#top {
	background-image: none;
}

#content, #sidebar {
	float: none;
	width: auto;
}

#sidebar {
	border-top: 1px dashed #DDD;
	padding-top: 20px;
}

.sidebar {
	margin-bottom: 20px;
}

}

@media screen and (max-width: 600px) {

body {
	background-position: center -60px;
}

#top {
	padding: 20px 20px 0;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}

h2 {
	font-size: 28px;
	line-height: 32px;
}

h3, .featured-book h2 {
	font-size: 20px;
	line-height: 24px;
}

h3 span {
	line-height: 24px;
}

.tagline {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 30px;
}

.aer-date {
	margin-top: -15px;
}

.featured-book {
	background: transparent;
	padding: 0;
}

.featured-book img {
	margin-right: 20px;
	width: 50%;
}

.book-thumb {
	float: none;
	margin: 0 auto;
	width: 100% !important;
}

.book-thumb img, .books img {
	width: 50%;
}

.books img {
	margin-right: 20px;	
}

.book-cover {
	float: none;
	margin-bottom: 10px;
	max-width: 100%;
}

.book-subtitle {
	font-size: 18px;
	line-height: 22px;
}

}

@media print {

.sidebar, #footer, .addthis_toolbox, .entry-nav {
	display: none;
}

.sidebar.about {
	display: block;
}

#sidebar {
	float: none;
	padding-top: 0;
	width: 100%;
}

#content {
	float: none;
	width: 100%;
}

}