.clear {
	clear: both;
	height: 1px;
}

a img {
	border: none;
}

#wrapper {
	margin: 0 auto;
}

	#wrapper #title {
		margin: 30px 0;
		color: #fff;
		font-size: 50px;
		font-weight: bold;
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		text-shadow: #2f2f2f 1px 3px 5px;
		letter-spacing: -1px;
	}
	
		#wrapper #title a {
			color: #fff;
			text-decoration: none;
		}

	#wrapper #content {
		float: left;
		width:100%;
	}
	
		#wrapper #content .post {
			font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			background: #fff;
			padding: 10px;
			position: relative;
		}

			#wrapper #content .post .media {
				text-align: center;
				margin-bottom: 10px;
			}
			
			#wrapper #content .post .quotebg {
				font-family: georgia, serif;
				font-size: 150px;
				color: #3b627e;
				opacity: 0.2;
				filter: alpha(opacity=20);
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
				position: absolute;
				top: 70px;
				left: 10px;
			}
			
			#wrapper #content .post .quote {
				color: #3b627e;
				font-weight: bold;
				padding: 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 {
					margin-top: 0px;
				}
				
				#wrapper #content .post .quote_source *:last-child {
					margin-bottom: 0px;
				}
				
				#wrapper #content .post .quote *:first-child {
					margin-top: 0px;
				}

				#wrapper #content .post .quote *:last-child {
					margin-bottom: 0px;
				}
		
			#wrapper #content .post .audio {
				background: #eaeaea;
				float: left;
				padding: 7px;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}
												
				#wrapper #content .post .audio .player {
					float: left;
				}
				
					#wrapper #content .post .audio .player .audio_player embed {
						border: 1px solid #c8c8c8;
					}
				
				#wrapper #content .post .audio .meta {
					padding: 8px 13px;
					height: 13px;
					float: left;
					color: #666;
					font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
					font-size: 11px;
				}
				
					#wrapper #content .post .audio .meta a {
						color: #666;
						text-decoration: none;
					}
			
			#wrapper #content .post img {
			  max-width: 500px;
			}
								
			#wrapper #content .post .chat {
				background-color: #fff;
				border-left: 5px solid #dedddd;
				margin: 10px 10px 0 10px;
				font-size: 14px;
			}
								
				#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 {
					margin: 4px 0 2px 0;
					font-size: 16px;
					line-height: 25px;
				}
					
					#wrapper #content .post .link a {
						background-color: #3b627e;
						color: #fff;
						padding: 5px 7px;
						border-radius: 4px;
						-moz-border-radius: 4px;
						-webkit-border-radius: 4px;
					}
					
					#wrapper #content .post .link a:hover {
						opacity: 0.9;
						filter: alpha(opacity=90);
						-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
					}
			
			#wrapper #content .post .footer {
				font-size: 80%;
				color: #aaa;
				padding: 0 0 30px 0;
			}
			
				#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 a {
					text-decoration: none;
				}
				
				#wrapper #content #navigation {
					text-align: right;
					padding-bottom: 35px;
				}
				
					#wrapper #content #navigation a {
						background-color: #fff;
						color: #3b627e;
						padding: 5px 10px;
						text-decoration: none;
						margin-left: 25px;
					}
			
					#wrapper #content #navigation a:hover {
						opacity: 0.9;
						filter: alpha(opacity=90);
						-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
					}

					#wrapper #content .post .notecontainer {
						background: #eaeaea;
						border-radius: 4px;
						-moz-border-radius: 4px;
						-webkit-border-radius: 4px;
						font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
						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 #content #searchresults {
			color: #fff;
			margin: 0 0 15px 0;
			text-shadow: #2f2f2f 1px 3px 5px;
			font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
			font-size: 20px;
		}

