/* === HOME ================================================================= */

    #content {
        padding-top:8px;
        padding-bottom:0;
    }

    /* height:550px; */
    #intro {
        background:transparent url(../../img/template/home/bg-home.gif) no-repeat 0 -30px;
        padding-bottom:20px;
    }

    #intro h2 {
        color:#00A2ED;
    }

    #intro h3 {
        color:#00A2ED;
    }

    #most_recent {
        margin-right:-12px;
    }

    #most_recent img {
        float:left;
        margin-right:12px;
        margin-bottom:20px;
    }

    #more {
        float:right;
        width:150px;
        padding:0 10px;
    }

    #more a {
        display:block;
        height:20px;
        padding:0 22px 0 0;
        line-height:20px;
        text-decoration:none;
        background:#0074AA url(../../img/template/home/bg-more.gif) no-repeat 135px 6px ;
        color:#000000;
        text-transform:lowercase;
        text-align:right;
    }

    #more a:hover {
        background-color:#00A2ED;
    }

    /* === WELCOME === */

        #welcome {
            float:left;
            width:340px;
            padding:0 20px 0 5px;
        }



    /* === TAGS === */

        #tag-cloud {
            width:255px;
            clear:right;
            float:left;
            padding:0 30px 0 0;
            text-align:justify;
        }

        #tag-cloud h3 {
            margin-bottom:5px;
        }

        #tag-cloud a       { color:#7C7C86; }
        #tag-cloud a:hover { color:#00A2ED; }



    /* === UPCOMING EVENTS === */

        #events {
            float:left;
            width:240px;
            padding:0;
        }

        #events ul {
            list-style:none;
            margin:0;
            padding:0;
        }

        #events ul li {
            line-height:14px;
            background:url(../../img/calendar.gif) no-repeat 0 1px;
            padding:0 0 0 20px;
        }


    /* === POSTER THUMB === */

        img#poster {
            border-width:8px;
        }

