/* =========================================================
    Homepage
============================================================ */

#featured-articles li,
#latest-articles li,
#latest-statuses li {
    margin-bottom: 25px;
}

.editor {
    font-style: italic;
}

.editor:hover {
    color: #3B7FCC;
}

#selected-groups {
    font-size: 0.916em; /* 11px */
}

#selected-groups li {
    margin-bottom: 15px;
}

#selected-groups div {
    position: relative;
}

#selected-groups img.sticky {
    position: absolute;
    right: 4px;
    top: -20px;
}

#selected-videos {
    margin-bottom: 25px;
}

#selected-videos ul {
    border-bottom: 1px solid #E2E2E2;
    height: 504px;
    margin-bottom: 0;
    overflow: auto;
    zoom: 1; /* IE */
}

#selected-videos li,
#latest-photos-videos li {
    margin-bottom: 20px;
}

#selected-videos li:last-child {
    margin-bottom: 0;
}

#sticky-groups {
    border: 2px solid #E2E2E2;
    border-left: 0;
    border-right: 0;
    margin: 25px 0;
    padding: 20px 0;
}

#sticky-groups li {
    margin-right: 20px;
    width: 300px;
}

#sticky-groups .infos {
    width: 180px;
}

#sticky-groups h3 {
    font-size: 1.692em; /* 22px */
}

#sticky-groups p {
    margin-bottom: 0;
}

.activity-item .infos {
    width: 570px;
}

#banner {
    background: #25386C url(../images/banner.jpg) left top no-repeat;
    color: white;
    height: 145px;
    margin-bottom: 30px;
    padding: 20px;
}

#banner h1 {
    color: white;
    font-size: 35px;
    font-weight: normal;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}

#banner a.join-button {
    background: url(../images/join_button.png) left top no-repeat;
    color: #333;
    display: block;
    float: left;
    font-size: 1.8em;
    font-weight: bold;
    height: 48px;
    line-height: 44px;
    padding-left: 18px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
    text-transform: capitalize;
}

#banner a.join-button span {
    background: url(../images/join_button.png) right -48px no-repeat;
    display: block;
    padding-right: 112px;
}

#banner a.join-button:hover {
    background-position: left -96px;
}
#banner a.join-button:hover span {
    background-position: right -144px;
}

#banner a.join-button:active {
    background-position: left -192px;
}
#banner a.join-button:active span {
    background-position: right -240px;
}

#introduction {
    background: white;
    border: 5px solid #DDD;
    margin-bottom: 30px;
    padding: 15px;
}

.featured-column {
    width: 520px;
}

.featured-column .article-item .infos {
    width: 470px;
}

.home-top {
    background: url(../images/bg_home_top.png) right top repeat-y;
    margin: -25px -20px 0 0;
    padding: 25px 20px 0 0;
}

.activities-column {
    width: 380px;
}

.activities-column .activity .activity-body {
    width: 330px;
}

.activities-column .activity-comment .comment .comment-main {
    width: 280px;
}

.activities-column .activity-comment .input.compact textarea {
    width: 314px;
}
.activities-column .activity-comment .input.edit textarea {
    width: 274px;
}

