




/*
     FILE ARCHIVED ON 2:54:22 Aug 12, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:36:28 Oct 27, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* 
*  76chan-srs.css
*  76chan's serious css made by u kno who (illu) :^)
*/ 

body {
	background: #f1efee;
	color: #68615e;
}

span.quote {
	color: #5ab738;
}

a:link, a:visited {
	color: #a758c9;
	text-decoration: none;
}

a:link, a:visited, p.intro a.email span.name, p.intro a.post_no {
    -moz-transition: 0.15s text-shadow, 0.15s color;
	-webkit-transition: 0.15s text-shadow, 0.15s color;
	-khtml-transition: 0.15s text-shadow, 0.15s color;
	-o-transition: 0.15s text-shadow, 0.15s color;
	-ms-transition: 0.15s text-shadow, 0.15s color;
	transition: 0.15s text-shadow, 0.15s color;
}

a:link:hover, a:visited:hover, div.banner a:hover {
	color: #b279cb;
	text-decoration: none;
	text-shadow: 0px 0px 5px #cd9ae3;
}

div.boardlist {
	background: rgb(241, 239, 238) none repeat scroll 0% 0%; 
	color: #68615e;
	box-shadow: 0px 0px 3px rgb(27, 24, 25);
	width: 100%;
	position: fixed !important;
	text-align: center;
	align-content: center;
	padding: 1px;
	top: -19px;
	right: 0px;
}

img.banner, img.board_image {
	border: none;
	margin-top: 25px;
}

h1, header div.subtitle, h2, div.title {
	color: #a758c9;
}

hr {
	border-color: #a8a19f;
}

.intro a.post_no:hover, a.post_no {
	color: #b279cb;
}

span.trip {
	color: #00ad9c;
}

p.intro a.email span.name {
	color: #1b1918;
}

p.intro a.email:hover span.name {
	color: #b279cb;
}

.intro span.name, span.name {
	color: #68615e;
}

.intro span.capcode, span.capcode {
	color: #f2495a;
}

.intro span.subject, span.subject {
	color: #719de8;
}

div.pages.top { 
	display: none;
}

div.pages {
	color: #68615e;
	background: #f1efee;
	border-right: none !important;
	border-bottom: none !important;
}

div.post.reply {
	background: #e1e1e1;
	border: 1px;
	border-color: #e1e1e1;
	box-shadow: none;
}

div.post.reply.highlighted {
	background: #e1e1e1;
	border: 2px solid;
	border-color: #68615e;
	box-shadow: none;
}

div.post.reply div.body a {
	color: #a758c9;
}

div.banner, div.banner a {
	background-color: #e1e1e1;
	color: #a758c9;
}

form table tr th, table.modlog tr th {
	background: #e1e1e1;
}

fieldset legend {
	background: #e1e1e1:
	color: #a758c9;
}

fieldset {
	border: 0px;
}

.theme-catalog div.thread img {
	float: none!important;
	margin: auto;
	max-height: 150px;
	max-width: 120px;
	box-shadow: none;	
	border: none;
}

.theme-catalog div.thread {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	height: 300px;
	width: 205px;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	max-height: 300px;
	background: #e1e1e1;
	border: 2px solid #d9d9d9;
}

div.ban {
border: none;
}

div.ban h2 {
background: #e1e1e1;
color: #a758c9;
}

.box-wrap {
	max-width: 670px;
	min-width: 332px;
	margin: 30px auto;
	overflow: auto;
	padding: 0;
}
.box {
	background: white;
	border: none;
	width: 330px;
	margin: 8px 0;
	padding: 0;
}
.box ul {
	padding: 2px 15px;
}
.box ul li {
	list-style: none;
	margin: 0;
}
.box.left {
	background: #ffffff;
	color: #060;
	border: none;
	float: left;
}
.box.right {
	background: #ffffff;
	color: #a758c9;
	border: none;
	float: right;
}

.box h2 {
	padding: 3px 7px;
	font-size: 12pt;
}
.box.left h2 {
	background: #e1e1e1;
	color: #a758c9;
}
.box.right h2 {
	background: #e1e1e1;
	color: #a758c9;
}
.box img {
	float: none;
	margin: 10px auto;
}

