/* @group Header */
    #hd h1, #hd #slogan {
        visibility: visible;
        color: #233e85;
    }

    #hd .badge-coming-soon {
        top: 0;
        right: 0;
    }
/* @end */


/* @group Layout */
    #con {
        width: auto;
        float: none !important;
        clear: both;
        margin: 0 5%; 
        padding: 0;
    }
/* @end */

/* @group Text */

    body {
        color: black;
    }

    #con a[href^="/"]:after {
        content: " <http://kindydancetime.com.au" attr(href) ">";
    }
    #con a[href^="http://"]:after {
        content: " <" attr(href) ">";
    }

    /* @group Typographical images */
        .typo {
            text-indent: 0;
        }
        .typo.heading1 {
            color: #233e85;
        }
    /* @end */
/* @end */

/* @group Disable screen elements */
    #breadcrumbs, 
    #login, 
    #extra,
    p.directions,
    a.section-edit,
    a.command
    {
        display: none;
    }
/* @end */

/* @group Javascript widgets */

/* @end */
