

html, body {
    width: 100%;
    height: 100%;
}
.ie6 html {
    overflow-y: hidden;
}


body {
    background-color: #fff;
    color: #000000;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 1.5em;

    background-color: #FFFFFF;
    
    text-align: left;

}
.ie6 {
    overflow-y: hidden;
}

a:link {
    color: #666666;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #666666;
    text-decoration: none;
    background-color: #ffff00;
}
a:active {
    color: #666666;
    text-decoration: none;
}

a img { border: none; }



#allContainer {
    position: relative;
    margin: 0;
    padding: 0;
}
    #allContainer.xCentered {
        margin: 0 auto;
        max-width: 850px;
    }

.ie6 #allContainer {
    width: 100%;
    height: 100%;
    overflow-x: auto;
}


    #sideColumn {
        position: fixed;
        z-index: 2000;
        width: 220px;
        top: 0; bottom: 0;
        left: 25px;
        background-color: #fff;
    }
        #sideColumn.xCentered {
            left: 50%;
            margin-left: -425px;
        }
        #allContainer.xNarrow #sideColumn {
            left: 0;
            margin-left: 0;
        }
    .ie6 #sideColumn {
        position: absolute;
        height: 100%;
    }

        #sideColumnTop {
            padding: 30px 20px 20px;
        }


            #sideColumnTop #multisites {
                list-style: none;
                padding: 0;
                margin: 0;
            }

            #sideColumnTop #multisites li {
                display: inline-block;
                margin: 0 10px 10px 0;
                padding: 0;
            }


            #sideColumnTop h1 {
                min-height: 40px;
                float: none;
                padding: 0;
                margin: 0;
                color: #222222;
                font-family: inherit;
                font-size: 20px;
                font-weight: bold;
                font-style: normal;
                font-variant: normal;
                line-height: 1em;

                margin-top: 0;
                margin-bottom: 20px;
            }
                #sideColumnTop h1 a,
        #sideColumnTop h1 a:link,
        #sideColumnTop h1 a:visited,
        #sideColumnTop h1 a:hover,
        #sideColumnTop h1 a:active {
                    color: #222222 !important;
                    text-decoration: none;
                }

            #sideColumnTop a:link, #sideColumnTop a:visited {
                color: #222222;
                text-decoration: none;
            }
            #sideColumnTop a:hover {
                color: #222222;
                text-decoration: none;
            }
            #sideColumnTop a:active, #sideColumnTop li.selected>a, #sideColumnTop li.selected>span {
                color: #222222;
                text-decoration: none;
            }


            #sideColumnTop ul {
                list-style: none;
                margin: 0 0 20px;
                padding: 0;
            }
                #sideColumnTop ul li {
                    padding-bottom: 6px;
                    letter-spacing: 0.05em;
                    /* font-weight: bold; */
                }
                    #sideColumnTop ul li.selected>a.handle {
                        background-color: #ffff00;
                    }
                #sideColumnTop ul ul {
                    margin: 0 0 0 10px;
                }
                    #sideColumnTop ul ul li {
                        padding-bottom: 0;
                        font-weight: normal;
                        text-transform: none;
                    }

        #additionalText {
            position: absolute;
            min-width: 140px;
        }


        #sideColumnBottom {
            position: absolute;
            bottom: 0;
            width: 140px;
            padding: 20px 20px 30px;
        }
            #sideColumnBottom p {
                width: 100%;
                font-size: 10px;
                margin: 0;
                padding: 0;
            }
            #sideColumnBottom #userCopyright {

            }
            #sideColumnBottom #bertaCopyright {

            }

    #contentContainer {
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .ie6 #contentContainer {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto !important;
    }

        #mainColumn {
            position: relative;
            padding-top: 90px;
            margin-left: 220px;
            padding-bottom: 20px;
            padding-left: 30px;
            padding-right: 30px;

            width: auto;
            max-width: 600px;
        }
            #mainColumn.xCentered {
                left: 50%;
                margin-left: -205px;
            }
            .xNarrow #mainColumn.xCentered {
                left: 0;
                margin-left: 220px;
            }

        ol#pageEntries {
            position: relative;
            margin: 0;
            padding: 0;
            list-style: none;
        }
            ol#pageEntries li.xEntry {
                position: relative;
                clear: both;
                list-style:none;
                margin-bottom: 20px;
                padding: 0;
            }

                ol#pageEntries li.xEntry h2 {
                    padding: 0;
                    margin: 0;
                    font-size: 16px;
                    font-weight: bold;
                }
                ol#pageEntries li.xEntry .xGalleryContainer {
                    position: relative;
                    clear: both;
                    padding: 0;
                    margin-bottom: 1em;
                }
                ol#pageEntries li.xEntry .xGalleryType-slideshow {

                }
                ol#pageEntries li.xEntry .xGalleryType-row {

                }
                ol#pageEntries li.xEntry .xGalleryType-pile {

                }
                ol#pageEntries li.xEntry .xGalleryType-column {

                }

                    ol#pageEntries li.xEntry .xGalleryContainer .xGallery {
                        position: relative;
                    }
                    ol#pageEntries li.xEntry .xGalleryType-slideshow .xGallery {
                        margin-bottom: 0;
                    }

                        ol#pageEntries li.xEntry .xGalleryContainer .xGallery div.xGalleryItem { display: block; }
                        ol#pageEntries li.xEntry .xGalleryType-column div.xGalleryItem {
                            padding-bottom: 1em;
                        }
                        ol#pageEntries li.xEntry .xGalleryType-row div.xGalleryItem {
                            position: relative;
                            float: left;
                            margin-right: 1em;
                        }
                        ol#pageEntries li.xEntry .xGalleryType-slideshow .xGalleryImageCaption { display: none; }

                    ol#pageEntries .xGalleryContainer ul.xGalleryNav {
                        display: block;
                        position: relative;
                        clear: both;
                        margin: 0 0 2px;
                        padding: 0;
                        list-style: none;
                        height: 18px;
                    }
                        ol#pageEntries .xGalleryContainer ul.xGalleryNav li {
                            display: block;
                            float: left;
                            list-style: none;
                            line-height: 96%;
                            margin: 0;
                        }
                        ol#pageEntries .xGalleryContainer ul.xGalleryNav li .xGalleryImageCaption { display: none; }
                        ol#pageEntries .xGalleryContainer ul.xGalleryNav li a {
                            display: block;
                            float: left;
                            padding: 1px 5px 1px;
                            color: #222222;
                            text-decoration: none;
                            outline: none;
                        }
                        ol#pageEntries .xGalleryContainer ul.xGalleryNav li a:hover {
                            color: #222222;
                            text-decoration: none;
                        }
                        ol#pageEntries .xGalleryContainer ul.xGalleryNav li.selected a {
                            color: #222222;
                            text-decoration: none;
                        }


                ol#pageEntries li.xEntry .entryText {
                    position: relative;
                    clear: both;
                    margin: 0 0 18px;
                }
                    ol#pageEntries li.xEntry .entryText p {
                        margin: 0 0 6px;
                    }

                    /* disqus fix */
                    ol#pageEntries #dsq-content ul, ol#pageEntries #dsq-content li {
                        list-style-position: outside;
                        list-style-type: none;
                        margin: 0;
                        padding: 0;
                    }

                    ol#pageEntries li.xEntry .entryText ul {
                        margin: 0 0 6px;
                        padding: 0 0 0 15px;
                    }
                        ol#pageEntries li.xEntry .entryText ul li {
                            list-style-type: circle;
                            margin: 0 0 3px 0;
                            padding: 0;
                        }
                    ol#pageEntries li.xEntry .entryText ol {
                        margin: 0 0 6px;
                        padding: 0 0 0 15px;
                    }
                        ol#pageEntries li.xEntry .entryText ol li {
                            margin: 0 0 3px 0;
                            padding: 0;
                            list-style-type: decimal;
                        }


                ol#pageEntries li.xEntry .entryTags {
                    position: relative;
                    clear: both;
                }

                .floating-banners {
                    margin-left: 220px;
                    padding-left: 30px;
                }

                .floating-banner {
                    position: absolute;
                    z-index: 3000;
                }

    .iframeWrapper  {
        position: relative;
        padding-bottom: 56.25%;
    }

    .iframeWrapper iframe {
        position: absolute;
        width: 100%;
        height: 100% !important;
    }

    .xSectionType-portfolio img,
    .xSectionType-portfolio ol#pageEntries li.xEntry .xGalleryContainer .xGallery,
    .xSectionType-portfolio ol#pageEntries li.xEntry .xGalleryContainer .xGallery div.xGalleryItem,
    .xSectionType-portfolio ol#pageEntries li.xEntry .xGalleryContainer .xGallery div.xGalleryItem .image {
        max-width: 100% !important;
        height: auto !important;
    }

    .xSectionType-portfolio ol#pageEntries li.xEntry .xGalleryType-row .xGallery {
        max-width: inherit !important;
    }



    #sideColumn.xCentered {
        left: auto;
        margin-left: 0;
    }

    img,
    ol#pageEntries li.xEntry .xGalleryContainer .xGallery,
    ol#pageEntries li.xEntry .xGalleryContainer .xGallery div.xGalleryItem,
    ol#pageEntries li.xEntry .xGalleryContainer .xGallery div.xGalleryItem .image {
        max-width: 100% !important;
        height: auto !important;
    }

    ol#pageEntries li.xEntry,
    ol#pageEntries li.xEntry .xGalleryContainer .xGallery div.xGalleryItem,
    .row .column {
        -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
    }

    .vjs-poster {
        position: absolute;
        top: 0;
        left: 0;
    }

    #contentContainer {
        width: auto;
    }

    #menuToggle {
        display: none;
        width: 1.5em;
        height: auto;
        padding: 1.5em 1em;
        margin-bottom: 0.5em;
        border: 1px solid black;
        background-color: black;
    }

    #menuToggle.active {
        background-color: white;
    }

    #menuToggle span {
        position: relative;
        display: block;
    }

    #menuToggle span,
    #menuToggle span:before,
    #menuToggle span:after {
        background-color: white;
        width: 100%;
        height: 2px;
    }

    #menuToggle.active span,
    #menuToggle.active span:before,
    #menuToggle.active span:after {
        background-color: black;
    }

    #menuToggle span:before,
    #menuToggle span:after {
        position: absolute;
        margin-top: -.6em;
        content: " ";
    }

    #menuToggle span:after {
        margin-top: .6em;
    }

    #sideColumnTop ul {
        margin-bottom: 0;
    }

    #additionalText {
        position: static;

    }

    .floating-banner {
        position: static;
        display: inline-block;
        margin: 10px 10px 10px 0;
    }

    /* larger than tablet */
    @media (min-width: 768px) {
        ol#pageEntries li.xEntry .xGalleryType-row .xGallery {
            max-width: inherit !important;
        }
    }

    /* small tablet */
    @media (max-width: 767px)  {

        #sideColumn {
            position: absolute;
            bottom: auto;
            left: 0;
            padding-left: 30px;
        }

        #sideColumnTop {
            padding-left: 0;
        }

        #sideColumnTop h1 {
            min-height: initial;
        }

        #sideColumnTop  > ul {
            display: none;
        }

        #sideColumnTop #multisites {
            display: block;
        }

        #sideColumnTop ul li {
            margin-top: 1em;
        }

        #menuToggle {
            display: inline-block;
        }

        #mainColumn {
            margin-left: 0;
        }

        #mainColumn.xCentered {
            left: auto;
            margin-left: 0;
        }

        .xNarrow #mainColumn.xCentered {
            margin-left: 0;
        }

        .floating-banners {
            margin-left: 0;
        }

        #sideColumnBottom {
            padding-left: 30px;
        }

        ol#pageEntries li.xEntry .xGalleryType-row .xGallery .xGalleryItem {
            padding-bottom: 1em;
            padding-right: 0;
        }
    }


