/************* Global *************/body {
font: 12pt Georgia, "Times New Roman", serif;
font-style: normal;
}

h1 {
font-size:24pt;
margin: 0;
font-weight: bold;
}

h2 {
margin: 20px 0;
}

h3 {
margin: 10px 0;
}

ul {
list-style-type: none;
}

a {
text-decoration: none;
font-weight: bold;
color: #333;
}

a:hover {
text-decoration: underline;
}

/************* Container *************/

#container, #header, #footer{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
  text-align: left;
}


/************* Header *************/
#header {
margin: 0;
padding: 15px 0;
border-bottom: 1px solid black;
}


/************* Menu *************/
#menu {
  display:none;
}

/************* Content *************/


#content p {
letter-spacing: 0.05em;
}

#content blockquote { 
background-color: #efefef; 
margin: 15px 15px; 
padding: 10px 10px;
border-top: 1px solid #cecece;
border-bottom: 1px solid #cecece;
}

#content blockquote p {
margin: 0;
}

#main p {
margin-top: 25px;
padding-left: 0;
}

#main p.chapo {
font-style: italic;
font-weight: bold;
}


#main ul {
margin: 5px 5px 5px 30px;
list-style: disc;
}

#sub {
  display:none;
}

.post {
margin-top: 20px;
}

#notes {     margin-top: 20px;
     padding-top: 10px;
     border-top: 1px solid black;
     font-size: 0.7em;
}


/************* Footer *************/
#footer {
padding: 10px 0 5px;
margin-top: 25px;
border-top: 1px solid black;
}

#footer p {
text-align: center;
}

#footer a {
color: #EEE;
}

#footer a:hover {
text-decoration: underline;
}

