/* Hiding things */

.archives {
	display:none;	
}

#newsletter-wrapper {
	display:none;	
}

#footerBlock {
	display: none;	
}

h5 {
	font-size:1.8em;
	margin-top:40px;
	font-weight:100;
}

h1 {
	font-size:3em !important;	
}

.post-content {
	border-bottom:solid 1px #666666;	
}

#templateWrapper-month {
    background: #1585b5;
    width: 100%;
    padding: 20px 0px 10px 0px; 
    text-align: center;
}

#templateWrapper-month h1 {
    color:#fff;
	font-weight:bold;
    margin-bottom:15px;
}
	
#page-header-wrapper {
    background: #2dabe2;
	padding: 50px 0px 60px 0px; 
}

#page-header-wrapper h1 {
	text-align:center;
	font-size:4em !important;
	font-weight:100;
	color:#ffffff !important;
}



.flag {
    background-color: #000000;
}

.main-section {
    background: #ffffff;
    padding-top: 0px;
}

