/* 960 Grid System ~ Core CSS. Learn more ~ http://960.gs/ Licensed under GPL and MIT. /* Layout %body #wrap #header #main.clearfix .g12 .content .sidebar #footer /* @import compass/reset.sass /* +global-reset @import compass/utilities/general/clearfix.sass @import 960/grid.sass @import 960/text.sass +text @import 960/debug.sass @import 960/sticky_footer.sass !background_color = #F1F1F1 !text_color = black !header_height = 80px !footer_height = 3em body :background-color= !background_color :color= !text_color #header, #footer, .g12 +grid-container +clearfix .g12 +grids +grid-prefixes +grid-suffixes +grid-pushs +grid-pulls +grid-children :-moz-border-radius 10px :-webkit-border-radius 10px :background-color white :padding-top 1em :border 3px solid #CCC #header :height= !header_height h1 +grid(6,12) :letter-spacing -1px :margin 30px 0px 0px 15px :padding 0 :font-weight normal :color #383 span :color black :font-size 16px :color #CCC ul +grid(6,12) :list-style-type none :text-align right :color #CCC :padding 0 :margin 40px 15px 0 0 li :display inline :margin 0 0 0 10px a &.active :text-decoration none :font-weight bold &:hover :text-decoration none #main a &:hover :text-decoration none p :margin 0 15px 15px 15px h1 :font-size 140% h2, h3 :margin 0 0 15px 0 :padding 5px 15px :font-size 120% :font-weight normal :border-bottom 1px solid #E5E5E5 .content +grid(9,12) img :border 1px solid #CDCDCD :float left :margin 0px 15px 5px :padding 5px .sidebar +grid(3,12) p.title :margin 0px 20px :font-weight bold :font-style oblique #footer .inner +grid(12,12) a &:hover :text-decoration none .left :float left .right :float right :text-align right +sticky-footer(!footer_height, "#wrap", "#main", "#footer") /* Debug /* +showgrid_12(".g12")