body {
}

a, a:visited {
    font-weight: normal;
    color: #09247b;
}

a:hover{
}

#container {
    width: 800px;
    margin: auto;
    padding: 10px 0px;
}

/* Regular Splash Page */
.splash #container {
    background: url(/img/splash-container-background.jpg) no-repeat left top;
    height: 766px;
    width: 950px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px;
    border: 2px solid #474747;
}

    .splash #header {
        background: url(/img/splash-header-logo-trans.png) no-repeat left top;
        height: 76px;
        margin-left: 64px;
        margin-top: 10px;
        border-bottom: 0px;
    }

        .splash #header a {
            width: 370px;
            height: 78px;
            display: block;
        }

/* Freedom/No Fear Splash Page */
.splash.no-fear {
    background-color: black;
}

.splash.no-fear #container {
    background: black url(/img/splash-container-background-freedom-no-fear.jpg) no-repeat left top;
    width: 676px;
    border: 0;
}

    .splash.no-fear #header {
        background: transparent;
        margin: 0px;
    }

        .splash.no-fear #header a {
            height: 798px;
            width: 676px;
        }

    #header {
        text-align: center;
        background: url(/img/header-logo.png) no-repeat left top;
        border-bottom: 2px solid #002888;
        height: 85px;
    }

        #header a {
            width: 326px;
            height: 85px;
            display: block;
            float: left;
            text-indent: -9000px;
            overflow: hidden;
        }

        #header .search {
            background: url(/img/header-search-background.png) no-repeat left top;
            width: 168px;
            height: 52px;
            float: right;
            margin-top: 28px;
            padding: 10px 0px;
        }

            #header .search .input {
                width: 130px;
            }

            #header .search .button {
                background: url(/img/header-search-button.gif) no-repeat left center;
                border: 0px;
                font-size: 10px;
                padding-left: 8px;
                cursor: pointer;
            }

    #flashMessage, .message {
        padding-top: 10px;
        background: transparent;
        text-align: center;
        color: #F3A309;
        font-weight: bold;
    }

    #sidebar {
        width: 180px;
        float: right;
        text-align: center;
    }

        #sidebar img.arrow {
            padding: 7px;
            margin-bottom: -5px;
            cursor: pointer;
        }

        #sidebar ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
            text-align: left;
        }

            #sidebar ul li {
                margin: 0px;
                padding: 2px 0px;
            }

            #sidebar ul.menu li:hover,
            #sidebar ul.menu li.hover {
            }

                #sidebar ul.menu a.hover {
                    font-weight: bold;
                }

                #sidebar ul.menu a.selected {
                    font-weight: bold;
                }

                    #sidebar ul.menu li ul {
                    }

                        #sidebar ul.menu li ul li {
                            background: white;
                            padding-left: 20px;
                        }

                        #sidebar ul.menu li ul li ul li {
                            margin-left: -20px;
                            padding-left: 40px;
                            margin-right: 20px;
                        }

        #sidebar a:hover {
        }

        #sidebar strong {
            margin-top: 10px;
            display: block;
            text-align: left;
        }

        #sidebar .about-the-ywca {
            background: url(/img/sidebar-about-the-ywca.png) no-repeat center top;
            height: 93px;
            display: block;
            font-size: 0px;
            margin: 7px 0px;
        }

            #sidebar .about-the-ywca a {
                height: 93px;
                display: block;
                text-indent: -9000px;
                overflow: hidden;
            }

        #sidebar .make-a-change {
            background: url(/img/sidebar-make-a-change.png) no-repeat center top;
            height: 116px;
            display: block;
            margin: 7px 0px;
        }

            #sidebar ul li.make-a-change {
                margin-top: 20px;
            }
                #sidebar ul li.make-a-change ul {
                    display: block;
                    padding-top: 53px;
                    padding-left: 44px;
                }

                #sidebar ul li.make-a-change ul li {
                    background: transparent;
                    list-style-type: disc;
                    list-style-image: url(/img/sidebar-make-a-change-li.png);
                    padding: 0px;
                }

        #sidebar .call-us {
            background: url(/img/sidebar-call-us.jpg) no-repeat center top;
            height: 99px;
            display: block;
            margin: 7px 0px;
            text-indent: -9000px;
            overflow: hidden;
        }

        #sidebar li.call-us-link {
            list-style-image: url(/img/sidebar-yellow-arrows.png);
            margin: 7px 0px;
            width: 120px;
            margin-left: 35px;
        }

        #sidebar li.volunteer {
            background: url(/img/sidebar-flourish-container.png) no-repeat center top;
            height: 226px;
            margin: 7px 0px;
            padding: 0px 23px;
            text-align: center;
        }

            #sidebar li.volunteer strong {
                font-size: 18px;
                color: #09247b;
                font-weight: bold;
                padding-top: 55px;
                text-align: center;
                padding-bottom: 10px;
            }

            #sidebar li.volunteer a {
                background: url(/img/sidebar-yellow-arrows.png) no-repeat left 6px;
                padding-left: 10px;
                display: block;
                margin-top: 15px;
                float: right;
            }

    #content {
        clear: both;
        width: 600px;
        padding: 0px;
        float: right;
        margin-left: 15px;
    }

        #content .banner {
            background: url(/img/content-banner.jpg) no-repeat left top;
            width: 599px;
            height: 85px;
            margin: auto;
            margin-top: -5px;
            margin-bottom: 10px;
        }

    .about-us #container {
        width: 970px;
    }

    .about-us #content {
        padding-right: 175px;
    }

        .about-us #content .header {
            background: url(/img/about-us-content-header.jpg) no-repeat left top;
            height: 382px;
            border: 1px solid white;
        }

        .about-us #content .header .statement {
            color: #ffde00;
            margin-top: 70px;
            margin-left: 15px;
            width: 270px;
            height: 35px;
        }

        .about-us #content .header .info {
            color: white;
            margin-top: 14px;
            margin-left: 85px;
            width: 200px;
            height: 80px;
        }

        .about-us #content .header .box {
            width: 179px;
            float: left;
            margin-top: 0px;
            padding: 0px 10px;
            font-size: 14px;
        }

            .about-us #content .header .box strong {
                color: white;
                display: block;
                margin-top: 1px;
                margin-left: 18px;
                margin-bottom: 10px;
            }

            .about-us #content .header .box .link {
                margin-top: 120px;
                background: url(/img/content-blue-arrow.png) no-repeat left 4px;
                padding-left: 15px;
                position: absolute;
                float: left;
            }

    .about-us #rightbar {
        width: 175px;
        float: right;
        margin-right: -180px;
    }

        #rightbar ul {
            list-style-type: none;
        }

        #rightbar li {
            margin: 7px 0px;
            padding: 0px;
        }

        #rightbar .what-we-do {
            background: url(/img/rightbar-what-we-do.png) no-repeat center top;
            height: 20px;
            text-indent: -9000px;
            overflow: hidden;
        }

            #rightbar .what-we-do a {
                height: 20px;
                display: block;
            }

        #rightbar .national-awards {
            background: url(/img/rightbar-national-awards.jpg) no-repeat center top;
            height: 164px;
            padding: 7px 18px;
        }

            #rightbar .national-awards strong {
                font-weight: bold;
                font-size: 14px;
                display: block;
                color: #09247b;
                margin-bottom: 5px;
            }

            #rightbar .national-awards a {
                display: block;
                margin-top: 10px;
                width: 50px;
            }

        #rightbar .stop-violence {
            background: url(/img/rightbar-stop-violence.jpg) no-repeat center top;
            height: 212px;
            padding: 7px 18px;
            text-indent: -9000px;
            overflow: hidden;
        }

            #rightbar .stop-violence ul {
                margin-top: 125px;
            }

            #rightbar .stop-violence a {
                display: block;
                margin: 0px;
                margin-top: 10px;
                height: 18px;
            }

        #rightbar .internet-activity {
            background: url(/img/rightbar-internet-activity.jpg) no-repeat center top;
            padding: 7px 18px;
            padding-bottom: 0px;
            padding-top: 80px;
            height: 150px;
        }

            #rightbar .internet-activity a {
                display: block;
                margin-top: 5px;
                margin-left: -7px;
                text-indent: -9000px;
                overflow: hidden;
                height: 17px;
            }

        #rightbar .resources {
            padding-left: 10px;
        }

            #rightbar .resources strong {
                font-size: 16px;
                font-weight: bold;
                color: #09247b;
            }

                #rightbar .resources ul {
                    list-style-image: url(/img/content-blue-arrow.png);
                    margin-left: 30px;
                }

                    #rightbar .resources ul li {
                        padding-left: 5px;
                    }

    .splash #content {
        width: 950px;
        padding: 0px;
    }

        .splash #content ul {
            float: right;
            font-family: Arial;
            list-style-type: none;
            margin-right: 100px;
            margin-top: -60px;
            width: 325px;
            font-size: 13px;
        }

            .splash #content ul li {
                background: url(/img/splash-content-li-trans.png) left center no-repeat;
                margin-bottom: 10px;
            }

                .splash #content ul li div {
                    margin-left: 25px;
                    font-weight: bold;
                }

        .splash #content div.enter {
            position: absolute;
            text-align: center;
            height: 620px;
            margin-top: 62px;
            width: 948px;
        }

            .splash #content div.enter a {
                text-indent: -9000px;
                overflow: hidden;
                height: 570px;
                background: url(/img/splash-content-enter-trans.png) no-repeat center bottom;
                display: block;
                position: absolute;
                text-align: center;
                width: 100%;
            }

        #content a:hover, #fckEditor a:hover {
        }

        .error_message {
            color: #00407A;
        }

        #content h1 {
            border-bottom: 1px solid #CED7EC;
            font-size: 120%;
            font-weight: bold;
            margin: 5px 0px;
            color: #193384;
        }

        #pagination {
            text-align: center;
            margin: 15px 0px;
        }

            #pagination ul {
                clear: both;
                text-align: center;
                list-style-type: none;
                margin: auto;
                font-size: 11px;
            }

                #pagination a {
                    text-decoration: none;
                }

                #pagination li {
                    float: left;
                    border: 1px solid #CED7EC;
                    padding: 3px 5px;
                    margin: 0px 2px;
                    width: 10px;
                }

                #pagination li.current {
                    border: 0px;
                    border: 1px solid white;
                }

                #pagination li.no-link {
                    color: #ccc;
                    border: 1px solid #ccc;
                }

                #pagination li.prev {
                    width: 60px;
                }

                #pagination li.next {
                    width: 40px;
                }

    #search {
    }

        #search .num-results {
            text-align: right;
            margin-bottom: -20px;
        }

        #search .result {
            margin: 10px 0px;
        }

            #search h2 {
                font-size: 16px;
            }

            #search .a {
                color: #AEBEDF
            }

#footer {
    clear: both;
    margin: 5px 0px;
    font-size: 80%;
    color: #444;
    border: 1px solid #848284;
    border-left: 0px;
    border-right: 0px;
    width: 800px;
    margin: auto;
    margin-bottom: 10px;
}

    .splash #footer {
        margin-top: 660px;
    }

    #footer table {
        width: 100%;
    }

        #footer td {
            width: 50%;
        }

        #footer td.left {
            text-align: left;
        }

        #footer td.right {
            text-align: right;
            vertical-align: middle;
        }

    #footer div {
        margin-top: -12px;
    }

.about-us #footer,
.splash #footer {
    width: 950px;
}

table {
}
    table th {
        background: #507CA4;
        color: white;
        font-weight: bold;
        border: 0px;
        padding: 2px;
    }
        table th a, table th a:visited {
            color: white;
        }

        table th a:hover {
            color: #ddd;
        }

    table .oddRow {
        color: black;
        background: #E7E7E7;
    }

    table .evenRow {
    }

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.link {
    cursor: pointer;
}

.print {
    display: none;
    visibility: hidden;
}

em {
    font-style: italic;
}

ul {
    margin-bottom: 15px;
}

table.index {
    width: 90%;
    margin: auto;
}

    table.index th,
    table.index td {
        padding: 2px 5px;
        text-align: left;
    }

    table.index .level-1 {
        display: inline;
        padding: 15px;
    }

    table.index .level-2 {
        display: inline;
        padding: 30px;
    }

    table.index .level-3 {
        display: inline;
        padding: 45px;
    }

    table.index .level-4 {
        display: inline;
        padding: 60px;
    }

    table.index .level-5 {
        display: inline;
        padding: 75px;
    }

img {
    font-size: 10px;
    color: #bbb;
}

.pale {
    color: #bbb;
}

form.order {
    display: inline;
}

form.order select {
    font-size: 11px;
}

.small {
    font-size: 11px;
}

table.links {
    border-collapse: collapse;
}

    table.links td {
        width: 50%;
        padding: 2px 3px;
        border-top: 1px solid #CED7EC;
    }

    table.links th {
        background: #CED7EC;
        font-weight: bold;
        color: black;
        text-align: left;
    }

/* Events */
#events {
    background: url(/img/calendar-background.jpg) no-repeat left top;
    padding: 20px 21px 15px 11px;
}

    #events caption.year {
        text-indent: -999em;
        overflow: hidden;
        width: 88px;
        height: 38px;
    }

        #events caption.year.y2008 {
            background: url(/img/calendar-heading-2008.png) no-repeat left top;
        }

        caption.year.y2009 {
            background: url(/img/calendar-heading-2009.png) no-repeat left top;
        }

        caption.year.y2010 {
            background: url(/img/calendar-heading-2010.png) no-repeat left top;
        }

        caption.year.y2011 {
            background: url(/img/calendar-heading-2011.png) no-repeat left top;
        }

        caption.year.y2012 {
            background: url(/img/calendar-heading-2012.png) no-repeat left top;
        }

        caption.year.y2013 {
            background: url(/img/calendar-heading-2013.png) no-repeat left top;
        }

        caption.year.y2014 {
            background: url(/img/calendar-heading-2014.png) no-repeat left top;
        }

        caption.year.y2015 {
            background: url(/img/calendar-heading-2015.png) no-repeat left top;
        }

    table.months {
        margin-left: 15px;
    }

        table.months a {
            font-size: 13px;
            color: black;
        }

        table.months td {
            padding: 3px 2px;
            width: 100px;
        }

            table.months td.selected a {
                font-weight: bold;
            }

    h2.month {
        text-indent: -999em;
        overflow: hidden;
        height: 166px;
        margin: auto;
        margin-left: 4px;
        padding: 0px;
    }

        h2.month.m01 {
            background: url(/img/calendar-months-01.png) no-repeat left top;
        }

        h2.month.m02 {
            background: url(/img/calendar-months-02.png) no-repeat left top;
        }

        h2.month.m03 {
            background: url(/img/calendar-months-03.png) no-repeat left top;
        }

        h2.month.m04 {
            background: url(/img/calendar-months-04.png) no-repeat left top;
        }

        h2.month.m05 {
            background: url(/img/calendar-months-05.png) no-repeat left top;
        }

        h2.month.m06 {
            background: url(/img/calendar-months-06.png) no-repeat left top;
        }

        h2.month.m07 {
            background: url(/img/calendar-months-07.png) no-repeat left top;
        }

        h2.month.m08 {
            background: url(/img/calendar-months-08.png) no-repeat left top;
        }

        h2.month.m09 {
            background: url(/img/calendar-months-09.png) no-repeat left top;
        }

        h2.month.m10 {
            background: url(/img/calendar-months-10.png) no-repeat left top;
        }

        h2.month.m11 {
            background: url(/img/calendar-months-11.png) no-repeat left top;
        }

        h2.month.m12 {
            background: url(/img/calendar-months-12.png) no-repeat left top;
        }

    table.event {
        clear: both;
        margin: 0px;
        margin-left: 5px;
        margin-top: 15px;
        border: 2px solid #aaa;
    }

        table.event caption {
           background: url(/img/calendar-weekdays.png) no-repeat left top;
           width: 565px;
           height: 56px;
           text-indent: -999em;
           margin-top: 12px;
       }

            table.event th {
                padding: 0px;
                font-size: 0px;
                text-indent: -999em;
                line-height: 0px;
                height: 0px;
                background: 0;
            }

        table.event td {
            vertical-align: top;
            white-space: normal;
            width: 82px;
            height: 82px;
            font-size: 11px;
            margin: 0px;
            padding: 0px;
            padding-left: 2px;
        }

            table.event td.weekend {
            }

            .eventDate {
                font-size: 22px;
                font-weight: bold;
                text-align: right;
                padding: 5px;
                width: 60px;
                text-align: left;
            }

            table.event td .square {
                border: 1px solid #000000;
                text-decoration: none;
                float: left;
                width: 5px;
                height: 5px;
                color: transparent;
                margin-top: 6px;
                margin-right: 4px;
                margin-left: 1px;
            }

            table.event td a {
                display: block;
                padding-bottom: 3px;
                padding-left: 5px;
            }

            .square .squareId {
                display: none;
            }

    #events .logo {
        background: url(/img/calendar-logo.png) no-repeat left top;
        float: right;
        margin-top: 20px;
        margin-right: 12px;
        margin-bottom: 15x;
        width: 254px;
        height: 59px;
    }

/* BLOGS */
body.blogs {
    background: #bdbfb7 url(/img/blogs-body-background.jpg) no-repeat 45% top;
}

    .blogs #wrapper {
        background-color: white;
        width: 831px;
    }

    .blogs #container {
        width: 849px;
        padding: 0px 9px 0px 9px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        background: url(/img/blogs-body-shadow.png) repeat-y left top;
    }

        .blogs #header {
            height: 333px;
            border-bottom: 0px none;
        }

        .blogs.book-club #header {
            background: url(/img/blogs-header-book-club-background.jpg) no-repeat left top;
        }

        .blogs.social-action #header {
            background: url(/img/blogs-header-social-action-background.jpg) no-repeat left top;
        }

            .blogs #header .search {
                display: none;
            }

            .blogs #header a.home {
                margin-left: 58px;
            }

        .blogs #nav ul {
            margin: 0px;
            height: 45px;
            padding: 0px;
            display: block;
            clear: both;
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
        }

            .blogs #nav ul li {
                margin: 0px;
                padding: 0px;
                list-style-type: none;
                display: inline;
                background: white;
                line-height: 35px;
                text-align: center;
                background: url(/img/blogs-tab-separator.png) no-repeat right top;
                display: block;
                float: left;
                height: 45px;
                width: 127px;
            }

            .blogs #nav ul li.last {
                background: 0;
            }

            .blogs #nav ul li.first {
                width: 180px;
            }

                .blogs #nav ul li a {
                    color: black;
                    text-decoration: none;
                    padding: 10px 0px;
                }

        .blogs #content {
            margin-right: 7px;
            width: 620px;
            background-color: white;
        }

            .blogs #content .banner {
                width: 831px;
                display: none;
            }

        .blogs #sidebar {
            background-color: white;
        }

        .blogs #content h1 {
            margin-top: 10px;
        }

        .blogs #content .box {
            float: left;
            width: 300px;
            margin: 10px 5px;
        }

            .blogs #content .box.short {
                background: #edede0;
                padding: 25px;
                width: 249px;
                color: #8f8e75;
            }

                .blogs #content .box.short h2 {
                    color: #5a594a;
                    margin-bottom: 10px;
                    font-size: 220%;
                }

                .blogs #content .box.short .icon {
                    width: 71px;
                    height: 67px;
                    float: right;
                    margin-top: -15px;
                }

                    .blogs.book-club #content .box.blogs .icon {
                        background: url(/img/blogs-book-club-blogs-icon.jpg) no-repeat left top;
                    }

                    .blogs.book-club #content .box.our-book .icon {
                        background: url(/img/blogs-book-club-our-book-icon.jpg) no-repeat left top;
                    }

                    .blogs.social-action #content .box.blogs .icon {
                        background: url(/img/blogs-social-action-blogs-icon.jpg) no-repeat left top;
                    }

                    .blogs.social-action #content .box.social-action .icon {
                        background: url(/img/blogs-social-action-social-action-icon.png) no-repeat left top;
                    }

                .blogs #content .box.short a.read-more {
                    display: block;
                    margin-top: 10px;
                    height: 20px;
                    float: left;
                    color: white;
                    font-weight: bold;
                    text-decoration: none;
                    font-size: 12px;
                }

                    .blogs #content .box.short a.read-more span {
                        margin-left: 5px;
                        display: block;
                        height: 20px;
                        line-height: 18px;
                        margin-left: 10px;
                        padding-right: 10px;
                    }

                    .blogs #content .box.blogs a.read-more {
                        background: url(/img/blogs-book-club-blogs-button.png) no-repeat left top;
                    }

                        .blogs #content .box.blogs a.read-more span {
                            background: url(/img/blogs-book-club-blogs-button.png) no-repeat right top;
                        }

                    .blogs #content .box.our-book a.read-more,
                    .blogs #content .box.social-action a.read-more {
                        background: url(/img/blogs-book-club-our-book-button.png) no-repeat left top;
                    }

                        .blogs #content .box.our-book a.read-more span,
                        .blogs #content .box.social-action a.read-more span {
                            background: url(/img/blogs-book-club-our-book-button.png) no-repeat right top;
                        }

            .blogs #content .box.tall {
            }

                .blogs #content .box.tall  h2 {
                    margin-bottom: 10px;
                }

                .blogs.book-club #content .box.latest-news .photo {
                    background: url(/img/blogs-our-book-latest-news-photo.jpg) no-repeat left top;
                    width: 310px;
                    height: 196px;
                }

                .blogs.book-club #content .box.our-vision .photo {
                    background: url(/img/blogs-our-book-our-vision-photo.jpg) no-repeat left top;
                    width: 310px;
                    height: 196px;
                }

                .blogs.social-action #content .box.latest-news .photo {
                    background: url(/img/blogs-social-action-latest-news-photo.jpg) no-repeat left top;
                    width: 310px;
                    height: 196px;
                }

                .blogs.social-action #content .box.our-vision .photo {
                    background: url(/img/blogs-social-action-our-vision-photo.jpg) no-repeat left top;
                    width: 310px;
                    height: 196px;
                }

                .blogs #content .box.tall a.read-more {
                    background: url(/img/blogs-book-club-arrow-icon.png) no-repeat left center;
                    padding-left: 10px;
                    margin-top: 15px;
                    display: block;
                }

    #blogs {
    }

        #blogs h1.title {
            margin-bottom: 3px;
        }
            #blogs h1.title a,
            #blogs h1.title a:visited {
                font-size: 18px;
                font-weight: normal;
                text-decoration: none;
            }

            #blogs h1.title a:hover {
                border-bottom: 1px solid black;
            }

        #blogs .navigation {
            font-size: 11px;
            height: 10px;
            white-space: nowrap;
        }

            #blogs .navigation .left {
                float: left;
                width: 50%;
                text-align: left;
            }

            #blogs .navigation .right {
                float: right;
                width: 50%;
                text-align: right;
            }

            #blogs .navigation a {
                font-weight: normal;
            }

        #blogs .info {
            font-size: 11px;
            margin-bottom: 10px;
        }
            #blogs .info .date,
            #blogs .comment .date {
                overflow: visible;
                font-size: 11px;
                padding: 2px 0px;
                padding-left: 20px;
                background: url(/img/time.png) no-repeat left top;
            }

            #blogs .info .comments {
                margin-left: 5px;
                padding: 2px 0px;
                padding-left: 20px;
                background: url(/img/comments.png) no-repeat left top;
            }

            #blogs .info .categories {
                margin-left: 5px;
                padding: 2px 0px;
                padding-left: 20px;
                background: url(/img/tags.png) no-repeat left 1px;
            }

            #blogs .info a {
                text-decoration: none;
                font-weight: normal;
                color: #8F8F8F;
            }

            #blogs .info a:hover {
                text-decoration: underline;
            }

        #blogs .body {
            margin-bottom: 15px;
        }

        #blogs .comments h2 {
            margin: 20px 0px 10px 0px;
        }
            #blogs .comments h2 a, #blogs .comments h2 a:visited {
                font-weight: bold;
            }


        #blogs .comments label {
            width: 95px;
            text-align: left;
        }

            #blogs .comments .noComments {
                margin: 20px 0px;
                text-align: center;
            }


            #blogs .comments .comment {
                padding: 5px;
            }

                #blogs .comments .comment.altRow {
                    background: #e7e7e7;
                }

                #blogs .comments .comment h2 {
                    font-size: 16px;
                    font-weight: bold;
                    margin-top: 5px;
                    margin-bottom: 0px;
                }

                    #blogs .comments .comment h2 a {
                        text-decoration: none;
                    }

                    #blogs .comments .comment h2 a:hover {
                        text-decoration: underline;
                    }
                #blogs .comments .comment div {
                    margin: 10px 0px;
                }

        #blogs .readMore {
            font-size: 11px;
            text-align: right;
            clear: both;
        }
            #blogs .readMore a {
            }

    ul.columns
    {
        width: 500px;
        margin-left: 75px;
    }

        /* float & allow room for the widest item */
        ul.columns li
        {
            margin: 0px;
            float: left;
            width: 160px;
            list-style-type: none;
        }

/* BLOGS END */

    table.index .buttons {
        float: left;
        margin-right: 10px;
    }