/*   
Theme Name: in absentia press
Theme URI: http://inabsentiapress.com
Description: Easy to learn, impossible to master.
Author: Robert James Algeo
Author URI: http://inabsentiapress.com
Version: 1.0
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
        background-color: #FFFFFF;
	background-image: url(images/headerLogo.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.floatClear {
	clear: both;
}
#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
}
#header {
	width: 800px;
	height: 330px;
	display: block;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar {
	width: 230px;
	float: left;
	display: block;
	padding: 10px 10px 10px 10px;
}
.sideBarBuffer {
	height: 10px;
	margin: 0px 0px 20px 0px;
	background-image: url(images/navbarBackground.png);
	background-repeat: repeat;
}
#navBar {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-color: #333333;
}
#navBar ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}
#navBar ul li {
	display: block;
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}
#navBar a:link {
	color: #999999;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	display: block;
	padding: 5px 10px 5px 10px;
}
#navBar a:visited {
	color: #999999;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	display: block;
}
#navBar a:hover {
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-image: url(images/navBarHoverBackground.png);
	background-repeat: repeat;
	display: block;
}
.navBarActive {
	color: #333333;
	margin: 0px 0px 0px 0px;
	background-image: url(images/navbarBackground.png);
	background-repeat: repeat;
	line-height: 24px;
	padding: 5px 10px 5px 10px;
}
#about {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
	color: #333333;
	display: block;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}
#about a:link {
	color: #0099FF;
	text-decoration: none;
}
#about a:visited {
	color: #0099FF;
	text-decoration: none;
}
#about a:hover {
	color: #000000;
	text-decoration: underline;
}
#about h1 {
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin: 5px 0px 5px 0px;
}
#about p {
	display: block;
	margin: 5px 0px 5px 0px;
	text-indent: 10px;
}
#about ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: 20px;
}
#about  li  {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	line-height: 20px;
	height: 20px;
}
#about  li  img  {
	display: block;
	margin: 2px 5px 2px 0px;
	float: left;
}
#content {
	width: 550px;
	float: left;
	display: block;
}
#error {
        margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
#error p {
        display: block;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}
#error form {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
}
.post {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.postDate {
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	color: #666666;
}
.postTitle {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	line-height: 18px;
	border-bottom: dotted #333333 1px;
}
.postTitle a:link {
	color: #333333;
	text-decoration: none;
}
.postTitle a:visited {
	color: #333333;
	text-decoration: none;
}
.postTitle a:hover {
	color: #0099FF;
	text-decoration: none;
}
.postContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
.postContent a:link {
	color: #0099FF;
	text-decoration: none;
}
.postContent a:visited {
	color: #0099FF;
	text-decoration: none;
}
.postContent a:hover {
	color: #000000;
	text-decoration: underline;
}
.postContent p {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}
.postContent img {
	max-width: 510px;
	display: block;
	margin: 10px auto 10px auto;
	padding: 5px 5px 5px 5px;
	border: solid #333333 1px;
}
.postContent blockquote {
	margin: 10px 20px 10px 20px;
	padding: 10px 10px 10px 10px;
	display: block;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(images/navbarBackground.png);
	background-repeat: repeat;
}
.postContent object {
	margin: 10px auto 10px auto;
	display: block;
}
.postContent ul {
        display: block;
        list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}
.postInfo {
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	border-top: dotted #333333 1px;
	border-bottom: dotted #333333 1px;
	line-height: 20px;
}
.postInfo a:link {
	color: #0099FF;
	text-decoration: none;
}
.postInfo a:visited {
	color: #0099FF;
	text-decoration: none;
}
.postInfo a:hover {
	color: #000000;
	text-decoration: none;
}
.postSharePane {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	line-height: 20px;
	border-bottom: dotted #333333 1px;
	display: block;
}
.postShareInvite {
	display: block;
	margin: 0px 5px 0px 0px;
	float: left;
}
.postShareIcons {
	display: block;
	float: left;
}
.postShareIcons   img {
	border: 0px;
	display: block;
	float: left;
	margin: 2px 5px 2px 5px;
}
.postCommentPane {
	display: block;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	font-size: 12px;
	border-bottom: dotted #333333 1px;
}
.commentNumber {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
}
.commentToggle {
	display: block;
	float: left;
}
.commentToggle:hover {
	color: #0099FF;
	text-decoration: underline;
	cursor: pointer;
}
.comments {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.comments ul {
        list-style: none;
        padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.comments li {
        padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.comment {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	background-repeat: repeat;
	background-image: url(images/navbarBackground.png);
}
.commentInfo {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 30%;
}
.commenterName {
        color: #333333;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.commenterName a:link {
	color: #0099FF;
	text-decoration: none;
}
.commenterName a:visited {
	color: #0099FF;
	text-decoration: none;
}
.commenterName a:hover {
	color: #333333;
	text-decoration: none;
}
.commentTime {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.commentTime a:link {
        color: #0099FF;
        text-decoration: none;
}
.commentTime a:visited {
        color: #0099FF;
        text-decoration: none;
}
.commentTime a:hover {
        color: #000000;
        text-decoration: none;
}
.commentContent {
	display: block;
	float: left;
	width: 70%;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.commentContent p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	display: block;
}
.commentCreate {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
.commentCreate a:link {
	color: #0099FF;
	text-decoration: none;
}
.commentCreate a:visited {
	color: #0099FF;
	text-decoration: none;
}
.commentCreate a:hover {
	color: #000000;
	text-decoration: underline;
}
.commentInvite {
	display: block;
	margin: 0px 0px 5px 0px;
	border-bottom: dotted #333333 1px;
}
.commentCreate p {
	display: block;
	margin: 0px 0px 5px 0px;
}
.commentCreate form {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
}
.commentCreate  label  {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.textBox {
	display: block;
	width: 100%;
	max-width: 100%;
	color: #333333;
	border: solid #333333 1px;
	background-color: #FFFFFF;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.submitComment  {
	display: block;
	float: left;
	margin: 5px 0px 5px 0px;
}
.submitSearch  {
	display: block;
	float: right;
	margin: 5px 0px 5px 0px;
}
.submitButton {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid #333333 1px;
	background-color: #FFFFFF;
	color: #333333;
}
.submitButton:hover {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid #333333 1px;
	background-color: #333333;
	color: #FFFFFF;
	cursor: pointer;
}
#navigation {
        margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
        display: block;
}
#navigation a:link {
	color: #333333;
	text-decoration: none;
}
#navigation a:visited {
	color: #333333;
	text-decoration: none;
}
#navigation a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#prevPost {
        display: block;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}
#nextPost {
        display: block;
        float: right;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}
.comic {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.comicTitle {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	line-height: 18px;
	border-bottom: dotted #333333 1px;
}
.comicTitle a:link {
	color: #333333;
	text-decoration: none;
}
.comicTitle a:visited {
	color: #333333;
	text-decoration: none;
}
.comicTitle a:hover {
	color: #0099FF;
	text-decoration: none;
}
.comic img {
	display: block;
	width: 530px;
	height: 150px;
	margin: 10px 0px 10px 0px;
	border: 0px;
}
.comicInfoPane {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: dotted #333333 1px;
}
.comicReadLinks {
	display: block;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.comicInfoPane a:link {
	color: #333333;
	text-decoration: none;
}
.comicInfoPane a:visited {
	color: #333333;
	text-decoration: none;
}
.comicInfoPane a:hover {
	color: #0099FF;
	text-decoration: underline;
}
.comicInfoToggle {
	display: block;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	cursor: pointer;
}
.comicInfoToggle:hover {
	color: #0099FF;
	text-decoration: underline;
}
.comicInfo {
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}
.comicInfo a:link {
	color: #0099FF;
	text-decoration: none;
}
.comicInfo a:visited {
	color: #0099FF;
	text-decoration: none;
}
.comicInfo a:hover {
	color: #0099FF;
	text-decoration: underline;
}
.comicInfo p {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	text-indent: 10px;
}
.comicInfo object {
	display: block;
	margin: 0px auto 5px auto;
	padding: 0px 0px 0px 0px;
}
.comicInfo ul {
	display: block;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.comicInfo li {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
#storeLeadInfo {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	color: #333333;
}
#storeLeadInfo h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	line-height: 18px;
	border-bottom: dotted #333333 1px;
}
#storeLeadInfo ul {
	margin: 0px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(images/navbarBackground.png);
	background-repeat: repeat;
	color: #000000;
}
#storeLeadInfo ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}
#storeLeadInfo ul li a:link {
	color: #0099FF;
	text-decoration: none;
}
#storeLeadInfo ul li a:visited {
	color: #0099FF;
	text-decoration: none;
}
#storeLeadInfo ul li a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#storeLeadInfo ul li table {
	display: block;
	float: left;
}
.storeItem {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 20px;
	color: #333333;
}
.storeItemTitle {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	line-height: 18px;
	border-bottom: dotted #333333 1px;
}
.itemPurchasePane {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.itemPrice {
	margin: 0px 0px 0px 5px;
	padding: 10px 10px 10px 10px;
	border: solid #333333 1px;
	float: left;
	display: block;
}
.buyNow {
	float: left;
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 10px 10px 10px 10px;
	border: solid #333333 1px;
}
.addToCart {
	display: block;
	margin: 0px 0px 0px 5px;
	float: left;
	padding: 10px 10px 10px 10px;
	border: solid #333333 1px;
}
#footer {
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}
#footer p {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}
#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #0099FF;
	text-decoration: underline;
}
