/*
Theme Name: Boxed for Easel
Theme URI: http://comiceasel.com
Template: easel
Description: Plugin your WebComic
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net
Version: 1.0
License: GNU General Public License, v3 (or newer)
License URI: http://www.opensource.org/licenses/gpl-3.0.html
*/

@import url("../easel/style.css");

/* STANDARD TAGS */

a:link {
	text-decoration: none;
	color: #22719a;
}
a:hover {
	text-decoration: underline;
	color: #0c4a6b;
}
a:visited {
	text-decoration: none;
	color: #0c4a6b;
}

#page-wrap {
	margin-top: 20px;
}

#page-wide {
	width: 1000px;
}

#subcontent-wrapper, #breadcrumb-wrapper {
	background: #9bbed0;
}

.single-comic #breadcrumb-wrapper {
	background: #fff;
}

#footer {
	padding: 5px 0;
	color: #fff;
	background: #222;
}

#comic, #comic-head, #comic-foot, .pagenav {
	background: #fff;
}

.narrowcolumn, .widecolumn {
	background: #e0ecf6;
}

#header h1 a, #header .description {
	color: #fff;
}

#header h1 a:hover {
    color: #f00;
}

#footer a {
	color: #ff0000;
}
#footer a:hover {
	color: #fff;
}

h1 {
	text-shadow: 2px 2px 3px #111;
}

#menubar-wrapper {
	background-color: #000000;
        color: #fff;
        width: 1000px;
}

#menubar-wide {
        width: 1000px
}

/* COMMENT  */

.comment-link {
	font-size: 9px;
}

.comment-meta-data {
	background: #ddd;
	border: dotted 1px #bbb;
}

.bypostauthor .comment-meta-data {
	background: #fff;
}

#sidebar-left, #sidebar-right {
	padding: 3px;
}

#column {
	padding: 5px;
}

body.layout-2cl #column {
	float: right;
}


body.layout-2cl .narrowcolumn,
body.layout-2cr .narrowcolumn {
	width: 554px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #000000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #000000;
}


#sidebar-left {
	width: 180px;
}

.narrowcolumn {
	width: 495px;
}

#sidebar-right {
	width: 300px;
}

#page {
        width: 1000px; margin: 0 auto; 
}