		/*The post author info*/
		section.the-post-author-info {
			width: 96%;
			height: auto;
			margin: 50px 0 0 0;
			background: #f9f9f9;
			padding: 2% 2%;
			border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
			overflow: hidden;
			outline: 0px solid red;
		}
			/*Photo author*/
			.photo-author {
				float: left;
				width: 140px;
				height: auto;
				margin: 0 30px 0 0;
			}
				.photo-author img {
					background-size: cover;
					display: block;
					vertical-align: bottom;
					padding: 5px 5px;
					border: 1px solid #ccc;
					border-radius: 50%;
						-moz-border-radius: 50%;
						-webkit-border-radius: 50%;
				}
			/*Current author info*/
			.current-author-info {
				float: left;
				width: 70%;
				height: auto;
			}
				.current-author-info h4 {
					font-weight: bold;
					font-size: 15px;
					line-height: 1;
					color: #666;
					margin: 0 0 15px 0;
				}
				.current-author-info p {
					font-size: 14px;
					line-height: 2;
					color: #666;
				}
					.current-author-info p a {
						color: #2C6FCB;
						text-decoration: underline;
					}
						.current-author-info p a:hover {
							text-decoration: none;
							color: #666;
						}