#Header {
	height: 210px;
}
	
	#Buhluns {
		position: absolute;
		top: 73px;
		left: 134px;
	}
	
	#Title {
		position: absolute;
		top: 93px;
		left: 250px;
	}
	
.Post {
	width: 500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding-bottom: 42px;
	border-bottom: 1px solid #EEEEEE;
}

	.iDiaryPermalinkPage .Post {
		border: none;
	}
	
	.LinkTagHack a {
		border: none;
	}
	
	.QuotePost {
		
		/* speech bubble CSS code borrowed from Nicolas Gallagher */
		/* nicolasgallagher.com/progressive-enhancement-pure-css-speech-bubbles */
		
		position: relative;
		padding: 1px 25px;
		margin: 0;
		border: 4px solid #C4AF6A;
		background: transparent;
		-webkit-border-radius: 17px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius: 17px;
		-moz-border-radius-bottomleft: 0;
		border-radius: 17px;
		border-bottom-left-radius: 0;
	}
	
		/* creates larger curve */
		.QuotePost:before {
			content: "\00a0";
			position: absolute;
			z-index: 3;
			bottom: -28px;
			left: -4px;
			width: 27px;
			height: 20px;
			border-style: solid;
			border-width: 0 0 4px 4px;
			border-color: #C4AF6A;
			background: transparent;
			-webkit-border-bottom-left-radius: 25px 28px;
			-moz-border-radius-bottomleft: 25px 28px;
			border-bottom-left-radius: 25px 28px;
		}
		
		/* creates smaller curve */
		.QuotePost:after {
			content: "\00a0";
			position: absolute;
			z-index: 3;
			top: auto;
			bottom: -28px;
			left: 15px;
			width: 8px;
			height: 20px;
			border-style: solid;
			border-width: 4px 0 4px 4px;
			border-color: #C4AF6A;
			background: transparent;
			-webkit-border-bottom-left-radius: 13px 16px;
			-webkit-border-top-left-radius: 13px;
			-moz-border-radius-bottomleft: 13px 16px;
			-moz-border-radius-topleft: 13px;
			border-bottom-left-radius: 13px 16px;
			border-top-left-radius: 13px;
		}
		
		/* creates a small circle to produce a rounded point where the two curves meet */
		.QuotePost>:first-child:before {
			content: "\00a0";
			position: absolute;
			z-index: 3;
			bottom: -28px;
			left: 24px;
			width: 4px;
			height: 4px;
			background: #C4AF6A;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		
		/* creates a white rectangle to cover part of the oval border*/
		.QuotePost>:first-child:after {
			content: "\00a0";
			position: absolute;
			z-index: 2;
			bottom: -4px;
			left: 0px;
			width: 27px;
			height: 4px;
			background: white;
		}
		
	.QuoteSource {
		padding-left: 41px;
		margin-top: -6px;
	}
	
	.ChatterName {
		width: 130px;
		height: 20px;
		text-align: right;
	}
	
	.ChatterLine {
		width: 357px;	/* Just wide enought to fit "Glenn Matthews" */
		position: relative;
		top: -37px;
		left: 143px;
		margin-bottom: -37px;
	}
	
		.ChatterLine1 {
			color: #5178FF;
		}
		
		.ChatterLine2 {
			color: #D40C14;
		}
		
		.ChatterLine3 {
			color: #117117;
		}
		
		.ChatterLine4 {
			color: #D8B22F;
		}
		
		.ChatterLine5 {
			color: #5C1CAD;
		}

	/* @group Audio Post */

		/* @group Jewelcase */
			
			/*  CSS3 Jewelcase
				
				Regner.us blog 2010 (http://regner.us/blog/)
				Bouke Regnerus
			*/
			
			.jewelcase {
				border: 1px solid #000;
				height: 75px;
				-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
				position: relative;
				-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
				width: 84px;
			}
			
			.AlbumArt {
				left: 9px;
				position: absolute;
				z-index: -1;
			}
			
			#grooves {
				background: #000;
				border: 1px solid rgba(255, 255, 255, 0.4);
				float: left;
				height: 73px;
				width: 7px;
			}
			
				.groove1 {
					background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#333), to(#131313));
					border: 1px solid #242424;
					display: block;
					height: 71px;
					width: 5px;
				}
				
				.groove2 {
					border: 0 solid #242424;
					border-width: 0 1px;
					display: block;
					height: 71px;
					margin: 0 1px;
					width: 1px;
				}
				
			#cover {
				border: 1px solid rgba(255, 255, 255, .4);
				border-left: 1px solid #000;
				height: 73px;
				overflow: hidden;
				position: relative;
				width: 73px;
			}
			
				.glow {
					background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .0)));
					display: block;
					height: 112px;
					margin: -57px 0 0 -57px;
					-webkit-transform: rotate(45deg);
					width: 112px;
				}
				
				.holder {
					background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .2)));
					border: 1px solid rgba(255, 255, 255, .4);
					height: 4px;
					-moz-border-radius: 2px;
					-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
					position: absolute;
					-webkit-border-radius: 2px;
					-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
					width: 4px;
				}
				
					.top-left {left: 5px;top: -3px;}
					.top-right {right: 5px;top: -3px;}
					.bottom-left {bottom: -3px;left: 5px;}
					.bottom-right {bottom: -3px;right: 5px;}
					
		/* @end */
		
	.AudioPostContainer {
		padding-left: 99px;
		margin-top: -77px;
	}
	
	/* @end */
		
.PostInfo {
	position: absolute;
	top: -12px;
	color: #A4A4A4;
	font-size: 12px;
	line-height: 14px;
}
	
	.LeftSide {
		width: 114px;
		left: -134px;
		text-align: right;
	}
	
	.RightSide {
		left: 520px;
	}
	
		.RightSide a {
			border: none;
			color: #A4A4A4;
		}
		
		.RightSide .ReblogIndicator {
			color: #333333;
			background-color: #EED637;
			border-style: solid;
			border-width: 1px;
			border-color: #D8B22F;
			-webkit-border-radius: 11px;
			-moz-border-radius: 11px;
			border-radius: 11px;
			padding: 2px 13px;
		}
		
.PostDetails {
	color: #A4A4A4;
	font-size: 12px;
	line-height: 14px;
	padding-top: 13px;
}
	
	.PostDetails a {
		color: #A4A4A4;
	}
	
	.PostDetails .ReblogIndicator {
		color: #D8B22F;
		background: transparent;
		border: none;
		padding: 0;
		position: inherit;
	}
		
.Pagination {
	position: relative;
	width: 768px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 89px;
	margin-top: 18px;
}

	a.PaginationButton {
		position: absolute;
		width: 100px;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		border: 2px solid #D8D8D8;
		-webkit-border-radius: 21px;
		-moz-border-radius: 21px;
		border-radius: 21px;
		margin-top: 3px;
		display: block;
	}
	
		.NewerPosts {
			left: 69px;
		}
		
			.NewerPosts:after {
				content: "\00a0";
				position: absolute;
				z-index: 3;
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				transform: rotate(-45deg);
				width: 24px;
				height: 24px;
				border-width: 2px 0 0 2px;
				border-style: solid;
				border-color: #D8D8D8;
				-webkit-border-top-left-radius: 7px;
				-moz-border-radius-topleft: 7px;
				border-top-left-radius: 7px;
				background-color: white;
				top: 7px;
				left: -6px;
			}
	
		.OlderPosts {
			right: 69px;
		}
		
			.OlderPosts:after {
				content: "\00a0";
				position: absolute;
				z-index: 3;
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				transform: rotate(45deg);
				width: 24px;
				height: 24px;
				border-width: 2px 2px 0 0;
				border-style: solid;
				border-color: #D8D8D8;
				-webkit-border-top-right-radius: 7px;
				-moz-border-radius-topright: 7px;
				border-top-right-radius: 7px;
				background-color: white;
				top: 7px;
				right: -6px;
			}