/* Companion Custom CSS over-rides for [ The Webcomic Factory ]:  -  */

/*
.comment-link a {
	display: block;
	margin: 10px 20px;
	font-size: 150%;
}
*/

#header {
	height: 200px;
	width: 980px;
	background: url('http://www.thewebcomicfactory.com/wp-content/uploads/2012/08/header.jpg') top center no-repeat;
	-moz-box-shadow: 1px 2px 10px #000;
	-webkit-box-shadow: 1px 2px 10px #000;
	-khtml-box-shadow: 1px 2px 10px #000;
	box-shadow: 1px 2px 10px #000;
	margin-bottom: 2px;
}

#header h1, #header .description {
	display: none;
}

h4.related-title {
	margin: 0 !important;
}

.related-comics {
	padding: 8px;
}

.comic-archive-list-wrap {
	width: 515px !important;
}

#page {
	width: auto;
}

#header, #footer, #breadcrumb-wrapper {
	width: 980px;
	margin: 0 auto;
}

#menubar-wrapper {
	width: 990px;
	margin: 0 auto;
}

#menubar-wrapper {
	margin: 5px auto;
}

#subcontent-wrapper {
	width: 986px;
	margin: 0 auto;
}

#subcontent-wrapper {
	padding: 3px;
}

#sidebar-right {
	float: right;
}

#content-wrapper {
	background: none;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
}

#subcontent-wrapper {
	background: #111 url('images/background-lines.png') repeat;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 2px 10px #000;
	-webkit-box-shadow: 1px 2px 10px #000;
	-khtml-box-shadow: 1px 2px 10px #000;
	box-shadow: 1px 2px 10px #000;
}

#comic-wrap {
	background: #fff;
	width: 990px;
	padding: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #000;
	margin: 0 auto;
}

.narrowcolumn {
	width: 560px;
}

.comic_navi a {
	color: #000;
}

#sidebar-header .sidebar .widget {
	margin: 0 auto;
}

#sidebar-header {
	width: 480px;
	float: right;
	margin-right: 10px;
	display: inline-block;
}