#pagenav a {
font-size:10px;
background:#a7af89;
padding: 2px 3px;
margin-left:2px;
text-decoration:none;
color:white;
}
#pagenav a:hover {
background:#fff;
color:#333;
}




body {
background: #e9f7b8;
margin: 0px;
font: Normal 13px "Lucida Grande", Arial, Helvetica, sans-serif;
color: #555;
}

.container {
}

.posts {
width:550px;
margin:0 auto 0 60px;
list-style:none;
padding:0;
}

.posts li {
padding:20px;
clear:right;
}

h1 {
color: #666;
padding:60px 60px 0 20px;
margin:0;
font-weight: normal;
font-size: 40px;
letter-spacing: -1px;
text-align:right;
background:white;
font-family:arial,sans-serif;
}

h1 a {
color: #666;
text-decoration: none;
}

.description {
display:block;
font-size: 11px;
line-height: 18px;
padding:10px 60px 6px;
text-align:right;
background:white;
font-weight:normal;
}


.tools a {
text-decoration:none;
font-size:10px;
}

.time {
margin: 20px 0 0;
font-family:arial,sans-serif;
color: white;
font-size: 24px;
letter-spacing: -1px;
text-transform: uppercase;
}

.permalink {
color:#a7af89;
text-decoration:none;
font-size:10px;
}



.posts h2 {
font-size: 14px;
color: #444;
margin: 0px 0px 5px 0px;
}

a {
color: #111;
}

/* Regular Post */
.posts div.regular {
font: Normal 13px 'Lucida Grande', Verdana, Arial, sans-serif;
line-height: 17px;
}

.posts div.regular blockquote {
font-style: italic;
}

/* Photo Post */
.posts div.photo img {
border-width: 0px;
}

.posts div.photo div.caption {
font-size: 11px;
margin-top: 5px;
color: #888;
}

.posts div.photo div.caption a {
color: #888;
}

/* Quote Post */
.posts div.quote {
padding: 0px 30px 0px 30px;
}

.posts div.quote span.quote {
font-size: 24px;
color: #444;
}

.posts div.quote span.quote a {
color: #444;
}

.posts div.quote span.quote big.quote {
font: Bold 60px Georgia, serif;
line-height: 1px;
vertical-align: -23px;
opacity: 0.4;
-moz-opacity: 0.4;
filter: alpha(opacity=40);
}

.posts div.quote div.source {
font-size: 16px;
color: #666;
}

.posts div.quote div.source a {
color: #666;
}

/* Link Post */
.posts div.link {
color: #666;
font-size: 24px;
letter-spacing: -1px;
}

.posts div.link a {
color: #666;
text-decoration: none;
border-bottom: dotted 1px #666;
}

/* Conversation Post */
.posts div.conversation ul {
list-style-type: none;
margin: 0px;
padding: 0px 0px 0px 1px;
border-left: solid 5px #555;
}

.posts div.conversation ul li {
font-size: 12px;
padding: 4px 0px 4px 8px;
color: #000;
margin-bottom: 1px;
}

.posts div.conversation ul li span.label {
font-weight: bold;
}

.posts div.conversation ul li.odd {
background-color: #f4f4f4;
}

.posts div.conversation ul li.even {
background-color: #e8e8e8;
}

/* Video Post */
.posts div.video div.caption {
margin-top: 5px;
color: #888;
font-size: 11px;
}

.posts div.video div.caption a {
color: #888;
}

#navigation {
font-size: 11px;
font-weight: bold;
}

#navigation a {
color: #555;
text-decoration: none;
}

#navigation a:hover {
text-decoration: underline;
}




