/* Base */
@import url(/.shared/themes/common/base-weblog.css);


/* basic page element styling */

body {
	background: url(/horror/_assets/top_bkgd_repeat.png) repeat-x top left #fff;
	font-family: 'georgia', serif;
	font-size: 11px;
	text-align:left;
	margin: 0;
	color: #666;
}

h1, h2, h3, h5, h6 {
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	visibility: hidden;
}

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h5, .wf-active h6 {
	visibility: visible;
}

a {
	color: #5dae9b;
}

a:hover {
	color: #5dae9b;
}

/* page layout basics */

#container {
	width: 1026px;
	text-align:left;
	margin:0;
	padding:0;
	background-position: top left;
	background-image: url(/horror/_assets/steve_niles_header.png);
	background-repeat: no-repeat;
}

#alpha {
	float: left;
	margin: 0;
	width: 565px;
}

#alpha-inner {
	padding: 0 0 10px 0;
	margin: 0;
}

#beta {
	margin: 0;
	width: 100%;
	background: url(/horror/_assets/bottom_bkgd_repeat.png) repeat-x top left #4b4c4b;
	color: #CCC;
}

#beta-inner {
	padding:  15px 0 25px 91px;
	width: 895px;
}

#gamma {
	float: left;
	margin: 0 0 0 20px;
}

#gamma-inner {
	padding: 0 0 25px;
}

/* banner styling */

#banner {
	width: 430px;
	margin: 0;
	text-indent:-9999px;
	float:left;
}


#banner a {
	color: #000;
	text-decoration: none;
	width: 255px;
	height: 256px;
	display: block;
	margin: 99px 87px 0 88px;
}

#banner a:hover {
	text-decoration: underline;
}

#banner-header {
	color: #000;
	margin: 0;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
}

/* navigation bar styling */

#nav {
	color: #5b6b08;
	padding: 0 0 9px 88px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	float: left;
	width: 477px;
	margin-top: 110px;
	text-align:left;
	line-height: normal;
	visibility: hidden;
}

.wf-active #nav {
	visibility: visible;
}

.nav-list-item a {
	font-size: 38px;
	padding: 6px 30px 6px 0;
	text-decoration: none;
	color: #5b6b08;
}

.nav-list-item-last a {
	font-size: 38px;
	padding: 6px 0 6px 0;
	color: #5b6b08;
	display: block;
	text-decoration: none;
}

/* pagebody styling */
#pagebody {
	width: 565px;
	float: left;
	margin: 0;
	padding: 0;
}

/* entry listing and entry styling */

.content-header {
	margin: 5px 0 20px;
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	font-size: 28px;
	color: #000;
	text-transform:uppercase;
	visibility: hidden;
}

.wf-active .content-header {
	visibility: visible;
}

.search-header .content-header {
	margin: 10px 0 10px 88px;
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	line-height: normal;
	font-size: 40.5px;
	color: #5b6b08;
	line-height: 40.5px;
	color: #5dae9b;
	visibility: hidden;
}

.wf-active .search-header .content-header {
	visibility: visible;
}

.search-subheader {
	margin-left:88px;
}

.content-nav {
	margin: 5px 0 20px;
}

#deets {
	width: 87px;
	text-align: left;
	float:left;
	margin-top:-9px;
}

#tags
{
	width: 87px;
	float:left;
}

#tags a {
	text-decoration:none;
	display:block;
	padding: 3px 0;
}

#appearances {
	width: 65px;
	height: 39px;
	background: url(/horror/_assets/appearances_icon.png) no-repeat top left;
	text-indent:-9999px;
}

#comic_books {
	width: 65px;
	height: 66px;
	background: url(/horror/_assets/comics_icon.png) no-repeat top left;
	text-indent:-9999px;
}

#movies {
	width: 65px;
	height: 39px;
	background: url(/horror/_assets/films_icon.png) no-repeat top left;
	text-indent:-9999px;
}

#video_games {
	width: 65px;
	height: 58px;
	background: url(/horror/_assets/video_games_icon.png) no-repeat top left;
	text-indent:-9999px;
}

#television {
	width: 65px;
	height: 48px;
	background: url(/horror/_assets/television_icon.png) no-repeat top left;
	text-indent:-9999px;
}

#commBox {
	width: 42px;
	background: url(/horror/_assets/comments_bkgd.png) no-repeat top left ;
	color:#FFF;
	text-align:center;
	padding: 5px 34px 15px 11px;
	margin: 0;
	float:left;
}

.search-results #commBox {
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.date-header {
	color: #FFF;
	padding: 5px 0 0 0;
	font-size: 30px;
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 10px 0 0 0;
	line-height: 30px;
	visibility: hidden;
}

.wf-active .date-header {
	visibility: visible;
}

.date-header2 {
	padding: 0 0 7px 0;
	color: #FFF;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	letter-spacing: 1.5px;
	line-height: 12px;
	border-bottom:solid 1px #FFF;
	visibility: hidden;
}

.wf-active .date-header2 {
	visibility: visible;
}

.commBubble {
	font-family: 'georgia', serif;
	color: #9a854c;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0 0 0;
	height: 34px;
	width: 34px;
}

#commBubbleDiv {
	height:21px;
	display:block;
	background: url(/horror/_assets/comment_bkgd.png) no-repeat top center;
	padding: 5px 0 28px 0;
}

.entry {
	width: 565px;
	float:left;
	margin: 0;
	padding: 0;
}

.entry-wrapper {
	width: 478px;
	float:left;
	padding: 0;
	margin: 0;
}

.entry-header {
	color: #f59f08;
	margin: 0 0 15px 0;
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	letter-spacing: 1px;
	font-size: 71px;
	line-height: 72px;
	float:left;
	width:478px;
	visibility: hidden;
}

.wf-active .entry-header {
	visibility: visible;
}

.search-results h3 {
	margin-top: 10px;
	font-size: 40.5px;
	line-height: 40.5px;
	padding: 5px 0 10px 0;
	border-top: solid 1px #e6e6e6;
}

.pages .entry-header {
	margin-left: 88px;
	margin-top: 10px;
}

.search-results {
	margin-top: 10px;
}

.entry-header a {
	text-decoration: none;
	color: #f59f08;
}

.entry-header a:hover {
	color: #c7df46;
}

.entry-body {
	padding: 10px 0; 
	float:left;
	width:478px;
	clear:none;
	border-top: solid 1px #e6e6e6;
}

.entry-body .double-column {
	column-count: 2;
	column-width: 215px;
	column-gap: 30px;
	-moz-column-count: 2;
	-moz-column-width: 215px;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	-webkit-column-width: 215px;
	-webkit-column-count: 2;
}

.search-results .entry-body {
	margin-left: 88px;
	padding: 10px 0 0 0; 
	width: 390px;
}

.search-results .entry-body p {
	margin-bottom: 10px;	
}

.entry-photo {float:left; padding:0; margin:0}

.entry-body p { 
	line-height: 18px;
	font-size: 13px;
}

.entry-body img { width: auto; display:inline; padding-top: 8px; clear:both; }

.entry-body .double-column img { display: block; width: 100%; clear:none; break-inside: avoid-column; -moz-break-inside: avoid-column; -webkit-break-inside: avoid-column; }

.entry-body .double-column p { break-inside: avoid-column; -moz-break-inside: avoid-column; -webkit-break-inside: avoid-column; }

.entry-body h4 {
	font-size: 21px;
	font-style:italic;
	font-weight:bold;
	line-height: 25px;
	margin-top: 0;
}

#top-lined { 
	text-align:right;
	border-top: solid 1px #e6e6e6;
}

.search-results .entry-photo img {
	float:left;
	margin: 0 25px 10px 0;
	width:63px;
}

.search-results .entry-body h4 {
	line-height: 18px;
	font-size: 12px;
	margin-bottom:0;
}

.entry-content {
	margin: 5px 0;
}

.entry-more-link {
	font-size: 11px;
	font-weight: bold;
}

.entry-footer {
	color: #666;
	font-size: 11px;
	margin: 10px 0 10px 0;
	border-top: solid 1px #e6e6e6;
	padding-top: 10px;
	font-weight: normal;
}

.entry-footer-info {
	padding-left: 88px;
	padding-right: 10px;
}

.entry-footer a {
	color: #666;
}

.entry-footer a:hover {
	color: #333;
}

.pager-inner {
	text-align: left;
	margin-left: 88px;
	color: #666;
	width: 215px;
}

.pager-inner p {
	border-bottom: 1px #666 solid;
}

.pager-inner a {
	text-decoration:none;
	color: #666666;
}

#more-posts {
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	line-height: normal;
	font-size: 40.5px;
	color: #5b6b08;
	margin-bottom: 5px;
	margin-right: 5px;
	line-height: 40.5px;
	visibility: hidden;
}

.wf-active #more-posts {
    visibility: visible;
}

#typekit-byline {
	display:block;
	width:143px;
	height:36px;
	text-indent:-9999px;
	background:url(/horror/_assets/typekit_colophon.png) no-repeat top left;
	border-bottom: 1px solid #999;
	margin-left:0;
}

#typekit-byline a {
	text-decoration:none;
}

#website-byline {
	display:block;
	width:143px;
	height:36px;
	text-indent:-9999px;
	background:url(/horror/_assets/undercard_colophon.png) no-repeat top left;
	border-bottom: 1px solid #999;
	margin-left:0;
}

#website-byline a {
	text-decoration:none;
}

.indi-entries {
	padding-bottom: 10px;
	border-bottom: solid 1px #e6e6e6;
}

#comment-author,
#comment-email,
#comment-url,
#comment-text {
	width: 90%;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin: 0 10px 0 88px;
	padding: 5px 0;
	color: #333;
	font-size: 11px;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'georgia', serif;
	text-transform: uppercase;
}

.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	margin: 5px 0;
	padding: 0 10px 0 88px;
}

.trackbacks-info,
.trackback-footer,
.comments-info,
.comment-footer,
.comments-open-footer,
.archive-content {
	margin: 5px 10px 20px 88px;
}

.trackback-footer,
.comment-footer {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	border-top-color: #e5e5e5;
	color: #333;
	font-size: 11px;
}

.comment-footer a {
	color: #5dae9b;
}

.comment-footer a:hover {
	color: #5dae9b;
}

/* sidebar module styling */

.module-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	padding: 5px 0 0 0;
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	text-align:left;
	line-height: 30px;
	font-size: 30px;
	color: #c7df46;
	border-bottom: 1px solid #999;
	text-transform:uppercase;
	visibility: hidden;
}

.wf-active .module-header {
    visibility: visible;
}

.module-header a, .module-header a:hover  {
	text-decoration:none;
	color: #c7df46;
}


#double-foot {
	display:block;
	width: 397px;
	margin-right: 30px;
	float:left;
}

.module-recent-comments {
	display:block;
	float:left;
	width: 215px;
	margin-right: 30px;
}

.module-amazon {
	display:block;
	width: 215px;
	float:left;
}

.module-content {
	margin: 5px 0 20px;
	font-size: 11px;
	color: #CCC;
}

.module-content a {
	color: #CCC;
}

.module-colophon p {
	margin-left:10px;
}

.module-colophon a {
	color: #999;
}

.module-content a:hover {
	color: #999;
}

.module-amazon a {
	color: #999;
}

.module-amazon a:hover {
	color: #999;
}

.module-amazon .module-header a {
	color: #c7df46;
}

.module-amazon .module-header a:hover {
	color: #c7df46;
}

.module-calendar {
	font-size: 11px;
}


.module-powered {
	margin: 0;
	padding: 0;
}

.module-powered {
	margin: 15px 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top left;	border-color: #e5e5e5;
	color: #CCC;
	background-color: #f3f3f3;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/gradient-bg.png);
}

.module-powered .module-content a {
	color: #333;
}

.module-photo {
	border: 0;
	background: none;
}

.module-photo .module-content {
	margin: 10px;
}

.module-photo img {
	border: 0;
}


.module-featured-photo {
	width: 415px;
}

.module-featured-photo .module-content {
	margin: 15px 0 5px;
}

.module-featured-photo img {
	width: 415px;
}


.module-recent-photos {
	border: 0;
	margin-left: 2px;
}

.module-recent-photos .module-header {
	background-image: none;
}

.module-recent-photos .module-list {
	margin: 0;
}

.module-recent-photos .module-list-item {
	width: 64px; /* mac ie fix */
	margin: 0 5px 6px 0;
	padding: 0;
	background-image: none;
}

.module-recent-photos .module-list-item a {
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	border-color: #ccc;
	background-color: #eee;
}

.module-recent-photos .module-list-item a:hover {
	border-color: #000;
}

.archive-list-item {
	margin-bottom: 5px;
}

.typelist-thumbnailed {
	margin: 0 0 20px;
}

.typelist-thumbnailed .module-list-item {
	margin: 1px 0;
	border-width: 1px;
	border-style: solid;
	padding: 0;
	background-repeat: repeat-x;
	background-position: top left;
	border-color: #e5e5e5;
	background-color: #f3f3f3;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/gradient-bg.png);
	font-size: 11px;
}

.typelist-thumbnail {
	background: #f3f3f3;
}

#store_header {
	font-family: "league-gothic-1","league-gothic-2", sans-serif;
	color: #c7df46;
	font-size:35px;
	line-height:30px;
}

#store_byline {
	font-size: 21px;
	font-style:italic;
	font-weight:bold;
	line-height: 25px;
	margin-top: 0;
}
/* ph=1 */

