.site_logo {
    background-image: url('/styles/asterisk/theme/images/site_logo.png');
}
.site_logo {
    display: inline-block;
    width: 79px;
    height: 52px;
}

.postbody .content a { border-bottom: none; text-decoration: underline; }
.postbody .content a img { border: 1px solid #666; padding: 3px; background: #FFF; }
.postbody .content a img:hover { border-color: #368ad2; }
.postbody .content img {
	max-width: 400px;
}
a.imghover .second { display: none !important; }
a.imghover:hover .first { display: none !important; }
a.imghover:hover .second { display: inline !important; }

table.asterisk td { width: 33%; }

table.pretty {
	border-collapse: collapse;
	border: 2px solid #BBB;
	width: auto;
}

table.pretty td, table.pretty th {
	border: 1px solid #BBB;
	padding: 2px 8px;
	width: auto;
}

table.pretty th { border-bottom-width: 2px; }

table.pretty a { border: 0; }

.topiclist .forumtitle {
	margin-top: 8px;
	display: inline-block;
}

sub { vertical-align: sub; }
sup { vertical-align: super; }
sub,sup { font-size: 75% }

#cp-main .panel {
    min-height: 110px;
}

.spoiler {
	margin:20px; margin-top:5px; background: #DDD;
}
.spoildiv1 { 
	border: 1px solid #999; padding: 3px; border-width: 1px 1px 0 1px;
}
.spoildiv2 {
	border: 1px solid #999; padding: 3px;
}

blockquote {
	min-width: 150px;
	background-image: none !important;
}