#bannercol { width: 260px; }

#groups_index .column.second {width: 200px; }

#groups_list .column.second {width: 200px;}

#addgroup_title { width: 190px; margin-bottom: 5px; }
#addgroup_description, #addgroup_keywords { width: 190px; }
#addgroup .block1 { width: 205px; padding: 15px; float: left; }
#addgroup .block2 { margin-left: 235px; padding: 15px 0; padding-top: 30px; }

#group_pictures .column.first, #group_pictures #sidebar {width: 170px; padding:0; margin:0}
#group_sets .column.first, #group_sets #sidebar {width: 170px; padding:0; margin:0}
#group_members #sidebar, #group_members .column.first {width: 170px; padding:0; margin:0}

.grouplog { overflow: hidden; }
.grouplog a {
        display: block;
        text-decoration: none;
        overflow: hidden;
        border: 1px solid #fff;
        /*cursor: pointer;*/
        padding: 10px;
	height:1%;
        clear: left;
        }
.grouplog a:hover {
        text-decoration: none;
        border-color: red;
        }
.grouplog a .picture img {
        display: block;
        background-color: #fff;
        float:left;
        padding: 0 10px 0 0;
        margin-bottom: 5px;
        }
.grouplog a strong {
        display: block;
        text-decoration: underline;
        font-weight: normal;
        font-size: 95%;
        margin-bottom: 5px;
        }

.grouplog a .author,
.grouplog a .details,
.grouplog a .date {
        display: block;
        color: #aaa;
        font-size: 85%;
        }


