/*
maroon:     #57473a;
bordeaux:   #a7465a;
pink:       #e14d7f;
light blue: #6eb4e8;
rose:       #fddcd3;
green:      #b1cba0;
black:      #444;
font-family: 'Georgia', serif;
*/

article {
font-family: 'Georgia', serif;
border-top: 3px double #EEE;
padding: 30px 0;
width: 80%;
margin: 0 auto;
}

article time {
display: block;
color: #BBB;
font-style: italic;
text-align: right;
}
article header h1 a {
border-bottom: 1px solid #DDD;
display: block;
text-decoration: none;
font-size: 1.5em;
font-style: italic;
color: #e14d7f;
}
.post-extras {
clear: both;
padding-bottom: 5px;
opacity: 0.75;
}
.picture-credits {
text-align: right;
font-style: italic;
font-size: 12px;
}
.alignright {
float: right; margin: 5px 10px;
}
.alignleft {
float: left; margin: 5px 10px;
}
.post-content {
font-size: 1.4em;
line-height: 150%;
margin: 15px 0 18px;
}
.post-content img {
padding: 2px;
border: 1px solid #CCC;
background-color: #FFF;
-moz-box-shadow: #AAA 1px 1px 3px; -webkit-box-shadow: #AAA 1px 1px 3px;
max-width: 98%;
height: auto;
}
.post-content li {
list-style-image: url(../images/post-bullet.png);
}
.post-content a {
color: #a7465a;
}
blockquote {
border: 1px solid #EEE;
border-left: 3px solid #BBB;
background-color: #FAFAFA;
padding-left: 1em; padding-right: 1em;
margin-left: 2em; margin-right: 0;
}

#blog-sidebar {
color: #888;
}
#blog-sidebar a {
color: #A09286;
}
#blog-sidebar li {
list-style-type: none;
margin: 6px 3px;
}
#blog-sidebar ul {
margin: 0; padding: 0;
}

.comments-count {
font-size: 14px;
}
.comments-count span {
background-color: #e14d7f;
-moz-border-radius: 5px; -webkit-border-radius: 5px;
color: #fff;
padding: 3px 15px;
font-weight: bold;
font-size: 20px;
}

.twitter-convo .twitter-user {
font-weight: bold;
font-size: 17px;
}
.twitter-convo .twitter-user a {
text-decoration: none;
color: #2E5AC2;
}
.twitter-convo {
border: 1px solid #EEE;
}
.twitter-convo p {
margin: 0;
background: #FDFDFD;
border-bottom: 1px solid #EEE;
border-top: 1px solid #FFF;
padding: 5px 3px;
}

.link-url img {
float: left; margin-right: 20px; margin-bottom: 10px;
padding: 2px; border: 1px solid #DDD;
}
.link-url span {
font-size: 20px; display: block; text-align: center;
}
.link_body {
font-size: 16px;
}

