/* Styles shared between day and night */

.navigation {
	text-align: center;
	font-size: 1.4em;
	margin: 30px 0 30px 0;
}

#posts ul, #posts ol {
	margin: 0 0 15px 0;
}

#posts blockquote, #posts blockquote p {
	padding: 0 20px 0 20px;
	font-style: italic;
	line-height: 120%;
}

#posts li {
	color: #d5d5d5;
	font-size: 1.3em;
	margin: 0 0 7px 40px;
	font-family: Georgia;
	line-height: 130%;
}

/* New Twitter Stuff */

#sidebar .aktt_tweets li {
        margin: 0 0 15px 0;
        padding: 0 0 0 30px;
}

