#topics .postTitle a{
				transition: all 0.5s linear ;
			}
			#topics .postTitle a:hover{
				color: #00AAFF;
				margin-left: 30px;
			}