
/*
This is the CSS file iamdanmckinley's Tumblr page.
blog.iamdanmckinley.com
Copyright 2009 Dan McKinley
dan@iamdanmckinley.com
*/

* {
text-rendering: optimizeLegibility;
}

body {
	background-color: #f8e0e7;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 524px;
	margin-right: auto;
	margin-left: auto;
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	text-decoration: none;	                      
	color: red;
	-webkit-transition: color 0.25s;
}

a:hover {
	color: black;
	text-decoration: underline;
	-webkit-transition: color 0.25s;
}


h1 {
	text-transform: lowercase;
	margin-bottom: 50px;
	margin-top: 50px;
	padding: 12px;
	line-height: 1em;
	font-size: 3em;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}


h2 {
	line-height: 1.2em;
	margin: 0px;
	font-size: 2em;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}


#posts {
	border-bottom-color: #333333;
	display: inline;
}

#posts li.text,
#posts li.photo,
#posts li.video,
#posts li.quote,
#posts li.link {
	margin-bottom: 75px;
	list-style-type: none;
}

#posts li.text {
	padding: 12px;	
}

#posts li.photo {
	padding: 12px;
}

#posts li.video {
	padding: 12px;
}

#posts li.quote {
	padding-right: 12px;   	                 
	padding-bottom: 12px;  	                 
	padding-top: 12px; 	                 
}

#posts li.link {
	padding: 12px;
}

#posts p {
	line-height: 1.4em;
	font-size: 1.6em;
}

.postmetadata {
	line-height: 1.5em;
	font-size: 1.2em;
	color: #666666;
}


.openquote {
	font-weight: bold;
	line-height: 1.2em;
	font-size: 2em;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	float: left;
}

.dash {
	float: left;
}

.quotation {
	font-weight: bold;
	margin-left: 12px;
	line-height: 1.2em;
	font-size: 2em;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	}

.source {
	line-height: 1.4em;
	font-size: 1.6em;
	float: left;
	padding-top: 12px;
	margin-left: 12px;
}
	
.quote-footer {
	clear: both;
	padding-top: 12px;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #666666;
	margin-left: 12px;
}

#footer,
#pagination {
	clear: both;
	line-height: 1.5em;
	padding: 12px;
	font-size: 1.2em;
	color: #666666;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

#footer {
	margin-bottom: 100px;
}

#pagination {
	margin-bottom: 20px;
}

.pagination-left {
	float: left;
}

.pagination-right {
	float: right;
}

#posts blockquote {
	font-weight: bold;
	margin-left: 20px;
	font-size: 1.6em;
	color: #666666;
}

ol ol,
li ul {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	display: inline;
}

ol ol li,
li ul li {
	padding-bottom: 6px;
	padding-top: 6px;
	line-height: 1.4em;
	font-size: 1.6em;
}