body {
	background-color:#c1a98d;
	font-family: "Helvetica Neue", Arial, "Trebuchet MS", Helvetica, sans-serif;
	background-image:url('https://tinywords.com/wp-content/uploads/2020/02/20-1-Background-scaled.jpg');
	background-repeat:no-repeat;
	background-size:100%;
	}

	a {
	text-decoration:none;
	color:#00056f;
	}

    #sidebar {
        position: absolute;
        top:170px;  
        left:20px;  
        width:155px;
        text-align:left;
        font-size:0.8em;
    }
    #sidebar .pages {
        background-color: #ffffff;
        opacity:0.6;
        font-weight: bold;
        }

	#sidebar h1 {
	text-align:left;
	margin-right:-5px;
	}
    
    .page_item {
	text-align:left;
	}
	
	#content {
	position: relative;
	left:250px;
	top:60px;
	width:540px;
	}

	.post {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
    /* background-color: #b6d0e9aa; */
	min-height:850px;
	}

    .navigation {
        font-weight: bold;
        padding: 5px 5px 5px 5px;
    }

    #idc-container-parent {
        background-color: #c1a98d88;
        margin-top:50px;
    }
	.main {
	position:relative;
	top:25px;
	margin-bottom:25px;
	}

	.post img {
	background-color:#ab7342;
	padding:120px auto;
	border:10px solid #B2ADA9;
	}

        #footer {
	position:relative;
	left:50px;
	top:100px;
	margin-top:75px;
	font-size:0.8em;
	clear:both;
        }
	