/*
Theme Name: Indie Author Theme
Theme URI: http://www.mattselznick.com
Description: A theme for independent and small press authors and other creative people.
Version: 1.00
Author: Matthew Wayne Selznick
Author URI: http://www.mattselznick.com
*/

body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Courier New, Courier, Times New Roman, Times, serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #FFFFFF;
	color: #000000;
}

table {
	font-family: Courier New, Courier, Times New Roman, Times, serif;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Courier New, Courier, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
}

dt {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #008040;
}

a img {
	border: 0;
}

p {
	padding: 10px 0 5px;
}

blockquote {
	margin: 10px 0 0;
	border-top: 2px solid #ddd;
	background: #808080;
}

blockquote p {
	padding: 10px;
}

blockquote blockquote {
	float: none;
	width: auto;
	margin: 0 10px;
	background: #ffffff;
}

dd {
	padding: 0 0 0 20px;
}

form, input, textarea {
	font-family: Verdana; Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p img {
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

img.alignleft {
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

small {
	font-size: 9px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

#wrapper table td {
	vertical-align: top;
}

#header {
	float: left;
}

#header h1 {
	padding: 10px 0 0 10px;
	font-size: 24px;
	font-weight: normal;
	/* line-height: 12px; */
}

#about {
	float: right;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #000;
}

#about p {
	line-height: 5px;
}

#top-menu {
	padding: 3px 0 3px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background:#c0c0c0;
}

#top-menu ul {
        display: inline;
	list-style:none;
	margin:0;
	padding:0;
}

#top-menu ul li {
	float:left;
}

#top-menu li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
}

#top-menu ul li a {
	display: inline;
	padding: 0 0 0 0;
	text-decoration: none;
}

#top-menu ul li a:hover {

}

#content {
	float: left;
	padding: 0 0 10px 0;
}

.navigation {
	margin: 10px 10px 0;
	padding: 5px 10px 6px;
	line-height: 24px;
}

.left-sidebar {
	float: left;
	margin: 0 0 0 1px;
	padding-left: 3px;
}

.left-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.left-sidebar ul {
	margin: 0 0 5px;
}

.left_sidebar ul li {
	padding: 0 10px 0;
}

.left-sidebar ul li h2 {
	padding: 8px 10px 0 0;
	font-size: 16px;
	font-weight: bold;
}

.left-sidebar ul ul {
	margin: 0;
	padding: 6px 10px 0;
	line-height: 18px;
}

.left-sidebar ul ul li {
	padding: 0;
}

.left-sidebar ul ul ul {
	padding: 0 0 0 10px;
}

.right-sidebar {
	float: left;
	margin: 0 1px 0 0;
}

.right-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.right-sidebar ul {
	margin: 0 0 5px;
}

.right-sidebar ul li {
	padding: 0 0 0 10px;
}

.right-sidebar ul li h2 {
	padding: 8px 10px 0 0;
	font-size: 16px;
	font-weight: bold;
}

.right-sidebar ul ul {
	margin: 0;
	padding: 6px 10px 0;
	line-height: 18px;
}

.right-sidebar ul ul li {
	padding: 0;
}

.right_sidebar ul ul ul {
	padding: 0 0 0 10px;
}

.post {
	padding: 10px 20px;
}

.post h2 {
	font-family: Courier New, Courier, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
}

.post h2 a {
	color: #000;
}

.entry-date {
	padding: 0px 10px 0 0px;
	font-size: 10px;
}

.entry-content {
	line-height: 16px;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
	padding: 10px 0 5px;
}

.entry-content h2 a {

}

.entry-content h3 {
	font-size: 18px;
	font-weight: bold;
}

.entry-content h5 {
	font-size: 14px;
}



entry-content h6 {
	font-size: 15px;
}

.entry-meta {
	padding: 10px 0 0 0;
	line-height: 14px;
}

#bottom-menu {
	padding:3px 0 3px 0;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background:#c0c0c0;
}

#bottom-menu ul {
        display:inline;
	list-style:none;
	margin:0;
	padding:0;
}

#bottom-menu ul li {
	float:left;
}

#bottom-menu li {
	display:inline;
	list-style-type:none;
	padding:0 10px 0 10px;
}

#bottom-menu ul li a {
	display:inline;
	padding:0 0 0 0;
	text-decoration:none;
}

#bottom-menu ul li a:hover {
}


#footer {
	float: left;
	padding: 10px 0 5px 3px;
	text-align: left;
	line-height: 12px;
}

#footer a {
	text-decoration: none;
}

#comments {
	margin: 10px;
	padding: 10px;
	border: 1px solid #f5f5f5;
}

#comments ol {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#comments ol li {
	list-style: none;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ededed;
	line-height: 24px;
}

#comments span.comment-author {
	font-weight: bold;
}

#respond {
	padding: 10px;
	background: #f9f9f9;
}

.sticky { background: #eee;
}

