.tumblr_posts { /* The container that holds all of the posts */
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

.tumblr_title { /* The title of a post */
	background: #313131 url(images/top.gif) top left repeat-x;
	color: #646464;
	margin: 0 -20px 0 -20px;
	padding: 6px 8px;
	text-shadow: 0 -1px 0 #242424;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;

	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 24px;

}

.tumblr_post { /* A single post */
	margin: 0 0 30px 0;
	padding: 0px 20px 10px 20px;
	background-color: #292929;
	overflow: hidden;

	border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tumblr_body p:first-child {
	background: url('images/subtitle_bg.gif') repeat-x;
	color: #545454;
	height: 23px;
	margin: 0 -20px 15px -20px;
	padding: 4px 0px 0px 7px;
	border-collapse: collapse;
	text-shadow: 0 -1px 0 #1a1a1a;
	font-size: 11px;
	font-weight: bold;
}

.tumblr_body { /* The body of a text post */

}

.tumblr_text_post { /* The secondary class for a text post */

}

.tumblr_link_post {  /* The secondary class for a link post */

}

.tumblr_photo_post { /* The secondary class for a photo post */

}

.tumblr_chat_post { /* The secondary class for a chat post */

}

.tumblr_audio_post { /* The secondary class for a audio post */

}

.tumblr_video_post { /* The secondary class for a video post */

}


.tumblr_quote { /* A quote post */
	font-family: 'Monotype';
	font-size: 24px;
}

.tumblr_link { /* A link post */

}

.tumblr_video { /* A video post */

}


.tumblr_caption { /* The caption under some posts */

}

.tumblr_description { /* The description for some posts */

}

.tumblr_label { /* The person's name in a chat post */

}

.link_og_blockquote { /* The direct link under the title link */

}