/* 

TUMBLR THEEEM 
=============

Colors:

- '#000' Text
- '#999' Grey Links
- '#CCC' Grey Borders
- '#F0F0F0' Light bg


Fonts:

- Base font size: 13px

*/

/* = GLOBAL */
body { font-family: sans-serif; color: #1F1F1F; }

a { color: #999; text-decoration: none; outline: none;}
a:hover { color: #000; }
a:focus { -moz-outline-style: none; }

#title { 
	font-size: 230.8%; 
	letter-spacing: 3px;
	font-family: "White Rabbit", sans-serif;
}
h3, h4, h5, p, pre { margin-bottom: 10px; }

.clear { clear: both; }

/* = LAYOUT */
#container { 
	width: 960px;
	margin: 40px auto;
}

#header {
	margin: 0 0 40px 0;
	width: 100%;
}
#posts {
	width: 680px;
	float: left;
	margin: 0 0 40px 0;
}

#meta {
	width: 220px;
	float: right;
	border-left: 1px solid #CCC;
	padding-left: 40px;
}

#pagination {
	clear: both;
	margin: 0 0 40px 0;
	width: 680px;
	text-align: center;
	font-size: 85%;
	text-transform: uppercase;
}

/* = POSTS */
.post {
	clear: both;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #CCC;
}
.post-title {
	font-size: 153.8%; 
	font-family: "White Rabbit", sans-serif;
	margin: 0 0 20px 0;
}
.post h3, .post h4 {
	font-weight: bold;
}
#posts p {
	font-size: 95%;
}
#posts pre { overflow: auto; }
#posts ul {
	/* removed margin, added to li */
}
#posts ul li {
	padding-left: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#posts ul li{
	list-style-type: circle;
}
#posts ul li ul { padding-top: 10px; }

#posts .post-footer {
	font-size: 85%;
	margin-top: 20px;
	padding-bottom: 10px;
}

#posts .post-footer .tags {
}
#posts .post-footer .permalink {
	float: right;
	text-align: right;
}
#posts .post-footer .post-meta {
	float: left;
	margin-right: 20px;
}
#posts .caption {
	margin-top: 20px;
}

#posts blockquote {
	margin-left: 20px;
	margin-bottom: 10px;
}
#posts pre {
	padding: 20px;
	background: #F3F3F3;
	border: 1px solid #E0E0E0;
}

/* types */
#posts .type-quote .quote-content {
    font-family: serif;
	font-style: italic;
	font-size: 138.5%; 
	padding: 20px;
    margin-bottom: 10px;
	background: #F3F3F3;
	color: #333;
}
#posts .type-quote .quote-source {
	font-size: 93%;
}

.post-notes {
	border-top: 1px solid #CCC;
	padding: 10px;
	font-size: 85%;
}
.post-notes li {
	margin: 10px 0 10px 0;
}
.post-notes img {
	margin-bottom: -4px;
}
.chat-line { margin-bottom: 5px; }

/* = META */

#meta h4 {
	font-size: 138.5%; 
	font-family: "White Rabbit", sans-serif;
	margin-bottom: 20px;
}
#meta h4:before {
	content: "// ";
}

.navlist {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
.navlist:last-child {
	border-bottom: none;
}

/* about */
#meta-about #description {
	font-size: 93%;
	font-weight: bold;
	width: 140px;
	float: left;
}
#meta-about img {
	width: 64px;
	float: right;
}

/* twitter */
#meta-twitter ul li {
	font-size: 77%;
	margin: 0 0 10px 0;
}
#meta-twitter #twitter-link {
	font-size: 77%;
	text-transform: uppercase;
}
/* stack overflow */
#so-flair {
	font-size: 95%;
}
#reputation { margin-left: 10px; }
#badges { margin-left: 10px; }
#badges span { margin-right: 2px; }
.badge1 { color: #FFCC00; }
.badge2 { color: #C0C0C0; }
.badge3 { color: #CC9966; }



