

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,futura-pt-1,futura-pt-2,helvetica,verdana,sans-serif;
	font-size: 34pt;
	color: #000000;
	letter-spacing: -1px;
}

a { 
	color: black;
	text-decoration: none;
}

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

#container {
	margin-top: 1.5em;
	margin-left: 1.0in;
	margin-right: 1.0in;
}

.breadcrumbs { 
	display: none;
}

.blogtitle {
	font-family: lemonde-sans-1,lemonde-sans-2,helvetica,verdana,sans-serif;
	font-size:15pt;
	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;
}

.blogdate {
	text-align:right;
	font-style: italic;
	font-size: 10pt;
}

.blogpost {
	page-break-after: always;
}

.lastpost { 
	page-break-after: avoid;
}

.blogcontent {
	font-family: myriad-pro-1,myriad-pro-2,Helvetica,Arial;
	line-height: 1.5em;
	text-align: left;
	font-size: 11pt;
}

.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%;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #AD0932;
	padding-left: 2em;
	line-height: 1.5em;
}

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

.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;
}
.spoiler_header {
	text-align:right;
}

a.spoiler_button { 
	display: none;
}


.spoiler_container { 

}
.spoiler_spoiler { 
	font-size:80%;
	visibility: visible !important;
}

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

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

.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}

.footnotes .footnote_back { 
	display: none;
}

.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,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;
} 

.resumedownload, .comments, .nocomments, #navigation, .blogfooter, 
#sidebar, #logo_subtitle_container, #logo_subtitle, #footer   { 
	display: none;
}

