            * {
	            margin: 0;
	            padding: 0;
	            list-style-type: none;
	        }

            body {
	            background: #000 url('http://stuff.tophercasey.com/img/blacks.jpg') fixed left top;
	            font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	            font-size: 18px;
	            color: #949494;
	            text-align: center;
	        }

            #container {
	            width: 840px;
	            margin: 0 auto;
	            text-align: left;
	        }
	        
            .regular, .photo, .quote, .link, .conversation, .video, .audio, .metabox {
	            padding: 10px;
	        }

            .post {
	            width: 270px;
	            height: 75px;
	            float: left;
				background-color:#FF0;
				color: #000000;
	            margin-right: 10px;
	            margin-bottom: 10px;
	            position: relative;
	            overflow: hidden;
	        }

            .post:hover {
	            background: #000;
				color: #FFFFFF;
	        }

            .permalink {
	            border-width: 0px;
	            width: 100px;
	            height: 11px;
	            line-height: 11px;
	            position: absolute;
	            bottom: 10px;
	            right: 10px;
	            color: #333;
	            text-align: right;
	        }
	        
            .permalink a {
	            color: #333;
	            border-bottom: 1px dotted #333;
	            font-size: 11px;
	        }
	        
            .permalink a:hover {
	            color: {color:Alternate Text};
	            border-bottom: 1px solid {color:Alternate Text};
	        }
	        
            .photobox {
	            width: 250px;
	            height: 150px;
	            overflow: hidden;
	            margin-bottom: 10px;
	        }

            .audio .photobox {
	            background: #111;
	        }

            .player {
	            padding: 60px 20px;
	            border: 1px solid #222;
	        }

            .video .caption {
	            padding-top: 10px;
	        }

            .quotetext {
	            font-size: 22px;
	            font-family: Georgia;
	            line-height: 22px;
	            padding-bottom: 11px;
	            color: {color:Alternate Text};
	        }

            .source {
	            font-family: arial;
	            font-size: 11px;
	            text-align: right;
	            color: #666;
	        }

            .caption {
	            line-height: 18px;
	        }

            .conversation ul li {
	            line-height: 18px;
	            border-bottom: 1px dotted #222;
	            padding: 3px 0 3px 0px;
	        }
	        
            .conversation ul li span {
	            color: {color:Alternate Text};
	        }

            .even {
	            border-bottom: 1px dotted #222;
	        }
	        
            ol li {
                list-style: decimal outside;
                margin: 0 0 0 20px;
                padding: 0 0 5px 0
            }

            a {
	            color: {color:Alternate Text};
	            border-bottom: 1px dotted #443e31;
	            text-decoration: none;
	        }

            a:hover {
	            color: #CAC9C8;
	            border-bottom: 1px solid #3F3F3F;
	        }

            p {
	            line-height: 18px;
	            margin-bottom: 9px;
	        }

            .photo strong, .photo b, .video strong, .video b, .audio strong, .audio b{
	            font-family: Georgia;
	            font-weight: normal;
	            font-size: 17px;
	            line-height: 18px;
	            color: {color:Alternate Text};
	        }

            h1 {
	            font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	            font-weight: bold;
	            font-size: 60px;
	            line-height: 60px;
				text-transform: uppercase;
	        }

            #header {
	            padding: 60px 0 20px 0;
	            position: relative;
	        }


                    #header h1 a {
        	            color: #ddd;
        	            border: 0;
        	        }

                        #header h1 a:hover {
            	            color: #fff;
            	        }
        		
							#header h2 {
								color: {color:Alternate Text};
								font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	           					font-weight: bold;
	           					font-size: 12px;
					            line-height: 12px;
							}

                #header ul {
	                position: absolute;
	                left: 660px;
	                top: 60px;
	            }

                    #header ul li {
    	                display: inline;
						text-transform: uppercase;
						font-size: 14px;
						font-weight: bold;
						color: #FFFFFF;
    	            }

												#header ul li form {
													display: inline;
												}
												
													#header ul li form #searchbox {
														background: #000;
														border: 1px solid {color:Alternate Text};
														opacity: 0.7;
														color: #fff;
														width: 150px;
													}
													
													#header ul li form #submitsearch {
														display: none;
													}

                        #header ul li a {
        	                color: #ddd;
        	                border-bottom: 1px dotted #999;
        	                margin-right: 11px;
        	            }

                            #header ul li a:hover {
	                            color: #fff;
	                            border-bottom: 1px solid #fff;
	                        }

            #navigation, .meta {
                text-align: center;
                height: 200px;
                float: left;
                width: 270px;
            }

                #navigation a {
                    border: 0;
                    padding: 3px 8px;
                    background: #222;
					color: #FF0;
                }

                    #navigation a:hover {
                        background: #333;
                    }

                    .pages {
                        font-size: 11px;
                        padding-bottom: 20px;
						margin-top: -30px;
                    }

                        .pages span {
                        font-family: Georgia;
                        font-size: 110px;
                        }

            .total {
	            color: #333;
	        }
			
			.current {
	            color: #FF0;
	        }

            #footer {
	            text-transform: uppercase;
				clear: both;
	            padding: 40px 0;
	            text-align: center;
				font-size: 13px;
	        }
			
				#footer a {
	            color: #FF0;
	        	}

            body#perm #navigation {
	            display: none;
	        }

            body#perm .post {
	            width: 550px;
	        }

            body#perm .photobox, body#perm .videobox {
	            float: right;
	            margin-left: 10px;
	        }

            .meta {
	            display: none;
	        }

            body#perm .meta {
	            display: block;
	            text-align: left;
	        }

            body#perm .permalink {
	            display: none;
	        }

            .meta span, h3 {
	            text-transform: uppercase;
	            font-size: 10px;
	            color: {color:Alternate Text};
	            display: block;
	            line-height: 18px;
	        }
	
					#searchresultcount {
						text-align: left;
						margin-bottom: 20px;
						color: {color:Alternate Text};
					}
	
					.query { font-weight: bold; }
	        