/*
Lex and Dan
Tumblr CSS
*/

* { text-rendering: optimizeLegibility; }

body {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 100px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	line-height: 24px;
	font-size: 16px;
	background-color: #ffffcc;
    }

h1 {
	padding-left: 24px;
	padding-bottom: 0px;
	padding-right: 24px;
	padding-top: 24px;
	line-height: 60px;
	font-size: 72px;
	font-weight: bold;
}

h2 { 
	padding-top: 12px; 
	margin-top: 0px; 
	margin-bottom: 12px; 
	letter-spacing: -1px; 
	font-weight: bold; 
	line-height: 36px; 
	font-size: 48px; 	
}

h3 { 
	margin-top: 0px; 
	margin-bottom: 12px; 
	letter-spacing: -1px; 
	font-weight: bold; 
	line-height: 36px; 
	background-color: white; 
	font-size: 30px; 	
}

#love {
	text-align: center;
	color: none;
	margin-left: 24px;
	margin-right: 24px;
	font-style: normal;
	line-height: 60px;
	font-size: 72px;
	font-weight: normal;
}

#love a:link,
#love a:hover,
#love a:visited,
#love a:active {
	background-repeat: no-repeat;
	color: none;
	width: 500px;
	font-style: normal;
	line-height: 60px;
	font-size: 72px;
	font-weight: normal;
}

#description {
	margin-left: 24px;
	margin-bottom: 24px;
	color: #333333;
	margin-top: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	line-height: 21px;
	font-size: 15px;
}

a:link,
a:active,
a:visited { 
	color: #339933; 
	-webkit-transition: color 0.25s;
}

a:hover { 
	color: #999999; 
	-webkit-transition: color 0.25s;
}

img {
	border:none
}

a img {
	border: none;
	text-decoration: none;
}


#header {
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	width: 500px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	width: 500px;
}

#posts {
}

.text {
	padding: 24px;
	width: 500px;
	margin-bottom: 12px;
	margin-top: 0px;
	background-color: white;
}

.video {
	padding: 24px;
	width: 500px;
	margin-bottom: 12px;
	margin-top: 0px;
	background-color: #f8e0e7;
}

.photo {
	padding: 24px;
	width: 500px;
	margin-bottom: 12px;
	margin-top: 0px;
	background-color: #daf0f6;
}


.link {
	padding: 24px;
	width: 500px;
	margin-bottom: 12px;
	margin-top: 0px;
	background-color: #fff79a;
}


.quote {
	padding: 24px;
	width: 500px;
	margin-bottom: 12px;
	margin-top: 0px;
	background-color: #deebae;
}

.chat {
	padding: 24px;
	width: 500px;
	margin-bottom: 12px;
	margin-top: 0px;
	background-color: #fff790;
}

.quotation {
	letter-spacing: -1px;
	font-weight: normal;
	width: 450px;
	margin-left: 30px;
	line-height: 60px;
	font-style: italic;
	font-size: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.caption {
	text-align: left;
	font-weight: bold;
	padding-top: 12px;
	color: #333333;
	line-height: 24px;
	font-size: 18px;
}

.source {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 30px;
	padding-top: 12px;
	color: #333333;
	line-height: 21px;
	font-size: 18px;
}

.footer {
	clear: both;
	padding-right: 24px;
	padding-left: 24px;
	color: #333333;
	line-height: 15px;
	font-size: 12px;
}

.post-footer {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
}


#footer,
#pagination {
	font-size: 12px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 12px;
	color: #666666;
}

#footer {
}


#pagination {
	clear: both;
	margin-bottom: 20px;
}

.pagination-left {
	float: left;
}

.pagination-right {
	float: right;
}


