/* rules for the PHP generated twitter container */
.container #tweets {
	
}
	.container #tweets .tweet {
		padding-bottom: 24px;
	}
		.container #tweets .tweet .tweetdate {
			text-align: center;
			padding-bottom: 8px;
		}
		.container #tweets .tweet .tweetcontent {
			
		}

/* rules for the PHP generated blog containers */
.container.blog {
	
}
	.container.blog .blogtitle {
		text-align: center;
		font-size: x-large;
		font-weight: bold;
	}
	.container.blog .blogdate {
		text-align: center;
		color: #A52A2A; /* brown */
	}
	.container.blog .blogcontent {
		
	}
		.container.blog .blogcontent p {
			padding-bottom: 8px;
		}
		.container.blog .blogcontent img.aligncenter {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
