    #left_menu {
        /* background-color: pink; */
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
		width: calc(100% - 1220px);
		min-width: 200px;
        /* width: 300px; */
    }
	
    #archive{
        width: 100%;
        /* float: right; */
        margin-top: 30px;
    }
    
    #tags{
        width: 100%;
        /* float: right; */
        margin-top: 30px;
    }
    
    #blog {
        /* background-color: lightgreen; */
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
		width: 1100px;
		/* width: 1220px; */
        /* width: calc(100% - 300px); */
		padding: 0 50px 0 50px;
    }
	
	#blog_transition {
		display: inline-block;
		width: 100%;
		height: 20px;
		margin: 0 0 20px 0;
	}
	
	#blog_title {
		/* border-left: thick double orange; */
		border-left: thick double darkblue;
		width: 100%;
	}
	
	#blog_title p {
		margin-left: 15px;
		font-size: 30px;
	}

    #blog-caption{
        /* display: inline-block; */
		display: flex;
		justify-content: center;
        width: 75%;
		height: 700px;
        text-align: center;
		margin: auto;
		margin-top: 30px;
        /* margin: 0 0 40px 0; */
    }
	
	#blog-caption img{
        /* width: 70%; */
        /* height: 100%; */
		object-fit: contain;
    }
	
	#blog_date {
		margin: auto;
		margin-top: 40px;
        margin-bottom: 40px;
		width: 400px;
		height: 30px;
	}
	
	#blog_date_created {
        display: inline;
    }
	
	#blog_date_created p {
        display: inline;
    }
	
	#blog_date_updated {
        display: inline;
		margin-left: 30px;
    }
	
	#blog_date_updated p {
        display: inline;
    }
	
	#blog_body {
        /* display: inline-block; */
        margin: 20px 0 20px 0;
		font-size: 18px;
    }
	
	#blog_body p {
        /* display: inline-block; */
		line-height: 33px;
        margin: 25px 0 25px 0;
    }
	
	.blog_image {
		background-color: #f3f2ed;
		width: 60%;
		height: 500px;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 40px;
		overflow: hidden;
	}
	
	.blog_image_data {
		width: 90%;
		height: 80%;
		display: flex;
		justify-content: center;
		margin: auto;
		margin-top: 15px;
	}
	
	.blog_image_data img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	.blog_image_caption {
		font-size: 13px;
		margin: 15px;
	}
	
	.section {
		margin: 30px 0 30px 0;
		width: 100%;
		height: 200px;
	}
	
	.section_title p {
		font-size: 16px;
		color: grey;
		/* font-size: 21px; */
		/* text-decoration: underline; */
	}
	
	.section_body {
		width: 100%;
		height: 100%;
	}
	
	.article {
		position: relative;
		/* border: 1px solid grey; */
		/* border-radius: 10px; */
		/* width: 300px; */
		width: 100%;
		height: 200px;
		/* font-size: 22px; */
		/* text-align: center; */
		/* text-decoration: underline; */
		/* font-size: 18px; */
		/* padding: 10px; */
	}
	
	.article a {
		/* position: absolute; */
		top: 0;
		left: 0;
		height: 100%;
        width: 100%;
	}
	
	.article_title a {
		font-size: 22px;
		color: black;
		text-decoration: none;
	}
	
	.article_review {
		width: 100%;
	}
	
	.article_caption {
		width: 150px;
		height: 150px;
		/* height: 85%; */
		/* height: 290px; */
		/* display: flex; */
		/* justify-content: center; */
		float: left;
		margin: auto;
		margin-right: 15px;
	}
	
	.article_caption img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		/* object-fit: contain; */
	}
	
	.article_summary {
		width: calc(100% - 175px);
		height: 150px;
		overflow: hidden;
	}
	
	#gallery {
		width: 100%;
		display: inline-block;
		margin: 70px 0 70px 0;
	}
	
	
	
	/*
	#gallery_title p {
		font-size: 23px;
		text-decoration: underline;
	}
	*/
	#gallery_images {
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}
	
	#gallery_images img{
		width: 150px;
		height: 150px;
		margin: 5px;
	}
	
/*
    p.title {
        display: inline-block;
        font-size: 30px;
    }
*/
/*
    p.date_created {
        display: inline-block;
        float: right;
    }
*/
/*
    p.story {
        display: inline-block;
        margin: 20px 0 20px 0;
    }
*/