/* Companion Custom CSS over-rides for [ Stephanie McMillan ]:  -  */
/*


/* THE PAGE WRAPPER */

#page {
	width: 950px;
	margin: 0px auto;
}

#page-wide {
	width: 1000px;
	margin: 0px auto;
}

/* THE COMIC */

#comic-head {
	clear: both;
}

#comic {
	text-align: center;
	max-width: 100%;
}

#comic ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#comic-foot {
	text-align: center;
}

/* the style of this is further down */
#comic button {
	float: left;
}


/* POSTS - PAGES */

#section-wrap {
	width: 770px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
}

.layout-2cvr #section-wrap,
.layout-2cvl #section-wrap {
	width: 570px;
}

.layout-v3c  #section-wrap,
.layout-v3cr #section-wrap,
.layout-v3cl #section-wrap {
	width: 560px;
}

#subcontent-wrapper {
	clear: both;
}

#content {
	float: left;
}

.narrowcolumn {
	width: 550px;
	padding: 0 5px;
	overflow: hidden;
}

.layout-2cl .narrowcolumn, .layout-2cr .narrowcolumn,
.layout-2cvr .narrowcolumn, .layout-2cvl .narrowcolumn {
	width: 560px;
}

.wide .narrowcolumn {
	width: auto !important;
	overflow: hidden;
}

.column_one {
	width: 48%;
	float: left;
	padding: 1%;
}

.column_two {
	width: 48%;
	float: left;
	padding: 1%;
}

.post {
}

.post-type-cat {
	text-transform: capitalize;
}

.post-content {
	padding: 3px;
}

.post-foot {
	margin-bottom: 10px;
}

.post-image {
}

.post-info {
	padding-bottom: 5px;
	font-size: 12px;
}

.post-text {
	overflow: hidden;
	display: block;
}

.post-author-gravatar {
	float: right;
}

.post-mood {
	float: left;
	margin-right: 2px;
}

.post-calendar-date {
	color: #777;
	font-family: 'Georgia' , serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	margin-right: 3px;
}

.post-calendar-date .calendar-date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.png) center no-repeat;
	font-family: 'Georgia' , serif;
	font-size: 22px;
	font-style: normal;
	color: #000;
	text-align: center;
	line-height: 100%;
	padding: 0 2px 0 0;
}


.post-calendar-date .calendar-date span {
	height: 16px;
	padding: 1px 0 4px 0;
	display: block;
	font-family: 'Verdana' , sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

.postdate {
	font-size: 11px;
}

.entry {
	line-height: 18px;
	padding: 3px 0;
}

.more-link {
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
}

.post-tags {
	font-size: 12px;
}

.post .members-only {
	border: 1px dotted #000;
	background: #fafafa;
	padding: 3px;
}

.post .non-member {
	border: 1px dotted #000;
	background: #fafafa;
	padding: 3px;
}

.linkpages {
	clear: both;
	float: right;
	margin: 5px;
}


/* SIDEBAR */

/* Left Sidebar Themes */
#sidebar-left, #sidebar-right {
	float: left;
	width: 300px;
	padding: 40px;
}

#sidebar-overcomic {
	padding: 20px 0 0 0;
}

.customsidebar ul, .customsidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Sidebar Class */

.sidebar {
	font-size: 12px;
	overflow: hidden;
}

.sidebar h2, .sidebar h2 a {
	display: block;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin: 0 0 0 10px;
	padding: 0;
}

.sidebar .widget {
	margin-bottom: 10px;
}

.sidebar .widget .post-extras, .sidebar .widget .entry {
	padding: 3px;
}