
/* 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, em, img, ins, kbd, q, s, samp,
small, strike, sub, 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;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end reset*/

em {

font-style:italic;
font-color:gray;
}


p { 
	margin: 20px 0px 20px 0px;
}

img {
	border:10px solid white;
	display:block;
	float:right;
}

a {
	text-decoration:none;
	color:#bd000d;
}

h1 {
	font-size:1.2em;
	font-family: Helvetica, sans-serif;
	letter-spacing:2px;	
	padding-bottom:35px;
	margin:0 auto;
	text-align:center;
}

h2 * a 
{ color:black;}

h2 {	
	padding:10px 0px 10px 0px;
	letter-spacing:2px;
	font-weight:normal;
	margin:0px;
}

h3 {
	font-size:1.2em;
	font-weight:normal;
	font-style:italic;
	margin:0px;
	color:gray;
}

blockquote {
	margin: 1em;
	text-indent: none;
}


ul {	
	padding:0px;
	font-family:Helvetica, sans-serif;
	list-style-type:none;
}

ul a {
	color:black;
}



ul li {
	padding: 10px 0px 0px 0px;
	font-size:1.1em;
}

li.notebook {
	font-style:italic;
}

li.notebook a {
	color:gray;
}


div#ribbon {
	width:70px;
	margin-bottom:80px;
	background-color:#bd000d;
	color:white;
	font:1.2em palatino ;
	font-style:italic;
	padding:5px 10px 5px 10px;
	text-align:center;
	
}

div#ribbonbottom {
	float:right;
	width:90px;
	margin-top:80px;
	background-color:#bd000d;
	color:white;
	font:1.2em palatino ;
	font-style:italic;
	padding:5px 10px 5px 10px;
	text-align:center;
	
}

div#ribbonblue {
	float:right;
	width:90px;
	margin-top:80px;
	margin-right:40px;
	background-color:#4099FF;
	color:white;
	font:1.2em palatino ;
	font-style:italic;
	padding:5px 10px 5px 10px;
	text-align:center;
	
}





div#post {
	margin-bottom:100px;
}

div#body {
	margin:0 auto;
	padding-left:35px;
	width:700px;
	font-family: Helvetica, sans-serif;
	font-size:16px;
	line-height:1.8em;
	color:#191919;

}



div#footer {
	height: 100px;
	width: 1px;
}

