/*
THEME NAME: Haiku Comics
THEME URI: http://haikucomics.com
DESCRIPTION: The custom child theme for haikucomics.com.
VERSION: 0.3
AUTHOR: Nathan Olsen
AUTHOR URI: http://www.nateomedia.com/
TEMPLATE: comicpress
*/

@import url(reset.css);

body {
	background: #89c5c0 url(images/skulls.png) repeat 0 0;
	font: 62.5%/1.8em Helvetica, Arial, sans-serif;
	text-align: center;
	color: #000;
}

a {
	color: #6d508b;
	text-decoration: none;
}

a:hover {
	color: #ff0ac7;
}

p {
	margin: 12px 0;
}

small {
	font-size: 1em;
}

hr {
	height: 1px;
	color: #000;
	background-color: #000;
	border: 0px;
}

blockquote {
	margin: 10px;
	padding: 5px 10px 5px 20px;
	font-size: 16px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #000;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	font-weight: bold;
	font-size: 12px;
}

input, textarea {
	font-size: 1.4em;
	line-height: 1.4em;
}

/* HEADINGS */

blockquote {
	padding: 5px 10px 15px 10px;
	margin: 5px 0;
	background-color: #ddd;
	font-size: 80%;
	font-style: italic;
}

h1 {
	font-size: 11em;
	line-height: .95em;
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
}

h3 {
	font-size: 3em;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
}

h3 a {
	color: #000;
}

h4 {
	margin-top: 1em;
	font-size: 1.4em;
	text-transform: uppercase;
}

p {
	margin-bottom: .9em;
	font-size: 1.4em;
	line-height:  1.8em;
	text-align: left;
}

ul {
	text-align: left;
}

/* THE PAGE WRAPPER */

#page {
	position: relative;
	width: 1244px;
	margin: 0 auto;
	background-color: #6d508b;
}

/* THE HEADER */

#header {
	float: left;
	display: inline;
	width: 440px;
	height: 90px;
	padding: 10px 22px;
	background-color: #000;
	text-align: left;
}

#header h1 {
	height: 69px;
	width: 440px;
	text-indent: -9999px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	height: 69px;
	width: 440px;
	background: transparent url(images/haikucomics_logo.png) no-repeat 0 0;
}

#header h1 a:hover { background: transparent url(images/haikucomics_logo.png) no-repeat 0 -69px; color: #00adee;}

#header .description {
	height: 18px;
	width: 440px;
	margin-top: 3px;
	background: transparent url(images/nathanolsenandrobertolsen.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* THE COMIC */

#comic {
	width: 1200px;
	padding-left: 22px;
	background-color: #000;
	line-height: 0;
	text-align: center;
}

#comicinfo {
	float:left;
	width: 484px;
	height: 110px;
	background-color: #000;
}

#comictitle {
	float:left;
	width: 440px;
	height: 58px;
	padding: 0 22px;
	color: #8765b6;
}

#comictitle a {
	color: #5bd3ca;
}

#comictitle a:hover {
	color: #86fff6;
}

#comictitle h2 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* COMMENT LINK */

.timestamp, .comment-link, .tags {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.narrowcolumn .post-date, .narrowcolumn .pipe, .narrowcolumn .post-author, .narrowcolumn .comment-link {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: .83em;
	line-height: 1.2em;
	text-align: left;
	text-transform: uppercase;
	color: #6d508b;
}

/* THE FOOTER */

#footer {
	width: 1224px;
	margin: 0;
	padding: 5px 10px;
	background: #000 url(images/footer_curtain.png) no-repeat 0 0;
	text-align: center;
	color: #8765b6;
}

#footer p {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#footer p a {
	color: #986fb0;
}
#footer p a:hover {
	color: #ff0ac7;
}

/* NAVIGATION */

.nav {
	width: 280px;
	height: 32px;
	margin: 10px auto 6px auto;
	background-color: #000;
	text-align: center;
}

.nav-first, .nav-previous, .nav-next, .nav-latest {
	float: left;
	width: 32px;
	height: 32px;
	padding: 0 5px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-share {
	float: left;
	width: 80px;
	height: 32px;
	padding: 0 5px;
}

.nav-random {
	float: left;
	width: 102px;
	height: 32px;
	padding: 0 5px;
}

.nav-first { background: transparent url(images/nav_first.png) no-repeat 5px -64px; }
.nav-previous { background: transparent url(images/nav_previous.png) no-repeat 5px -64px; }
.nav-share { background: transparent url(images/nav_share.png) no-repeat 5px -64px; }
.nav-random { background: transparent url(images/nav_random.png) no-repeat 5px -64px; }
.nav-next { background: transparent url(images/nav_next.png) no-repeat 5px -64px; }
.nav-latest { background: transparent url(images/nav_latest.png) no-repeat 5px -64px; }

.nav-first a {
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url(images/nav_first.png) no-repeat 0 0;
}

.nav-previous a {
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url(images/nav_previous.png) no-repeat 0 0;
}

.nav-share a {
	display: block;
	width: 80px;
	height: 32px;
	background: transparent url(images/nav_share.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-random a {
	display: block;
	width: 102px;
	height: 32px;
	background: transparent url(images/nav_random.png) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-next a {
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url(images/nav_next.png) no-repeat 0 0;
}

.nav-latest a {
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url(images/nav_latest.png) no-repeat 0 0;
}

.nav-first a:hover { background: transparent url(images/nav_first.png) no-repeat 0 -32px; }
.nav-previous a:hover { background: transparent url(images/nav_previous.png) no-repeat 0 -32px; }
.nav-share a:hover { background: transparent url(images/nav_share.png) no-repeat 0 -32px; }
.nav-random a:hover { background: transparent url(images/nav_random.png) no-repeat 0 -32px; }
.nav-next a:hover { background: transparent url(images/nav_next.png) no-repeat 0 -32px; }
.nav-latest a:hover { background: transparent url(images/nav_latest.png) no-repeat 0 -32px; }

.nav-share a img {
	display: none;
}

#newshare {
	display: block;
	position: absolute;
	top: 170px;
	right: -50px;
	width: 60px;
	background-color: #fff;
	border: 1px solid #ede8f1;
	z-index: 0;
	text-align: center;
}

.newshareitem {
	padding: 5px;
	border-bottom: 1px solid #ede8f1;
	text-align: center;
}

/* POSTS - PAGES */

#subcontent-wrapper-head {
	float: left;
	display: block;
	width: 1244px;
	height: 22px;
	background: transparent url(images/subcontent_curtain.png) no-repeat 0 0;
}

#subcontent-wrapper {
	clear: both;
	width: 1200px;
	margin: 22px 22px 0 22px;
	background-color: #fff;
}

#content {
	float: left;
	text-align: left;

}

.narrowcolumn {
	width: 532px;
	padding: 20px;
}

.post {
	text-align: left;
}

.page-title {
	margin-bottom: 20px;
}

.page-title h2 {
	display: block;
	margin: 0 0 10px o;
	font-size: 2.6em;
	text-align: left;
	color: #6d508b;
	text-indent: -9999px;
	overflow: hidden;
}

body.blog .page-title h2 {
	width: 177px;
	height: 37px;
	background: transparent url(images/site_news.png) no-repeat 0 0;
}

body.page-id-1067 .page-title {
	display: block;
	width: 280px;
	height: 39px;
	margin: 0 0 10px o;
	background: transparent url(images/comics-archive.png) no-repeat 0 0;
	font-size: 2.6em;
	text-align: left;
	color: #6d508b;
	text-indent: -9999px;
	overflow: hidden;
}

.post-title {
	font-size: 2.6em;
	line-height: 1em;
}

.post-foot {
	margin-bottom: 30px;
	border-top: 1px #ede8f1 solid;
}

.post-image {
}

.post-info {
	padding-bottom: 5px;
	font-size: 12px;
}

.post-text h2 {
	font-size: 2em;
	text-align: left;
}

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

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

.post-calendar-date {
	color: #777;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin-right: 3px;
}

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

.post-calendar-date .calendar-date span {
	height: 16px;
	padding: 1px 0 4px 0;
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.postdate {
	font-size: 11px;
}

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

.post-tags {
	font-size: 12px;
}

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

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

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

.iwallpaper {
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #ddd;
	text-transform: uppercase;
	color: #999;
}

.iwallpaper h3 {
	letter-spacing: 1px;
	text-align: center;
}

.iwallpaper h4 {
	margin: 0 0 10px 0;
}

.iwallpaper p {
	font-size: 100%;
	text-align: center;
}

.iwallpaper ul {
	margin: 0;
}

.iwallpaper ul li {
	display: inline;
}

/* COMMENTS */

#comments {
	display: block;
	width: 100%;
	height: 59px;
	margin: 0;
	background: #6d508b url(images/comments.png) no-repeat 20px 20px;
	font-size: 2.6em;
	text-align: left;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
}
.date {
	margin: 0;
	padding: 0 0 20px 20px;
	background-color: #6d508b;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}

p.date a {
	color: #666;
}

.commentlist li {
	clear: both;
	background-color: #ede8f1;
	margin-bottom: 4px;
	padding: 15px;
	text-align: left;
	color: #4f3866;
}

.commentlist ul.children li.depth-2, .commentlist ul.children li.depth-4 { background-color: #fff; }

.commentauthor {
	margin-bottom: 10px;
}

.comment-avatar img {
	float: left;
	display: block;
	margin-right: 10px;
}

.commentauthor cite {
	font-size: 2.6em;
	font-style: normal;
}

.comment-meta-data a, .reply a {
	font-size: .85em;
	text-transform: uppercase;
}
.comment p {
	clear: both;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #4f3866;
}

.comment a:hover, .bypostauthor .commentmetadata a:hover, .bypostauthor .reply a:hover {
	color: #000;
}

.navigation div.alignleft a, .navigation div.alignright a {
	float: left;
	display: block;
	width: 50%;
	padding: 0 5px;
	background-color: #fee14b;
}

.navigation div.alignleft a:hover, .navigation div.alignright a:hover {
	background-color: #ff3e9e;
	color: #fff;
}

.comment-page-numbers {
	margin: 0;
	padding: 9px 0;
}

#respond {
	padding: 15px;
	background-color: #eee;

}

#respond h3 {
	margin-bottom: 20px;
}

#commentform p {
	margin: 0 0 15px 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	margin: 4px 0;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
}

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

.comicarchiveframe img {
	width: 532px;
}

.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: 332px;
	margin: 20px 0;
	line-height: 0;
}

#ad-halfbanner {
	margin: 0 0 10px 0;
	padding: 16px;
	background-color: #89c5c0;
}

#site-rating {
	margin: 0 0 10px 0;
}

#recent-comics {
	padding-top: 20px;
	background: #6d508b url(images/sidebar-curtain.png) no-repeat 0 0;
}

#recent-comics ul {
	display: block;
	padding: 0 20px 20px 20px;
	background: #6d508b url(images/sidebar-curtain-bottom.png) no-repeat 0 100%;
}

#recent-comics a {
	font-size: 1.2em;
	font-style: italic;
	color: #ffe1be;
}

#recent-comics a:hover { color: #fff; }

#recent-comments ul li {
	text-align: left;
}

#recent-comments p {
	clear: both;
}

#recent-comics h2, #recent-comments h2 {
	display: block;
	height: 39px;
	margin: 0 20px 10px 20px;
	font-size: 2.6em;
	text-align: left;
	color: #ffe1be;
	text-indent: -9999px;
	overflow: hidden;
}

#recent-comics h2 {
	width: 263px;
	background: transparent url(images/recent_comics.png) no-repeat 0 0;
}

#recent-comments h2 {
	width: 321px;
	background: transparent url(images/recent_comments.png) no-repeat 0 0;
}

#recent-comics ul li {
	height: 100px;
	margin-bottom: 10px;
}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 256px;
	margin: 20px;
}

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

/* Sidebar */

#sidebar {
	text-align: left;
	}

#sidebar li {
	line-height: 0;
}

#sidebar ul li.menu {
	margin: 10px 0px;
	padding: 10px 10px 30px 10px;
	background-color: #ddd;
	font-weight: bold;
	line-height: 1.2em;
}

#sidebar ul li.facebook {
	margin: 10px 0px;
	padding: 0;
	background-color: transparent;
}

#sidebar ul li.twitter {
	margin: 10px 0px;
	padding: 0;
	background-color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

#sidebar ul li.facebook a {
	display: block;
	width: 256px;
	height: 100px;
	background: transparent url(images/haikucomics_facebook.png) no-repeat 0 0;
}

#sidebar ul li.twitter a {
	display: block;
	width: 256px;
	height: 100px;
	background: transparent url(images/nateomedia_twitter.png) no-repeat 0 0;
}

#sidebar p {
	font-size: 1.2em;
}

#facebook {
	width: 256px;
	height: 300px;
	border: none;
	overflow: hidden;
}

/* SEARCH */

#s {
	width: 180px;
	margin: 10px 0;
	padding: 2px;
	font-size: 1.2em;
}

#searchsubmit {
	padding: 0 5px;
	font-size: 1.2em;
}

.searchresults {
	padding: 0 0 20px 0;
}

#sidebar ul li.searchbox {
	padding: 20px;
	background-color: #6d508b;
}

#sidebar ul li.searchbox input {
	width: 180px;
	color: #6d508b;
}

/* 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;
	font-style: italic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	border-bottom: 1px dashed #777;
}

#transcript-content {
	overflow: hidden;
}

/* Pagination */

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

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

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

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

#paginav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}

#paginav li {
	float: left;
}

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

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

.no-border {
	border: none;
}

/* Leaderboard */

.leaderboard-01, .leaderboard-02 {
	position: absolute;
	top: 10px;
	right: 22px;
	width: 728px;
	height: 90px;
}

#adwrapper {
	position: relative;
}

/* WP-Polls */

/* WP-Polls */

.poll-wrapper {
	width: 474px;
	margin: 20px 0;
	padding: 20px 15px;
	background-color: #eee;
	border: 1px solid #ccc;
}

/* Clean Archives */

ul.car-list, ul.car-monthlisting {
	list-style: none;
	font-size: 1.2em;
}

.car-yearmonth {
	display: block;
	padding: 10px 0;
	font-size: 1.2em;
	color: #000;
}

.car-yearmonth span, .car-monthlisting li span {
	color: #fff;
}

/* Comic Notes */

#comicnotes {
	width: 1200px;
	height: 20px;
	margin: 0;
	padding: 10px 22px;
	background: transparent url(images/comicnotes.png) repeat-y 0 0;
}

#comicnotes p {
	margin: 0;
	font-size: 1.8em;
	line-height: 1;
	text-align: center;
	color: #20898f;
}

#comicnotes a {
	font-weight: bold;
	color: #20898f;
}

#comicnotes a:hover {
	color: #fff;
}

.archive_thumbs {
	padding: 20px 0;
}

.archive_thumbs li {
	float: left;
	display: block;
	width: 64px;
	height: 64px;
	padding: 0 2px 2px 0;
}

.archive_thumbs li a:hover {
	opacity: .7;
}

.post-content h3 {
	font-weight: bold;
	color: #6d508b;
}