min-height: 40px;
padding-bottom: 20px;
border-bottom: 1px solid #DDDDDD;
}
div#description {
margin: 5px 0 0 50px;
color: #999;
}
div#description a {
color: #999;
}
/* Post Wrapper */
.post {
margin: 20px 0px;
position: relative;
line-height: 1.4em;
}
.post h2 {
font-weight: bold;
font-size: 11px;
margin: 0 0 5px 0;
padding: 0;
}
.post h2 a {
color: #000000;
text-decoration: none;
}
/* Regular Post */
.post .regular {
line-height: 1.4em;
}
.post .regular img {
max-width: 400px;
}
.post .regular blockquote img {
max-width: 150px;
}
.post .regular blockquote {
font-style: italic;
}
.post .regular p {
margin: 0 0 11px 0;
}
/* Photo Post */
.post .photo {
background-color: ;
}
.post .photo .caption {
font-size: 11px;
margin-top: 5px;
}
.post .photo .caption a {
color: #404040;
}
/* Quote Post */
.post div.quote div.quoteactual {
background-color: #ffffff;
font-style: italic;
padding: 5px;
color: #000000;
margin-bottom: 5px;
}
.post div.quote span.quoteactual a {
color: #000000;
}
.post div.quote .source {
color: ;
}
.post div.quote .source a {
color: ;
}
.post div.quote p {
margin: 0 0 11px 0;
}
/* Link Post */
.post .link a.link {
font-weight: bold;
color: #000000;
text-decoration: none;
border-bottom: solid 1px #000000;
text-decoration: none;
}
.post .link .description {
margin-top: 5px;
}
/* Conversation Post */
.post .conversation ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.post .conversation ul li {
color: ;
}
.post .conversation ul li span.label {
font-weight: bold;
}
.post .conversation ul li.odd {
background-color: ;
}
.post .conversation ul li.even {
background-color: ;
}
/* Audio Post */
.post .audio .caption {
margin-top: 5px;
color: #404040;
}
.post .audio .caption a {
color: #404040;
}
/* Video Post */
.post .video .caption {
margin-top: 5px;
color: #404040;
}
.post .video .caption a {
color: #404040;
}
/* Pagination */
#pagination {
text-align: center;
}
#pagination a {
text-decoration: none;
}
#pagination a:hover {
text-decoration: none;
}
/* Footer */
#footer {
color: #000000;
width: 200px;
margin: 11px auto 0px auto;
border: 0px solid #000000;
padding: 8px;
background-color: #ffffff;
text-align: center;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
#footer a {
color: #000000;
text-decoration: none;
}
#footer a:hover {
text-decoration: none;
}