/* reset */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}a{outline:none;}

body {
			margin: 0;
			padding: 20px;
			background: #fff;
			font-family: Georgia;
			font-size: 12px;
			color: #777;
		}
		
	li { list-style:none; }
	p { clear: both; margin-top: 10px; }
		
	iframe#tumblr_controls { right: 126px !important; }
	#xtra_buttons { position: absolute; top: 0; right: 0; margin: 0; padding: 0; list-style: none; }
	#xtra_buttons li { float: right; margin: 3px 3px 0 0; }
	
	ul.right li.post div.digest { display: none; color: #c2c2c2; position: absolute; top: 30px; left: 500px; padding-left: 30px; }
	ul.right li.post div.digest .date { margin-bottom: 5px; font-size: 11px; color: #ccc; }
	ul.right li.post div.digest a { padding-right: 5px !important; }
	
	ul.right li.post div.vomit { color: #c2c2c2; position: absolute; margin-top: -1px; left: 790px; padding-left: 20px; }
	ul.right li.post div.vomit a { padding-right: 5px !important; }
	
	ul.right li.post div.permalink a { text-decoration: none; font-size: 12px; color: #ccc; }
	ul.right li.post div.permalink a:hover { color: #999; }
	
	input { background-color: #ded325; border: 0px; padding-left: 10px; padding: 5px; color: #fdf8a3; font-size: 12px; }
	*:focus { outline: 0; color: #000; }
		
		.headline1, .headline2 {
			font-size: 18px;
			line-height: 20px;
			text-transform: uppercase;
			font-family: Georgia;
		}
		
		.headline1 a {
			font-size: 18px;
			line-height: 20px;
			text-transform: uppercase;
			font-family: Georgia;
		}
		
		.headline2 a {
			font-size: 18px;
			color: #ded325;
			line-height: 20px;
			text-transform: uppercase;
			font-family: Georgia;
		}
		
		.headline2 a:hover {
			font-size: 18px;
			color: #f3f0c0;
			line-height: 20px;
			text-transform: uppercase;
			font-family: Georgia;
		}
		
		a {
			color: #000;
			text-decoration: none;
		}
		
			a:hover {
				color: #777;
				text-decoration: none
			}
			
			a:active,
			a:focus {
				outline: 0;
			}
		
		.clear {
			clear: both;
		}
		
		#credit {
			z-index: 500;
			bottom: 20px;
			float: left;
			width: 200px;
			position: fixed;
		}
		
		#left {
			float: left;
			width: 200px;
			position: fixed;
		}
		
		#left a.h2 {
			text-transform: uppercase;
			font-size: 18px;
			line-height: 22px;
			color: #000;
			text-decoration: none;
		}
		
			#left a.h2:hover {
				color: #777;
				background: none;
				text-decoration: none;
			}
			
		#left .space {
			width: 100%;
			height: 20px;
		}
		
			#left .space.small {
				width: 100%;
				height: 10px;
			}
		
		ul.right {
			width: 500px;
			margin: 0 0 0 270px;
		}
		
			ul.right .post {
				margin: 0 0 50px 0;
			}
			
			ul.right .post h3 {
				font-weight: normal;
				font-size: 18px;
				margin: 0;
				font-family: Georgia;
			}
		
			ul.right .post a.h3 {
				color: #000;
				text-decoration: none;
				font-size: 18px;
				margin: 0;
				font-family: Georgia;
			}
			
				ul.right .post a.h3:hover {
					background: none;
					font-family: Georgia;
				}
			
			ul.right .post a.h3.link {
				color: #ded325;
				text-decoration: none;
				font-family: Georgia;
			}
			
				ul.right .post a.h3.link:hover {
					color: #f3f0c0;
				}
			
			ul.right .post blockquote {
				padding: 0 0 0 15px;
				margin-left: 0px;
			}
			
			/* this is for chat */
			ul.right .post table {
				margin: 10px 0 0 0;
				border-collapse: collapse;
			}
			
				ul.right .post table tr {
					margin: 1px 0;
				}
				
				ul.right .post table tr td {
					padding: auto;
					vertical-align: top;
				}
				
				ul.right .post table tr td.name {
					text-align: right;
					padding: 1px 15px;
				}
				
				ul.right .post table tr td.words {
					width: 100%;
					text-align: left;
					padding: 1px;
				}
			/* that was for chat */
			
		ul.right #footer {
			visibility: none;
		}