	#words .entry {
		width: 100%;
		margin-bottom: 60px;
		}
		
	#sidebar .entry {
		width: 100%;
		margin-bottom: 30px;
		}
	
	.title {
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
		font-variant: small-caps;
		color: #555;
		}
		
	#sidebar .title{
		text-align: center;
		margin-bottom: 20px; 
		}
		
	.title .date {
		float: right;
		text-align: right;
		width: 70px;
		border: 0px solid;
		margin: 4px 0 0 -8px;
		color: #006633;
		display: block;
		}
		
	.subtitle h5, .subtitle h4, .subtitle h1, .title h5, .title h4, .title h1 {
		display: inline;
		}
		
	.subtitle h5, .title h5 {
		margin-right: 2px;
		}
		
	.subtitle h4, .title h4 {
		font-size: 1.3em;
		}
		
	.subtitle h1, .title h1 {
		width: 100%;
		text-align: center;
		margin-right: -60px;
		}
		
	.subtitle h1 a, .title h1 a {
		color: #669999;
		text-decoration: none;
		font-size: 2em;
		}
		
	.subtitle {
		width: 100%;
		text-align: center;
		margin: -15px 0 5px 0;
		font-variant: small-caps;
		color: #555;
		}
		
	.more {
		margin-top: -35px;
		font-variant: small-caps;
		font-weight: normal;
		text-align: center;
		}
		
	.navigation {
		font-variant: small-caps;
		}
		
	#words .post {
		/*text-align: justify;*/
		padding: 30px 0;
		}
		
	.postexcerpt {
		font-size: 0.8em;
		color: #777;
		font-style: italic;
		margin-bottom: 20px;
		}