/* A selection oftext styles */
body[spellcheck]{
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

body[spellcheck] > :first-child{
    margin-top: 0;
}
body[spellcheck] > :last-child{
    margin-bottom: 0;
}


body[spellcheck].cke_show_blocks div.expand_collapse{
    background: #FFF url(../scripts/ckeditor/plugins/expandcollapse/text.png) no-repeat 5px 3px;
}
body[spellcheck].cke_show_blocks div.inset{
    background: #FFF url(../scripts/ckeditor/plugins/inset/text.png) no-repeat 5px 3px;
}
body[spellcheck].cke_show_blocks div.credits{
    background: #FFF url(../scripts/ckeditor/plugins/credits/text.png) no-repeat 5px 3px;
}
body[spellcheck].cke_show_blocks div.twocol{
    background: #FFF url(../scripts/ckeditor/plugins/twocol/text.png) no-repeat 5px 3px;
}
body[spellcheck].cke_show_blocks div.threecol{
    background: #FFF url(../scripts/ckeditor/plugins/threecol/text.png) no-repeat 5px 3px;
}
body[spellcheck].cke_show_blocks div.fourcol{
    background: #FFF url(../scripts/ckeditor/plugins/fourcol/text.png) no-repeat 5px 3px;
}
body[spellcheck].cke_show_blocks div.imagecaption.left{
    background: #FFF url(../scripts/ckeditor/plugins/imagecaptionleft/text.png) no-repeat 5px 3px;
}
body[spellcheck].cke_show_blocks div.imagecaption.right{
    background: #FFF url(../scripts/ckeditor/plugins/imagecaptionright/text.png) no-repeat 5px 3px;
}

body[spellcheck].cke_show_blocks div.expand_collapse,
body[spellcheck].cke_show_blocks div.inset,
body[spellcheck].cke_show_blocks div.credits,
body[spellcheck].cke_show_blocks div.twocol,
body[spellcheck].cke_show_blocks div.threecol,
body[spellcheck].cke_show_blocks div.fourcol,
body[spellcheck].cke_show_blocks div.imagecaption{
    padding: 14px 7px 7px 7px;
    margin: 30px 0;
}

body[spellcheck].cke_show_blocks div.expand_collapse > :first-child,
body[spellcheck].cke_show_blocks div.inset > :first-child,
body[spellcheck].cke_show_blocks div.credits > :first-child,
body[spellcheck].cke_show_blocks div.twocol > :first-child,
body[spellcheck].cke_show_blocks div.threecol > :first-child,
body[spellcheck].cke_show_blocks div.fourcol > :first-child,
body[spellcheck].cke_show_blocks div.imagecaption > :first-child{
    margin-top: 0;
}
body[spellcheck].cke_show_blocks div.expand_collapse > :last-child,
body[spellcheck].cke_show_blocks div.inset > :last-child,
body[spellcheck].cke_show_blocks div.credits > :last-child,
body[spellcheck].cke_show_blocks div.twocol > :last-child,
body[spellcheck].cke_show_blocks div.threecol > :last-child,
body[spellcheck].cke_show_blocks div.fourcol > :last-child,
body[spellcheck].cke_show_blocks div.imagecaption > :last-child{
    margin-bottom: 0;
}


/* Image with a caption */
.basic .imagecaption,
body[spellcheck] .imagecaption{
    background-color: #F3F3F3;
    padding: 0;
    width: 300px;
    overflow: hidden;
}
    .basic .imagecaption.right,
    body[spellcheck] .imagecaption.right{
        float: right;
        margin: 0 0 12px 24px;
    }
    .basic .imagecaption.left,
    body[spellcheck] .imagecaption.left{
        float: left;
        margin: 0 24px 12px 0;
    }
    .basic .imagecaption > :first-child,
    body[spellcheck] .imagecaption > :first-child{
        padding: 0;
        margin: 0 0 8px;
        float: left;
        clear: left;
    }
    .basic .imagecaption > *,
    body[spellcheck] .imagecaption > *{
        font: 10px/1.4 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        color: #666;
        margin: 8px 12px;
    }

/* Authorship byline */
.basic .byline,
body[spellcheck] .byline,
.cke_panel_listItem .byline{
    font-size: 14px;
    font-style: italic;
    color: #777;
}


/* Sidebar */
.basic .inset,
body[spellcheck] .inset{
    width: 200px;
    float: right;
    border-left: 1px solid #CCC;
    margin: 0 0 12px 24px;
    padding: 10px 0 10px 24px;
}
    .basic .inset > :first-child,
    body[spellcheck] .inset > :first-child{
        margin-top: 0;
    }
    .basic .inset > :last-child,
    body[spellcheck] .inset > :last-child{
        margin-bottom: 0;
    }
    .basic .inset img,
    body[spellcheck] .inset img{
        padding: 7px;
        background: url(../images/bg/stripes_bw.gif);
        border: 0;
    }
    .basic .inset p,
    body[spellcheck] .inset p{
        margin: 20px 0;
        color: #333;
        font: 12px/18px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    }
    .basic .inset h2,
    body[spellcheck] .inset h2{
        font-size: 15px;
        line-height: 1.15;
        color: #333;
        font-weight: bold;
        margin: 20px 0 -10px;
    }
    .basic .inset h3,
    body[spellcheck] .inset h3{
        font-size: 12px;
        line-height: 1.3;
        color: #777;
        font-weight: bold;
        margin: 15px 0 -10px;
    }

/* Credits */
.basic .credits,
body[spellcheck] .credits{
    padding: 26px 0 14px;
    border-top: 1px solid #CCC;
}
    .basic .credits h2,
    body[spellcheck] .credits h2{
        font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
        font-size: 12px;
        line-height: 1.67;
        color: #666;
    }
        .basic .credits h2:first-child,
        body[spellcheck] .credits h2:first-child{
            margin-top: 0;
        }
    .basic .credits p,
    body[spellcheck] .credits p{
        font: 12px/1.67 'Georgia', 'Times', 'Times New Roman', serif;
        margin: 25px 0;
        color: #666;
    }

/* Multi-column lists */
.twocol,
.threecol,
.fourcol{
    margin: 30px 0;
}
.twocol > ul,
.threecol > ul,
.fourcol > ul{
    -moz-column-count: 2;
    -moz-column-gap: 12px;
    -webkit-column-count: 2;
    -webkit-column-gap: 12px;
    column-count: 2;
    column-gap: 12px;
}
    .threecol > ul{
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
    .fourcol > ul{
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
    .twocol > ul > li,
    .threecol > ul > li,
    .fourcol > ul > li{
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid;
        padding-right: 0 !important;
    }

/* Expander/collapser */
.basic .expand_collapse,
body[spellcheck] .expand_collapse{
    border-top: 1px solid #A0A0A0;
    margin-top: 35px;
    padding: 15px 0 10px;
}
    .basic .expand_collapse+*,
    body[spellcheck] .expand_collapse+*{
        border-top: 1px solid #A0A0A0;
        margin-top: 15px;
        padding-top: 35px;
    }
        body[spellcheck] .expand_collapse+*{
            border-top: 0;
            margin-top: 15px;
            padding-top: 0;
        }
    .basic .expand_collapse+.expand_collapse,
    body[spellcheck] .expand_collapse+.expand_collapse{
        border-top: 1px dotted #C3C3C3;
        padding: 10px 0 10px;
        margin-top: 0;
    }
    .basic .expand_collapse > p:first-child,
    body[spellcheck] .expand_collapse > p:first-child{
        color: #333;
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
        body[spellcheck] .expand_collapse > p:first-child:after{
            content: url(../images/button/minus.png);
            position: relative;
            left: 10px;
            top: 1px;
        }
    .basic .expand_collapse p,
    body[spellcheck] .expand_collapse p{
        font-size: 14px;
        line-height: 1.43;
        color: #666;
        margin: 6px 0;
    }


    .toggler{
        cursor: pointer;
    }
    .toggler.hiding{
        margin-bottom: 6px !important;
    }
        .toggler.hiding:after{
            content: url(../images/button/plus.png);
            position: relative;
            left: 10px;
            top: 1px;
        }
        .toggler.showing:after{
            content: url(../images/button/minus.png);
            position: relative;
            left: 10px;
            top: 1px;
        }

/* Super basic stuff */
.basic h1{
    font: 32px/1.15 'Georgia', 'Times', 'Times New Roman', serif;
    color: #333;
    margin: 0 0 0;
}

body[spellcheck] h2,
.basic h2,
.cke_panel_listItem h2{
    font: bold 20px/1.15 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color: #24437F;
    margin: 30px 0 -10px;
}
    .cke_panel_listItem h2{
        margin: 0;
    }
body[spellcheck] h3,
.basic h3,
.cke_panel_listItem h3{
    font: bold 16px/1.15 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    color: #333;
    margin: 30px 0 -10px;
}
    .cke_panel_listItem h3{
        margin: 0;
    }
body[spellcheck] h4,
.basic h4,
.cke_panel_listItem h4{
    font: bold 13px/1.15 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
    color: #777;
    margin: 30px 0 -10px;
}
    .cke_panel_listItem h4{
        margin: 0;
    }
body[spellcheck] p,
.basic p,
.cke_panel_listItem p{
    font: 16px/1.53 'Georgia', 'Times', 'Times New Roman', serif;
    color: #333;
    margin: 15px 0;
}
    .cke_panel_listItem p{
        margin: 0;
    }
    body[spellcheck] p strong,
    .basic p strong,
    .cke_panel_listItem p strong{
        font-weight: bold;
    }
    body[spellcheck] p em,
    .basic p em,
    .cke_panel_listItem p em{
        font-style: italic;
    }
body[spellcheck] li,
.basic li{
    font: 14px/1.86 'Georgia', 'Times', 'Times New Roman', serif;
    color: #333;
    margin: 10px 0;
}
    body[spellcheck] ul li,
    .basic ul li{
        padding: 0 75px 0 30px;
        background: url(../images/bullet.png) no-repeat 15px 11px;
    }
body[spellcheck] hr,
.basic hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #00B0EA;
    margin: 30px 0;
    padding: 0;
}
body[spellcheck] ul,
.basic ul{
    list-style-type: none;
}
body[spellcheck] ol,
.basic ol{
    list-style: decimal outside;
    margin-left: 30px;
}
    body[spellcheck] ol.color,
    body[spellcheck] ol.color li,
    .basic ol.color,
    .basic ol.color li{
        color: #00B0EA;
    }
        body[spellcheck] ol.color li span,
        .basic ol.color li span{
            color: #333;
        }

body[spellcheck] figure,
.basic figure{
    margin: -15px 0 30px;
}
    body[spellcheck] figure.inset-image,
    .basic figure.inset-image{
        float: right;
        margin-left: 15px;
    }

body[spellcheck] .pullquote,
.basic .pullquote,
.cke_panel_listItem .pullquote{
    font: italic 20px/1.5 'Georgia', 'Times', 'Times New Roman', serif;
    color: #b2b2b2;
    width: 200px;
    float: right;
    padding-left: 20px;
    margin: 0 0 20px 20px;
    border-left: 1px solid #00B0EA;
}
    .cke_panel_listItem .pullquote{
        float: none;
        padding: 0 0 0 10px;
        margin: 0;
    }

/* Blockquote */
body[spellcheck] blockquote,
.basic blockquote{
    width: 200px;
    float: right;
    padding-left: 15px;
    margin-left: 20px;
    border-left: 1px solid #00B0EA;
    font: italic 16px/1.5 'Georgia', 'Times New Roman', 'Times', serif;
    color: #999;
}
body[spellcheck] blockquote p,
.basic blockquote p{
    margin: 16px 0;
}
body[spellcheck] blockquote > :first-child,
.basic blockquote > :last-child{
    margin-top: 0;
}
body[spellcheck] blockquote > :last-child,
.basic blockquote > :last-child{
    margin-bottom: 0;
}



#knight_contact{
    width: 360px;
    float: right;
    margin: 0 -109px 0 30px;
    border: 1px solid #A0A0A0;
    border-width: 1px 0;
}
    #knight_contact h2{
        color: #999;
        text-transform: uppercase;
        font: bold 11px/1 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        margin: 15px 0;
    }
    #knight_contact strong{
        font-weight: bold;
    }
    #knight_contact li{
        padding: 0 0 0 25px;
        margin: 8px 0;
        background: 0;
        font-size: 14px;
        line-height: 1.4;
        color: #666;
        background: url(../images/sprite.png) -1000px -1000px;
    }
        #knight_contact li.email{ background-position: 0 -828px; }
        #knight_contact li.location{ background-position: 0 -1133px; }
        #knight_contact li.facebook{ background-position: 0 -906px; }
        #knight_contact li.twitter{ background-position: 0 -932px; }


body[spellcheck] form,
.basic form{
    background: #E8E8E8;
    padding: 25px 25px;
    width: 310px;
}
    body[spellcheck] form > :first-child,
    .basic form > :first-child{
        margin-top: 0;
    }
    body[spellcheck] form > :last-child,
    .basic form > :last-child{
        margin-bottom: 0;
    }
    body[spellcheck] form p,
    .basic form p{
        margin: 10px 0;
    }
        body[spellcheck] form p:after,
        .basic form p:after{
            clear: left;
            display: block;
            content: ".";
            height: 0;
            visibility: hidden;
        }
    body[spellcheck] form label,
    .basic form label{
        width: 105px;
        float: left;
        font: 13px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        color: #666;
        position: relative;
        top: 7px;
    }
    body[spellcheck] form input,
    body[spellcheck] form textarea,
    .basic form input,
    .basic form textarea{
        float: left;
        border: 1px solid #CBCBCB;
        box-shadow: inset 0 0 1px #D0D0D0;
        -moz-box-shadow: inset 0 0 1px #D0D0D0;
        -webkit-box-shadow: inset 0 0 1px #D0D0D0;
        color: #555;
        font-size: 11px;
        line-height: 1;
        padding: 4px 6px;
        background: white;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 180px;
    }
    body[spellcheck] form textarea,
    .basic form textarea{
        width: 285px;
        height: 115px;
        line-height: 1.35;
    }
    body[spellcheck] form [for="id_message"],
    .basic form [for="id_message"]{
        display: none;
    }
    body[spellcheck] form button,
    .basic form button{
        border: 0;
        background-color: transparent;
        cursor: pointer;
        font-size: 16px;
        font-weight: 900;
        margin-top: 8px;
        padding: 0 24px 0 10px;
    }

body[spellcheck] iframe,
.basic iframe{
    margin: 30px 0 0;
}

/* Links */
body[spellcheck] a,
.basic a{
    color: #BA0077;
}
    body[spellcheck] .button a,
    .basic .button a,
    .cke_panel_listItem .button{
        float: left;
        display: block;
        clear: left;
        padding: 0 11px 0 5px;
        margin-top: 8px;
        font-size: 10px;
        font-weight: bold;
        color: #FFF !important;
        text-transform: uppercase;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: right;
        background-image: url(../images/button/fuschia.png);
        font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    }
        body[spellcheck] .button a:hover,
        .basic .button a:hover{
            opacity: 0.6;
            -webkit-transition: opacity 0.25s;
            text-decoration: none;
        }
        .cke_panel_listItem .button{
            font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        }

    /* Generic textual 'read more' link */
    body[spellcheck] .more a,
    .cke_panel_listItem .more{
        font: italic 14px/1.43 'Georgia', 'Times', 'Times New Roman', sans-serif;
        display: inline-block;
        float: left;
        clear: left;
        text-decoration: none;
        width: auto;
        background: none;
        padding-left: 0;
    }
        body[spellcheck]a.more:after,
        .cke_panel_listItem .more:after{
            content: '\A0\203a';
        }
        .cke_panel_listItem .more{
            color: #BA0077;
        }