body {
	max-width: 960px; margin: 0px auto;
    background-color: #0d0e0f;
    font: 12px 'OpenSansRegular', Tahoma, sans-serif;
    letter-spacing: 0;
    color: #BBBBBB;
    background-repeat: repeat-x;
    background-position: center top;
    background-attachment: fixed;
    overflow: scroll;
    overflow-x: auto;
}
 
header.mainH {
    padding: 5px;
    text-align: center;
	/* border-bottom: 3px solid #AA4400;*/
}
 
header h1 {
    font-size: 36px; margin: 0px;
}
 
header h2 {
    font-size: 18px; margin: 0px; color: #888;
    font-style: italic;
}
 

article > header time span {
    font-size: 10px; font-weight: normal;
    text-transform: uppercase;
}
 
article > header h1 {
    font-size: 20px; float: left;
    margin-left: 14px; text-shadow: 2px 2px 1px #FFFFFF, 2px 2px 5px #888;
}

article > header h3 {
    font-size: 16px; float: left;
    margin-left: 14px; text-shadow: 2px 2px 1px #FFFFFF, 2px 2px 5px #888;
}
 
article p {
    font-size: 16px; 
    margin-left: 14px; 
}
article iframe {
    margin-left: 14px; 
	border: 1px solid #333333;
}
article a {
  color: #55BB55; 
}

article > section {
    padding: 5px;
	border-top: 1px solid #555555;
    margin-top: 5px;
} 
footer {
    padding: 5px;
	border-top: 1px solid #555555;	
}

	
footer p {
    text-align: center; font-size: 12px;
    color: #888; margin-top: 24px;
}
.donate-flex-container{
	display: flex;
	flex-wrap: wrap; 
	justify-content: center;
}
.donate-flex-block{
	margin-left: 20px;
	margin-right: 20px;
}
#copyright {
    font: 11px 'OpenSansRegular', Tahoma, sans-serif;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    text-align: left;
}
