        body {
            background: #555 url(back.png) 50% 0 repeat;
            margin: 0;
            padding: 0;
            font: 12px Trebuchet MS, Arial, Verdana, sans-serif;
        }
        
        .clear {
            clear: both;
            height: 0px;
            overflow: hidden;
        }
        
        a img {
            border: none;
        }
        
        #wrapper {
            width: 996px;
            margin: 0 auto;
			position: relative;
        }
        
            #wrapper #title {
				position: absolute;
				z-index: 2;
				top: 1.5em;
				left: -.5em;
            }
            
                #wrapper #title a {
				    display: block;
                    background: url(logo.png) 0 0 no-repeat;
					text-indent: -9999em;
					overflow: hidden;
					width: 412px;
					height: 138px;
                }
					
					#wrapper #title a:hover {
						opacity: 0.8;
					}
            
			#wrapper #nav {
				display: block;
				text-align: right;
				position: absolute;
				top: 4em;
				right: 0;
				z-index: 1;
			}
				
				#wrapper #nav li {
					float: left;
				}
				
					#wrapper #nav li a {
						display: block;
						text-indent: 9999em;
						overflow: hidden;
						background: url(links.png) 0 0 no-repeat;
						height: 69px;
					}
					
						#wrapper #nav li a:hover {
							opacity: 0.8;
						}
					
					#wrapper #nav li #nav-archive {
						width: 125px;
						background-position: 0 0;
					}
					
					#wrapper #nav li #nav-twitter {
						width: 130px;
						background-position: -125px 0;
					}
					
					#wrapper #nav li #nav-ask {
						width: 89px;
						background-position: -255px 0;
					}
					
					#wrapper #nav li #nav-bestof {
						width: 110px;
						background-position: -344px 0;
					}
			
            #wrapper #content {
                width: 646px;
                float: left;
				margin-top: 11em;
            }
            
				#wrapper #content .post {
					margin-bottom: 3em;
					position: relative;
				}
				
                #wrapper #content .post .media-container {					                    
					position: relative;
                }
				
				#wrapper #content .post .copy {
					width: 544px;
					margin: 0 3.3em;
					background: #f2f7f3 url(post-back.png) 0 0 no-repeat;                    
					border-radius: 0 0 0.5em 0.5em;
					-moz-border-radius: 0 0 0.5em 0.5em;
					box-shadow: inset 0 0 2px 2px rgba(255,255,255,1), 0 1em 1em rgba(0,0,0,0.25);
				}
                    
					#wrapper #content .post .media-top {
						position: absolute;
						background: url(picture-top.png) 0 0 no-repeat;
						z-index: 1;
						width: 646px;
						height: 83px;
						top: -2px;
						left: 0;
					}
					
                    #wrapper #content .post .media {
						margin-top: 1px;
						padding: 5.1em 0 5.5em 0.2em;
                        text-align: center;
						background: url(picture-side.png) 0 0 repeat-y;
                    }
					
					#wrapper #content .post .media img {
						width: 498px;
						border: 1px solid #acacac;
					}
					
					#wrapper #content .post .media-bottom {
						position: absolute;
						background: url(picture-bottom.png) 0 0 no-repeat;
						z-index: 1;
						width: 646px;
						height: 82px;
						bottom: -14px;
						left: 0;
					}
                    
                    #wrapper #content .post .quotebg {
                        font-family: georgia, serif;
                        font-size: 150px;
                        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 {
                        font-weight: bold;
                        padding: 20px 20px 5px 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 .copy {
                        color: #6e7173;
                        padding: 2em 2em 4em 2em;
						width: 508px;
						
                        font-size: 13px;
                        line-height: 15px;
                    }
					
					.bottomspread {
						position: absolute;
						font-size: 1em;
						right: 4.2em;
						bottom: 0.5em;
					}
					
					.bottomspread .bottomnode {
						float: right;
						padding: 0.5em 1em;
						margin-top: 0.5em;
						margin-left: 0.5em;
						max-width: 150px;
						overflow: hidden;						
						 
						background: #3CD1EE;
						color: #fff;
						display: block;
						
						text-decoration: none;
						
						border-radius: 0.25em;
						box-shadow: inset 0 1px 1px rgba(0,0,0,0.25), 0 0 1px 1px rgba(255,255,255,0.25);
					}
					
					.datelink a {
						color: #fff !important;
					}
					
					#wrapper #content .post .newquote {
						margin: 0 3.05em;
						padding: 2em;
						font-size: 2em;
						color: #fff;
						font-style: italic;
						background-color: #3cd1ee;
						border: 1px solid #acacac;
					}
					
					#wrapper #content .post .newquote a {
						color: #fff !important;
						border-bottom: 2px dotted #eee;
						line-height: 1em;
					}
                        
                        #wrapper #content .post .copy a {
                            color: #6e7173;
                            text-decoration: underline;
                        }
                        
                        #wrapper #content .post .copy p {
                            margin: 10px 0 0 0;
                            padding: 0;
							line-height: 1.5em;
                        }
                        
                        #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 img {
                            max-width: 100%;
                        }
                    
					#wrapper #content .post .copy p:first-child {
						margin-top: 0 !important;
					}
					
					#wrapper #content .post .audiobox {
						padding: 0.6em 6.2em;
					}
					
					#wrapper #content .post .audionext {
						padding: 8em 4em;
						width: 402px;
						background: 50% 50% repeat;
						border: 1px solid #acacac;
					}
					
                    #wrapper #content .post .audio {
						padding: 2em 0;
                        background: #eaeaea;
						border-radius: 0.333em;
						box-shadow: 0 1em 1em rgba(0,0,0,0.25);
                    }
                                                        
                        #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;
                            float: left;
                            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 .title {
                        color: #494949;
                        font-size: 16px;
                        font-weight: bold;
                        padding: 10px 10px 0 10px;
                    }
                    
                    #wrapper #content .post img {
                      max-width: 500px;
                    }
                                        
                    #wrapper #content .post .chat {
						text-align: left;
                        background-color: #fff;
                        margin: 0em 5.2em;
                        font-size: 14px;
						border: 1px solid #acacac;
                    }
                                        
                        
                            #wrapper #content .post .chat .lines .line {
                                background-color: #eaeaea;
                                color: #494949;
                                margin-bottom: 1px;
                                padding: 0.5em;
                            }
                            
                            #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 {
                                color: #fff;
                                padding: 5px 7px;
                                -moz-border-radius: 4px;
                                -webkit-border-radius: 4px;
                                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 {
						white-space: nowrap;
                    }
                        
                        #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;
                        }
                            
                            #wrapper #content .post .footer .notes a {
                                color: #666;
                            }
                            
                            #wrapper #content .post .footer .tags a {
                                text-transform: uppercase;
                            }
                            
                                #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 a {
                            color: #6e7173;
                            text-decoration: none;
                        }
                        
                            #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: center;
                            padding-bottom: 3em;
                            text-transform: capitalize;
                        }
                        
                            #wrapper #content #navigation a {
                                padding: 0.5em 1em;
								margin-left: 0.333em;
								background: #3CD1EE;
								color: #fff;
								text-decoration: none;
								border-radius: 0.187em;
								box-shadow: inset 0 1px 1px rgba(0,0,0,0.50);
								font-size: 1.333em;
                            }
                            
                            #wrapper #content #navigation a:hover {
                                opacity: 0.9;
                                filter: alpha(opacity=90);
                                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                            }
                            
                        #wrapper #content #navigation.jump_pagination {}
                            
                            #wrapper #content #navigation.jump_pagination a {
                                margin: 0 0 0 4px;
                            }
                            
                            #wrapper #content #navigation.jump_pagination .current_page {
                                padding: 0.5em 1em;
								margin-left: 0.333em;
								background: white;
								color: #777;
								text-decoration: none;
								border-radius: 0.187em;
								box-shadow: inset 0 1px 1px rgba(0,0,0,0.50);
								font-size: 1.333em;
								font-weight: bold;
                            }
                            
                            #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 #content #searchresults {
                    color: #fff;
                    margin: 0 0 15px 0;
                    text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
                    font-size: 20px;
                }
                
                    #wrapper #content #searchresults .search_query {
                        font-weight: bold;
                    }
                    
                    #wrapper #content #searchresults .search_query:before {
                        content:'“';
                    }
                    
                    #wrapper #content #searchresults .search_query:after {
                        content:'”';
                    }
            
            #wrapper #sidebar {
				background: url(side.png) 0 0 no-repeat;
				margin-top: 10.5em;
                width: 314px;
				height: 553px;
                float: right;
            }
	
				#wrapper #sidebar #top #photo {
					margin: 6.5em 0 0 6.7em;
					
					background: url(photo.png);
					width: 154px;
					height: 245px;
				}
				
				#wrapper #sidebar #top #description {
					margin: 7em 4em 8em 4.5em;
					font-size: 1.333em;
				}
				
				#wrapper #content .post a {
					color: #fff;
				}