/**
 * Theme Name: InkBlot Child
 * Theme URI: http://webcomicms.net
 * Description: An example of a child theme based on InkBlot.
 * Author: Michael Sisk
 * Author URI: http://maikeruon.com
 * Template: inkblot
 * Version: 1.0.0
 */

/** Load the Cascade Failure CSS Framework - The CSS framework should always be loaded */
@import url( '../inkblot/includes/css/cf-reset.css' ); 
@import url( '../inkblot/includes/css/cf-layout.css' ); 
@import url( '../inkblot/includes/css/cf-typography.css' ); 

/* This is Millennium's stylesheet! */

/* defaults - overrides basic styling from the Cascade Failure framework */

@font-face {
	font-family: "Fertigo Pro Regular"; 
	src: url("http://www.millennium-comic.com/images/skin/fonts/Fertigo_PRO.otf") format("opentype"); 
}
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */

html {
	background: #141C2B url(images/bg.gif) repeat scroll; 
	color: #fff; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	text-align: center; 
}

a,
a:link {
	color: #A81693; 
	text-decoration: none; 
}

a:visited {
	color: #722567; 
}

a:hover {
	color: #F45DE0; 
}

a:active {
	color: #F2D1FA; 
}

p {
	line-height: 18px; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0F224F; 
	font-family: "Fertigo Pro Regular", Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	text-shadow: 2px 1px 1px #245276; 
	margin: 7px auto; 
}

h1 {
	font-size: 300%; 
	letter-spacing: 2pt; 
	word-spacing: 4pt; 
}

h2 {
	font-size: 250%; 
	letter-spacing: 1pt; 
	word-spacing: 2pt; 
}

h3 {
	font-size: 210%; 
	letter-spacing: 1pt; 
	word-spacing: 2pt; 
}

input,
textarea {
	background: #271F55 url(images/bg.gif); 
	border: 1px solid #333; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 
	color: #fff; 
	font: 12px Arial, Verdana, Helvetica, sans-serif; 
	padding: 3px; 
}

input:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 10px #6EBCEB; 
	-moz-box-shadow: 0 0 10px #6EBCEB; 
	box-shadow: 0 0 10px #6EBCEB; 
}

textarea {
	width: 98%; 
}

.group { /* This rule sets the default width for the entire site */
	margin: 0 auto; 
	width: 690px; 
}


/* page */
#page {
	background: #62A8D5 url(images/bg2.jpg) repeat-y top; 
	border-left: #FFCC00 6px solid; 
	border-right: #FFCC00 6px solid; 
	padding: 0 30px; 
	text-shadow: 1px 1px 1px #245276; 
}


/* site name */
#header .name {
	font: bold 300%/1em Constantia, "Palatino Linotype", Palatino, Times, serif; 
	margin: 0 0 .25em; 
}


/* Use an image for the logo */
#header .interior {
	padding: 0; 
}

#header .name {
	margin: 0; 
}

#header .name span {
	display: none; 
}

#header .name a {
	background: url(images/header.png) no-repeat center; 
	display: block; 
	height: 224px; 
	margin: 0 0 -20px -70px; 
	width: 754px; 
	
}

#header .description {
	font: italic 150%/1em Constantia, "Palatino Linotype", Palatino, Times, serif; 
}


/* foot */
#footer {
	font-size: 9px; 
	text-align: center; 
	padding: 8px 0; 
}

#footer a {
	font-weight: normal; 
	text-decoration: none; 
}

#footer .interior {
	line-height: 2em; 
	padding: 0 1em; 
}

#pw-banner {
	margin: 0 auto;
	padding: 0 0 15px; 	
	width: 468px; 
}



/* navigation - site */
#header .group { /* This rule ensures dropdown menus aren't hidden behind other page elements in Internet Explorer */
	z-index: 1; 
}

nav {
	font: 11px "Fertigo Pro Regular", Trebuchet, Tahoma, Arial, sans-serif; 
	position: absolute; 
	top: 0; 
	left: 6px; 
	text-transform: uppercase; 
}

.navi-site {
	background: #000; 
	-moz-border-radius: 0 0 10px 10px; 
	-webkit-border-radius: 0 0 10px 10px; 
	border-radius: 0 0 10px 10px; 
	list-style: none; 
	margin:0 0 15px; 
	text-align: center; 
	width: 100%; 
	height: 25px; 
}

.navi-site ul {
	margin: 0 auto; 
}

.navi-site li {
	background: #141C2B;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
	display: inline; 	
	float: none; 
	margin: 0 1px; 
	padding: 2px 1px; 
}

.navi-site li:hover {
	background: #9549A7; 
}

.navi-site a {
	color: #E8C200; 
	font-weight: bold; 
	margin: 0 5px; 
	padding: 3px 9px; 
}

.navi-site a:visited {
	color: #DBA500; 
}

.navi-site a:hover {
	color: #FFE462; 
}

.navi-site a:active {
	color: #FFF5C6; 
}

.navi-site li ul {
	background: #362221; 
	display: none; 
	list-style: none; 
	position: absolute; 
}

.navi-site ul li {
	float: none; 
	white-space: nowrap; 
}

	
/* navigation - comic */
.navi-comic {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
	float: left; 
	line-height: 2em; 
	margin: 15px auto; 
	width: 100%; 
	height: 30px; 
}

.navi-comic a {
	color: #E8C200; 
	font-weight: bold; 
	line-height: 2em; 
}

.navi-comic a:hover {
	color: #FFE462; 
}

.navi-comic .current-comic {
	visibility: hidden; 
}

.bookmark-this,
.bookmark-goto,
.bookmark-clear,
.first-comic-link,
.previous-comic-link,
.archive-link,
.next-comic-link,
.last-comic-link {
	background: #141B2C; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px; 
	-moz-box-shadow: 2px 1px 1px #245276; 
	-webkit-box-shadow: 2px 1px 1px #245276; 
	box-shadow: 2px 1px 1px #245276; 
	font: 12px "Fertigo Pro Regular", Trebuchet, Tahoma, Arial, sans-serif; 
	margin: 15px auto;
	padding: 12px 10px; 
	text-shadow: 2px 2px 2px #0A0E17; 
	text-transform: uppercase; 
}

.bookmark-this:hover,
.bookmark-goto:hover,
.bookmark-clear:hover,
.first-comic-link:hover,
.previous-comic-link:hover,
.archive-link:hover,
.next-comic-link:hover,
.last-comic-link:hover {
	background: #0A0E17; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;  
	border-radius: 20px; 
	-moz-box-shadow: 2px 1px 1px #245276; 
	-webkit-box-shadow: 2px 1px 1px #245276; 
	box-shadow: 2px 1px 1px #245276; 
	padding: 13px 11px; 
}


/* navigation - posts (for the blog and on single post pages) */
.navi-posts {
	float: left; 
	width: 100%; 
}

.navi-posts-above {
	margin-bottom:1.5em; 
}

.navi-posts .navi-next {
	float: right; 
	font: 20px "Fertigo Pro Regular", Trebuchet, Tahoma, Arial, sans-serif; 
	margin: 5px; 
}

.navi-posts .navi-previous {
	float: left; 
	font: 20px "Fertigo Pro Regular", Trebuchet, Tahoma, Arial, sans-serif; 
	margin: 5px; 
}


	
/* navigation - paged (for paged posts) */
#comments .navi-paged { /* This rule centers the paged navigation above and below comment lists */
	text-align: center; 
}

.navi-paged a {
	border: .1em solid #333; 
	padding: .15em .25em; 
	text-decoration: none; 
}

.navi-paged a:hover {
	background: #333; 
	color: #fff; 
}



/* navigation - images */
.navi-attachment { /* This rule hides the attachment navigation for non-image attachments */
	display: none; 
}

.attachment-image .navi-attachment { /* This rule reveals the attachment navigation for image attachments */
	display: block; 
	float: left; 
	width: 100%; 
}

.navi-attachment {
	border-bottom: .1em solid; 
	margin: 0 0 1.5em; 
	padding: .75em 0; 
}

.navi-attachment img {
	height: 5em; 
	vertical-align: bottom; 
	width: 5em; 
}

.navi-attachment .navi-next {
	float: right; 
}

.navi-attachment .navi-previous {
	float: left; 
}



/* blog title */
.blog-title {
	border-bottom: .1em solid; 
	margin: 0 0 3em; 
}

.blog-title span {
	display: none; 
}


/* content */
#body .content { /* This rule prevents wide content from overlapping the sidebars */
	overflow: hidden; 
}

.entry-title {
	text-align: center; 
}

.entry-date {
	margin: 8px auto; 
	text-align: center; 
}


	
/* comics */
#body .comic {
	text-align: center; 
}

#body .comic img,
#body .comic object {
	vertical-align: bottom; 
}

.object {
	margin: 0 auto; 
	text-align: center; 
	width: auto; 
}

.comic-item {
	border: 1px solid #000; 
}


/* comic embed code */
.comic-embed-code {
	display: block; 
	width: 98%; 
}


/* posts */
#body .post {
	margin: 0 0 3em; 
}

#body .post .meta {
	text-align: right; 
}

#body .post .meta-single {
	border-style: solid; 
	border-width: .1em 0; 
	padding: .75em 0; 
	text-align: left; 
}

.post .entry {
	text-align: left; 
	width: 85%; 
	margin: 0 auto; 
}

.entry-content {
	width: 85%; 
	margin: 0 auto; 
}

/* attachments */
#body .attachment .object {
	text-align: center; 
}

#body .attachment .meta {
	border-style: solid; 
	border-width: .1em 0; 
	padding: .75em 0; 
}



/* transcripts */
#transcript-title {
	border-top: .1em solid; 
	cursor: pointer; 
	font-weight: bold; 
	padding: .75em 0; 
}

#transcript {
	display: none; 
}

#transcript label {
	display: block; 
	float: left; 
	width: 25%; 
}

#transcript-response {
	color: #fff; 
	margin: 0 0 1.5em; 
	font-weight: bold; 
	text-align: center; 
}

#transcript-response span {
	display: block; 
	padding: .75em; 
}

#transcript-response .error {
	background: #c10; 
}

#transcript-response .success {
	background: #9c0; 
}



/* comments */

#comments {
	position: relative;
}

#leftside {
	float: left;
	width: 400px;
}

#rightside {
	float: right;
	margin: 80px -20px 0 0;
	position: relative;
	width: 175px;
	z-index: 15;
}

#respond {
	text-align: center; 
}

.commentlist {
	list-style: none; 
	margin: 0 0 3em; 
	padding: 0; 
	text-align: left; 
}

.commentlist .comment,
.commentlist .pingback {
	margin: 0 0 3em; 
	padding: .75em .75em 0; 
}

.commentlist .comment.bypostauthor {
	border: none; 
}

.commentlist .vcard {
	font-weight: bold; 
	font-size: 13px; 
}

.commentlist .vcard img.avatar {
	float: right; 
	border: 1px solid #B39373; 
	margin: 0 1.5em 1.5em 0; 
	opacity: 1; 
}

.commentlist .vcard span.says {
	display: none; 
}

.commentlist .comment-meta {
	color: #999; 
	padding: 0 0 1.5em; 
	font-size: 10px; 
}

.commentlist .reply {
	padding: 0 0 .75em; 
	font-size: 10px; 
}

.commentlist .children {
	list-style: none; 
	margin:0; 
}

.commentlist .even {
	background: none; 

}

.commentlist .odd {
	background: none; 
}

.comment-required {
	font-size: 9px; 
}


/* sidebars and widgetized areas */
.sidebar { /* This rule prevents wide content from breaking the sidebar */
	overflow: hidden; 
}

.sidebar .interior {
	list-style: none; 
	margin: 0; 
}

.sidebar .interior ul,.widgetized ul { /* This rule and the next correct unordered list display in the sidebars and widgetized areas */
	margin: 0 0 1.5em 1.5em; 
	padding: 0 0 0 1.5em; 
}

.sidebar .interior ul ul,.widgetized ul ul {
	margin: 0 0 0 1.5em; 
}

.sidebar input,.sidebar select { /* This rule ensures <input> and <select> elements don't break out of the sidebar */
	width: 100%; 
}



/* comic archive - chapter */
ol.comic-archive,
ol.comic-volume-chapters {
	list-style: none; 
	margin: 5px 0; 
	padding: 5px 5px 10px; 
	text-align: left; 
}

ol.comic-archive .comic-series-item a {
	font: 350%/1em 'Palatino Linotype', Palatino, 'Book Antiqua', serif; 
	padding: 0 .3em; 
}

ol.comic-archive .comic-volume-item a {
	font: 235%/1em 'Palatino Linotype', Palatino, 'Book Antiqua', serif; 
	padding: 0 .3em; 
}

ol.comic-archive .comic-chapter-item a {
	font: 125%/1em 'Palatino Linotype', Palatino, 'Book Antiqua', serif; 
	margin: 0 1.4em; 
	font-weight: bold; 
}

ol.comic-archive .comic-chapter-pages a {
	display: inline; 
	margin: 0 0 1.3em; 
	font-weight: normal; 
}

.comic-chapter-item li {
	margin: 1em 0; 
	display: inline-block; 
}

.comic-page-item {
	margin: 0 15px; 
}

ol.comic-chapter-pages {
	margin: 7px 0; 
	list-style: disc; 
}

.comic-chapter-pages li {
	margin: 0 3px; 
}

.thumbnailarch .comic-chapter-pages li {
	display: inline; 
}

.thumbnailarch img {
	border: 1px solid #000; 
}



/* WordPress Calendar */
#calendar .widgettitle {
	display: none; 
}

#wp-calendar {
	border: .1em solid #ccc; 
	caption-side: top; 
}

#wp-calendar caption {
	font-size: 100%; 
	font-weight: bold; 
}

#wp-calendar th {
	padding: 0; 
}

#wp-calendar td {
	border: .1em solid #ccc; 
	padding: 0; 
	text-align: center; 
}

#wp-calendar .pad {
	background: #fafafa; 
}

#wp-calendar a {
	background: #333; 
	color: #fff; 
	display: block; 
	text-decoration: none; 
}

#wp-calendar #today {
	border: .25em double #333; 
}



/* Recent Comics */

.recent-comics {
	list-style: none; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	margin: 0 auto; 
}

.recent-comics li {
	display: inline; 
}

.recent-comics img {
	border: 1px solid #000; 
	margin: 5px 2px 2px; 
}
