/*
	Theme Name: ComicPress 3C
	Theme URI: http://comicpress.org
	Description: Publish a comic with WordPress. 3-Column Edition. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
	Author: Tyler Martin
	Author URI: http://mindfaucet.com/
	Version: 2.7
	The CSS, XHTML and design is released under GPL v3: http://www.opensource.org/licenses/gpl-3.0.html
*/

/* STANDARD TAGS */

body {
	background-color: #15304E;
	color: #000;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	margin: 0;
	text-shadow: #000 0 0 0;/* Lighten Safari's heavy fonts */
}

a {
	color: #800;
	text-decoration: none;
}

a:visited {
	color: #006080;
}

a:hover {
	color: #f00;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

p {
	margin: 12px 0;
}

img {
	max-width: 100%;
	padding: 0;
}

small {
	font-size: 11px;
}

hr {
	background-color: #000;
	border: 0;
	color: #000;
	height: 1px;
}

blockquote {
	background-color: #F2F2F2;
	border-color: #000;
	border-style: dashed;
	border-width: 1px;
	margin: 10px;
	padding: 10px;
}

blockquote cite {
	display: block;
	margin: 5px 0 0;
}

blockquote.transcript {
	background-color: white;
	border-style: dotted;
	color: #808080;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}

cite {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

code {
	border: 1px dotted #000;
	display: block;
	font-family: 'Courier New', monospace;
	overflow: scroll;
	padding: 10px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #000;
}

form {
	margin: 0;
}

/* HEADINGS */

h2, h2 a, h2 a:hover {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

h2.pagetitle, h2.pagetitle a {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h2.widgettitle {
	margin: 0;
}

h3, h3 a, h3 a:hover {
	clear: both;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	background-color: white;
	margin: 0 auto;
	width: 980px;
}

/* THE HEADER */

h1, h1 a, h1 a:hover {
	color: #000;
	font-family: 'Georgia', serif;
	font-size: 60px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: -4px;
	line-height: 50px;
	margin: 0;
	padding: 10px 0 0 0;
	text-decoration: none;
}

#header {
	margin-top: -10px;
}

.infobox {
	border-bottom: 2px solid #d9d9d9;
	border-left: 2px solid #d9d9d9;
	border-right: 2px solid #d9d9d9;
	letter-spacing: 1px;
	line-height: 175%;
	padding-left: 16px;
	padding-top: 18px;
	padding-bottom: 7px;
}

/* THE MENU */

#menubar {
	background: #000 url('/images/design/blue-bar_menue-2.png') center top;
	height: 38px;
	zoom: 1;/* IE fix, allows for variable height menu	*/
}

#menunav {
	float: right;
}

#menunav a	{
	border-left: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font-size: 19px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
}

#menunav a:hover {
	background: #800;
}

#menu {
	float: left;
	font-size: 12px;
	line-height: 29px;
	list-style: none;
	margin: -2px 0 0 30px;
	padding: 6px 0 0 0;
	text-transform: uppercase;
}

#menu a {
	background: #15304E;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 0 0 0 1px;
	color: #fff;
	display: block;
	padding: 0 6px;
	text-decoration: none;
}

#menu li {
	float: left;
}

#menu li:hover a, #menu li.sfhover a {
	background: #182618;
	border-color: #FFFFFF;
	color: #fff;/* Main menu highlighted text color */
}

#menu li:hover, #menu li.sfhover {
	background: #800;/* Main menu highlighted background color */
}

/* For submenu dropdowns - this order must be maintained */

#menu ul {
	border-top: 1px solid #fff;
	left: -9999px;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 151px;
}

#menu li li {
	border-color: #fff;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	margin: 0 0 0 -1px;
	width: 150px;
}

#menu li li a {
	border: none;
	color: #fff;
	padding: 4px 5px;
	width: 139px;
}

#menu li ul ul {
	margin: -21px 0 0 151px;
}

#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 */
}

#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 {
	background: #222;/*Submenu background color */
	left: auto;
	text-transform: none;
}

/* THE COMIC */

#comic {
	text-align: center;
}

/* THE FOOTER */

#footer {
	padding-bottom: 3px;
	padding-top: 20px;
	text-align: center;
}

/* NAVIGATION */

.nav {
	float: right;
	font-size: 18px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 8px;
	padding-top: 6px;
}

.nav-first {
	border-right: 1px solid #000;
	float: left;
}

.nav-previous	{
	float: left;
}

.nav-next	{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
}

.nav-last {
	float: left;
}

.nav-blog {
	color: #000;
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.nav-blog-previous {
	float: left;
	padding: 0 5px 0 0;
}

.nav-blog-next {
	border-left: 1px solid #000;
	float: left;
	padding: 0 0 0 5px;
}

.pagenav {
	clear: both;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px 0 20px;
}

.pagenav-left {
	background-color: #F2F2F2;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
}

.pagenav-right {
	background-color: #F2F2F2;
	float: right;
	margin-top: 20px;
	padding: 10px;
}

.pagenav-middle {
	background-color: #F2F2F2;
	float: left;
	margin-top: 20px;
	padding: 10px;
}

.nav a, .pagenav a, .nav-blog a {
	color: #800;
	display: block;
	float: left;
}

.pagenav-middle a {
	color: #800;
	display: inline;
	float: none;
}

.nav a:hover, .pagenav a:hover, .nav-blog a:hover {
	color: #000;
}

.navdivider {
	border-right: 1px solid #000;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

/* POSTS - PAGES */

#column {
	float: left;
	/* overflow: hidden; */
	padding: 5px 0 20px 0;
	width: 580px;
}

.post, .post-comic, .post-page {
	padding: 0 20px;
}

.post-head, .post-page-head, .post-comic-head {
}

.post-foot, .post-comic-foot, .post-page-foot {
	height: 10px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.comicdate {
	font-size: 14px;
}

.postdate {
	font-size: 11px;
	margin-top: 2px;
	padding-left: 6px;
}

.more-link {
	border-top: 1px dashed #000;
	clear: both;
	display: block;
	font-style: italic;
	position: relative;
}

.tags {
	clear: both;
	font-size: 11px;
	margin-top: 5px;
	padding-left: 6px;
}

.comment-link {
	font-family: 'Georgia', serif;
	font-size: 16px;
	text-align: right;
}

/* THE BLOG HEADER */

#blogheader {
	background-color: #F2F2F2;
	border-top: 1px solid #000;
	font-size: 28px;
	margin-bottom: 21px;
	padding-bottom: 9px;
	padding-left: 20px;
	padding-top: 9px;
}

/* COMMENTS */

.comment-wrap{
	padding: 0 20px;
}

.comment-wrap h3 {
	clear: both;
	font-family: 'Georgia', serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 0 0;
}

.comment {
	border: 1px solid #000;
	clear: both;
	margin: 10px 0 0 0;
	min-height: 64px;
	padding: 10px;
}

.comment .comment	{
	border: 1px dotted #000;
}

.comment-author {
	display: inline;
}

.comment-meta {
	border-left: 1px solid #000;
	display: inline;
	margin: 0 0 0 2px;
	padding: 0 0 0 5px;
}

.says {
	display:none;
}

.avatar {
	float: left;
	margin: 0 10px 0 0;
}

#comment {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	width: 100%;
}

#author, #email, #url {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	width: 200px;
}

#submit {
	float: right;
	margin: 0 0 20px 0;
}

ol.commentlist {
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist p {
	margin: 10px 0 0 74px;
}

ul.children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.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 */	

.comicarchiveframe {
	background: #fff;
	border: 1px solid #000;
	filter: alpha(opacity=99);
	opacity: 0.99;
	padding: 5px;
}

.comicarchiveframe:hover {
	filter: alpha(opacity=70);
	opacity: 0.70;
}

.comicarchiveframe h3 {
	margin: 0;
}

.comicarchiveframe a small {
	color: #000;
	display: block;
}

.archive-year {
	font-size: 48px;
}

.archive-yearlist {
	font-size: 14px;
	padding: 0 0 10px 0;
}

/* SIDEBAR */

#sidebar {
	float: left;
	font-size: 11px;
	overflow: hidden;
	padding: 5px 0;
	width: 200px;
}

#sidebar h2, #sidebar h2 a {
	font-size: 16px;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin: 0 0 10px 10px;
}

#sidebar ul li ul li {
	margin: 0 0 0 10px;
	padding: 0;
}

/* WIDGETS */

.random-comic-icon {
	background: #000;
	color: #fff;
	padding: 0 5px;
}

.comic-bookmark {
	margin: 0 0 10px 5px;
}

.archive-dropdown {
	max-width: 100%;
}

/* SEARCH */

#s {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 2px;
	width: 140px;
}

#searchsubmit {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	padding: 0 5px;
}

/* POSTED IMAGES  */

.wp-caption  p {
	font-size: 11px;
	line-height: 11px;
	margin: 5px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	display: inline;
	float: right;
	margin: 10px 0 10px 10px;
}

.alignleft {
	display: inline;
	float: left;
	margin: 10px 10px 10px 0;
}

/* CLEAR FLOATS */

.clear {
	clear: both;
}

/* CLEAR MARGINS */
/* Used with BR for clearing paragraph margins for Safari, Chrome - avoid background gaps */

.clear-margins { 
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* CUSTOM WIDGETS */

/* [RIGHT SIDEBAR] Generic widget with white background: */

.right-widget-white {
	border-bottom: 1px dashed #15304E;
	border-left: 1px dashed #15304E;
	border-top: 1px dashed #15304E;
	padding: 8px;
}

/* [LEFT SIDEBAR] Generic widget with white background: */

.left-widget-white {
	border-bottom: 1px dashed #15304E;
	border-right: 1px dashed #15304E;
	border-top: 1px dashed #15304E;
	left: -10px;
	padding:8px;
	position: relative;
}

/* [RIGHT SIDEBAR] Tag cloud widget: */

.widget_tag_cloud {
	border-bottom: 1px dashed #15304E;
	border-left: 1px dashed #15304E;
	border-top: 1px dashed #15304E;
	padding: 8px;
}

/* [RIGHT SIDEBAR] Generic widget with gray background: */

.right-widget-gray {
	background:#F2F2F2;
	border-bottom: 1px dashed #15304E;
	border-left: 1px dashed #15304E;
	border-top: 1px dashed #15304E;
	padding:8px;
}

/* [LEFT SIDEBAR] Generic widget with gray background: */

.left-widget-gray {
	background:#F2F2F2;
	border-bottom: 1px dashed #15304E;
	border-right: 1px dashed #15304E;
	border-top: 1px dashed #15304E;
	left: -10px;
	padding:8px;
	position: relative;
}

/* [LEFT SIDEBAR] Links widget: */

.widget_links {
	border-bottom: 1px dashed #15304E;
	border-right: 1px dashed #15304E;
	border-top: 1px dashed #15304E;
	left: -10px;
	padding: 8px;
	position: relative;
}

/* [RIGHT SIDEBAR] Links widget: */
/*
.widget_links {
	border-bottom: 1px dashed #15304E;
	border-left: 1px dashed #15304E;
	border-top: 1px dashed #15304E;
	padding: 8px;
}
*/
.widget_links h2 {
	padding-bottom: 8px;
}
.widget_links li {
	list-style-type: disc;
}
.widget_links ul {
	left: 8px;
	position: relative;
	width: 168px;
}

/* [RIGHT SIDEBAR] Login: */

.login {
	border-bottom: 1px dashed #15304E;
	border-left: 1px dashed #15304E;
	border-top: 1px dashed #15304E;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

/* CUSTOM COMMENT SECTION */

.CommentRating {
	margin-top: 4px;
}

/* Pingbacks and trackbacks in the comment section: */

.pingback {
	clear: both;
	margin: 10px 0 0 0;
	min-height: 64px;
	padding: 10px;
}

.trackback {
	clear: both;
	margin: 10px 0 0 0;
	min-height: 64px;
	padding: 10px;
}

/* The rectangle ad in the comment section: */

.comment_rectangle_li {
	border: 1px solid black;
	height: 270px;
	margin-left: 20px;
	margin-top: 30px;
	width: 538px;
}

.comment_rectangle_div {
	background-color: #F2F2F2;
	height: 250px;
	margin-left: 10px;
	margin-top: 10px;
	max-height: 250px;
	max-width: 300px;
	width: 300px;
}

/* Merge of a double post: */

.double_post {
	border-bottom: 1px dashed black;
	border-top: 1px dashed black;
	color: #296629;
	font-weight: bold;
	left: 75px;
	margin-top: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
	position: relative;
	text-align: center;
	width: 442px;
}

/* Donation template: */

.donation_table_outer {
	border: 1px solid #AAAAAA;
	border-spacing: 6px;
	margin-bottom: 10px;
	margin-top: 8px;
	width: 100%;
}

.donation_table_inner {
	background-color: #F2F2F2;
	border-spacing: 6px;
	width: 100%;
}

/* Ads in sidebar: */

.skl {
	background-color: #F2F2F2;
	height: 600px;
	left: 5px;
	max-height: 600px;
	max-width: 160px;
	position: relative;
	width: 160px;
}

.skr {
	background-color: #F2F2F2;
	height: 600px;
	left: 15px;
	max-height: 600px;
	max-width: 160px;
	position: relative;
	width: 160px;
}

/* Patron comments: */

.comment_patron_bronze {
	background-image: url("/images/design/medal-icon-bronze.png");
	background-repeat: no-repeat;
	background-position: 508px 8px;
	border: 5px double #AD6F39;
}
.comment_patron_silver {
	background-image: url("/images/design/medal-icon-silver.png");
	background-repeat: no-repeat;
	background-position: 508px 8px;
	border: 5px double #A89E9E;
}
.comment_patron_gold {
	background-image: url("/images/design/medal-icon-gold.png");
	background-repeat: no-repeat;
	background-position: 508px 8px;
	border: 5px double #D09C15;
}
.comment_patron_diamond {
	background-image: url("/images/design/medal-icon-diamond.png");
	background-repeat: no-repeat;
	background-position: 508px 8px;
	border: 5px double #4D9ED1;
}
.bypostauthor {
	/* border: 5px solid #15304E; */
	border: 5px double black;
}

.comment_patron_table {
	width: 646px;
}
.comment_patron_td {
	width: 16px;
}
.comment_patron_img {
	position: relative;
	top: -20px;
}

.table_patron {
	width: 100%;
	margin-top: 10px;
}

.tr_patron {
	vertical-align: top;
}

.td_patron {
	width: 50%;
}

.bq_patron_bronze {
	background-image: url("/images/design/medal-icon-bronze.png");
	background-repeat: no-repeat;
	background-position: 220px 8px;
	background-color: white;
	border: 5px double #AD6F39;
	margin: 5px;
}
.bq_patron_silver {
	background-image: url("/images/design/medal-icon-silver.png");
	background-repeat: no-repeat;
	background-position: 220px 8px;
	background-color: white;
	border: 5px double #A89E9E;
	margin: 5px;
}
.bq_patron_gold {
	background-image: url("/images/design/medal-icon-gold.png");
	background-repeat: no-repeat;
	background-position: 220px 8px;
	background-color: white;
	border: 5px double #D09C15;
	margin: 5px;
}
.bq_patron_diamond {
	background-image: url("/images/design/medal-icon-diamond.png");
	background-repeat: no-repeat;
	background-position: 220px 8px;
	background-color: white;
	border: 5px double #4D9ED1;
	margin: 5px;
}

.h_patron_bronze {
	color: #AD6F39;
}
.h_patron_silver {
	color: #A89E9E;
}
.h_patron_gold {
	color: #D09C15;
}
.h_patron_diamond {
	color: #4D9ED1;
}

.ul_patron {
	margin-left: -20px;
}

.table_patreon_bar {
	background-color: #F2F2F2;
	border-bottom: 1px solid #A9A9A9;
	border-top: 1px solid #A9A9A9;
	height: 44px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	width: 980px;
}

.future_comics {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
	padding: 10px;
	text-align: left;
	width: 728px;
	height: 70px;
}