/* /// Newschool Beach (ns_beach) /// */

/* Body bg color */
body { background: #cfb37f 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: #c74d2a; } /*=*/
    
    /* Headings above content and sidebar */
    #wrapper .headings .left h2,
    #wrapper .headings .left h2 a { color: #44b1e4; }
    
    #wrapper .headings .right h3 { color: #47a62b; }
    
    #wrapper #sidebar img { border-color: #bfff9e; }

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

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