/*
Theme Name: Dalton
Author: Kris Jacque
Description: Child theme for ComicPress
Version: 1.0
Template: comicpress
*/

@import url(../comicpress/style.css);

/* Global */

body {
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	background:url(http://dalton.krisjacque.com/images/wallpaper.png) repeat;
	color:#000000;
}

a, a:link, a:visited, a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:x-large;
	font-weight:bold;
}

h2 {
	font-size:large;
	font-weight:bold;
}

h3 {
	font-size:larger;
	font-weight:bold;
}

h4 {
	font-size:medium;
	font-weight:bold;
}

#page-wide {
	width:780px;
}

/* Header */
#header {width: 780px; height: 120px; background: url('/images/dalton-wp-header-780px.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}

/* Menu bar */
#menubar-wrapper {
	background:none;
}

#menubar-wrapper a:hover {
	text-decoration:underline;
}

.menubar {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

.menu ul li a {
	color:#FFFFFF;
}

.menu ul li a:visited {
	color:#FFFFFF;
}

.menu ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background:none;
}

.menu .current_page_item a {
	color:#66FFCC !important;
}

.menunav a {
	font-size:12px;
	color:#FFFFFF;
}

.menunav-rss:hover {
	background:none;
	color:#FFFFFF;
}

.menunav-prev a:hover {
	background:none;
}
.menunav-next a:hover {
	background:none;
}

/* Archive */
#storyline li li .storyline-title:hover {
	color: black;
}

.archiveindex-head { 
	height:75px;
	background:url('/images/archive-hdr.png') left no-repeat;
	margin-bottom: 5px;
}

/* Blog */
.blogindex-head { 
	height:75px;
	background:url('/images/blog-hdr.png') left no-repeat;
	margin-bottom: 5px;
}

/* About */
.aboutindex-head { 
	height:75px;
	background:url('/images/about-hdr.png') left no-repeat;
	margin-bottom: 5px;
}

/* Comic */
#comic {
	background-color:#ffffff;
	border: medium double #000000;
	margin-bottom:5px;
}

/* Content */
#content {
	background-color:#49C69D;
	border: medium double #000000;
	padding-bottom:5px;
}

.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
	width: 560px;
}

span.comment-balloon {
	display:none;
}

/* Sidebar */
.sidebar, .sidebar a {
	color:#ffffff;
}

#sidebar-right
{
	width:190px;
}


/* Calendar */

#wp-calendar {
	color:#000000;
}

/* Footer */
#footer, #footer a {
	color:#ffffff;
}

#copyright {
	font-size:small;
}
