/*  
Theme Name: SDS
Theme URI: http://sds.robertlbryant.com
Description: Simplified theme
Version: 1.0
Author: Robert L. Bryant
Author URI: http://robertlbryant.com/

*/
body {
	background-color: #3b3b3b;
}

img {
	border-style: none;
}

a {
	color: #cc0000;
}

ul, li {
	list-style-type: none;
}

pre {
	padding: 5px;
	border-style: dotted;
	text-indent: 20px;
	background-color: #c0c0c0;
}

#container {
	background-color: #ffffff;
	border-style: solid dashed solid solid;
	border-width: 1px;
	padding: 10px;
}

.top_header {
	background-image: url('http://slydogstudios.org/wp-content/themes/sds/images/slydog_topper.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}

.whole_content_table {
	vertical-align: top;
}

.sidebar {
	background-color: #ffffff;
	border-style: solid solid solid dashed;
	border-width: 1px;
	padding: 10px;
	width: 250px;
	list-style-type: none;
}

.postmetadata {
	background-color: #9c9c9c;
}

.main_stuff {
	width: 75%;
}

.right_stuff {
	width: 20%;
}





.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.spoiler {
	color: #000000;
	background-color: #000000;
}
.blog_quote {
	background-color: #f0f0f0;
	color: #000000;
	padding: 5px;
	border: outset;
	margin: 10px;
}
