/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.custom .format_text .drop_cap {
  font-family: Yanone Kaffesatz;
  font-weight: bold;
  font-size: 1.8em;
  color: #A80000;
}

.custom .my-recent-posts { border:1px dotted #666; padding:1.0em; margin-bottom:1.8em; }
	.custom .my-recent-posts h4 { margin-bottom:1.0em; }
	.custom .my-recent-posts a { color:#cc0000; border-bottom:1px dotted #fff; text-decoration:none; }
		.custom .my-recent-posts a:hover { border-bottom:1px dotted #cc0000; }

