/*
Blogger post styling

Karl Glasgow
04/2010

*/

div.EntryListingContainer {
    margin: 10px 0px 25px 0px;
    border: none;
    padding: 0px 10px 0px 0px;
}

div.EntryListingTitle {
    color: #999999;
    font-size: 10px;
    line-height: 1.4em;
    letter-spacing: 0.2em;
    font-weight: normal;
    text-transform: uppercase;
}

ul.EntryListing {
    list-style: none outside none;
    margin-left: 2em;
    padding: 0px;
}
ul.EntryListing li {
    list-style: none;
    margin-bottom: 5px;
    color: #663366;
    font-size: 10px;
    line-height: 1.75em;
    font-weight: bold;
    text-indent: -15px;
}
ul.EntryListing li a {
    color: #663366;
    font-size: 10px;
    text-decoration: none;
}
ul.EntryListing li a:hover {
    color: #663366;
    font-size: 10px;
    text-decoration: underline;
}

div.EntryContainer {
    margin-bottom: 25px;
    width: 530px;
    padding: 10px 15px 20px 0px;
    border-bottom: dotted 1px #CCCCCC;
}

div.PostingDate {
    margin: 0px 0px 2px 2px;
    color: #999999;
    text-align: left;
    font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 0.75em;
    text-transform: uppercase;
}
div.PostingTitle {
    margin: 5px 0px 15px 0px;
    text-align: left;
    color: #663366;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: normal;
}
div.PostingContent {
    text-align: left;
    font-size: 11px;
    line-height: 1.75em;
}
div.PostingTime {
    float: left;
    margin: 10px 15px 15px 0px;
    text-align: left;
    color: #663366;
    font-size: 9px;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.4em;
    text-transform: uppercase;
}
div.Comments {
    margin: 10px 15px 15px 0px;
    text-align: left;
    color: #663366;
    font-size: 9px;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 1.4em;
    text-transform: uppercase;
}
div.Comments a.Comment-Link {
    color: #663366;
    font-size: 9px;
    text-decoration: none;
}
div.Comments a.Comment-Link:hover {
    color: #663366;
    font-size: 9px;
    text-decoration: underline;
}

