@charset "UTF-8"; @headerTextColor: #5a6468; @navTextColor: #92989b; @navTextColorActive: #5a6468; @copyColor: #000; @dateColor: #999; @linkColor: #0089cd; /**************************** GENERIC ****************************/ body { font-family: Georgia, serif; font-size: 14px; line-height: 18px; color: @copyColor; } h1, h2 { font-size: 14px; font-weight: normal; } h2 { color: #a6a6a6; } a { color: #0EADE1; text-decoration: none; } a:hover { text-decoration: underline; } /**************************** HEADER + NAV + WRAPPER ****************************/ aside { font-size: 14px; } .header { font-size: 18px; padding-bottom: 27px; text-decoration: underline; line-height: 22px; } #twitterfeed { a { color: #0EADE1; text-decoration: none; } a:hover { text-decoration: underline; } .tweet-time { font-size: 12px; color: #d4d4d4; } } /**************************** DETAIL ****************************/