body {
	background-color:#352860;
	font-family: "Helvetica Neue", Arial, "Trebuchet MS", Helvetica, sans-serif;
	background-image:url('https://tinywords.com/wp-content/uploads/2023/03/lavender_mirror_4-scaled.jpg');
	background-repeat:no-repeat;
	background-position: 0px -150px;
	}

	a {
	text-decoration:none;
	color:#26633e;
	}

        #sidebar {
        position: absolute;
        top:150px;  
        left:20px;  
        width:155px;
        text-align:left;
        font-size:0.8em;
		padding-left: 10px;
		background: rgba(255, 255, 255, 0.6) /* White background with 60% opacity */
	}

	li.page_item {
	text-align:left;
	}

	#sidebar h1 {
	text-align:left;
	margin-right:-5px;
	}

	#content {
	position: relative;
	left:250px;
	top:50px;
	width:560px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
		padding-bottom: 10px;
	background: rgba(255, 255, 255, 0.7) /* White background with 70% opacity */
	}

	.post {
	margin-top: 0px;
	}


	.main {
	position:relative;
	top:25px;
	margin-bottom:75px;
	}

	.post img {
	background-color:#b4aaaa;
	padding:100px auto;
	border:25px solid #142d3c;
	border-bottom: 50px solid #142d3c;
	}

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