﻿ul.top-tabs li.blog a
{
	background-position:-373px -24px;
}

label
{
    display: block;
}

p.title input, p.body .rich-text
{
    width: 85%;
}

p.body .rich-text
{
    height: 300px;
}

div.blog-post
{
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    width: 100%;
    margin-top:15px;
    padding-bottom: 10px;
}

div.blog-post ul
{
    list-style-type: disc;
    padding-left: 40px;
}

div.blog-post ul li p
{
    padding: 0px;
    margin: 0px;
}

div.blog-post span.post-detail
{
    font-size: 80%;
}

div.blog-post div.edit
{
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 80%;
}

div.blog-post div.edit, div.blog-post div.edit a
{
    color: #999;
    font-weight: normal;
}

div.blog-archive h3
{
	width:100%;
	border-bottom:1px solid #EBEBEB;
}

.rich-text, .title input
{
    border-width: 1px;
    border-style: solid;
    border-color: #999;
}

.title input
{
    padding: 4px;
    color: #666;
    font-size: 150%;
    font-weight: bold;
}

