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, strong, sub, sup, tt, var,
b, u, i, 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;
}
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;
}

.cf:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
* html .cf {zoom:1;}/* IE6 */
*:first-child+html .cf {zoom:1;}/* IE7 */

html { overflow-y: scroll; }

body {
	font-family: sans-serif;
    line-height: 1.3;
	color: #000;
	background: #FFF url(graphics/bg.gif) no-repeat fixed top right;
    padding: 2em;
}

[role=main] {
    max-width: 50em;
    margin: 0 auto;
}

h1, h2 {
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
    color: #900;
	border-style: solid;
	border-color: #900;
	border-width: 0 0 1px 1px;
    border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    -webkit-border-bottom-left-radius: 20px;
	padding-bottom: 0.25em; 
}

h1 {
	margin-top: 0;
	font-size: 200%;
	margin-left: -0.5em;
	padding-left: 0.5em;
    margin-bottom: 0.65em;
}

h2 {
	margin-top: 2em;
	font-size: 160%;
	margin-left: -0.625em;
	padding-left: 0.625em;
    margin-bottom: 0.81em;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1.1em;
}

h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

a:link {
	color: #F00;
	text-decoration: underline;
}       
a:visited {
	color: #900;
	text-decoration: line-through;
}   
a:hover, a:active, a:focus {
	text-decoration: underline overline;
}    
 

blockquote {
	margin: 1.3em 5em;
	border: 2px dotted #900;
	padding: 0.65em;
}

blockquote p:last-child {
	margin-bottom: 0;
}

cite {font-style: italic;}
cite[class=q] {font-style: normal; quotes: "\201C" "\201D" }
cite[class=q]:before { content: open-quote }
cite[class=q]:after { content: close-quote }

pre, code, kbd, samp  {background-color: #DDD; color: #000;font-family: monospace, sans-serif; }
pre {padding: 0.65em; margin: 1.3em 0;}

small { font-size: 85%; }
strong, th, b { font-weight: bold; }
em, i, cite {font-style:italics;}
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

p, ul, ol, dl, address {margin-bottom: 1.3em;}

ul, ol {margin-left: 1.8em;}

ul { list-style-type: square;} 
ol { list-style-type: decimal;} 

li  { padding-top: 0.2em;}

dt {font-weight: bold;}

q  { font-style: italic;}

label, input[type=button], input[type=submit], button { cursor: pointer; }

.bread {
	margin: 0;
	font-size: 95%;
}

footer {
	font-size: 88%;
    border-top: 1px solid #900;
	margin: 1em -1em 0;
    padding: 1em 1em 0;
}

footer img {float: right; margin-left: 2em;}

.intro {font-size: 113%;}

.banner {
	clear: both;
	width: auto;
	margin: 1em auto;
	text-align: center;
}

.data {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.data td, .data th {
	border: 1px solid #999;
	padding: 0.1em;
}

.data th {
	background: #ccc none;
	color: #900;
}


.dead { color: #FFF;
    background: #000 none;
    font-weight: bold;
    text-decoration: line-through;
}

.notice {
	margin: 1.3em 0;
	border: 2px solid #900;
	padding: 0.65em;
    background-color: #ffcccc;
    font-weight: bold;
}

.webring {margin-top: 1em; margin-bottom: 1em; margin-left: auto; margin-right: auto; text-align: center;}
.webring a:link, .webring a:visited, .webring a:hover, .webring a:active  {background: transparent;}


/* French Revolutionary Calendar styles */

.revcal { 
    font-size: 1.1em;
    font-family: sans-serif; 
    border: 1px solid #900;
    width: 95%;
    padding: 0.5em; 
    line-height: 1.5em;
    text-align: center;
    margin: 1.3em 0;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rev-cal-form td { vertical-align: middle; padding: 0.25em;}

