/*
Theme Name: ComicPress Dumbing Of Age
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: David Willis & Philip M. Hofer (Frumph)	
Author URI: http://dumbingofage.com
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
. 
*/


@import url("../comicpress/style.css");


/* STANDARD TAGS */

a:link {
	text-decoration: none;
	color: #a41357;
}
a:hover {
	text-decoration: underline;
	color: #bd4343;
}
a:visited {
	text-decoration: none;
	color: #a41357;
}

#header {
	background: url('images/DoA-header.png') top center no-repeat;
	height: 150px;
	width: 1000px;
}

#header h1, #header .description { display: none; }

.post {
	background-color: #ffd4d4;
	padding: 5px;
	border: 1px solid #fe8786;
	border-bottom: 1px solid #fe8786;
	border-width: 3px 3px 3px;
}

#content-wrapper {
	background-color: #ebfcff;
}

#page-wide {
	width: 1000px
}

#menubar-wrapper {
	background-color: #00677a;
        color: #fff;
}

.menubar ul li a:hover {
	color: #5e88bf;
	background: #5e88bf;
}

.menubar ul li a:link, .menubar ul li a:visited { color: #0c1543; }
.menubar ul li ul li a:link, .menubar ul li ul li a:visited { color: #0c1543; }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #ab0000;
}

#wp-calendar td {
	color: #1d4a5d;
	font: normal 12px 'Lucida Grande' , 'Lucida Sans Unicode' , Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar a:hover {
	background: ffcfcf;
	color: #333;
}

#sidebar-left {
	width: 175px;
}

.narrowcolumn {
	width: 475px;
}

#sidebar-right {
	width: 300px;
}

.comic_navi_wrapper{
float:right;
}
.showhiddentext{
float:right;
width:260px;
height:74px;
}
.hw-jump-desc-wrap{
	text-align:left;
}