/* Companion Custom CSS over-rides for [ Chugworth! ]: ComicPress - 2.8 */

/* STANDARD TAGS */
h2, h2 a {
	margin: 0;
	color: #333;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 2px;
	font-family: 'trebuchet ms';
	text-decoration: none;
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #6d6fd6;
}

.post, .post-comic, .post-page {
	clear: both;
	text-align: left;
	padding: 10px;
}

h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'trebuchet ms';
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -2px;
		clear: both;
	}

/* Wraps the content area */
#content-wrapper {
	margin: 0;
	padding: 0;
	border-left:2px solid #575584;
	border-right:2px solid #575584;
	border-bottom:2px solid #575584;
	background: #9995f5;
}

#comic {
	background: #fff;
	border: 2px solid #575584;
	text-align: center;
	z-index: 100;
	padding: 5px;
	margin-left:5px;
}

.post, .post-comic, .post-page {
	clear: both;
	text-align: left;
	padding: 0;
	background: #fff;
	border: 1px solid #575584;
}

.post-info {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
	background: #cacbff;
	border-bottom:1px solid #575584;
}

.entry {
	line-height: 1em;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

.post-foot {
	margin-bottom: 5px;
}

/* Hide text based navigation for just comic posts. */
.narrowcolumn .nav { display: none; }

#blogheader {
	padding:0;
	border:0;
}


/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }

/* Add Image to Header */
#header { height: 176px; background: url('http://chugworth.com/images/title.png') bottom left no-repeat; }

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */

#page {
	width: 940px;
	margin: 0px auto;
}

#page-wide {
	width: 1140px;
	margin: 0px auto;
}

/* Wraps the content area */

.narrowcolumn {
		width: 680px;
		margin: 0 auto;
		float: left;
	}
	
#sidebar-right {
	float: right;
	width: 250px;
}
	
.sidebar {
	font-size: 11px;
	margin: 10px 10px 10px 10px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	border: 2px solid #575584;
	background: #cacbff;
}

/* THE MENU */

#menubar {
	background: url('http://chugworth.com/wp-content/themes/comicpress/images/menu.png');
	text-align: left;
	border-width: 1px 2px 1px 0;
	border-style: solid;
	border-color: #575584;
	list-style: none;
}

#menu {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 13px;
	border-right: 1px solid #575584;
	border-left: 2px solid #575584;
}

#menu a {
		padding: 0px 10px 0 10px;
		display: block;
		color: #fff;
		text-decoration: none;
		font-weight:bold
	}

#wp-calendar a {
		display: block;
		text-decoration: none;
		font-weight: bold;
		color: #575584;
		background: #dcddff;
	}
	
#wp-calendar a:hover {
		color: #fff;
		background: #9995f5;
	}
	
table#wp-calendar td {
		border-color: #575584;
		background: #dcddff;
	}
	
#wp-calendar caption {
		font-family: 'Georgia' , sans-serif;
		font-size: 18px;
		letter-spacing: -1px;
		font-variant: small-caps;
		color: #575584;
	}