/* This first code will remove post numbers*/
ol {list-style:none;}
/*Photos on tumblr are typically 75px thumbnails, 100px, 200px, 300px, 400px and 500px.  You can change the sizes shown for tumblr photos for whatever of these sizes you desire and also change the post width to correspond.*/
.tumblr_photo {
	width:500px;
	margin:30px 0px 5px 0px;
}

.tumblr_post {
	width:500px;
	margin:10px 0px 25px 0px;
	border-top-color: #666;
	border-top-width: 2px;
	border-top-style: solid;
}

/*Here you can change photo caption properties*/
.tumblr_caption {
	font-size:14px;
	line-height: 18px;
	color:#666;
	font-family:Helvetica, Arial, sans-serif;
	padding:0px 0px 25px 0px;
	font-weight: bolder;
}

/*Here you can change title properites  Try it: replace the numbers show for the color to CC0000 and your headline should be red.*/
.tumblr_title {
	font-size:25px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	line-height: 0px;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
	border-top-color: #666;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/*Here you can change post text properties*/
.tumblr_body {
	font-size:12px;
	line-height:20px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	}
	
/*You can add additional styling for other tumblr elements such as quotes, videos, etc. in a similar manner*/
