

body {
	font-family: myriad-pro-1,myriad-pro-2,Helvetica,Arial;
}

blockquote { 
	font-style: italic;
	font-size: 115%;
	border-left-style: solid;
	border-left-color: #AD0932;
	padding-left: 2em;
	margin-right: 2.5em;
	line-height: 1.5em;
}

ul li {
	list-style: square outside;
}

.spotcolor {
	color: #AD0932;
}

#header {
	/* Center the div */
	position: relative;
	width: 80%;
	left: 10%;
	
	/* Center the text */
	text-align:center;
border-bottom-width: 3px;
	border-bottom-style: solid;
}

#logo {
	font-family: futura-pt-1,futura-pt-2,helvetica,verdana,sans-serif;
	font-size: 400%;
	color: #000000;
	letter-spacing: -1px;
}

#logo a {
	font-family: futura-pt-1,futura-pt-2,helvetica,verdana,sans-serif;
	color: #000000;
	text-decoration: none;
}

#logo a:hover {
/*
	text-shadow: #CCCCCC 0px 0px 50px;
*/
}

#logo_subtitle_container {
	color: #000000;

	border-top-width: 3px;
	border-top-style: solid;
	
	border-bottom-width: 3px;
	border-bottom-style: solid;
	
}

#logo_subtitle {
	font-size:170%;
	font-style: italic;
	color: #8A8A8A;
	letter-spacing: -3px;
}

#container {
	margin-top: 1.5em;
}

#sidebar {
	float: right;

	width: 20%;
}

#allbodycontent {
	float: left;
	width: 60%; 
	margin-left: 7em;
	margin-right: 1.5em;
}

.breadcrumbs { 
	font-family: futura-pt-1,futura-pt-2,helvetica,verdana,sans-serif;
	color: #AD0932;
	margin-bottom: .5em;
	text-align: right;
}

.breadcrumbs a { 
	font-family: futura-pt-1,futura-pt-2,helvetica,verdana,sans-serif;
	color: #AD0932;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #D40035;
}

.blogpostheader { 
	margin-bottom: 1em;
}

.blogtitle {
	font-family: lemonde-sans-1,lemonde-sans-2,helvetica,verdana,sans-serif;
	font-size:160%;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #000000;
	color: #AD0932;
}

.blogtitle a {
	font-family: lemonde-sans-1,lemonde-sans-2,helvetica,verdana,sans-serif;
	color: #AD0932;
	text-decoration: none;
}

.blogtitle a:hover {
	color: #D40035;
}

.blogdate {
	text-align:right;
	font-style: italic;
	font-variant: small-caps;
	text-transform: lowercase;
	font-family: myriad-pro-1,myriad-pro-2,Helvetica,Arial;
}

.blogpost {
	margin-bottom: 2.5em;
}

.blogcontent {
	font-family: myriad-pro-1,myriad-pro-2,Helvetica,Arial;
	/*font-size:102%;*/
	font-size: 16px; /* See http://www.smashingmagazine.com/2011/10/07/16-pixels-body-copy-anything-less-costly-mistake/ */
	line-height: 1.5em;
	text-align: left;
}

.blogcontent hr { 
	color: #AD0932;
	background-color: #AD0932;
	height:1px;
}

.blogcontent pre { 
	overflow: auto; /*Auto scrollbars when necessary */
	font-family: Consolas,Inconsolata,Courier New,Courier,monospace !important;
	font-size: 90%;
}

.blogcontent ul li { 
	margin-bottom: .5em;
	
	/* Hanging Indent */
	text-indent: -2em;
	padding-left: 2em;
}

.blogcontent a { 
	color: #AD0932;
}

.blogcontent a:hover { 
	color: #D40035;
}

ul.facts li a { 
	text-decoration:none;
}

.blogcontent table { 
	width: 80%;
	font-size: 80%;
	border-collapse:collapse;
	margin-left: 1em;
	margin-bottom: 2em;
	
	/*
	border-left-style: solid;
	border-left-color: #AD0932;
	border-left-size: 1px;
	*/
}

.blogcontent table tr { 
	
}
.blogcontent table th { 
	color : #AD0932;
	font-weight: bold;
	font-family: lemonde-sans-1,lemonde-sans-2,helvetica,verdana,sans-serif;

}

.blogcontent table td { 
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	padding-right: 2em;
}

.blogcontent h1, .blogcontent h2, .blogcontent h3, .blogcontent h4, .blogcontent h5 {
	color: #AD0932;
	font-family: lemonde-sans-1,lemonde-sans-2,helvetica,verdana,sans-serif;
}

.spoiler_frame {
	border-style: solid;
	border-color: #AD0932;
	border-size: 1px;
	padding-left: 1em;
	padding-right: 1em;
	
	
	margin-left: 2.5em;
	margin-right: 2.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

	-moz-box-shadow: 		10px 10px 10px #ccc;
	-webkit-box-shadow: 	10px 10px 10px #ccc;
  	box-shadow: 			10px 10px 10px #ccc;
}
.spoiler_header {
	text-align:right;
}

a.spoiler_button { 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AD0932), color-stop(1, #D40035) );
	background:-moz-linear-gradient( center top, #AD0932 5%, #D40035 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AD0932', endColorstr='#D40035');
	background-color: #AD0932;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

	border-style: solid;
	border-width: 2px;
	border-color: #000000;

	margin-bottom: .5em;
	margin-top: .5em;
	margin-right: .5em;
	display: inline-block;
	text-decoration: none;
	
	color: #ffffff;
	text-align:center;
	vertical-align:middle;
	text-transform:lowercase;
	font-weight:lighter;
	font-family: futura-pt-1,futura-pt-2,helvetica,verdana,sans-serif;
	font-size: 80%;
	
	width: 100px;
	
	-moz-box-shadow: 		4px 4px 8px #ccc;
	-webkit-box-shadow: 	4px 4px 4px #ccc;
  	box-shadow: 			4px 4px 8px #ccc;
}

a.spoiler_button:hover { 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D40035), color-stop(1, #AD0932) );
	background:-moz-linear-gradient( center top, #D40035 5%, #AD0932 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D40035', endColorstr='#AD0932');
	background-color: #D40035;
	
	color: #ffffff;
	
	cursor: default;
}
a.spoiler_button:active { 
	position:relative;
	top:1px;
}
.spoiler_container { 

}
.spoiler_spoiler { 
	font-size:80%;
}

.blogcontent a.footnote { 
	font-size: 75%;
	vertical-align: super;
}

.blogcontent a.footnote { 
	text-decoration: none;
}

.blogcontent a.footnote:hover { 
	color: #D40035;
}

.footnotes { 
	font-size: 80%;
	padding-right: 3em;
	border-top-style: solid;
	border-top-color: #AD0932;
}

.footnotes a { 
	text-decoration: none;
}

.footnotes hr { 
	display: none;
}

.footnotes li { 
	color: #AD0932;
}

.footnotes li p { 
	color: #000000}

.blogcontent img {
	max-width: 99%;
	margin-bottom: 2em;
}

.imgframe { 
	display: inline-block;
	border-color: #AD0932;
	border-color: #000000; 
	border-style: solid; 
	border-width: 1px;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	margin-bottom: 2em;
} 

.imgframecaption { 
	font-family: futura-pt-1,futura-pt-2,helvetica,verdana,sans-serif;
	font-size: 15pt;
	color: #AD0932;
	display: block;
	text-align: right;	
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: .5em;
	border-top-style: dashed;
	border-top-color: #AD0932;
	border-top-width: 1px;
} 

.blogfooter {
	margin-bottom: 2em;
}

.blogfootertable { 
	margin-top: 1em;
	width: 100%;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #8A8A8A;
}

.blogfooter a {
	color: #8A8A8A;
	text-decoration: none;
}

.blogfooter a:hover {
	color: #858585;
}

.category {
	width: 50%;
	text-align: left;
}

.commentsindicator {
	width: 50%;

	text-align: right;
}

#navigation {

}

#navigationtable { 
	width: 100%;
}

#navigation a {
	color: #AD0932;
}

#navigation a:hover {
	color: #D40035;
}

#navigationolder {

	margin-bottom: 1em;
}

#navigationnewer {

	text-align:right;
}

#footer {
	font-family: myriad-pro-1,myriad-pro-2,Helvetica,Arial;
	clear:both;
	text-align:right;
	font-size: 70%;
}

#footer a {
	color: inherit;
}

.sidebarblock {
	margin-bottom: 1.5em;
	margin-right: 3em;
}

.sidebartitle {
	font-family: futura-pt-1,futura-pt-2,helvetica,verdana,sans-serif;
	color: #858585;
}

.sidebarblock ul {
	margin-top: -.1em;
	margin-left: -1.2em;
	color: #AD0932;
}

.sidebarblock li {
	margin-bottom: .1em;
	font-family: myriad-pro-1,myriad-pro-2,Helvetica,Arial;
}

.siebarblock a {
	color: #AD0932;
}

.sidebarblock ul li a {
	color: #AD0932;
	text-decoration: none;
	text-transform: lowercase;
	font-variant: small-caps;
}

.sidebarblock ul li a:hover {
	color: #D40035;
}

.goodreads_loading { 
	font-family: Consolas,Inconsolata,Courier New,Courier,monospace;	
	font-size: 9pt;
	margin-left: 8px;
	color: #858585;
	margin-top: 5px;
}

.goodreads_loading img { 
	height: 12px;
}

.goodreads_image { 
	
}

.goodreads_image img { 
	max-width: 40px;
	border: none;
}

.goodreads_progress { 
	background-color: #858585;
	width: 100%;
	max-width: 40px;
	height: 7px;
	vertical-align: top;
	margin-top: 2px;
}

.goodreads_progress_bar { 
	height: 100%;
	background-color: #AD0932;
	margin-top: -7px;
}

.goodreads_author { 
	font-family: lemonde-sans-1,lemonde-sans-2,helvetica,verdana,sans-serif;
	font-size: 9pt;
	margin-top: 5px;
}

.goodreads_title { 
	font-family: myriad-pro-1,myriad-pro-2,Helvetica,Arial;
	font-style:normal;
	font-size: 11pt;
	font-weight: bold;
	line-height: 90%
}

.goodreads_book a { 
	display:block;
	color: #AD0932;
	text-decoration: none;
	text-transform: lowercase;
	font-variant: small-caps;
}

.goodreads_book a:hover {
	color: #D40035;
}

.goodreads_attribution { 
	text-align: right;
	text-transform: lowercase;
	font-size: 9pt;
	font-family: myriad-pro-1,myriad-pro-2,Helvetica,Arial;
}

.goodreads_attribution a { 
	color: #AD0932;
	text-decoration: none;
}

.goodreads_attribution img { 
	border: none;
}

.goodreads_nocover { 
	visibility: hidden;
}

.goodreads_attribution a:hover { 
	color: #D40035;
}


.comments { 

}

.nocomments { 
	width: 80%;
	font-style:italic;
	font-size: 110%;
} 

#unmobilize_link { 
	display: none;
	list-style: square outside;
}

.style_example { 
	margin-left: 3em;
	border-left: 1px solid #AD0932;
	padding-left: 1em;
}
