@CHARSET "ISO-8859-1";

/*
Theme Name: Shades Of Today (dwightgunning.com)
Theme URI: http://www.dwightgunning.com/stuntshow
Description: A wordpress theme that integrates with
Version: 0.1
Author: Dwight Gunning
Author URI: http://www.dwightgunning.com/bio
Tags: green, two columns

	Shades Of Today v0.1
	 http://dwightgunning.com/stuntshow

	This theme was designed and built by Dwight Gunning,
	whose blog you will find at http://dwightgunning.com/StuntShow

*/
@IMPORT url("/style/css/general.css");

@IMPORT url("/style/css/contentpage.css");

/* Sidebar styles */
div.sidebar {
	width: 66%;
	background-color: #D7FFDC;
	border-top: 4px solid #1D6E27;
	border-bottom: 2px solid #1D6E27;
	font-size: 12px;
	line-height: 2;
	margin-left: 4%;
	margin-bottom: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-family: verdana, sans-serif;
	margin-bottom: 2%;
}

div.sidebar h1 {
	padding-left: 2%;
	padding-right: 2%;
	color: #1A6423;
	font-family: verdana, sans-serif;
	font-size: 1.3em;
	font-family: verdana, sans-serif;
}

div.sidebar h2 {
	color: #1A6423;
}

div#blognav {
	padding-left: 2%;
}

.alignleft {
	margin-left: 2%;
	font-family: verdana, sans-serif;
}

.alignright {
	margin-left: 2%;
	font-family: verdana, sans-serif;
}

div.sidebar form {
	margin-left: 4%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-top: 2%;
}

ul#categories {
	padding: 2%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-indent: 2%;
}

ul#feeds {
	padding: 2%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	text-indent: 2%;
}

div.sidebar img.feedicon {
    border: 0;
}

div#wp_credit {
	margin-top: 5%;
	font-size: .9em;
	text-align: center;
}

/* Post styles */
div#filter {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	font-style: italic;
}

div.post p {
	text-align: justify;
	font-family: arial, sans-serif;
}

div.post h2 {
	font-size: 1.4em;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color: #1A6423;
}

div.post h2 a,div.post a:link,div.post a:active,div.post a:visited {
	text-decoration: none;
	color: #1A6423;
}

html>body .entry ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	padding: 0pt 0pt 0pt 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0pt 8px 10px;
}

html>body .entry blockquote {
	margin: 10px 20px 0 10px;
	padding-left: 15px;
	border-left: 5px solid #5FA968;
}

div.contentblock p.postmetadata {
	margin-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-left: 2%;
}

p.postmetadata {
	font-size: 0.8em;
}

div.contentblock p.postmetadata a {
	color: #000;
	text-decoration: underline;
}

.alt {
	background-color: #5FA968;
	border-bottom: 1px solid #1D6E27;
	border-top: 1px solid #1D6E27;
	padding: 1%;
}

ol.commentlist {
	padding: 0;
}

.commentlist li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 1%;
	border-top: 1px solid #1D6E27;
}

.commentlist p {
	font-size: 0.8em;
}

.commentmetadata {
	display: block;
	font-size: 0.7em;
	margin: 0pt;
}

small {
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	text-decoration: underline;
}
