/* 
    Document   : test
    Created on : Jul 5, 2010, 3:33:19 PM
    Author     : Tyler(Chacha) chacha@chacha102.com
    Description:
        Purpose of the stylesheet follows.
*/
html, body{
    width: 99%;
}
a{
    color: inherit;
    text-decoration: none;
}
.clear{
    clear: both;
}
#container{
    margin-top: 3%;
    width: 80em;
    height: 30em;
    margin-left: auto;
    margin-right: auto;
}
#nav{
    color: black;
    clear: both;
    font-family: 'Trebuchet MS';
    font-size: 15px;
    margin-bottom: 2.5%;
    width: 100%;
}
#nav a, #nav a:visited{
    color: black;
    font-size: 15px;
    text-decoration:  underline;
}
#left{
    background-image: url("http://chacha102.com/profile_header.jpg");
    background-repeat: no-repeat;
    background-position: 5% 50%;
    float: left;
    height: 100%;
    width: 50%;
}
#right{
    float: left;
    font-family: 'Trebuchet MS';
    font-size: 19px;
    width: 35%;
}
#right h2{
    color: #39F;
    margin: 0;
}
#right .share h2{
    font-size: 20px;
}
#right .key{
    color: #39F;
    font-weight: bold;
}
#right .key, #right .value{
    font-size: 22px;
}
.action{
    border-bottom: 1px dotted #39F;
    padding-bottom: 3px;
}
.action a{
    color: #39F;
}
.action a.more-read:before{
    content: url("reply.png");
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.action .more-read{
    float: right;
}

.shares, .share{
    font-size: 12px;
}

.share-item{
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.share-item h2{
    clear: both;
}
.share-link{
    color: #CCC;
    font-size: 11px;
    clear: both;
}

p a{
    border-bottom: 1px dotted #39F;
}

blockquote{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 3px solid #39F;
}
.next_posts{
    float: right;
}

.prev_posts{
    float: left;
}

