select {
position: relative;
top:-100px;
left:70px;
}
 
html {
            width: 640px;
            margin: auto;
            position: relative;
}

        body {
            width: 640px;
            margin: 0 auto;
            padding: 0;
            background: #fff;
            font-family: Helvetica, Arial, sans-serif;
        }

        .clear {
            clear: both;
        }

        iframe#tumblr_controls {
            position: absolute;
            top: 51px !important;
            right: 40px !important;
        }

        a {
            text-decoration: none;
            color: inherit;
            word-wrap: break-word;
        }
        
        .gray_bubble {
            

        }
        
        header {
          
        }
        
            header a.title {
                max-width: 317px;
                color: #fff;
                font-size: 52px;
                font-weight: bold;
                word-wrap: break-word;
                letter-spacing: -1px;
                line-height: 54px;
                margin: 0 0 5px 0;
                display: inline-block;
                float: left;
            }
            
            header .info {
                max-height: 70px;
                color: #d8d8d8;
                font-size: 26px;
                line-height: 35px;
                overflow: hidden;
                position: relative;
            }
            
                header .info.showing {
                    height: auto;
                    max-height: 9999px;
                    overflow: visible;
                }
            
                header .info .body span.description_words {
                    margin: 22px 0 0 0;
                }

                    header .info .body span.description_words:empty {
                        margin: 0px;
                    }
            
                header .info .body .show {
                    width: 120px;
                    height: 30px;
                    text-align: right;
                    padding: 0 0 5px 0;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }    

                    header .info.showing .body .show {
                        width: 24px;
                        right: -10px;
                        bottom: -16px;
                    }
            
                    header .info .body .show a {
                        font-weight: bold;
                    }
                    
                    header .info .body .show .gradient {
                        width: 100px;
                        height: 36px;
                        display: block;
                        position: absolute;
                        top: 0;
                        left: -100px;
                    }
                    
                        header .info.showing .body .show .gradient {
                            display: none;
            
                        }

						
		#posts {
			width: 960px;
			margin: 0 auto;
		}
		
        .bubble {
            display: block;
            width: 960px;

            overflow: hidden;
        }
            
            .permalink + #posts .bubble {
  
            }

            .bubble .top {
                width: 608px;
  
                margin: 0 auto;
            }
            
            .bubble .content {
                width: 100%;
            
                margin: 0 auto;
 
            }
            
                .bubble.description .content {
  
                }

            .bubble .content.bleed {
                width: 100%;
     
            }
                
                .bubble .content img.photo {
                    display: block;
    
                    width: 100%;
                    height: auto;
                }
                
                .bubble .content .copy {
                    font-size: 26px;
                    color: #333536;
                }
                    
                    .bubble .content .copy a {
                        text-decoration: underline;
                    }
                    
                    .bubble .content h2 {
                        color: #535456;
                        font-size: 36px;
                  
                        margin: 0;
                        padding: 0;
                    }
                    
                    .bubble .content .copy p {
                     
                    }
                    
                    .bubble .content .copy code {
                        word-wrap: break-word;
                    }

                    .audio_player {
                    }

                        .audio_player a.play {
                            color: #333536;
                            min-height: 76px; /* 126 - 25 - 25 for padding */
                            font-size: 26px;
                            line-height: 38px;
                            text-decoration: none;
                            background: #e4e7ea url('../../thpaaos/BVZl8fpzl/mobile_dashboard_play_pause_sprite.png') 35px center no-repeat;
                            -webkit-border-radius: 16px;
                            -moz-border-radius: 16px;
                            border-radius: 16px;
                            display: block;
                            -webkit-tap-highlight-color: rgba(0,0,0,0.0);
                        }

                            .audio_player a.play.is_playing {
                                background: #e9ecef url('../../thpaaos/BVZl8fpzl/mobile_dashboard_play_pause_sprite.png') -636px center no-repeat;
                                -webkit-box-shadow: inset 0 0 20px #d9dfe3;
                            }

                            .audio_player.with_cover_art a.play {
                                width: 245px;
                                display: inline-block;
                                float: left;
                            }
                            
                                .audio_player a.play strong.listen {
                                    margin: 18px 0 0 0;
                                    display: inline-block;
                                }

                        .audio_player img.cover {
                            width: 130px;
                            -webkit-border-radius: 10px;
                            -webkit-box-shadow: 0px 1px 5px #4f4f4f;
                            margin: 0 20px 0 0;
                            float: left;
                            display: block;
                        }

                    .bubble .content .copy.text_post p:first-child {
                        margin-top: 0;
                    }
                    
                    .bubble .content .copy p:last-child {
                        margin-bottom: 0;
                    }
                    
                    .bubble .content .copy blockquote {
                        border-left: solid 6px #c9cccf;
                    }
                    
                    .bubble .content .copy img {
                        max-width: 100%;
                    }
                    
                    .bubble .content .video {
                        width: 100%;
                        font-size: 26px;
                        color: #333536;
                    }

                        .bubble .content .video * {
                              width: 100% !important;
                            border: 4px solid #fff;
                            margin: 0 auto;
                        }
                        
                        .bubble .content .video a {
                            margin: 0 auto;
                        }
                        
                            .bubble .content .video a img {
                                width: 100%;
                                height: auto;
                            }
                            
                            .bubble .content .video a div {
                                border: none;
                            }
                        
                        .bubble .content .video * {
                            width: auto;
                            min-height: auto;
                            padding: 0px;
                            margin: 0;
                        }
                        
                        .bubble .content .html_photoset {
                            width: 100%;
                            text-align: center;
                            border: none;
                        }
                                                
                            .bubble .content .html_photoset p {
                             
                            }
                            
                            .bubble .content .html_photoset p:first-child {
                                margin-top: 0;
                            }
                            
                                .bubble .content .html_photoset p img.photoset_photo {
                                    width: 100%;
                                    margin: 0 auto;
                                    border: 4px solid #fff;
                                }
                                
                                .bubble .content .html_photoset p.photoset_caption {
                               
                                }
                    
                    .bubble .content .link {
                        display: block;
                        font-size: 32px;
                        line-height: 36px;
                        font-weight: bold;
                        color: #49729a;
                    }
                    
                        .bubble .content .link span {
                            font-family: 'Lucida Grande', sans-serif;
                            vertical-align: -1px;
                        }
                    
                    .bubble .content .quote {
                        font-size: 32px;
                        line-height: 36px;
                        font-weight: bold;
                        color: #535456;
                    }
                    
                        .bubble .content .quote_source *:first-child {
                            margin-top: 0;
                        }
                    /*
                    .bubble .content .audio {
                        margin-top: 0;
                    }
                    
                    .bubble .content .audio img {
                        display: inline-block;
                        border: none;
                        width: 36px;
                        height: 36px;
                        position: relative;
                        top: 8px;
                        margin-right: 8px;
                    }
                    
                    .bubble .content .audio a {
                        font-weight: bold;
                    }

                    .bubble .content .audio strong u {
                        font-size: 24px;
                    } */
                    
                    .bubble .content .video img {
                        border: none;
                    }
                
                .bubble .content .chat {
                    width: 100%;
                    border-bottom: 2px solid #fff;
                    margin: 0;
                }
                
                    .bubble .content .chat td {
                        padding: 16px 0;
                        border-top: 2px solid #fff;
                        border-bottom: 2px solid #dde2e7;
                        vertical-align: top;
                        font-size: 26px;
                        color: #333536;
                    }

                        .bubble .content .chat tr:first-child td {
                            border-top-width: 0px;
                            padding-top: 0px;
                        }

                    .bubble .content .chat td.username {
                        padding-right: 24px;
                        font-weight: bold;
                        max-width: 230px;
                    }
                
                .bubble .content .answer_question {
                    -webkit-border-radius: 16px;
                    -moz-border-radius: 16px;
                    border-radius: 16px;
                    border-top: 2px solid #c6cdd4;
                    border-bottom: 2px solid #fff;
                    padding: 26px 30px;
                    font-size: 32px;
                    line-height: 38px;
                    color: #535355;
                    word-wrap: break-word;
                }
                
                .bubble .content .answer_asker {
                
                    font-weight: bold;
                    font-size: 28px;
                    color: #65676a;
                }
                
                    .bubble .content .answer_asker img {
                        display: inline-block;
                        border: none;
                        vertical-align: -14px;
                     
                    }
                
                .bubble .content .date,
                .bubble .content .note_count {
                    float: left;
                    font-weight: bold;
                    font-size: 24px;
                    color: #8c8e90;
                 
                    text-decoration: underline;
                }
                
                .bubble .content .note_count {
                    float: right;
                }
                
                .bubble .content ol.notes {
                    margin: 0;
                    padding: 0;
                
                    list-style-type: none;
                    font-size: 24px;
                }
                
                    .bubble .content ol.notes li.note {
                     
                        border-top: 2px solid #fff;
                        border-bottom: 2px solid #dde2e7;
                    }
                    
                        .bubble .content ol.notes li.note img.avatar {
                            display: inline-block;
                            vertical-align: -10px;
                            margin-right: 12px;
                            width: 32px;
                         
                        }
                        
                        .bubble .content ol.notes li.note span.action {
                            font-weight: normal;
                        }
                        
                        .bubble .content ol.notes li.note .answer_content {
                            font-weight: normal;
                        }
                        
                        .bubble .content ol.notes li.note blockquote {
                            border-left: 6px solid #c9cccf;
                            padding: 2px 20px;
                            margin: 20px 0px 0px 50px;
                        }
                            
                            .bubble .content ol.notes li.note blockquote a {
                                text-decoration: none;
                            }
                        
                        .bubble .content ol.notes li.note .tumblelog,
                        .bubble .content ol.notes li.note .source_tumblelog {
                            font-weight: bold;
                            color: #303132;
                        }
                        
                        .bubble .content ol.notes li.like {
                            background: url('../../images/iphone/tumblelog_retina/note_like.png') 546px 27px no-repeat;
                        }
                    
                        .bubble .content ol.notes li.reblog {
                            background: url('../../images/iphone/tumblelog_retina/note_reblog.png') 546px 24px no-repeat;
                        }
                    
                        .bubble .content ol.notes li.answer {
                            background: url('../../images/iphone/tumblelog_retina/note_answer.png') 550px 22px no-repeat;
                        }
                    
                        .bubble .content ol.notes li.facebook_comment {
                            background: url('../../images/note_facebook_2.png') 544px 24px no-repeat;
                        }
                    
                        .bubble .content ol.notes li.photo,
                        .bubble .content ol.notes li.reply {
                            background: url('../../images/iphone/tumblelog_retina/note_reply.png') 544px 24px no-repeat;
                        }

                        .bubble .content ol.notes a.more_notes_link {
                            font-weight: bold;
                        }
            
            .bubble .bottom {
                width: 100%;
                height: 38px;
                margin: 0 auto;
            }
            
                .bubble.description .bottom {
                    height: 102px;
                    background-image: url('../../thpaaos/lXDlb08n9/description_bottom.png');
                }
                
                .bubble.permalink .bottom {
                    height: 59px;
                    background-image: url('../../thpaaos/IyXlb0h5q/permalink_bottom.png');
                }

        .load {
            color: #000;
            font-size: 42px;
            font-weight: bold;
            text-align: center;
            padding: 38px 0;
            display: block;
        }    

           .load img {
                vertical-align: -2px;
                margin-right: 20px;
            }
            
        .links {
            margin: 30px;
            overflow: hidden;
        }
        
            .links a {
                color: #000;
                font-size: 26px;

                float: right;
            }

                .links a:first-child {
                    float: left;
                }

        body.android .gray_bubble,
        body.android .audio_player a.play.is_playing,
        body.android .audio_player img.cover
         {
            -webkit-box-shadow: none !important;
        }