@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
outline: none;
}

	body {
		background: #000000 url('background.jpg') top center scroll repeat;
		margin: 0;
		padding: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		line-height: 1.2;
		color: #a9a9a9;
	}
	
	.clear {
		clear: both;
		height: 0px;
		overflow: hidden;
	}
	
	a img {
		border: none;
	}
	
	a, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	a:hover {
	color: #a9a9a9;
	}
	
	#wrapper {
		width: 960px;
		margin: 0 auto;
		background: transparent url('fade.png') top center scroll repeat;
		padding: 35px;
		min-height: 1234px;
	}
	
	#header {
	margin-bottom: 40px;
	}

		#wrapper #logo {
		height: 133px;
		}
		
		#wrapper #menu {
		padding-top: 20px;
		text-align: center;
		height: 19px;
		}
		
		#wrapper #menu a {
		margin: 0 8px;
		}
		
		#wrapper #menu a img, a.fade:hover img {
			opacity: 0.6;
			filter: alpha(opacity=60);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
			-webkit-transition-duration: .3s;
			-moz-transition-duration: .3s;
		}           
		
		#wrapper #menu a:hover img, a.fade img {
			opacity: 1.0;
			filter: alpha(opacity=100);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			-webkit-transition-duration: .3s;
			-moz-transition-duration: .3s;
		}
		
		#wrapper #content {
			width: 500px;
			min-height: 1871px;
			float: left;
			padding: 0 40px 40px 0;
			margin-bottom: 40px;
			border-right: #423e3a dashed 1px;
		}

		#wrapper #pagefooter {
			border-top: 1px solid #FFFFFFF;
			color: #ffffff;
			font-size: 11px;
			padding-top: 20px;
			text-align: center;
		}
		
		#pagefooter a, #pagefooter a:visited, #pagefooter a:active {
			color: #FFFFFF;
			text-decoration: underline;
		}

		#pagefooter a:hover {
			color: #FFFFFF;
		}
		
		.headline, .headlinel {
			border-bottom: 1px solid #ffffff;
			border-top: 3px solid #ffffff;
			color: #ffffff;
			font-family: Georgia, "Times New Roman", Times, serif;
			display: block;
			font-size: 25px;
			letter-spacing: -1px;
			padding: 6px 0 6px 1px;
		}
		
		.righthl {
		float: right;
		font-size: 14px;
		margin-top: 7px;
		text-transform: uppercase;
		}
		
		.righthl a {
		color: #a78851;
		}
		
		.righthl a:hover {
		color: #ffffff;
		}
		
			#wrapper #content .post {
				position: relative;
				margin-top: 10px;
			}
			
			#wrapper #content .postdate {
				color: #FFFFFF;
				font-size: 14px;
				font-weight: bold;
				text-transform: uppercase;
				height: 10px;
			}
				
				#wrapper #content .post .media {
					text-align: center;
					margin-bottom: 10px;
				}
				
				#wrapper #content .post .quotebg {
					font-family: georgia, serif;
					font-size: 150px;
					color: #555555;
					position: absolute;
					top: -10px;
					left: 5px;
					opacity: 0.2;
					filter: alpha(opacity=20);
					-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
				}
				
				#wrapper #content .post .quote {
					color: #555555;
					font-weight: bold;
					padding: 25px 20px 10px 20px;
				}
				
				#wrapper #content .post .quote.short {
					font-size: 33px;
					line-height: 35px;
				}
				
				#wrapper #content .post .quote.medium {
					font-size: 25px;
					line-height: 28px;
				}
				
				#wrapper #content .post .quote.long {
					font-size: 18px;
					line-height: 22px;
				}
									
					#wrapper #content .post .quote_source *:first-child {
					}
					
					#wrapper #content .post .quote_source *:last-child {
						margin-bottom: 10px;
					}
					
					#wrapper #content .post .quote *:first-child {
					}
					
					#wrapper #content .post .quote *:last-child {
						margin-bottom: 0px;
					}
					
				#wrapper #content .post .copy {
					text-align: justify;
				}
											
					#wrapper #content .post .copy p {
						margin: 10px 0 0 0;
						padding: 0;
					}
					
					#wrapper #content .post .copy pre {
						margin: 10px 0px 10px 0px;
						padding: 10px;
						background-color: #e6e6e6;
						font: normal 11px Courier, monospace;
						overflow: auto;
					}
					
					#wrapper #content .post .copy > p:first-child {
					}
					
					#wrapper #content .post .copy img {
						max-width: 500px;
					}
				
				#wrapper #content .post .audio {
					background: #dddddd;
					
					padding: 7px;
					margin: 15px 0 0;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					text-align: center;
				}
													
					#wrapper #content .post .audio .player {
						
					}
					
						#wrapper #content .post .audio .player .audio_player embed {
							border: 1px solid #c8c8c8;
						}
					
					#wrapper #content .post .audio .meta {
						padding: 8px 13px;
						height: 13px;

						color: #666;
						font-size: 11px;
						text-transform: lowercase;
					}
					
						#wrapper #content .post .audio .meta a {
							color: #666;
							text-decoration: none;
						}
				
				#wrapper #content .post .album_art {
					text-align: center;
				}
				
				#wrapper #content .post .question {
					color: #494949;
					font-size: 16px;
					font-weight: bold;
					background: #f1f1f1;
					-moz-border-radius: 8px;
					-webkit-border-radius: 8px;
					border-radius: 8px;
					margin: 0 0 15px 0;
					padding: 15px 20px;
					position: relative;
				}
				
					#wrapper #content .post .question .nipple {
						width: 13px;
						height: 7px;
						background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
						position: absolute;
						bottom: -7px;
						left: 30px;
					}
					
				#wrapper #content .post .asker_container {
					margin: 0 0 20px 24px;
				}
				
					#wrapper #content .post .asker_container img {
						margin: 0 12px -7px 0;
					}
					
					#wrapper #content .post .asker_container a.asker {
						color: #000000;
					}
				
				#wrapper #content .post .title {
					font-family: Georgia, "Times New Roman", Times, serif;
					color: #ffffff;
					font-size: 22px;
					letter-spacing: -1px;
					text-transform: uppercase;
					line-height: 0.9;
				}

				.title a, .title a:visited, .title a:active {
					color: #ffffff !important;
					text-decoration: none !important;
				}
				
				.title a:hover {
					color: #a9a9a9 !important;
				}
				
				.post img, .post object, .post embed, .post iframe {
				  max-width: 500px;
				  margin-top: 10px;
				}
				
				.post .footer iframe {
				margin-top: 0 !important;
				}
									
				#wrapper #content .post .chat {
					background-color: #fff;
					border-left: 5px solid #dedddd;
					margin: 15px 0 -7px;
					font-size: 13px;
				}
									
					#wrapper #content .post .chat .lines {
						margin-left: 1px;
					}
					
						#wrapper #content .post .chat .lines .line {
							background-color: #eaeaea;
							color: #494949;
							margin-bottom: 1px;
							padding: 3px 5px;
						}
						
						#wrapper #content .post .chat .lines .line.even {
							background-color: #dedddd;
						}
					
					#wrapper #content .post .link {
						font-size: 16px;
						line-height: 25px;
						margin: 15px 0 0;
					}
						
						#wrapper #content .post .link a {
							color: #fff;
							padding: 5px 7px;
							background-color: #cccccc;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
							border-radius: 5px;
						}
						
						#wrapper #content .post .link a:hover {
							opacity: 0.5;
							filter: alpha(opacity=50);
							-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
						}
				
				#wrapper #content .post .footer {
					display: block;
					height: 20px;
					margin: 10px 0 66px;
				}
					
					#wrapper #content .post .footer.for_permalink:hover {
						opacity: 0.9;
						filter: alpha(opacity=90);
						-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
					}
					
					#wrapper #content .post .footer .date {
						width: 67%;
						float: left;
						color: #666;
					}
					
					#wrapper #content .post .footer .notes {
						width: 33%;
						float: right;
						text-align: right;
						color: #666;
					}
						
						#wrapper #content .post .footer .notes a {
							color: #666;
						}
						
						#wrapper #content .post .footer .tags a {
							color: #4a4a51;
							text-decoration: underline;
						}
						
							#wrapper #content .post .footer .tags .tag-commas:last-child {
								display: none;
							}
						
						#wrapper #content .post .footer.with_source_url .tags {
							max-width: 330px;
							float: left;
						}
						
						#wrapper #content .post .footer.with_source_url .source_url {
							float: right;
							max-width: 160px;
							overflow: hidden;
							white-space: nowrap;
							
						}
						
							#wrapper #content .post .footer.with_source_url .source_url img {
								vertical-align: top;
								-moz-opacity: 0.5;
								opacity: 0.5;
							}
							
							#wrapper #content .post .footer.with_source_url .source_url:hover img {
								-moz-opacity: 0.7;
								opacity: 0.7;
							}
					
						#wrapper #content .post .copy blockquote {
							margin: 10px 0px 10px 10px;
							padding-left: 15px;
							border-left: solid 4px #dcdcdc;
						}
						
							#wrapper #content .post .copy blockquote blockquote {
								border-left: solid 4px #cccccc;
							}
							
								#wrapper #content .post .copy blockquote blockquote blockquote {
									border-left: solid 4px #bcbcbc;
								}
								
									#wrapper #content .post .copy blockquote blockquote blockquote blockquote {
										border-left: solid 4px #acacac;
									}
									
										#wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
											border-left: solid 4px #9c9c9c;
										}
										
											#wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
												border-left: solid 4px #8c8c8c;
											}
					
					#wrapper #content .bottom {
						background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;
						width: 513px;
						height: 40px;
						margin: 0 auto;
					}
					
					#wrapper #content #navigation {
						text-align: right;
						margin-bottom: 0;
						text-transform: lowercase;
					}
					
						#wrapper #content #navigation a {
							padding: 5px 10px;
							text-decoration: none;
							margin-left: 25px;
							color: #555555;
						}
						
						#wrapper #content #navigation a:hover {
							opacity: 0.5;
							filter: alpha(opacity=50);
							-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
						}
						
					#wrapper #content #navigation.jump_pagination {}
						
						#wrapper #content #navigation.jump_pagination a {
							margin: 0 0 0 4px;
						}
						
						#wrapper #content #navigation.jump_pagination .current_page {
							color: #ffffff;
							background-color: rgba(255,255,255, 0.1);
							border: 2px solid #fff;
							padding: 3px 8px;
							margin: 0 0 0 4px;
							cursor: default;
						}
						
						#wrapper #content #navigation.jump_pagination .jump_page {}
						
						#wrapper #content .post .notecontainer {
							background: #eaeaea;
							-moz-border-radius: 4px;
							-webkit-border-radius: 4px;
							border-radius: 4px;
							font-size: 11px;
							color: #666;
							margin-top: 10px;
							margin-bottom: -10px;
						}
						
								#wrapper #content .post .notecontainer a {
									color: #666;
									text-decoration: underline;
								}
								
								#wrapper #content .post .notecontainer ol.notes {
									padding: 0px 0 10px 0;
									list-style-type: none;
									font-size: 11px;
								}
								
									#wrapper #content .post .notecontainer ol.notes li.note {
										padding: 10px 10px 0 10px;
									}
									
										#wrapper #content .post .notecontainer ol.notes li.note img.avatar {
											vertical-align: -4px;
											margin-right: 10px;
											width: 16px;
											height: 16px;
										}
										
										#wrapper #content .post .notecontainer ol.notes li.note span.action {
											font-weight: normal;
										}
										
										#wrapper #content .post .notecontainer ol.notes li.note .answer_content {
											font-weight: normal;
										}
										
										#wrapper #content .post .notecontainer ol.notes li.note blockquote {
											border-left: 2px solid #666;
											padding: 4px 10px;
											margin: 10px 0px 0px 25px;
										}
										
											#wrapper #content .post .notecontainer ol.notes li.note blockquote a {
												text-decoration: none;
											}
			
		
		#wrapper #sidebar {
			width: 380px;
			float: right;
		}
		
		.box {
		margin: 0 0 40px;
		}
		
		.updatebox {margin-top: 10px;}
		.marginb {margin-bottom: 10px;}
			
#mainsearch input {
	font-size: 12px;
	width: 372px;
	border: 0;
	color: #555555;
	padding: 5px 0 5px 8px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.searchresultrow {
	display: block;
	background-color: #222222;
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}

.searchresultrow:hover {
	background-color: #000000;
}

.searchresultrow strong {
	font-weight: bold;
	text-decoration: none;
	color: #a9a9a9;
}

/* post types */
.searchexcerpt {
	color: #a9a9a9;
	font-size: 10px;
}
.searchexcerpt span {
	color: #A78851;
	font-size: 10px;
	font-weight: bold;
}
.totalresults {
	text-align: right;
	font-size: 10px;
	color: #aaa;
	line-height: 14px;
	display: none;
}
.totalresults a { color: #ccc; display: none; }

	ul#likes {
		list-style-type: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	ul#likes p {
		margin: 5px 0;
	}

		li.like_post {
			/* Should match the width specified in the Likes tag */
			float: left;
			width: 185px;
			margin: 10px 0;
			font-size: 11px;
			}
				
		li.like_post:nth-child(2n+1) {
			margin-right: 10px;
		}

		  li.like_post img {
			  max-width: 100%;
		  }

		  li.like_post blockquote {
			  margin: 0;
			  padding: 0 0 0 10px;
			  border-left: 1px solid #eee;
		  }

		  li.like_post ol,
		  li.like_post ul {
			  margin: 0 0 0 15px;
			  padding: 0;
		  }

		  li.like_post .like_link a {
			  font-weight: bold;
		  }

		  li.like_post .like_title {
			  font-weight: bold;
		  }

		  li.like_post .post_info_bottom {
			  margin: 10px 0 0 0;
			  display: block !important;
		  }

#tumblrfollows {
	padding: 10px 0;
	text-align: center;
	background-color: #a7a7a7;
}

table#tftable {
	margin: 0 auto;
	width: 358px;
}

#twitter_update_list {padding:0; margin:0;}

#twitter_update_list li {list-style-type:none; text-align: justify; margin-bottom:15px;}

#twitter_update_list li span {display:block;}

#tweets .content, #twitter .content {
	margin-bottom: 10px;
	line-height: 1.3;
}

#tweets a:hover .content {
	color: #a7a7a7;
}

#tweets a .content {
	color: #555555;
	text-decoration: none;
	font-size: 10px;
}

ol.notes {
    padding-left: 18px;
}

ol.notes li {
	font-size: 11px;
	line-height: 1.4;
}

#af-form-559786070 .buttonContainer input.submit {
	cursor: pointer;
}

#twfollow {
    float: right;
    margin-top: 5px;
    width: 145px;
}

#topfb {
	margin-bottom: 33px;
	border-top: 3px solid #7F8FAE;
}

#topfb .fb_iframe_widget {
    border-color: #CAD4E7;
    border-style: solid;
    border-width: 0 1px 1px;
    padding-bottom: 2px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

.twitter-follow-button {
	width: 150px !important;
}

.twtr-hd, .twtr-ft {
	display: none;
}

.tweetbutton  {
	float: left;
	width: 55px;
	margin-right: 10px;
}

.fblike {
	float: left;
	width: 80px;
}

.indexnotes {
	float: left;
	padding-top: 3px;
}

.pagenotes {
	margin-top: -40px;
}

#instagram {
	width: 380px;
	height: 245px;
	overflow: hidden;
}
