* {
     margin: 0;
     padding: 0;
}

body {
     font: 100%/120% Georgia, "Times New Roman", serif;
     font-style: normal;
}

h1 {
     margin: 0;
     font-size: 160%;
     line-height: 110%;
     font-weight: bold;
}

h2 {
     margin: 20px 0;
     line-height: 1.1em;
}

h3 {
     margin: 10px 0;
}

ul {
     list-style-type: none;
    margin-top: 7px;
}

a {
     text-decoration: none;
     font-weight: bold;
     color: #333;
}

object {
     margin-top: 20px;
     margin-bottom: 20px;
}

#container {
     height: auto !important;
     min-height: 100%;
     position: relative;
     text-align: center;
}

* html #container, html, body {
     height: 100%;
}

#header {
     margin: 0;
     padding: 15px 0;
     text-align: center;
     width: 100%;
     font-size: 2em;
     background: #333;
     color: #EEE;
}

#menu {
     font-size: 100%;
     line-height: 80%;
     font-weight: bold;
     text-align: center;
     width: 100%;
     background-color: #efefef;
     margin: 0 0 30px;
     padding: 0;
     border-top: 1px solid #cecece;
     border-bottom: 1px solid #cecece;
}

#menu ul {
     padding: 4px 0;
}

#menu li {
     display: inline;
     margin: 0 10px;
}

#menu a {
     color: #000;
     font-size: 1.1em;
}

#content {
     width: 750px;
     margin: 0 auto 30px;
     text-align: left;
}

#content:after {
     content: ".";
     display: block;
     clear: both;
     height: 0;
     visibility: hidden;
}

#content p {
     letter-spacing: 0.05em;
}

#content blockquote {
     background-color: #efefef;
     margin: 35px;
     padding: 10px;
     border-top: 1px solid #cecece;
     border-bottom: 1px solid #cecece;
     font-size: 75%;
}

#content blockquote p {
     margin: 0;
}

#main {
     width: 68%;
     float: left;
}

#main p {
     margin-top: 10px;
     padding-left: 0;
}

#main p.chapo {
     font-style: italic;
     font-weight: bold;
}

#main p.date {
     font-style: italic;
     margin-bottom: 1.5em;
}

#notes {     margin-top: 1.5em;
     padding-top: 1em;
     border-top: 1px solid #cecece;
     font-size: 0.7em;
}



#main ul {
     margin: 5px 5px 5px 30px;
     color: #333;
     list-style: disc;
}

#main li {
     color: #000;
}

#sub {
     margin-left: 2%;
     width: 28%;
     float: right;
     text-align: left;
}

#sub h2 {
     margin-top: 20px;
     padding: 0 5px 5px;
}

#sub p {
     padding: 0 5px 5px;
}

#sub li {
     padding: 0 5px;
}

#sub img {
     border: 0;
}

.post {
     margin-top: 20px;
}

#footer {
     position: relative;
     clear: both;
     padding: 10px 0 5px;
     width: 100%;
     background: #333;
     color: #EEE;
}

#footer p, #sub .buttons {
     text-align: center;
}

#footer a {
     color: #EEE;
}

#footer a:hover, a:hover {
     text-decoration: underline;
}


