/*
Theme Name: LazyBones
Theme URI: http://prologuecomics.com
Template: comicpress
Description: Comicpress sub-theme created for the Lazy Bones WebComic site distributed by PrologueComics. <a href="http://prologuecomics.com">Visit the Prologue Comics Website.</a>
Author: Ryan Archer
Author URI: http://n8logic.us/
Version: 0.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 */

body {
	background: #ff0 url('images/background.png') repeat;
}

#page, #page-wide {
	background: #ddd;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

#page-wrap {
	padding: 0 10px;
	background: url('images/classic-background-narrow.png') top center repeat-y;
}	

#page-wide-wrap {
	padding: 0 10px;
	background: url('images/classic-background-wide.png') top center repeat-y;
}

#header {
	padding: 0 10px;
	background: #333 url('images/banner2.gif') no-repeat;
	text-align: left;
	height: 180px;
}

#header a {
	color: #f00;
	text-decoration: none;
}

	#header a:hover {
		color: #00f;
	}

#header h1 {
	text-align: left;
	padding-left: 20px;
}

#header .description {
	text-align: left;
	padding-left: 60px;
}

#content-wrapper, #content-wrapper {
	background: #a0a0a0;
}

#subcontent-wrapper {
	background: #222;
}

#footer {
	padding: 5px 0;
	color: #fff;
	background: #222;
	border-bottom: solid 1px #000;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #fff;
}

.narrowcolumn, .widecolumn {
	background: #DCF6FB;
}

#header h1 a, #header .description {
	color: #fff;
}

.page .narrowcolumn { padding-top: 5px; }

#comic-head {
	padding: 0;
	margin: 0;
}


/* SIDEBAR */


/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	width: 200px;
	padding: 5px;
	color: #fff;
}

#sidebar-left a {
	color: #f00;
	text-decoration: none;
}

	#sidebar-left a:hover {
		color: #fff;
	}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 200px;
	padding: 5px;
	color: #fff;
}

#sidebar-right a {
	color: #f00;
	text-decoration: none;
}

	#sidebar-right a:hover {
		color: #fff;
	}

.ComicPressCalendarWidget {
	color: #000;
}

#sidebar-abovecomic {
	background: #fff;
}

#comic {
	margin: 0;
	border: 0;
}

#sidebar-undercomic, #comic-foot {
	background: #fff;
}

#footer a {
	color: #ff0000;
}
#footer a:hover {
	color: #fff;
}


/* MENU */
	
	.menunav-rss:hover {
		background: #ff6600;
	}

#menu {
	text-transform: uppercase;
	font-size: 12px;
}

	#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a,
	#menu li:hover li, #menu li li:hover li, #menu li li li:hover li, #menu li li li li:hover li {
		text-transform: uppercase;
		font-size: 12px;
	}

/* COMMENT  */

.comment-link {
	font-size: 9px;
}

.comment-meta-data {
	background: #ddd;
	border: dotted 1px #bbb;
}

.bypostauthor .comment-meta-data {
	background: #fff;
}

#comment-textarea {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	padding: 3px;
	background: #ccc;
}

#comment-textarea:focus {
	background: #fff;
}

/* OTHER */

#sidebar-undercomic {
	text-align: center;
}

.widget_sociable_widget {
	margin: 0 auto;
	padding: 0 0;
}

.cpcal-cals {
	width: 516px;
	margin: 0 auto;
	padding-left: 5px;
}
