//Import font for logo @import url(http://fonts.googleapis.com/css?family=Copse|Josefin+Sans:700) // This import applies a global reset to any page that imports this stylesheet. @import blueprint/reset // Import all the default blueprint modules so that we can access their mixins. $alt-text-color: #cccccc $blueprint-background-color: #f9f9f9 $blueprint-border-color: #ddd //Set some custom colors $myred: #ae1f24 $link-color: lighten($myred, 12%) $link-hover-color: darken($myred, 12%) @import blueprint @import blueprint/buttons $blueprint-font-family: DejaVu Sans, Helvetica, Arial, sans-serif $blueprint-fixed-font-family: Inconsolata, DejaVu Sans Mono, "andale mono", monospace $blueprint-font-size: 13px @import compass/css3 @import plugins/my_mixins //Uncomment the following for a liquid layout //$blueprint-liquid-container-width: 86% //@import blueprint/liquid //Start Styling $logo_font: "Josefin Sans" $header-font: "Copse", $blueprint-font-family html background: $blueprint-background-color +background-image(linear-gradient(#fafafa, #e8e8e8, $blueprint-background-color)) h1, h2, h3, h4, h5, h6 font-family: $header-font body.bp +blueprint(true) #container +container #header, #footer width: 100% #header h1 font-size: 4em color: $myred font-family: $logo_font, $header-font margin-bottom: .2em text-align: center line-height: 2em span.tag font-size: 1.4em ul.relevant-links +container padding: 0 li text-align: center +float-right margin: 0 &.last +last a +anchor-button +box-shadow(inset 0px 1px 0px 0px #ffffff) +border-radius(6px) +background-image(linear-gradient(center top, #f0f0f0 5%, #e3e3e3 100%)) background-color: #ededed border: 1px solid #dcdcdc $button_text_color: desaturate($myred, 23%) color: $button_text_color +inset-shadow &:hover +background-image(linear-gradient(center top, #e3e3e3 5%, #f0f0f0 100%)) background-color: #dfdfdf color: $button_text_color #content +column(18) +push(3) +append(3) .section $spacing: .5em +inset-shadow h2 margin-bottom: 0 .content background: #e6e6e6 border: 1px solid #f0f0f0 margin: 0 0 $spacing padding: $spacing +box-shadow(darken(#e6e6e6, 30%) 0 0 $spacing * .7 inset) +border-radius($spacing) p margin: 0 #footer font-family: $header-font +inset-shadow text-align: center