* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #E6E6E6;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#main {
	background: url(images/bg.png) top center repeat-y #EEE;
	margin: 0px auto;
	max-width: 1920px;
}

#all {
	width: 480px;
	margin: 0px auto;
	padding-bottom: 10px;
}

a {
	color: #58E;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #369;
}

a:active {
	border: none;
}

h1 {
	font-weight: 100;
	line-height: 40px;
	text-transform: lowercase;
	color: #BBB;
	height: 80px;
	margin: 0px 20px;
	margin-bottom: 10px;
}

h1 a {
  display: block;
	padding-top: 44px;
	font-size: 38px;
	color: #BBB;
	font-weight: 100;
}

h1 a span a {
  display: inline;
	padding-top: 0px;
	font-size: 14px;
	color: #BBB;
}

h1 a.edit {
  display: block;
	font-size: 14px;
	float: right;
	font-weight: 200;
	padding-top: 0px;
}

h1 a.edit {
	color: #CCC;
}

h1 a.edit:active span {
	font-size: 14px;
}

h1 a span {
	visibility: hidden;
	font-size: 14px;
}

h1 a:hover span {
	visibility: visible;
	color: #CCC;
}

h1 a:active span {
	font-size: 12px;
}

h1 a:hover {
	color: #58E;
}

/*h1 span {
	visibility: hidden;
	display: none;
}*/

.bubble1, .bubble2, .narrator {
	background: url(images/bubblemiddle.gif);
	margin: 0px -20px;
}

.bubble2 .top {
	min-height: 11px;
	background: url(images/bubbletopright.gif) no-repeat;
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 0px;
}

.bubble1 .top {
	min-height: 11px;
	background: url(images/bubbletopleft.gif) no-repeat;
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 0px;
}

.bottom {
	height: 11px;
	background: url(images/bubblebottom.gif);
}

p, pre, blockquote, ol, ul {
	padding-bottom: 20px;
	line-height: 20px;
	min-height: 20px;
}

ol {
	margin-left: 20px;
}

ul {
	margin-left: -20px;
}

ul li {
	background: url(images/bullet.gif) top left no-repeat;
	padding-left: 20px;
}

ol ol {
	padding-bottom: 0px;
	list-style: lower-alpha;
}

.narrator .top {
	font-style: oblique;
	min-height: 11px;
	background: url(images/bubbletop.gif) no-repeat;
	padding: 40px;
	padding-top: 30px;
	padding-bottom: 0px;
}

.narrator em {
	font-style: normal;
}

pre, blockquote {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}

blockquote {
	padding-bottom: 0px;
}

code {
	font-family: Courier New, Courier;
}

.author {
	width: 60px;
	height: 60px;
	margin-top: 11px;
	display: block;
}

.bubble2 .author {
	float: right;
	margin-right: -60px;
	background: url(images/nathan.png);
}

.bubble1 .author {
  float: left;
	margin-left: -60px;
	background: url(images/dan.png);
}

.author span, .author span {
	visibility:  hidden;
}

div .info {
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
	padding-bottom: 0px;
	color: #CCC;
	display: none;
	font-style: normal;
}

.bubble1:hover .info, .bubble2:hover .info, .narrator:hover .info {
	display: inline;
}

.separator {
	height: 80px;
	background: url(images/dots.gif) center right no-repeat;
}

.separator span {
	visibility: hidden;
}

.thread {
	background: url(images/dots.gif) bottom left no-repeat;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.addpost span {
	display: none;
}

.addpost {
	display: block;
	width: 100px;
	height: 20px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.heart {
	display: block;
	height: 20px;
	float: right;
	margin-top: 20px;
	text-align: right;
	margin-right: 20px;
	font-size: 12px;
	
}

a.heart span {
	display: block;
	width: 60px;
	float: right;
	color: #CCC;
}

a.heart:hover span {
	color: #58E;
}

a.heart span em {
	font-style: normal;
	font-weight: normal;
}

a.heart:hover .symbol {
	background-position: center center;
}

a.heart:active .symbol {
	background-position: bottom center;
}

.heart .symbol {
	background: url(images/hearts.png) top center;
	width: 16px;
	margin-left: 5px;
}

.heart .symbol strong {
	visibility: hidden;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	color: #BBB;
	padding: 0px 20px;
	margin-top: 20px;
	border-bottom: 1px solid #CCC;
}

.threadlink {
	margin: 0px 20px;
	margin-top: 10px;
}

.nav {
	text-transform: lowercase;
	color: #CCC;
	padding: 10px 20px;
	margin-top: -10px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
}

.nav .older span, .nav .newer span {
	font-size: 12px;
	visibility: hidden;
}

.nav:hover .older span, .nav:hover .newer span {
	visibility: visible;
}

.nav .older {
	float: right;
	display: block;
	width: 40%;
	text-align: right;
}

.nav .newer {
	float: left;
	display: block;
	width: 40%;
	text-align: left;
}

.nav a {
	color: #58E;
}

.nav a:hover {
	color: #369;
}

#footer {
	text-transform: lowercase;
	color: #CCC;
	font-size: 12px;
	line-height: 20px;
	width: 440px;
	padding: 20px;
	padding-bottom: 0px;
	margin: 0px auto;
	background: url(images/shadowf.png) top center no-repeat;
}

.pretty {
	background: url(images/shadowfb.png) bottom center no-repeat;
	padding-bottom: 20px;
}

#footer:hover {
	color: #999;
}

#footer a {
	color: #CCC;
	font-weight: normal;
}

#footer:hover a, #footer:hover a strong {
	color: #58E;
}

#footer a strong {
	color: #999;
}

#footer:hover a:hover, #footer:hover a:hover strong {
	color: #369;
}

#footer span {
	display: block;
	line-height: 20px;
	border-top: 1px solid #DDD;
	margin: 0px -20px;
	padding: 0px 20px;
}

#footer:hover span {
	color: #999;
	border-top: 1px solid #CCC;
}

#container {
	padding-bottom: 20px;
}

ul {
	list-style-type: none;
}

img {
	border: 0px;
}

/* April Fools 

#container, .thread, .top>*, .heart span {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.heart span {
  text-align: left;
} */