#blog-news > img{
                        margin-top:25px;
			display: block;
			margin:  auto;
			border-radius: 50%;
		}
		#profile_block{
                        margin-top:50px;
			font-size: 18px;
			padding: 20px;
			line-height: 1.8;
		}

		#profile_block{
			color:#000;
			border: #3399FF dotted;
		}
a:link { text-decoration: none;color: blue}
		a:link{
			text-align: none;
			color: #3399FF;
		}

		body{
			background: none;
		}
		.postTitle, .postTitl2, .entrylistPosttitle {
		    font-size: 20px;
		    padding-right: 64px;
		    padding-left: 10px;
		    border-left-width: 3px;
		    border-left-style: solid;
		    border-block-end-style: solid;
		    border-block-end-color: #2175bc;
		    border-block-end-width: 1px;
		    border-left-color: #2175bc;
		}
		#sideBar {
		    width: 200px;
		    padding: 16px;
		    display: inline-block;
		    overflow: hidden;
		    color: #000;
		    background: aliceblue;
		}
		#main {
		    margin-top: 6px;
		    background-color: transparent;
		    margin-bottom: 0px;
		}
		#sideBar {
		    width: 200px;
		    padding: 16px;
		    display: inline-block;
		    overflow: hidden;
		    color: #000;
		    background: transparent;
		    border-right-style: groove;
		    border-bottom-style: groove;
		}
		.day {
		    background-color: transparent;
		    padding: 32px;
		}
		.dayTitle {
		    position: relative;
		    top: -20px;
		    width: 100px;
		    left: -20px;
		    padding-top: 3px;
		    padding-right: 0px;
		    padding-bottom: 1px;
		    padding-left: 8px;
                    border:none;
		    border-bottom-color: blue;
		    border-bottom-style: dotted;
		    border-bottom-width: 1px;
		}