/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/


html, body {
    background: #f0f0f0;
    color: #000000;
}
a{
	color: #0018ad;

}
body {
    margin: 0;
    padding: 8px;
    margin-bottom: auto;
}
.doubledash {
    vertical-align: top;
    clear: both;
    float: left;
}

.reply{
    background: #92c391;
    color: #00762c;
}

.postername {
    color: #0018ad;
    font-weight: bold;
}
.reply blockquote, blockquote :last-child{
    margin-bottom: 0em;
}
.reply .filesize {
    margin-left: 20px;
}
.thumb img{
    border: none;
    float: left;
    margin: 2px 20px;
	border:none;
	outline:none;
	height:74px;
	width:125px;
}
.thumb0{
	height:350px!important;
	width:150px!important;
	border: none;
    float: left;
    margin: 2px 20px;
}
.logo{
    clear: both;
    text-align: center;
    font-size: 2em;
    color: #800000;
    width: 100%;
}
.logo a{
    color: #800000;
	text-decoration:none;
}
.adminbar {
    text-align: right;
    clear: both;
    float: right;
}
.adminbar ul, .adminbar li{
    margin:0;
	padding:0;
	list-style-type:none;
}
.adminbar li{
    margin-right:8px;
}

.adminbar a:before {
    content:"[";
	color:#000;
}

.adminbar a:after {
    content:"]";
	color:#000;
}
