/*
Theme Name: Manga+Press Website 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: #fff url(images/page-bg.png) repeat-x;
	color: #2E2E30;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #002596;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#wrapper-inner {
	background: #F9F9FF;
	width: 900px;
	border: 1px solid #0099E2;
	-moz-border-radius: 6px;
	-webkit-border-radius:	6px;
	position: relative;
	z-index: 1;
	margin-bottom:150px;
}
#header {
	background:url("images/header-bg.png") no-repeat scroll 0 0 transparent;
	height:190px;
	position:relative;
	text-align:center;
	width:900px;
	z-index:0;
}

#posts {
	float: left;
	margin-top: 45px;
}

#sidebar {
	width: 300px;
	float: left;
	margin-top: 45px;
}
#footer {
	color: #333;
	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 h2 {
	font-family: "Arial Black", Impact, Gadget, sans-serif !important;
	font-size: 200%;
	font-weight: bold;
}
.comic-banner h2 a:hover {
	text-decoration: none;
}
.comic-banner-image { border:10px solid #002596; -moz-border-radius: 10px; }
/* Header */
h1#header {
	font-size: 200%;
	font-weight: bold;
	text-indent:-9999px;
}
/* Navigation */
div.horizontal-menu {
	margin-top: -26px;
	position: relative;
	z-index: 2;
	display: block;
	width: 900px;
	height: 26px;
}
div.horizontal-menu li {
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-left:1px solid #0099E2;
	border-right:1px solid #0099E2;
	border-top:1px solid #0099E2;
	display:block;
	float:left;
	font-weight:bold;
	height:24px;
	margin-left:10px;
}
div.horizontal-menu a {
	display: block;
	float: left;
	width: 150px;
	height: 23px;
	padding-top: 2px;
	text-indent: 12px;
}
div.horizontal-menu a:hover { 	text-decoration: none; }
div.horizontal-menu li.page_item {
	background: #ddd;
	border-bottom: none;
	padding-bottom: 1px;
	opacity: 0.3;
}
div.horizontal-menu li:hover.page_item {
	background: #F9F9FF;
	border-bottom: none;
	padding-bottom: 2px;
	opacity: 1;
}
div.horizontal-menu li.current_page_item {
	background: #F9F9FF;
	border-bottom: none;
	padding-bottom: 2px;
	opacity: 1;
}
/* global */
.post-meta img, .feed-icon {
	height: 16px;
	width: 16px;
	border: none;
	vertical-align: text-bottom;
}
.post-meta {
	font-size: 62%;
	font-weight: normal;
	display: block;
}
.post-meta a {
	color: #2eb135;
}
.hentry {
	margin: 0 40px;
	padding: 5px;
}
.post a {
	color: #0085cf;
}
h2.entry-title {
	font: 150% Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}
h2.entry-title a {
	color: #f32837;
}
/* Posts - front page */
.the-post h2 {
	margin:0 0 0 60px;
}
.the-post .post-meta {
	line-height:2;
	margin:5px 0 0 60px !important;
}
.the-post .entry-content {
	margin: 10px 0 0 60px!important;
}
/* Pages/Single Posts and Categories */
.hentry .post-meta {
	margin: 10px 0 0;
}
.hentry .entry-content {
	font-size: 80%;
	line-height: 175%;
	margin:25px 0 0;
}
.hentry .entry-summary {
	font-size: 80%;
	line-height: 175%;
	margin:10px 0 0;
}
p.post-sep {
	height: 25px;
}
/* Default Calendar Styles */
abbr.cssCalendar {
	text-align: center;
	display: block;
	float: left;
}
abbr.cssCalInner {
	display: block;
}
abbr.cssCalendar .day {
	display: block;
}
abbr.cssCalendar .month {
	display: block;
}
abbr.cssCalendar .date {
	display: block;
}
abbr.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;
	display: block;
}
.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 #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.small .date {
	font-size: 150%;
	font-weight: bold;
}
/*
	this part handles formatting inside	posts.
*/
.entry-content h1 {
	margin: 0;
	border: 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 2;
}
.entry-content h2 {
	margin: 0;
	border: 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
}
.entry-content h3 {
	margin: 0;
	border: 0;
	font-size: 1em;
	font-weight: bold;
}
.entry-content h4 {
	margin: 0;
	border: 0;
	font-size: .875em;
	font-weight: bold;
}
.entry-content h5 {
	margin: 0;
	border: 0;
	font-size: .75em;
	font-weight: bold;
}
.entry-content h6 {
	margin: 0;
	border: 0;
	font-size: .625em;
	font-weight: bold;
}
.entry-content p {
	margin: 18px 0;
}
.entry-content ul > li {
	list-style: disc;
}
.entry-content ol > li {
	list-style: decimal;
}
.entry-content ol li, .entry-content ul li {
	margin-left: 30px;
}
.entry-content ul, .entry-content ol {
	list-style: none;
}
.entry-content strong {
	font-weight: bold;
}
.entry-content em {
	font-style:italic;
}
.category-help {
}
/* Wordpress-generated Classes */
.wp-caption {
	text-indent: 0px;
	padding-top: 5px;
	border: 1px solid #ccc; /* 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 71px;
}
.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 {
	border-bottom:1px dotted #CCCCCC;
	font:bold 100% "Arial Black",Gadget,sans-serif;
	margin-bottom:5px;
	padding-bottom:5px;
	text-indent:9px;
}
#sidebar h3:before { content:'\00BB \00A0'; }
#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;
}
#categories a, #archives a, #meta a {
	text-indent: 18px;
	border-bottom: 1px dotted white;
}
#categories h3 {
}
#categories a {
	background: url(images/folder.png) no-repeat left top;
}
#categories ul li:hover {
	background: #006652;
}
#categories {
	padding: 12px 0px;
}
.cat-item-1 {
}
#archives h3 {
}
#archives a {
	background: url(images/calendar.png) no-repeat left top;
}
#archives ul li:hover {
	background: #331e54;
}
#archives {
	padding: 12px 0px;
}
#meta h3 {
}
#meta a {
}
#meta ul li:hover {
	background: #002596;
}
#meta {
	padding: 12px 0px;
}
#meta .rss {
	background: url(images/rss.png) no-repeat left top;
}
#meta .valid {
	background: url(images/xhtml_valid.png) no-repeat left top;
}
/* 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: #CCC;
	border: 3px solid #aaa;
	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%;
	font-weight: bold;
}
.clear {
	clear: both;
}
h2.comic-title {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	margin: 0;
}
/* 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:#0085cf;
}
#wp-calendar tbody td {
	text-align: right;
	vertical-align: top;
	font-size: 75%;
}

