@charset "utf-8";
/* CSS Document */

.clear_fix{
	clear:both;
	height:1px;
	}


.leftcolumn {
	float:left;
}
.post {
	width: 550px;
	margin-left:25px;
	margin-bottom:45px;
}

.postcontent p {
	margin-top:15px;
}
.postcontent img {
	margin-top:15px;
	border:#333333 solid 1px;
}
.postcontent a:hover img {
	border:#444444 solid 1px;
}
blockquote {
	margin-top:20px;
	margin-left:20px;
}

blockquote p{
background-color:#333333;
font-size:14px;
border-left:3px solid #999999;
padding-left:5px;
}

.commentteaser{
	margin-top:20px;
	float:left;
	font-size:18px;
}

.commentteaser .num {
	color:#FF0000;
}

.tag {
	color:#999999;
	}
	
	
.post .tag  {
	clear:right;
	text-align:right;
	margin-right:20px;
	margin-top:20px;
}
.bullets {
	height:5px;
	width:530px;
	background:url(../img/slices.png) no-repeat -255px 0px;
	margin-top:5px;
	clear:both;
}

/* RIGHT HAND META COLUMN */
.meta {
	width:300px;
	margin-top:70px;
	margin-right:25px;
	float:right;
}
.meta .metacopy {
	margin-top:10px;
	margin-left:20px;
}
.meta .title {
	margin-top:35px;
}
.meta .about {
	margin-top:35px;
	height:16px;
	width:60px;
	background:url(../img/slices.png) no-repeat -305px -125px;
}
.meta .aboutcopy {
}
.meta .contact {
	height:16px;
	width:78px;
	background:url(../img/slices.png) no-repeat -305px -145px;
}
.meta .contactcopy {
}
/*.meta .contactcopy a {
	color:#679cd2;
}
.meta .contactcopy a:hover {
	text-decoration:underline;
}
*/

.meta .tags {
	height:16px;
	width:45px;
	background:url(../img/slices.png) no-repeat -364px -125px;
}
/*.tag a {
	color:#4ca46d;
}
.tag a:hover {
	color:#36d973;
}*/
.meta .music {
	height:16px;
	width:52px;
	background:url(../img/slices.png) no-repeat -385px -145px;
}
