
/* * *  ALL POSTS * * */

.photo-post div[class="photo-caption"]:last-child,
.photoset-post div[class="photoset-caption"]:last-child,
.video-post div[class="video-caption"]:last-child,
.text-post div[class="text-content"]:last-child,
.question-post div[class="question-content"]:last-child,
.link-post div[class="link-content"]:last-child,
.quote-post div[class="quote-source"]:last-child,
.audio-post div[class="audio-caption"]:last-child,
.chat-post div[class="chat-content"]:last-child ul li:last-child {
	margin-bottom: -20px;
	}



/* * *   PHOTO, VIDEO & PHOTO SET POSTS   * * */

.photo-content,
.photoset-content,
.video-content {
	margin: 0px !important;
	padding: 0px !important;
	line-height: 0px !important;
	}

.photo-content a,
.photo-content a:hover {
	outline: none !important;
	text-decoration: none !important;
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	padding-bottom: 0px !important;
	}

.photo-post div[class="photo-caption"],
.photoset-post div[class="photoset-caption"],
.video-post div[class="video-caption"] {
	margin-top: 18px;
	}



/* * *   TEXT & QUESTION POSTS   * * */

.text-post div[class="text-title"]:first-child {
	margin-top: -7px;
	}

.text-post div[class="text-title"]:last-child {
	margin-bottom: -15px;
	}

.text-post div[class="text-content"]:first-child,
.question-post div[class="question-content"]:first-child {
	margin-top: -17px;
	}

.text-content {
	min-height: 4px;
	}



/* * *   LINK POSTS   * * */

.link-post .link-title {
	margin-top: -7px;
	}

.link-post div[class="link-title"]:last-child {
	margin-bottom: -15px;
	}

.link-title a {
	color: rgb(123,124,125) !important;
	background: 0px 34px repeat-x url(http://www.ckck.org/tumblr/link-underline.jpg);
	font: 30px/45px 'OFL Sorts Mill Goudy', OFLSortsMillGoudy, 'Goudy Old Style', Garamond, Baskerville, Times, 'Times New Roman', serif;
	text-decoration: none !important;
	outline: none !important;
	border-bottom: 0px !important;
	cursor: pointer !important;
	}

.link-title a:hover {
	color: rgb(135,185,210) !important;
	background: 0px 34px repeat-x url(http://www.ckck.org/tumblr/link-underline-blue.jpg);
	border-bottom: 0px !important;
	}



/* * *   QUOTE POSTS   * * */

.quotemark {
	float: left;
	position: relative;
	top: 0px;
	height: 59px;
	width: 74px;
	background: 0px 1px no-repeat url(http://www.ckck.org/tumblr/icon-quotemark.png);
	padding-right: 6px;
	}

.quote-post div[class="quote-content"]:last-child {
	margin-bottom: -28px;
	}

.gecko .quote-post div[class="quote-content"]:last-child {
	margin-bottom: -27px;
	}

.quote-content {
	font: 22px/30px 'OFL Sorts Mill Goudy', OFLSortsMillGoudy, 'Goudy Old Style', Garamond, Baskerville, Times, 'Times New Roman', serif;
	margin-top: -21px;
	}

.gecko .quote-content {
	margin-top: -22px;
	}




/* * *   CHAT POSTS   * * */

.chat-name {
	font: 0.7em/1em BergamoStd, 'Bergamo Std', 'Times New Roman', Times, Palatino, Baskerville, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}

.chat-post .chat-title {
	margin-top: -7px;
	}

.chat-post div[class="chat-content"]:first-child {
	margin-top: -18px;
	}

.gecko .chat-post div[class="chat-content"]:first-child {
	margin-top: -19px;
	}

.chat-post ul {
	margin-left: 0 !important;
	}

.chat-post ul li {
	list-style-type: none !important;
	list-style-position: inherit !important;
	}

.chat-post ul li {
	border-top: 1px solid rgb(223,224,225);
	padding: 0px !important;
	}

.chat-post ul li:first-child {
	border-top: 0px;
	padding-top: 0px;
	}



/* * *   AUDIO POSTS   * * */

.audio-post div[class="audio-content"]:first-child {
	margin-bottom: -10px;
	}

.audio-content {
	position: relative;
	top: -4px;
	left: -4px;
	height: 385px;
	width: 509px;
	background: left top no-repeat url(http://static.tumblr.com/1elxc47/DsUlak0fd/vinyl-sleeve.png);
	}

.audio-content .albumcover {
	height: 375px;
	width: 375px;
	margin: 0px;
	padding: 4px 0px 0px 4px;
	}

.audio-content .albumart {
	height: 375px;
	width: 375px;
	margin: 0px;
	padding: 0px;
	}

.playbutton {
	float: left;
	height: 67px;
	width: 67px;
	background: left top no-repeat url(http://www.ckck.org/tumblr/playbutton-out.png);
	text-align: center;
	margin: 11px 5px 0px 0px;
	overflow: hidden !important;
	}

.playbutton:hover {
	background: left top no-repeat url(http://www.ckck.org/tumblr/playbutton-over.png);
	overflow: hidden !important;
	}

.playbutton-position {
	position: relative;
	top: 20px;
	left: 20px;
	}

.audio_player {
	position: absolute;
	height: 66px;
	width: 66px;
	clip: rect(0px,28px,32px,2px);
	overflow: hidden !important;
	}

.audio_player embed {
	position: relative;
	top: -7px;
	left: -8px;
	height: 56px !important;
	width: 434px !important;
	overflow: hidden !important;
	}

.audio-caption {
	margin-top: 15px;
	}

.audio-caption h3 {
	margin-bottom: 9px;
	}