
/* POST TEXT */

#post {
    margin-bottom: 30px;
}

#post h1 {
    padding-top: .2em;
}

.first-letter {
    float: left;
    width: auto;
    line-height: .7em !not important;
    font-size: 4em;
    margin: .3em .15em .15em 0;
    color: #000;
    position: relative;
}

#post-text p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: .95em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

#post p a {
   border-bottom: 1px solid #bec8d7;
}

#post p a:hover {
   border-bottom: 1px solid #34578c;
}

#post p b,
#post p strong {
    font: normal normal 1em "Gill Sans", sans-serif;
    text-transform: uppercase;
    color: #000;
}   

#post #post-text img {
    float: right;
    margin: 0 0 20px 20px;
}

#post #post-text img.comic {
    margin: 0;
    float: none;
}

#post-text div#post-meta {
    width: 620px;
    margin-bottom: 10px;
}

#post #post-text h4 {
    margin: 1em 0 .5em;
    font: normal 1.3em "Gill Sans", sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#post #post-text h3 {
    margin-bottom: 5px;
    font: normal 1.2em "Gill Sans", sans-serif;
    color: #000;
    text-transform: uppercase;
}

#post p strong {
    font-family: "Gill Sans", sans-serif;
    color: #000;
    text-transform: uppercase;
}

#post #post-text ul,
#post #post-text ol {
    margin: 1em 0;
    font-size: 0.875em;
    margin-left: 2.5em;
    line-height: 1.5em;
}

#post #post-text ul li strong {
    font-family: "Gill Sans", sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#post #post-text ol li {
    font-weight: bold;
}

#post #post-text ol li span {
    font-weight: normal;
}
    

#post #post-text li {
    margin: 0.5em 0;
}

#post #post-text blockquote {
    margin: 1em 0;
    padding: 0.75em 1em;
    font-size: 0.875em;
}

ul {
    list-style-type: none;
}

ul li p {
    margin-top: .25em;
    font-size: .85em;
}

ul#more-stories li {
    background: url(/_images/story-icon.gif) no-repeat 0px 15px;
    padding: 10px 0 10px 30px;
}

/*POST UTILITY*/

div#post-utility {
    background: #efefef url(/_images/or.gif) no-repeat 350px 20px;
    padding: 15px;
    font-size: .9em;
    padding-right: 240px;
    position: relative;
    font-family: Georgia, 'Times New Roman', serif;
}

div#post-utility h3 {
    margin-bottom: .3em;
}

div#post-utility a.generic-button {
    position: absolute;
    right: 15px;
    top: 38px;
    font-size: 1.3em;
    padding: 10px 12px;
}

div.share-url {
    margin: 10px 0px 15px 0;
    border-bottom: 1px solid #ccc;
}

div.share-url label {
    padding-right: 20px;
}