/**
 * Experiments
 */
 
.post {
	margin-bottom: 40px;
}

.post ul {
	margin-bottom: 20px;
}

.post li {
	background-image: url('../../images/bullet2.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-left: 10px;
}

.post-left {
	width: 40px;
}

.post-right {
	width: 640px;
}

.post img {
	margin-bottom: 0px;
}

.post-left .date {
	background-image: url(../../images/stripes_bg.png);
	background-repeat: repeat;
	text-align: center;
	padding: 15px 5px 8px 5px;
	color: #a7a7a7;
	font-family: "SketchRockwellRegular", sans-serif;
}

.day {
	font-size: 27px;
}

.month-year {
	font-size: 13px;
	padding-top: 3px;
}

.speech-bubble {
	background-image: url(../../images/speech_bubble.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 20px;
}

.speech-bubble a {
	color: #FFF;
	padding-left: 2px;
}

.speech-bubble a:hover {
	background-image: none;
}

.post-header {
	margin-bottom: 20px;
}

.post-header-left {
	font-size: 13px;
	padding-top: 8px;
	max-width: 580px;
}

.post-header-right {
	width: 50px;
	padding-left: 10px;
}

.post-header h2 {
	font-size: 23px;
	margin-bottom: 10px;
}

.post-header h2 a {
	color: #FAFAFA;
}

.post-header h2 a:hover {
	color: #f26aa9;
}