/* TUMBLR Style ************************/

.tumblr_posts {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

.tumblr_title {
	font: bold 24px 'Asap', sans-serif;
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.tumblr_post {
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 500px;
}

/*
.tumblr_post img {
    margin-left: auto;
    margin-right: auto;
	width: 500px;
}*/

.tumblr_post::after {
	content: url('../images/divider_500px.png');
	display: block;
	position: relative;	
	width: 500px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

.tumblr_post ul {
	margin-left: 60px;
	margin-bottom: 30px;
	list-style-type: disc;
}

.tumblr_post ol {
	margin-left: 60px;
	margin-bottom: 30px;
	list-style-type: decimal;
}

.tumblr_link {
	margin: 0;
}

.tumblr_quote {
	width: 500px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.tumblr_source {
	color: #004a80;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.tumblr_chat_post  ul{
	margin-left: 60px;
	list-style-type: none;
}

.tumblr_label {
	color: #004a80;
	font-weight: bold;
}

.tumblr_video  iframe {
	width: 490px;
	height: 276px;
	margin-right: auto;
	margin-left: auto;
}

.tumblr_body img {
	margin-bottom: 10px;
	/*border: 1px solid #fff;*/
}

.tumblr_photo{
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}

.tumblr_photo_post{
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}

.tumblr_video_post{
    margin-left: auto;
    margin-right: auto;
	width: 400px;
}

.tumblr_video{
    margin-left: auto;
    margin-right: auto;
	width: 400px;
}

.tumblr_video iframe{
	height: 100%;
}
