/*
	Home
*/

/* Content */

.home #content {
	margin: 20px 0 0 45px;
	width: 780px;
}

	.home #content .posts {
		width: 100%;
	}

		.home #content .posts .post {
			border: 0 none;
			padding: 0 0 30px;
			margin: 0;
		}

		.home #content .posts .post .title h2 {
			color: #ad75b4;
			font: 21px/26px Helvetica, Arial;
			padding: 0;
		}

			.home #content .posts .post .title h2 a {
				color: #ad75b4;
			}
