/* /// Newschool Springtime (ns_springtime) /// */

/* Body bg color */
body { background: #80adb6 url(./img/body_bg.png) 0 0 repeat-x; } /*=*/

/* Background Images */
    #wrapper { background: url(./img/wrapper_bg.png) top left repeat-y; }
    #wrapper #header { background: url(./img/header.png) top left no-repeat; }
    #wrapper .main { background: url(./img/footer_bg.png) bottom left no-repeat; }
    
    /* Right and Left HEADING colors */
    #wrapper .headings .left { background: url(./img/heading_bg.png) top left repeat-x; } /*=*/
    #wrapper .headings .right { background: url(./img/sidebar_bg.png) top left repeat-x; } /*=*/

/* Colors */

    /* Header h1 and h2 colors */
    #wrapper #header h1,
    #wrapper #header h2 { color: #002b5b; } /*=*/
    
    /* Headings above content and sidebar */
    #wrapper .headings .left h2,
    #wrapper .headings .left h2 a { color: #7bbf2c; }
    
    #wrapper .headings .right h3 { color: #62929c; }
    
    #wrapper #sidebar img { border-color: #d0f0ee; }

    /* Link color */
    a { color: #6c9f9a; } /*=*/
    
    /* Calendar day color */
    dl.calendarList dd span.day { color: #6c9f9a; }

    /* Footer */
    #footer, #footer p a { color: #d7f8fe; } /*=*/
