/*
BASIC STYLES
*/

#staff-blogs, #community-blogs, #item-list, #about, #form {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px dashed #999999;
}

/*
METADATA STYLES
*/

#about .blog-type {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 77%;
    margin-top: 0.1em;
}
#about .blog-date, #about .blog-author {
    color: #666666;
    font-weight: bold;
    font-size: 77%;
}
#about img {
    float: left;
    margin: 0 0.8em 0.8em 0;
}
#about .description {
    clear: left;
}
p.metadata {
    font-size: 77%;
    color: #666666;
    font-weight: bold;
}

/*
BLOGS INDEX STYLES
*/

#staff-blogs h2, #community-blogs h2, #item-list h2, #form h2 {
    margin-bottom: 1em;
}
#staff-blogs h3, #community-blogs h3 {
    margin-bottom: 0.4em;
}
#staff-blogs > ul > li, #community-blogs > ul > li {
    width: 43%;
    margin-bottom: 1em;
    padding: 0.5em 0.8em;
    float: left;
    border: 1px solid #CCCCCC;
    height: 7em;
    overflow: hidden;
}
#staff-blogs > ul > li.odd, #community-blogs > ul > li.odd {
    margin-right: 1.5em;
    clear: left;
}
#staff-blogs > ul > li img, #item-list > ul > li img {
    float: left;
    margin: 0 0.5em 0.3em 0;
}
#item-list > ul > li {
    clear: left;
    margin-bottom: 1em;
}
p.action {
    padding-left: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    background: transparent url(../images/222222_11x11_icon_plus.gif) no-repeat 0.1em 0.2em;
}
#more-blogs {
    font-size: 85%;
    font-style: italic;
    text-align: right;
    margin-right: 1em;
}

/*
BLOG ARCHIVE PAGES
*/

#item-list > ul > li div.tease {
    margin-bottom: 1em;
}
#redirect a {
    font-weight: bold;
}
.article-tagline {
    font-style: italic;
    color: #666666;
    border-top: 1px solid #CCCCCC;
    margin-top: 0.5em;
    padding-top: 0.5em;
}
.edit-link {
    text-transform: none;
    font-size: 77%;
    margin: 0.3em 0;
    font-weight: bold;
    color: #666666;
}

/*
POST STYLES
*/

#post p {
    line-height: 1.35;
    margin-top: 1em;
}

/******************************************************************************************
 BLOGS ADMIN PAGES STYLES
******************************************************************************************/

/*
BLOGSADMIN FORM STYLES
*/

.form-rolldown-link a {
    outline: none;
}
p.add-link a {
    padding-left: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    background: transparent url(../images/222222_11x11_icon_plus.gif) no-repeat 0.1em 0.2em;
}
p.add-link {
    margin-bottom: 1.5em;
}

/*
BLOGSADMIN INDEX STYLES
*/

#explainer p {
    margin-bottom: 1em;
}
#tools a {
    padding-left: 1em;
    font-weight: bold;
    background: transparent url(../images/222222_11x11_icon_plus.gif) no-repeat 0.1em 0.2em;
}
