/**
 * debugging - add some colors
 */

.debug #visual_wrap {
    background: rgba(255,255,0,0.7);
}

.debug #content_wrap {
    background: maroon;
}

.debug #content {
    background: green;
}

.debug #teaser {
    background: rgba(230,200,0,0.6);
}

/*.debug #nav1 {*/
/*    background: rgba(0,0,255,0.5);*/
/*}*/

.debug #nav2 {
        background: brown;
}

/**
 * fake bg images
 */

/*#nav1 {*/
/*    background: url(../dummy/nav1.png) bottom right no-repeat;*/
/*}*/

/*
#teaser {
    background: url(../dummy/teaser.png) top left no-repeat;
}
*/