html,body {
	margin: 0.3em;
		font-family:calibri;

		color:#ccc;
		background-image: url('http://coffeesounds.com/pattern1.gif');
}

h1.,h2,h3,h4 {
	text-align:center;
}

/*-------------- link specific settings ----------------------------------*/
a {
	color:#aaa;
	background-color:#710D2B;
	text-decoration:none;
	border-bottom:0.5pt solid #aaa;
}
a:hover {
	background-color:#aaa;
	color:#710D2B;
}
a:active {
	border:2pt solid #fff;
}
/*-------------- boxx specific settings ----------------------------------*/
div#header {
	margin:0 auto;
	
	padding:24px;
	
}
div#header a {
	background:none;
}
div#contain {
	margin:0 auto; /* center, not in IE5 */
	width:40%;
	
	/*text-align:center;*/
	clear:both;
	padding:16px;

}


div#content {
	
	clear:both;
	padding:24px;
	margin:0 auto;
	width:100%;
}
div#content p {
	text-align:justify;

}
div.box {

}
div.single {

	margin:0 auto;
	width:40%;
	

}
div#footer {
	margin:5em auto;
	width:100%;
	padding:24px;
	clear:both;
	text-align:center;
	
}
#footer ul li {
	display:inline;
}
a img {
	 border:none;
}
/*-------------- Post specific settings ----------------------------------*/
.post {
	border-bottom:2pt solid #ccc;
	margin:1.5em 0 1.5em 0;
}

.text {
	background-image: url("http://tumblr.coffeesounds.com/text.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom:32px;
	text-align:left;
}
/*-------------- Post specific settings ----------------------------------*/
.photo {
		background-image: url("http://tumblr.coffeesounds.com/photo.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.photo img {
	display:block;
	margin:0 auto;
}
/*-------------- Post specific settings ----------------------------------*/
.video {
		background-image: url("http://tumblr.coffeesounds.com/video.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom:32px;
}
.video .emb {
	width:400px;
	padding:0;
	margin:0 auto;
}
/*-------------- Post specific settings ----------------------------------*/
.audio {
		background-image: url("http://tumblr.coffeesounds.com/audio.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom:32px;
}
/*-------------- Post specific settings ----------------------------------*/
blockquote {
	border-left:4pt solid #ccc;
	padding-left:0.3em;
	background-color:#333;
	font-size:85%;
	color:#888;
}
/*
.quote {
		background-image: url("http://tumblr.coffeesounds.com/quote.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom:32px;
}

.quote blockquote {
	background-color:#dedede;
	font-size:140%;
	color:#222;
}
*/
.quote blockquote:before {
	content:"''";
	font-size:250%;
	color:#333;
}
.quote blockquote:after {
	content:"''";
	float:right;
	font-size:250%;
	color:#333;
}
/*-------------- Post specific settings ----------------------------------*/
.link {
		background-image: url("http://tumblr.coffeesounds.com/link.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom:32px;
}
/*-------------- wuhup! -------------- ----------------------------------*/
.title {
	float:left;
	text-align:left;
}
#description {
	font-size:75%;
}

.post-metadata, .was-reblogged {
	font-size:65%;
	color:#888;
	
	
}