/*
Theme Name: MultiMichel
Theme URI: http://www.multimichel.com
Description: Blog theme for Michel Ferreira's Blog
Version: 1
Author: Michel Ferreira
Author URI: http://www.multimichel.com
Tags: design, blog
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

blockquote {
   font-family: Georgia, "Times New Roman", serif;
   color: #777;
   font-style: italic;
   padding: 20px 30px;
   font-size: 18px;
   line-height: 24px;
}

.lighter {
   display:block;
   padding: 30px 0 20px 0;
   color: #999;
}

span.lighter a:link, span.lighter a:visited {
   color: #555;
}

span.lighter a:hover, span.lighter a:active {
   color: #333;
   background-color: white;
}
