/* STANDARD TAGS */

/* KRIS MODIFICATIONS */

.archiveresults { margin-bottom: 25px; }


/* DISQUS */

media="all"
.post-content header .author, .post-content header a {
  /* font-weight: 700; */
  text-transform: lowercase;
}

.btn-block, .input-block-level {
  box-sizing: border-box;
  text-transform: lowercase;
}

.nav-primary>ul>li.user-menu .dropdown-toggle {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 14px;
  text-transform: lowercase;
}

.nav-primary>ul>li.user-menu .dropdown-toggle .dropdown-toggle-wrapper .username {
  display: inline;
  text-transform: lowercase;
}

media="all" .nav-primary>ul>li.tab-conversation a {
  margin-left: 0;
  text-transform: lowercase;
}

/* END DISQUS */


.hvr-shrink {
  display: inline-block;
  /* vertical-align: middle; */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
}




.header-info { display: none; }

.calendar-date { display: none; }

.comic-chapter, .posted-on { display: none; }

p #copyright-info { text-align: center; margin: 0 auto; }
p .copyright-info { text-align: center; margin: 0 auto; }


p.comic-thumbnail-in-archive img {
clear: both;

}

.B8 {
  vertical-align: top;
  color: #666; 
  font-family: 'Oswald';
}

body {
	margin: 0;
	font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 13px;
        font-weight: 300;
        background: #fff;
	color: #000;
}

.random-post-icon {
	padding: 0 5px;
        color: #fff;
        background: #000;
}

a {
	color: #B30033;
	text-decoration: none;
}

	a:hover {
		color: #c50f43;
	}

	a:focus {
		outline: none;
	}

	a img {
		border: none;
	}

p {
	/* margin: 12px 0; */
        margin: 15px 0px 18px 0px;
}

img {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

small {
	font-size: 11px;
}


blockquote {
margin: 10px;
padding: 15px 15px 5px 20px;
border-width: 2px 2px 2px 10px;
border-style: solid;
border-color: #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	font-weight: bold;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #000;
}

code {
	padding: 5px;
	margin: 10px 0; 
	display: block;
	/* overflow: scroll; */
	font-family: 'Courier', monospace;
	border: 1px dotted #000;
}

form {
	margin: 0;
}

input, textarea {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
}

/* HEADINGS */

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 56px;
	line-height: 46px;
	letter-spacing: 0px;
        font-weight: normal;
}

h2, h2 a {
    padding: 0 0 7px 0;
    margin: 0;
    font-size: 35px;
    line-height: 37px;
    letter-spacing: -1px;
    /* text-transform: lowercase; */
    font-family: 'museo-slab',sans-serif;
    font-weight: 400;
}

.comic h2, .comic h2 a {
    padding: 0 0 7px 0;
    margin: 0;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
    /* text-transform: lowercase; */
    font-family: 'museo-slab',sans-serif;
    font-weight: 400;
}


.category-post h2, .category-post h2 a {
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0px;	
        text-transform: lowercase;
        font-family: 'museo-slab',sans-serif;
font-weight: normal;
}

	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin-top: 10px;
		font-size: 32px;
		letter-spacing: 0px;
		clear: both;
font-weight: normal;
	}

h3, h3 a {
	padding: 0;
	margin: 0;
        color: #555;
	font-size: 28px;
	clear: both;
        font-family: 'museo-slab',sans-serif;
font-weight: normal;
	letter-spacing: 0px;
}

#content h3 { 
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 6px solid #eee;
    margin-bottom: 12px;
    color: #717171;
    font-size: 30px;
    clear: both;
    font-family: 'museo-slab',sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
}

h4.related-title {
margin-top: 10px;
font-family: 'museo-slab';
font-size: 24px;
text-transform:lowercase;
        color: #555;
margin-bottom: 0px;
font-weight: normal;
}

#idc-container h3 {
font-size: 38px;
font-weight: normal;
line-height: 1.3em;
font-family: 'museo-slab';
}

#idc-commentcount_label
{
text-transform:lowercase;
}

#idc-container .idc-new {
  margin: 0 0 1.5em;
  text-transform: lowercase;
}


/* THE PAGE WRAPPER */

#page {
	width: 950px;
	margin: 0px auto;
}

#page-wide {
	width: 900px;
	margin: 0px auto;
}

/* THE HEADER */

/* #header {
	text-align: center;
        height: 132px;
} */

#sidebar-header
{
width: 950px;
background-color:#d0d0d0;

}

/* THE MENU */

#post-edit-link a { font-size: 4px; color:#ddd; }
.post-edit-link a { font-size: 4px; color:#ddd; }

#menubar {
	background: #000;
	text-align: left;
	list-style: none;
}

#menunav {
	float: right;
	text-align: center;
}

#menunav a {
	color: #fff;
}

.menunav-search {
	float: left;
	height: 25px;
}
	
.menunav-rss {
	width: 30px;
	height: 25px;
	padding: 0 7px 0 5px;
	margin: 0 0 0 4px;
	display: block;
	float: left;
	overflow: hidden;
	font-size: 11px;
	line-height: 25px;
}
	.menunav-rss:hover {
		background: #f00;
		color: #fff;
	}

.menunav-prev, .menunav-next {
	display: block;
	float: left;
}

.menunav-prev {
	margin: 0 0 0 5px;
}

	.menunav-prev a, .menunav-next a {
		width: 25px;

		height: 25px;
		line-height: 20px;
		font-size: 28px;
		font-weight: bold;
		display: block;
		overflow: hidden;
	}

	.menunav-prev a:hover {
		background: #f00;
	}

.menunav-next a {
}

	.menunav-next a:hover {
		background: #f00;
	}

#menu {
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 12px;
}

	#menu a {
		padding: 0px 10px 0 10px;
		display: block;
		color: #fff;
		text-decoration: none;
	}

	#menu li .rss {
		padding: 5px 0 5px 0;
	}

	#menu li {
		float: left;
		cursor:pointer;
	}

	#menu li:hover a, #menu li.sfhover a {
		color: #fff; /* Main menu highlighted text color */
	}

	#menu li:hover, #menu li.sfhover {
		background: #f00; /* Main menu highlighted background color */
	}

	.sfhover {
		padding: 0;
		margin: 0;
	}
	
	/* For submenu dropdowns - this order must be maintained */

	#menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		left: -9999px;
		width: 195px;
		line-height: 1;
	}
	#menu li li {
		width: 185px;
		padding: 4px 5px;
		color: #fff;
	}
	#menu li li a {
		width: 194px;
		padding: 0;
		color: #fff;
		border: none;
	}
	#menu li ul ul {
		margin: -16px 0 0 190px;
	}
	#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
		color: #fff; /*Submenu highlighted text color */
	}
	#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a {
		color: #fff; /*Submenu text color */
		border: none;
		background: none;
	}
	#menu li li:hover {
		background: #f00; /*Submenu highlighted background color */
	}
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
		left: -9999px;
	}
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
		left: auto;
		background: #000; /* Submenu background color */
		text-transform: none;
	}

	#menu .current_page_item a {
		color: #fff;
		background: #800;
	}

/* THE COMIC */

#comic-head {
	padding-top: 5px;
	clear: both;
}

#comic {
	text-align: center;
}


/* THE FOOTER */

#footer {
	/* padding: 5px 0; */
	text-align: center;
}
	
	#footer .footer-pipe {
		padding: 0 2px;
	}

/* NAVIGATION */

.nav,.blognav {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}

	.nav-first{
		float: left;
	}

	.nav-previous {
		float: left;
	}

		.nav-previous a {
			padding-left: 10px;
		}
		
	.nav-next {
		float: left;
	}

		.nav-next a {
			padding-left: 10px;
		}
	
	.nav-last {
		float: left;
	}
	
		.nav-last a {
			padding-left: 10px;
		}

.pagenav, .commentnav {
	height: 25px;
	color: #000;
	font-weight: bold;
	line-height: 25px;
	padding: 0 5px 0 5px;
	margin-top: 5px;
	clear: both;
}

	.pagenav-left, .commentnav-left {
		float: left;
	}

	.pagenav-right, .commentnav-right {
		float: right;
	}

	.nav a, .pagenav a, .nav-blog a {
		display: block;
		float: left;
	}

/* POSTS - PAGES */

#pagewrap-right {
	width: 770px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;	
}

#subcontent-wrapper {
/*  padding-top: 15px;
width: 950px;
clear: both;
background-color: #fff; */

padding-top: 25px;
    margin-top: -20px;
    width: 950px;
    clear: both;
    background-color: #fff;
}

.searchresults .post {
        background-color:#333;
        max-width:300px;
}

#content {
	float: left;
}

.narrowcolumn {
    width: 550px;
    /* padding: 5px 10px; */
    /* padding-right: 15px; */
    margin: 0px 20px 20px 35px;
}
	
	/* add 10px to smaller width layouts */
		.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
			width: 550px;
		}
		
	.widecolumn {
		width: 760px;
		padding: 5px 10px;
		overflow: hidden;
	}
	
	.column {
		overflow: hidden;
	}
	
	.column_one {
		width: 48%; 
		float: left; 
		padding: 1%; 
	}
	
	.column_two {
		width: 48%; 
		float: left; 
		padding: 1%; 
	}

.post, .post-comic, .post-page {
	clear: both;
	text-align: left;
}

.post-content {
       border-bottom: 2px dotted #aaa;
       margin-bottom: 2.1em;
}

.post-page-head {
	padding-top: 5px;
}

.post-foot, .post-comic-foot {
             margin-bottom: 35px; 
}

.post-image, .post-comic-image, .post-page-image {
}

.post-info, .post-comic-info {
	padding-bottom: 5px;
	font-size: 11px;
}

.post-text, .post-comic-text {
	overflow: hidden;
	display: block;
}

.post-author-gravatar, .post-comic-author-gravatar {
	float: right;
}

.post-mood {
	float: left;
	margin-right: 2px;
}

.post-date, .post-comic-date {

    color: #777;
    font-family: 'Helvetica Neue', helvetica,'Arial' , sans-serif;
    text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	float: left;
        width: 150px;
  margin-top: 2px;
	margin-right: 3px;
}

.post-date .date, .post-comic-date .date {
	height: 50px;
	width: 175px;
	background: url(images/calendar.png) center no-repeat;
	font-family: 'Arial' , sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #000;
	text-align: center;
	line-height: 100%;
	padding: 0 2px 0 0;
}

.post-cat, .post-type-cat {
        color: #fff;
}

.post-cat a, .post-type-cat a {

        color: #fff;

}

.post-date .date span, .post-comic-date .date span {
	height: 16px;
	padding: 1px 0 4px 0;
	display: block;
	font-family: 'Verdana', sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.comicdate {
	font-size: 14px;
}

.postdate {
	font-size: 11px;
}

.entry {
 line-height: 26px;
    font-size: 1.4em;
    padding: 3px 0;
}

.entry ul li {
       padding-bottom: 0.8em;
}

.more-link {
	border-top: 1px solid #999;
	font-style: italic;
	display: block;
	clear: both;
}

.post-extras {

     padding: 5px 0px 10px 0px;

}


.post-tags, .post-comic-tags {
  font-size: 14px;
  color: #555;
line-height: 20px;
}

.post-tags a, .post-comic-tags a {
  font-size: 14px;
  color: #777;  
  line-height: 20px;
}

.related-comics {
  margin: 18px 0;
}

.related_posts {
	margin-top: 10px;
	font-weight: 700;
}

.related_posts ul {
	list-style: none;
	font-weight: normal;
	font-size: 12px;
}

.post .members-only, .post-comic .members-only {
	border: 1px dotted #000;
	background: #fafafa;
	padding: 3px;
}

.post .non-member, .post-comic .non-member {
	border: 1px dotted #000;
	background: #fafafa;
	padding: 3px;
}

.linkpages {
	float: right;
	margin: 5px;
}

/* COMMENT LINK */

.comment-link {
  font-size: 28px;
  margin-top: 8px;
  text-align: right;
  font-family: 'museo-slab',sans-serif;
text-transform: lowercase;
    font-weight: 700;
 
}

/* THE BLOG HEADER */

#blogheader {
	padding: 5px 0 5px 0;
	border-top: 1px solid #000;
	margin: 10px 0 20px 0;
        display: none;
}

/* COMMENTS */

.comment {
	display: block;
	margin-top: 20px;
}

	.comment .comment {
		margin: 10px 0 0 70px;
	}

	.comment .comment .comment {
		margin-left: 20px;
	}

.comment-avatar {
	width: 64px;
	height: 64px;

	float: left;
	overflow: hidden;
}

	.comment .comment .comment-avatar {
		width: 40px;
		height: 40px;
	}

		.comment .comment .avatar {
			width: 40px;
			height: 40px;
		}

.comment-content {
	margin-left: 70px;
}

	.comment .comment .comment-content {
		margin-left: 45px;
	}

	.pingback .comment-content {
		margin-left: 0;
	}
	
	.trackback .comment-content {
		margin-left: 0;
	}
		
.comment-author cite {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}

	.comment .comment .comment-author cite {
		font-size: 14px;
	}

.comment-meta-data {
	font-size: 11px;
}

	.comment .comment .comment-permalink {
		display: none;
	}

.comment-moderated {
	font-style: italic;
	font-size: 15px;
}

.comment-text  {
	padding: 5px;
	font-size: 12px;
}

	.comment-text p {
		padding: 5px 5px;
		margin: 0;
	}

.comment-note {
	width: 400px;
	display: block;
	font-size: 11px;
}
		
.comment-meta {
	display: inline;
	border-left: 1px solid #000;
}

.commentsrsslink {
	float: right;
	font-size: 11px;
}

#comment-textarea {
	width: 99%;
}

#author, #email, #url {
	width: 50%;
}

.comment-submit {
	float: right;
}

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

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

ol.commentlist p {
	margin-top: 3px;
}

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

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

/* ARCHIVE */
/* For the built-in WordPress archive pages (by month or category) as well as search result pages */

.comicthumbnail {
	max-width: 300px;
}

.comicthumbwrap {
	float: left;
	padding: 2px 2px 6px 2px;
}

.comicarchiveframe img {
	border: 1px solid #000;
}

.comicarchiveframe:hover {
}

.comicarchiveframe h3 {
	margin: 0;
}

.comicarchiveframe a small {
	display: block;
	color: #000;
}

.archive-year {
	font-size: 48px;
}

.archive-yearlist {
	padding: 0 0 10px 0;
	font-size: 14px;
}

/* SIDEBAR */

/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	width: 200px;
	padding: 5px;
}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 200px;
	/* padding: 5px; */
}

#sidebar-overcomic {
	padding: 20px 0 0 0;
}

.customsidebar ul, .customsidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Sidebar Class */

.sidebar {
	font-size: 11px;
	/* overflow: hidden; */
        overflow: visible; /* fix for fb */
}

	.sidebar h2, .sidebar h2 a {
		display: block;
		display: block;
		font-size: 18px;
		margin: 0;
                font-family: 'Oswald',sans-serif;
                font-weight: normal;
		padding: 0;
	}
	
	.sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

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

	.sidebar .widget {
		margin-bottom: 0px; /* was 10 */
	}
	
	.sidebar .widget .post-extras, .sidebar .widget .entry {
		padding: 3px;
	}
	
/* WIDGETS */

.random-comic-icon, .random-post-icon {
	padding: 0 5px;
	color: #fff;
	background: #000;
}

.sidebar #comic-bookmark-holder {
	width: 152px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.archive-dropdown {
	width: 192px;
	margin-left: 4px;
	padding: 2px;
}

.widget_search #s-search, .widget_comicpress_search_transcripts #s-transcript {
	width: 185px;
}

/* CALENDAR */

#wp-calendar-wrap {
	margin: 0 auto;
	width: 170px;
	background: #fff;
	padding: 10px;
	border: 1px solid #000;
}

#wp-calendar {
	width: 165px;
	margin: 0 auto;
}

	.wp-calendar-thumb {
		width: 178px;
		height: 130px;
		margin: 0 auto;
	}

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

	#wp-calendar caption {
		font-size: 12px;
		font-variant: lowercase;
	}

	#wp-calendar td {
		min-width: 20px;
		padding: 0;
		text-align: center;
		border: 1px solid #000;
	}

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

	#wp-calendar a:hover {
		color: #fff;

		background: #000;
	}

	table#wp-calendar {
		border:none;
		background: transparent;
	}

	table#wp-calendar td {
		border-color: #999;
	}

	.wp-calendar-download {
		width: 166px;
		margin: 0 auto;
		overflow: hidden;
		font-size: 10px;
		text-align: right;
		color: #777;
		background: #222;
	}

		.wp-calendar-download a {
			padding: 0 3px;
			font-weight: bold;
			color: #fff;
			background: #000;
			border-left: 1px solid #777;
		}

			.wp-calendar-download a:hover {
				background: #800;
			}

/* SEARCH */

#s-search, #s-transcript {
	width: 140px;
}
	
.searchresults {
    padding: 0 0 30px 0px;
    /* font-style: italic; */
    font-family: 'museo-slab', serif;
    font-size: 1.3em;
    color: #aaa;
}

/* GALLERY */

.gallery-image {
	width: 518px;
	overflow: hidden;
	text-align: center;
}

.gallery-caption {
	padding: 2px 0 0 0;
	font-size: 11px;
	line-height: 11px;
}

	.gallery-caption p {
		width: 510px;
		padding: 5px;
		margin: 0;
		text-align: center;
	}

.imagenav-wrap {
	margin: 5px 0 0 0;
}

.imagenav {
	width: 77px;
	height: 77px;
	float: left;
	overflow: hidden;
}

.imagenav-center {
	width: 344px;
	height: 65px;
	margin: 0 5px;
	padding: 10px 5px 0 5px;
	float: left;
	color: #000;
	text-align: center;
	overflow: hidden;
}

.imagetitle {
	color: #000;
	font-size: 18px;
}

.imagenav-bg {
	width: 77px;
	height: 77px;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}

.imagenav-bg img {
	width: 75px;
	height: 75px;
	padding: 1px;
}

.imagenav-arrow {
	width: 77px;
	height: 67px;
	padding-bottom: 10px;
	position: absolute;
	z-index: 1;
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 67px;
	text-align: center;
	float: left;
}

.imagenav-link {
	width: 77px;
	height: 77px;
	position: absolute;
	z-index: 2;
	float: left;
	overflow: hidden;
}

.imagenav-link img {
	width: 75px;
	height: 75px;
	padding: 1px;
}

#gallery-1 .attachment-thumbnail {
	border: none;
}

/* 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 #333;
	border-right: 4px dotted #333;
}

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

	a.transcript-title {
		padding: 0 0 5px 0;
		margin: 0 0 5px 0;
		display: block;
		ffont-family: 'Arial' , sans-serif;
		font-style: italic;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-transform: lowercase;
		letter-spacing: 1px;
		line-height: 2em;
		border-bottom: 1px dashed #777;
	}

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

/* Pingbacks and Trackbacks */

li.pingback div p, li.trackback div p {
	margin-left: 0;
}

/* 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;
}

/** BUY THIS **/

.buythis {
	padding: 0 5px 0 5px;
}

.buythisbutton {
	height: 27px;
	width: 240px;
	margin: 5px 0 5px 0;
	background: url('images/buythis.png') no-repeat;
}

/** Project Wonderful CSS Embedded areas **/

.blogpwad {
	text-align: center;
	width: 100%;
}

.headerpwad {
	float: right;
	margin: 5px 5px 0 0;
}

.footerpwad {
	display: block;
	width: 100%;
	text-align: center;
}

/* Archive Calendar Template */

.cpcal-image {
	height: 120px;
	width: 152px;
}

.cpcal-cals {
	margin: 0 auto;
	padding-left: 5px;
}

.cpcal-month {
	width: 157px;
	padding: 5px 0 5px 5px;
	margin: 0 8px 8px 0;
	float: left;
	border: 1px solid #999;
	background:#fff;
}

.cpcal-monthtitle {
	width: 154px;
	height: 16px;
	padding: 0 0 5px 0;
	text-align: center;
	font-family: 'Arial' , sans-serif;
	text-transform: lowercase;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
}

.cpcal-dayletter {
	width: 20px;
	height: 15px;
	margin: 0 2px 2px 0;
	display: block;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
}

.cpcal-day {
	width: 18px;
	height: 13px;
	margin: 0 2px 2px 0;
	display: block;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #999;
}

.cpcal-day a {
	width: 18px;
	height: 13px;
	line-height: 13px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.cpcal-day a:hover {
	color: #fff;
	background: #000;
}

/* Storyline Template */

#storyline, #storyline ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#storyline li {
	padding: 0;
	margin: 0;
}

#storyline li img {
	display: none;
}

#storyline li li img {
	display: block;
	float: right;
	padding: 0 0 0 10px;
}

#storyline ul ul {
	margin: 0 0 0 20px;
}

#storyline li li .storyline-title {
	font-size: 24px;
	font-weight: bold;
	display: block;
	color: #000;
}

#storyline li li .storyline-title:hover {
	color: #900;
}

#storyline li li li a.storyline-title {
	font-size: 18px;
}

#storyline li li li li a.storyline-title {
	font-size: 14px;
}

.storyline-description {
	font-size: 11px;
}

.storyline-foot {
	clear: both;
	margin: 0 0 10px 0;
	height: 10px;
	border-bottom: 4px solid #000;
}

#storyline li li .storyline-foot {
	border-bottom: 2px solid #000;
}
#storyline li li li .storyline-foot {
	border-bottom: 1px solid #000;
}

/* Archive Year Template */

.archive-date {
	padding: 0 5px 0 0;
	font-size: 11px;
	white-space: nowrap;
}

.archive-title {
	padding: 2px 5px;
	line-height: 11px;
	border-left: 1px solid #000;
}

.month-table {
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

#linkspage, #linkspage ul, #linkspage li, #archivepage, #archivepage url, #archivepage li {
	list-style: none;
}

#linkspage h2 {
	margin-top: 20px;
        font-family: 'Oswald',sans-serif;
font-weight: normal;
}

/* Pagination */

#wp-paginav {
	text-align: left;
}

#paginav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
}

	#paginav .paginav-pages {
		padding-right: 10px;
	}

	#paginav a {
		padding: 0px 10px;
		display: block;
	}

	#paginav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#paginav li {
		float: left;
	}

	#paginav .paginav-next, #paginav .paginav-previous {
		font-size: 20px;
	}

	#paginav .paginav-current, #paginav .current {
		padding: 0px 10px;
		font-weight: bold;
	}

/* Tool Tips (ComicPress Rascal) */
.tt a {
	position: relative;
	z-index: 1000;
	color: #3CA3FF;
	font-weight: bold;
	text-decoration: none;

	margin-bottom: -110px;
}

	a.tt span {
		display: none;
	}

	a.tt:hover span.tooltip {
		position: absolute;
		display: block;
		width: 200px;
		color: #000;
		margin: 0 auto;
		text-align: center;
		height: 164px;
		background: url('images/comicpress-rascal.png') no-repeat;
		z-index: 1000;
	}
	a.tt:hover span.top {
		display: block;
		width: 200px;
		height: 35px;
		padding-top: 10px 10px 0px 10px;
		margin-top: 59px;
		margin-left: 25px;
		background: url('images/bubble.png') 0 0 no-repeat;
		z-index: 1000;
	}
	a.tt:hover span.middle {
		/* different middle bg for stretch */
		display: block;
		width: 180px;
		margin-left: 25px;
		padding: 0px 10px;
		background: url('images/bubble.png') -200px 0 repeat-y;
		z-index: 1000;
	}
	a.tt:hover span.bottom {
		display: block;
		width: 200px;
		height: 15px;
		background-position: -100px;
		color: #548912;
		margin-left: 25px;
		background: url('images/bubble.png') 0 -35px no-repeat;
		z-index: 1000;
	}

/* User Pages */

#userpage {
	width: 100%;
	padding: 5px;
}

	.userpage-avatar {
		float: left;
		width: 64px;
		height: 64px;
	}

	.userpage-info {
		margin-left: 10px;
		float: left;
	}

	.userpage-desc {
		width: 400px;
		padding: 5px;
		margin-top: 30px;
		border: 1px dotted #efefef;
	}

	.userpage-posts {
		margin-top: 20px;
	}

	.userpage-posts ol {
		margin: 10px 0 0 30px;
		padding: 0;
	}

	.userpage-posts li {
		list-style: none;
		margin: 0;
		padding: 0;
	}