/*
 Theme Name:     ComicPress Child
 Theme URI:      http://frumph.net/easel
 Description:    ComicPress Child Theme
 Author:         Philip M. Hofer (Frumph)
 Author URI:     http://frumph.net
 Template:       comicpress
 Version:        4.0.5
*/

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


/* =Theme customization starts here
-------------------------------------------------------------- */

body.scheme-mecha #page-wrap {
	width: 100%;
	background: none;
}

body.scheme-mecha #submit, body.scheme-mecha .post-info, body.scheme-mecha .uentry, body.scheme-mecha #wp-paginav, body.scheme-mecha h2.widget-title, body.scheme-mecha #comment-wrapper, body.scheme-mecha .blognav, body.scheme-mecha .default-nav, body.scheme-mecha .submit, body.scheme-mecha .feature, body.scheme-mecha .related-comics {
	border-color: #000;
	background: #aaa;
}

body.scheme-mecha .menu ul li a:hover, body.scheme-mecha .menu ul li ul li a:hover {
	color: red;
}

body.scheme-mecha #sidebar-left a:link,
body.scheme-mecha #sidebar-right a:link, 
body.scheme-mecha #footer-sidebar-wrapper a:link,
body.scheme-mecha .footmenu a:link {
	color: #b00;
}

body.scheme-mecha #sidebar-left a:visited,
body.scheme-mecha #sidebar-right a:visited, 
body.scheme-mecha #footer-sidebar-wrapper a:visited,
body.scheme-mecha .footmenu a:visited {
	color: #600;
}

body.scheme-mecha #sidebar-left a:hover,
body.scheme-mecha #sidebar-right a:hover, 
body.scheme-mecha #footer-sidebar-wrapper a:hover,
body.scheme-mecha .footmenu a:hover {
	color: red;
}