/*
Theme Name: Monsterhood-2010-06-11
Theme URI: http://monsterhood.com
Description: Monsterhood theme
Author: Tony Colley
Author URI: http://monsterhood.com
Version: 1.0
*/

/* CSS RESET */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of reset */

		
body {
	background-color: #000b16;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	background-image: url(../../../images/headerbg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

h4 {
	margin-top: 20px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 7px;
	line-height: 1.1em;
}

#container {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

#logo {
	position: absolute;
	left: -50px;
	top: 3px;
	z-index: 0;
	height: 125px;
	width: 350px;
	text-indent: -9000px;
	float: left;
	
}

	#logo a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 125px;
	}

#header {
	float: left;
	width: 100%;
	clear: both;
	height: 80px;
	position: relative;
}

	#notice {
		position: absolute;
		right: 1px;
		top: 5px;
		font-size: 1.2em;
		color: #87cefa;
		padding: 7px;
		background-color: #191970;
		
	}
	
	#notice a {
		color: #87cefa;
	}

	ul#menu {
		font-size: 1.4em;
		z-index: 1000;
		padding-right: 5px;
		/* background-image: url(../../../images/menubg.png); */
		height: 30px;
		float: right;
		margin-top: 38px;
	}
	
	ul#menu li {
		float: left;
		z-index:1001;
	}
	
	ul#menu a {
		float: left;
		font-size: 1.3em;
		text-decoration: none;
		height: 28px;
		background-repeat: no-repeat;
		padding-bottom: 3px;
		text-indent: -9000px;
		z-index: 1002;
	}
	
	ul#menu a:hover {
		color: #009999;
	}
	
		#archives {
			width: 177px;
			background-image: url(../../../images/menubg.png);
			z-index: 1000;
		}
		
			#archives:hover {
				background-position: 0px -30px;
			}
		
		#new-reader {
			width: 177px;
			background-image: url(../../../images/menubg.png);
			background-position: -176px 0px;
		}
		
			#new-reader:hover {
				background-position: -176px -30px;
			}
		
		
		#stuff {
			width: 86px;
			background-position: -354px 0px;
			background-image: url(../../../images/menubg.png);
		}
		
			#stuff:hover {
				background-position: -354px -30px;
			}

		#email-me {
			background-position: -440px 0px;
			width: 110px;
			background-image: url(../../../images/menubg.png);
		}
		
			#email-me:hover {
				background-position: -440px -30px;
			}
			

#comic {
	width: 860px;
	position: relative;
	float: left;
}
		#comic-title {
			font-weight: bold;
			float: left;
		}
		
			#comic-number {
				color: #666666;
				padding-right: 5px;
			}
		
			#comic-title a {
				color: black;
				text-decoration: none;
			}
		
		#comic-date {
			float: left;
			margin-left: 7px;
			color: #666666;
		}
		
	.comic-sidebar {
		float: left;
		width: 50px;
		padding-top: 100px;
		height: 200px;
		position: relative;
		text-indent: -9000px;
	}
	
		.comic-sidebar a {
			float: left;
			height: 55px;
			font-size: 1.5em;
			width: 40px;
			background-repeat: no-repeat;
		}
		
		.comic-sidebar a:hover {
			background-position: -40px 0px;
		}


		#comic-sidebar-left {
			position: absolute;
			margin-left: -50px;
			z-index: 4000;
		}
		
			#comic-sidebar-left a {
				background-image: url(../../../images/back.png);
				
			}
			
		#comic-sidebar-right {
			position: absolute;
			left: 860px;
			
		}
		
		#comic-sidebar-right a {
			background-image: url(../../../images/next.png);
			float: right;
		}
	
	#comic-notes {
		padding-top: 15px;
		clear: both;
		background-color: white;
		float: left;
		padding-bottom: 15px;
		width: 100%;
	}

	#comic-image {
		min-height: 265px;
		width: 860px;
		float: left;
		text-align: center;
		background-color: white;
	}
	
		
	
	#comic-footer {
		clear: both;
		font-size: 1.4em;
		padding-top: 5px;
		background-color: white;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
		
	}
	
	.comment-link {
		padding-left: 10px;
		float: left;
	}
	
	comment-link .comment-link-text {
		font-size: .6em;
		text-decoration: none;
		float: left;
		padding-top: 1px;
	}
	
	.comment-link a .comment-link-icon {
		font-size: .8em;
		font-weight: bolder;
		text-align: center;
		float: left;
		margin-left: 5px;
		margin-top: 0px;
		vertical-align: middle;
		width: 22px;
		height: 19px;
		text-decoration: none;
		color: #444444;
		display: block;
		height: 19px;
		padding-top: 2px;
		background-image: url(../../../images/comment.png);
		background-repeat: no-repeat;
		background-position: -22px 0px;
		margin-right: 5px;
	}
	
	.comment-link a:hover .comment-link-icon {
		background-position: 0px 0px;
		color: blue;
	}

#content {
	background-color: white;
	width: 860px;
	font-size: 1.4em;
	margin-left: auto;
	margin-right: auto;
	float: left;
	
}

	#content.page {
		margin-top: 52px;
	}

	#content.archive {
		padding-left: 20px;
		padding-right: 20px;
		width: 820px;
	}

	#blog ul {
		border: 1px solid black;
	}
	
	#blog ul li ul {
		margin-left: 5px;
	}
	
	#blog ul li h3 {
		margin-top: 0;
		margin-top: 0;
	}
	
	#blog .comment-link {
		float: right;
	}
	
	#page {
		padding: 20px;
	}

	.sidebar {
		width: 195px;
		padding: 10px;
		float: left;
		background-color: white;
	}
	
	.sidebar h2 {
		font-size: 1em;
	}
	
	.sidebar ul {
		margin-bottom: 20px;
	}
	.sidebar img {
		vertical-align: middle;
	}
	
	.sidebar a {
		text-decoration: none;
	}
	
	.sidebar p, .sidebar ul {
		margin-bottom: 15px;
		clear: both;
	}
	
	.sidebar ul li {
		margin-bottom: 5px;
	}
	
	.sidebar h2 {
		margin-bottom: 5px;
	}

	#sidebar-left {
	}
	
	#sidebar-right {

	}
	
	#blog {
		width: 380px;
		padding: 5px;
		padding-left: 25px;
		float: left;
		background-color: white;
	}
	
	.post h3 a {
		text-decoration: none;
		color: black;
	}
	
	h2 {
		font-size: 1.3em;
		margin-bottom: 25px;
	}
	
	#blog .post-title {
		margin-bottom: 6px;
	}
	
	#blog .post-date {
		margin-bottom: 23px;
		color: #555555;
		font-size: .9em;
	}
	
	#blog h3 {
		margin-top: 25px;
		font-size: 1.2em;
		margin-bottom: 10px;
	}
	
	#blog .cast-member {
		padding: 5px;
		margin-bottom: 5px;
		float: left;
		width: 100%;
		padding-left: 0px;
	}
	
	#blog .cast-member img {
		float: left;
		margin-right: 20px;
		border: 1px solid black;
		
	}

#leaderboard {
	width: 728px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}

.skyscraper {
	width: 160px;
	height: 600px;
	background-color: black;
}

.sponsorship {
	font-size: .8em;
	text-align: center;
	color: #dddddd;
	padding-bottom: 35px;
}

#footer {
	padding: 10px;
	padding-top: 30px;
	clear: both;
	text-align: center;
	height: 70px;
	background-image: url(../../../images/footerbg.png);
	background-repeat: no-repeat;
	
		
}

#footer p {
	font-size: 1.1em;
}

#comic-header {
	height: 47px;
	padding-top: 5px;
	
}

	ul#comic-tools {
		float: right;
		z-index: 1000;
		width: 260px;
		height: 36px;
		background-repeat: no-repeat;
		margin-bottom: 5px;
		white-space:nowrap;
	}
	
	ul#comic-tools li {
		float: left;
		
	}
	
	ul#comic-tools a {
		float: left;
		font-size: 1.3em;
		text-decoration: none;
		background-repeat: no-repeat;
		display: block;
		line-height: 38px;
		height: 38px;
		font-weight: bold;
		color: black;
		width: 120px;
	}
	
	ul#comic-tools a:hover {
		color:blue;
	}
	
	ul#comic-tools h4 {
		font-size: 1.2em;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	
	
			
		

/* COMMENTS */

.comment-wrap {

	}

	.comment-wrap h3 {
		margin: 0;
		padding: 20px 0 0 0;
		font-weight: normal;
		font-size: 20px;
		clear: both;
		}

.comment {
	margin: 0 0 0 0;
	clear: both;
	min-height: 64px;
	margin-bottom: 10px;
}

	.comment .comment  {
	border: 1px dotted #000;
	}

.comment-author {
	display: inline;
	}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 1px solid #000;
	}

.says {
	display:none;
	}

.avatar {
	margin: 0 10px 0 0;
	float: left;
	}

#comment {
	width: 100%;
	}

#author, #email, #url {
	width: 200px;
	}

#submit {
	margin: 0 0 20px 0;
	float: right;
	}

ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	ol.commentlist p {
		margin: 10px 0 0 74px;
		}

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

.reply {
	padding: 10px 0 0 0;
	text-align: right;
	}



/* CALENDAR */


#wp-calendar {
	width: 100%;
	margin-bottom: 10px;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	}

#wp-calendar caption {
	padding-bottom: 5px;
	}

#wp-calendar td {
	padding: 0px;
	text-align: center;
	border: 1px solid #efefef;
	padding: 2px;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	
	}

	#wp-calendar a:hover {
		color: #fff;
		background: #000;
		}



/* POSTED IMAGES  */

.wp-caption  p {
	margin: 5px 0;
	line-height: 11px;
	font-size: 11px;
	}

.aligncenter {
	margin: 0 auto;
	display: block;
	}

.alignright {
	margin: 10px 0 10px 10px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 10px 10px 10px 0;
	display: inline;
	float: left
	}



/* TRANSCRIPT */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #000;
	border-right: 4px dotted #000;
	}

	.transcript-border {
		padding: 0 5px;
		margin: 15px 0;
		background: #fff;
		clear: both;
		}

	a.transcript-title {
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		display: block;
		font-style: italic;
		font-size: 16px;
		border-bottom: 1px dashed #000;
		}

		#transcript-content {
			font-family: 'Courier New', monospace;
			overflow: hidden;
			}

#s-transcript {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-style: italic;
	}

	#searchsubmit-transcript {
		padding: 0 5px;
		font-size: 12px;
		font-family: 'Arial', sans-serif;
		}



/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0;
	list-style: none;
	}

.storyline-cats li {
	display: inline;
	}

	li.storyline-root {
		display: none;
		}



/* CLEAR FLOATS */

.clear {
	clear: both;
	}



/* CLEAR MARGINS */
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */

.clear-margins { 
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}

/* Sociable */

div.sociable {
	float: right;
	padding: 0;
	margin: 0;
}

.sociable_tagline { 
	position: relative;
	float: left;
	padding-right: 5px;
	font-size: .9em;
}


/*
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}


.sociable span {
	display: block;
}
*/

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

.sociable ul li:before { content: ""; }

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.banner {
	width: 468px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

small {
	font-size: .8em;
}

#flag-control {
	
}

.archive-table td {
	padding: 5px;
}

.comicarchiveframe {
	margin-bottom: 20px;
}

.pagenav {
	padding-top: 20px;
	padding-bottom: 10px;
}


.pagenav-right {
	float: right;
}

.pagenav-left {
	float: left;
}
