/* Soaringrabbit.com 4chanesque design. A pointless exercise by SuitCase (suitcase@soaringrabbit.com) */

/* Set up the basics. */

body {
	font-family: "Times New Roman", Times, serif;
	color: #800000;
	background-color: #FFFFEE;
}
a:link,a:visited,a:active {
	color: #0000EE;
}

/* Do the headers. */

h1 {
	font-size: 1.5em;
	text-align: center;
	background-image: url(siteimg/special/4chan_rabbit.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 175px 0 .3em;	
	margin: .2em 0 0;
}
h2 {
	display: none;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	border-top: 2px groove #A7A6AA;
	padding-left: 9.5em;
}
h3 a:link,h3 a:visited,h3 a:active {
	color: #117743!important;
}

/* Other header tweaks. <hr> emulation and clearing floats. (Smallprint too!) */

h3,.smallprint {
	border-top: 2px groove #A7A6AA;
	padding-top: .5em;
	border-color: #d2d2d2;
}
.tagline {
	font-size: .75em;
	padding-bottom: .8em;
	margin-top: -.8em;
}
h3,.othersite,.smallprint {
	clear: both;
}

/* The other sites should look like thread replies. */

ul {
	margin: 0;
	padding: 0 0 0 60px;}
li {
	clear: both;
	display: block;
	background-color: #F0E0D6;
	padding: .2em 1em .9em 3em;
	width: 30em;
	margin: 3px;
}
li a:link,li a:visited,li a:active {
	font-weight: bold;
	color: #117743;
}
li span {
	display: block;
	margin-bottom: .8em;
	margin-left: -2em;
}
li span.strike {
	display: inline;
	margin: 0;
}

/* Decoration images */

div.decoration {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	padding: .2em;
	margin-top: -2.2em;
	margin-bottom: 1em;
}
div.decoration.kfs {
	width: 171px;
	height: 177px;
	background-image: url(siteimg/major_kfs.png);
}
div.decoration.dgc {
	width: 180px;
	height: 190px;
	background-image: url(siteimg/major_dgc.png);
}
div.decoration.quotes {
	width: 132px;
	height: 160px;
	background-image: url(siteimg/major_quotes.png);
}
div.decoration.blog {
	width: 188px;
	height: 188px;
	background-image: url(siteimg/major_blog.png);
}


/* Add some text we need to emulate the 4chan content. */

body:before {
	content: "[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / w / wg] [i / ic] [cm / y] [an / cgl / ck / co / mu / n / po / tg / tv / x]";
}
h1:before {
	content: "/soar/ - "
}
.decoration:before {
	content: "File: 1357924689.jpg";
}			
h3:after {
	content: " 03/28/07(Wed)9:25:46 No.281370 [Reply]";
}
li span:after {
	content: " 03/28/07(Wed)13:55 No.282284";
}
li span.strike:after {
	content: "";
}

/* Here are some wacky extra styles. */

.tagline {
	text-align: center;
}
small {
	font-size: 100%;
}
.smallprint {
	font-size: .8em;
	text-align: center;
	padding-top: 1em;
	margin-top: 2em;
}
.strikeout {
	text-decoration: line-through;
}
img.tag {
	display: none;
}

/* End of CSS file. */