/*
Theme Name: Manga+Press Default Theme
Theme URI: http://www.dumpster-fairy.com/tag/mangapress
Description: 
Version: 1.0
Author: Jessica Green
Author URI: http://www.dumpster-fairy.com/
Tags: comics, comic theme, manga press, webcomics, online comics

	Manga+Press Default Theme v1.0
	
	http://www.dumpster-fairy.com/tag/mangapress

	This theme was designed by Jessica C Green as
	a companion theme to the Manga+Press Wordpress Plugin
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* top-level elements */
body {
	background: #445e79;
	background-image:url(http://www.stalebacon.com/images/midget_bg.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-repeat:no-repeat;
	color: #000;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a { color: #595959; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: underline; }
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#wrapper-inner {
	background: #ffffff;
	width: 900px;
	border: 1px solid #555555;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	position: relative;
	z-index: 1;
}
#header {
	background: url(images/header-bg.png) no-repeat;
	text-align: center;
	width: 900px;
	height: 210px;
	position: relative;
	z-index: 0;
}
#posts {
	float: left;
	margin-top: 10px;
}
#sidebar {
	width: 300px;
	float: left;
	margin-top: 15px;
}
#footer {
	color: #fff;
	text-align: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 75px;
	font-size: 75%;
}
#footer-inner {
	width: 900px;
	margin:0 auto;
}
#comic-banner {
	margin: 5px auto;
	text-align: center;
	display: block;
}
#comic-banner h1 {
	font-family: arial, "Arial Black", Gadget, sans-serif !important;
	font-size: 16pt;
}
#comic-banner h1 a:hover {
	text-decoration: none;
	color:#999;
}
/* Header */
#header h1 {
	font-size: 200%;
	font-weight: bold;
}
/* Navigation */
ul.horizontal-menu {
	margin-top: -26px;
	position: relative;
	z-index: 2;
	display: block;
	width: 900px;
	height: 26px;
}
ul.horizontal-menu li {
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 10px;
	height: 24px;
	border-right: 1px solid #555555;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	/* rounded borders for mozilla and safari */
    -moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

ul.horizontal-menu a {
	display: block;
	float: left;
	width: 150px;
	height: 23px;
	padding-top: 2px;
	text-indent: 12px;
}

ul.horizontal-menu li.page_item { background: #fff;	border-bottom: none; padding-bottom: 1px; opacity: 1.0; }
ul.horizontal-menu li:hover.page_item { background: #fff;opacity: 1;}
	
ul.horizontal-menu li.current_page_item { background: #ffffff; 	border-bottom: none; padding-bottom: 2px; opacity: 1.0; }
/* Posts */
.the-post-wrapper {
	margin-left: 57px;
}
.the-post {
	margin: 0 15px;
	padding: 5px;
}
.the-post a { color: #0085cf; }
.the-post h2 {
	font: 150% Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	border-bottom: 1px dotted #555555;
}
.the-post h2 a { color: #555555; }
.the-post .post-meta {
	font-size: 62%;
	font-weight: normal;
}
.the-post .post-meta img, .feed-icon {
	height: 16px;
	width: 16px;
	border: none;
	vertical-align: text-bottom;
}
.the-post .post-meta a { color: #555555; }
.the-post .the-content {
	text-align: justify;
	font-size: 80%;
	line-height: 150%;
	text-indent: 0px;
	margin-top: 0px;
}
p.post-sep {
	height: 25px;
}
/* Default Calendar Styles */
span.cssCalendar {
	text-align: center;
	display: block;
	float: left;
}
span.cssCalInner {
	display: block;
}
span.cssCalendar .day {
	display: block;
}
span.cssCalendar .month {
	display: block;
}
span.cssCalendar .date {
	display: block;
}
span.cssCalendar .year {
	display: block;
}
 
/* Medium Size */
.medium {
	width: 50px;
	height: 57px;
	font-size: 14px;
	background: url(images/calendar-med-bg.png) no-repeat;
}
.medium .day {
	font-size: 100%;
	text-transform: lowercase;
	color: white;
	padding-top: 1px;
}
.medium .cssCalInner {
	line-height: 14px;
	padding-top: 5px;
}
.medium .date {
	font-size: 17px;
	font-weight: bold;
	display: inline;
}
.medium .month {
	font-size: 11px;
	font-weight: normal;
	display: inline;
}
.medium .year {
	font-size: 50%;
	font-weight: normal;
	visibility: hidden;
}
 
/* Small Size */
.small {
	width: 36px;
	font-size: 12px;
}
.small .month {
	background: purple;
	color: white;
}
.small .cssCalInner {
	border-left: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
}
.small .date {
	font-size: 150%;
	font-weight: bold;
}
/*
	this part handles formatting inside
	posts.
*/
.the-content p {
	margin-bottom: 18px;
}
.the-content ol {
	list-style: decimal inside;
}
.the-content ol li, .the-content ul li {
	margin-left: 15px;
}
.the-content ul li {
	list-style: circle inside;
}
.the-content strong {
	font-weight: bold;
}
.the-content em {
	font-style:italic;
}
/* Wordpress-generated Classes */
.wp-caption {
	text-indent: 0px;
	padding-top: 5px;
	border: 1px solid #555555;
	/* Mozilla and Safari will read this: */
    -moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
p.wp-caption-text {
	margin: 0;
	font-size: 75%;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}

/* Sidebar */

#sidebar ul {
	width: 200px;
	margin: 0 auto;
}
#sidebar ul ul li a {
	display: block;
	width: 150px;
	margin: 0 auto;
}
#sidebar a:hover { text-decoration: none; }

#sidebar h3, #sidebar h2 {
	font: bold 100% "Arial Black", Gadget, sans-serif;
	text-indent: 9px;
}
#sidebar ul li {
	margin: 15px 0;
	width: 99%;
}
#sidebar ul ul li {
	margin: 2px 0;
	font-size: 75%;
}
#sidebar .subscribe-link {
	font: bold 10px Verdana, Geneva, sans-serif;
	color: orange;
	display: block;
	width: 50%;
	margin: 0px auto;
}

#sidebar .download-link {
	background:#FFE4B3;
	font: bold 10px Verdana, Geneva, sans-serif;
	color:#B73C00;
	text-align: center;
	padding: 6px;
	border: 2px solid orange;
	/* Mozilla and Safari will read this: */
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.widget h2 { }
.widget { padding: 12px 0px; }
.widget_categories a {	background: url(images/folder.png) no-repeat left top; text-indent: 18px; }

.rss { background: url(images/rss.png) no-repeat left top; text-indent: 18px; }
.valid { background: url(images/xhtml_valid.png) no-repeat left top; text-indent: 18px; }

/* Comment...because I have a tendency to forget this part >.< */
h3#comments, h3#respond {
	font-size: 100%;
	font-weight: bold;
	margin-left: 20px;
}
ol.commentlist, form#commentform {
	margin: 10px 0px;
	background: #D7D7D7;
}
ol.commentlist li, form#commentform {
	padding: 5px 15px;
	margin-bottom: 25px;
}
ol.commentlist blockquote {
	width: 50%;
	margin-left: 50px;
}
ol.commentlist blockquote .comment-header {
	background: url(images/comment-balloon-tail.png) no-repeat 25%;
	height: 32px;
	position: relative;
	z-index: 1;
}
ol.commentlist blockquote p {
	padding: 5px;
	margin: -3px 5px 10px;
	background: #555555;
	border: 3px solid #555555;
	position: relative;
	z-index: 0;
	/* Mozilla and Safari will read this: */
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
ol.commentlist .alt {
	background: #b7b7b7;
}
form#commentform textarea {
}
/* Miscellaneous Classes */
.wide {
	width: 898px;
}
.wide .the-post {
	min-height: 640px;
}
.narrow {
	width: 598px;
}
.posts-nav {
	text-align: center;
	margin: 12px 0;
}
.pagetitle {
	margin-left: 15px;
	font-size: 200%;

}
.clear {
	clear: both;
}
/* Wordpress's Calendar */
#wp-calendar {
	font-family:"Courier New", Courier, monospace;
	width: 250px;
	height: 200px;
	margin-left: 40px;
}
#wp-calendar caption {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
#wp-calendar td {
    -moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: 1px solid #0085cf;
}
#wp-calendar td#next {
	text-align: left;
	background: transparent;
	border: none;
}
#wp-calendar td#prev {
	text-align: right;
	background: transparent;
	border: none;
}
#wp-calendar .pad {
	background: transparent;
	border: none;
}
#wp-calendar td#today {
    -moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: 1px solid #4814a0;
	background: #4814a0;
	color: white;
}
#wp-calendar tbody td a {
	color:#858585;
}
#wp-calendar tbody td {
	text-align: right;
	vertical-align: top;
	font-size: 75%;
}
