
body {
                margin:           0px;

                font-family:      'Helvetica Neue', Helvetica, 'Lucida Grande', Helvetiker, Verdana, sans-serif;
                background: url(http://static.tumblr.com/w4twibj/z5mllt7nr/bkg2.jpg);
				background-repeat:no-repeat;
				background-attachment:fixed;
				background-color:#d2d7db;
            }
            
            #content {
                width:            900px;
                margin:           auto;
                padding:          15px;
                font-family:      'Helvetica Neue', Helvetica, 'Lucida Grande', Helvetiker, Verdana, sans-serif;
                position:         relative;
                background-image: url(http://static.tumblr.com/w4twibj/gghllt7ou/trans2.png);
            }

            a {
                color:            #d2d7db;
            }

            h1 {
                padding:          30px 0px 50px 0px;
                margin:           0px;
                text-align:       center;
                font:             Bold 85px;
                font-family:      'Helvetica Neue', Helvetica, 'Lucida Grande', Verdana, sans-serif;
                letter-spacing:   -1px;
                line-height:      50px;
            }
            
            h1 a {
                color:            #ffffff;
                text-decoration:  none;
            }

            #description {
                position:         absolute;
								left: 						655px;
background-image: url('http://static.tumblr.com/w4twibj/dHillt7pk/trans.png');
padding: 10px
            }

            #description div {
                font-family:      'Helvetica Neue', Helvetica, 'Lucida Grande', Helvetiker, Verdana, sans-serif;
                line-height:      20px;
                width:            215px;
                color:            #eeeeee;
            }

						#description div#search {
								text-align: right;
						}

            #description div a {
                color:            #d2d7db;
            }
            
            #description #nav_container {
                font-size: 13px;
                font-weight: bold;
            }
            
            #description #nav_container .dim {
                filter: alpha(opacity=50); 
                -moz-opacity: 0.5; 
                opacity: 0.5;
            }

						#searchresultcount {
							margin: 0 0 30px;
							text-align: center;
						}
            
            .post {
                position:         relative;
                margin-bottom:    40px;
                margin-left:    80px;
                width:530px;
                background-image: url('http://static.tumblr.com/w4twibj/dHillt7pk/trans.png');
padding: 10px;
                color:            #ffffff;
            }

            .post div.labels {
                position:         absolute;
                right:            580px;
                text-align:       right;
                width:            150px;
            }

            .post div.date {

                white-space:      nowrap;
                font-family:  20px    'Helvetica Neue', Helvetica, 'Lucida Grande', Helvetiker, Verdana, sans-serif;
                letter-spacing:   -1px;
                color:            #ffffff;
                display:          inline;
                padding:          3px 5px 0px 5px;
                line-height:      20px;
            }

            .post div.date a {
                color:            #ffffff;
                text-decoration:  none;
            }

            .post h2 {
                font-size:        18px;
                font-weight:      Bold;
                color:            #ffffff;
                letter-spacing:   -1px;
                margin:           0px 0px 10px 0px;
            }

            .post h2 a {
                color:            #ffffff;
                text-decoration:  none;
            }
            
            /* Regular Post */
            .post .regular {
                font-size:        14px;
                color:            #d4d9d9;
                line-height:      18px;
            }

            .post .regular blockquote {
                font-style: italic;
            }
            
            /* Photo Post */
            .post .photo img {
                border:           solid 5px #d2d7db;
            }

            .post .photo div.caption {
                font-size:        12px;
                color:            #d4d9d9;
                margin-top:       5px;
				margin-left:      10px;
            }
            
            .post .photo div.caption a {
                color:            #ffffff;
            }
            
            /* Quote Post */
            .post .quote span.quote {
                font:             30px Helvetica, sans-serif;
                letter-spacing:   -1px;
                color:            #eeeeee;
            }

            .post .quote span.quote a {
                color:            #ffffff;
            }

            .post .quote span.quote big.quote {
                font:             Bold 60px Georgia, serif;
                line-height:      8px;
                vertical-align:   -20px;
				color:#d4d9d9;
            }
            
            .post .quote span.source {
                font-size:        12px;
                color:            #d4d9d9;
                letter-spacing:   -1px;
            }

            .post .quote span.source a {
                color:            #ffffff;
            }
            
            /* Link Post */
            .post .link a.link {
                font:             22px Helvetica, Helvetiker, Verdana, arial, sans-serif;
                letter-spacing:   -1px;
                color:            #ffffff;
            }
            
            .post .link span.description {
                font-size: 14px;
                font-weight: normal;
                letter-spacing: -1px;
                font:             14px Helvetica, Helvetiker, Verdana, arial, sans-serif;
            }

            /* Conversation Post */
            .post .conversation ul {
                list-style-type:  none;
                margin-left:      10px;
                padding:          0px;
                border-left:      solid 5px #d4d9d9;
            }
            
            .post .conversation ul li {
                font-size:        12px;
                padding:          4px 0px 4px 8px;
                color:            #eeeeee;
            }
            
            .post .conversation ul li span.label {
                font-weight:      bold;
                color:            #ffffff;
            }
            
            /* Audio Post */      
            .post .audio div.caption {
                font-size:        14px;
                color:            #d4d9d9;
                margin-top:       5px;
            }
            
            .post .audio div.caption a {
                color:            #ffffff;
            }
            
            /* Video Post */
            .post .video {
                width:            500px;
                margin:           auto;
            }

            .post .video div.caption {
                font-size:        14px;
                color:            #d4d9d9;
                margin-top:       5px;
            }
            
            .post div.video div.caption a {
                color:            #ffffff;
            }

            /* Footer */
            #footer {
                margin:           40px 0px 30px 0px;
                text-align:       center;
                font:             14px Helvetica, Helvetiker, Verdana, arial, sans-serif;
				color:            #555656;
            }
            
            #footer a {
                text-decoration:  none;
                color:            #d4d9d9;
            }
            
            #footer a:hover {
                text-decoration:  underline;
            }
            
						.query { font-weight: bold; }
.search{
float:right;
margin-right: 35px;
}