/*
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: 12px;
}

#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: 32px;
    font-weight: bold;
}

.comic-banner h2 a:hover {
    text-decoration: none;
}

.comic-banner-image { border:10px solid #002596; -moz-border-radius: 10px; }

/* Header */
#header {
    font-size: 32px;
    font-weight: bold;
    text-indent:-9999px;
}

/* Navigation */
.horizontal-menu {
    margin-top: -26px;
    position: relative;
    z-index: 2;
    display: block;
    width: 900px;
    height: 26px;
}

.horizontal-menu li {
    border-top-left-radius: 6px;
    border-top-right-radius: 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;
}

.horizontal-menu a {
    display: block;
    float: left;
    width: 150px;
    height: 23px;
    padding-top: 2px;
    text-indent: 12px;
}

.horizontal-menu a:hover { 	text-decoration: none; }
.horizontal-menu li.page_item {
    background: #ddd;
    border-bottom: none;
    padding-bottom: 1px;
    opacity: 0.3;
}

.horizontal-menu li:hover.page_item {
    background: #F9F9FF;
    border-bottom: none;
    padding-bottom: 2px;
    opacity: 1;
}

.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: 10px;
    font-weight: normal;
    display: block;
}

.post-meta a {
    color: #2eb135;
}

.hentry {
    margin: 0 40px;
    padding: 5px;
}

.post a {
    color: #0085cf;
}

.entry-title {
    font: 150% Arial, Helvetica, sans-serif;
    padding-bottom: 2px;
    border-bottom: 1px dotted #ccc;
}

.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;
}

.format-status {
    border-top: 1px solid #CCC;
    border-radius: 6px;
    box-shadow: 2px 2px 2px;
    border-left: 1px solid #CCC;
    background-color: #EEE;
}

.format-status.sticky {
    border-top: 1px solid #C99;
    border-radius: 6px;
    box-shadow: 2px 2px 2px;
    border-left: 1px solid #C99;
    background-color: #EBB;
}

.format-status .entry-content {
    margin: 2px 15px 0 60px !important;
    font-size: 16px !important;
    font-style: italic;
}

.hentry .entry-content {
    line-height: 1.75;
    margin: 25px 0;
    font-size: 14px;
}

.hentry .entry-summary {
    line-height: 1.75;
    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 {
    text-transform: lowercase;
    color: #fff;
    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: 8px;
    font-weight: normal;
    visibility: hidden;
}

/* Small Size */
.small {
    width: 36px;
    font-size: 12px;
}

.small .month {
    background: purple;
    color: #fff;
}

.small .cssCalInner {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.small .date {
    font-size: 18px;
    font-weight: bold;
}

/*
    this part handles formatting inside	posts.
*/
.entry-content h1 {
    margin: 0;
    border: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 2;
}

.entry-content h2 {
    margin: 0;
    border: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}

.entry-content h3 {
    margin: 0;
    border: 0;
    font-size: 20px;
    font-weight: bold;
}

.entry-content h4 {
    margin: 0;
    border: 0;
    font-size: 16px;
    font-weight: bold;
}

.entry-content h5 {
    margin: 0;
    border: 0;
    font-size: 12px;
    font-weight: bold;
}

.entry-content h6 {
    margin: 0;
    border: 0;
    font-size: 10px;
    font-weight: bold;
}

.entry-content p {
    margin: 0 0 1em;
}

.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;
    margin: 0 0 1em;
}

.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: 12px;
}

.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 #CCC;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: bold;
    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: 12px;
}

#sidebar .subscribe-link {
    font: bold 10px Verdana, Geneva, sans-serif;
    color: orange;
    display: block;
    width: 50%;
    margin: 0px auto;
}

#categories a, #archives a, #meta a {
    text-indent: 18px;
    border-bottom: 1px dotted #fff;
}

#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 >.< */
#comments {
    font-weight: bold;
    margin-left: 20px;
}

#respond {
    margin-top: 1em;
}

#reply-title {
    font-size: 20px;
    font-weight: bold;
}

.commentlist, #commentform {
    margin: 10px 0px;
}

.commentlist li {
    margin-bottom: 25px;
    margin-left: 25px;
}

#commentform {
    padding: 5px 15px;
    margin-bottom: 25px;
    position: relative;
}

#commentform p {
    margin-bottom: 1em;
}

#commentform .required {
    position: absolute;
    left: 5px;
    color: #C00;
}

.comment-notes .required {
    position: static !important;
}

.commentlist .children {
    margin-top: 25px;
    margin-left: 25px;
    border-left: 1px solid #ccc;
}

.comment-meta {
    font-size: 12px;
    margin-bottom: 1em;
}

.comment-author {
    margin-bottom: .5em;
}

.comment p {
    line-height: 1.75;
    margin: 0 0 1em;
    font-size: 14px;
}

.reply {
    margin-left: 25px;
}

#commentform label {
    display: block;
}

.form-allowed-tags {
    margin: 25px 0;
    font-size: 12px;
    font-style: italic;
}

.commentlist blockquote {
    width: 50%;
    margin-left: 50px;
}

.commentlist .comment-header {
    background: url(images/comment-balloon-tail.png) no-repeat 25%;
    height: 32px;
    position: relative;
    z-index: 1;
}

.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;
}


#commentform textarea {}

/* Miscellaneous Classes */
.page-numbers {
    border: 1px solid #CCC;
    background-color: #EEE;
    padding: 1px 3px;
    margin: 0 2px;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev,
.page-numbers.current {
    border: none;
    background-color: transparent;
}

.wide {
    width: 898px;
}

.wide .the-post {
    min-height: 640px;
}

.narrow {
    width: 598px;
}

.posts-nav {
    text-align: center;
    margin: 12px 0 30px;
}

.pagetitle {
    margin-left: 25px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1em;
}

.field-age {
    display: none;
}

.clear {
    clear: both;
}

.comic-title {
    text-align: center;
    font-size: 32px;
    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: #fff;
}

#wp-calendar tbody td a {
    color:#0085cf;
}

#wp-calendar tbody td {
    text-align: right;
    vertical-align: top;
    font-size: 12px;
}
