/* pre-load cursor-hover images */

#menu-heads:after {
    width: 1;
    height: 1;
    overflow: hidden;
    visibility: hidden;
    z-index: -999;
    position: fixed;
    content: url("http://dummcomics.com/images/heads/mon_lit.png")
             url("http://dummcomics.com/images/heads/tue_lit.png")
             url("http://dummcomics.com/images/heads/wed_lit.png")
             url("http://dummcomics.com/images/heads/thu_lit.png")
             url("http://dummcomics.com/images/heads/fri_lit.png")
             url("http://dummcomics.com/images/heads/sat_lit.png")
             url("http://dummcomics.com/images/heads/sun_lit.png");
}

/* Faces CSS */

.menubar ul li a {
 padding: 10px 0 0 0 !important;
}

.menu-item a {
 text-align: center;
 overflow: hidden;
 width: 110px; /* image width */
 height: 100px; /* image height plus line height */
 padding: 0;
 margin: 0;
}

/* one for each day */

  #menu-item-6301 a {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/mon_line.png")
no-repeat center bottom;
}

#menu-item-6301 a:hover {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/mon_lit.png")
no-repeat center bottom;
}

#menu-item-6613 a {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/tue_line.png")
no-repeat center bottom;
}

#menu-item-6613 a:hover {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/tue_lit.png")
no-repeat center bottom;
}

#menu-item-6462 a {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/wed_line.png")
no-repeat center bottom;
}

#menu-item-6462 a:hover {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/wed_lit.png")
no-repeat center bottom;
}

#menu-item-6304 a {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/thu_line.png")
no-repeat center bottom;
}

#menu-item-6304 a:hover {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/thu_lit.png")
no-repeat center bottom;
}

#menu-item-6463 a {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/fri_line.png")
no-repeat center bottom;
}

#menu-item-6463 a:hover {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/fri_lit.png")
no-repeat center bottom;
}

#menu-item-6305 a {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/sat_line.png")
no-repeat center bottom;
}

#menu-item-6305 a:hover {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/sat_lit.png")
no-repeat center bottom;
}

#menu-item-6302 a {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/sun_line.png")
no-repeat center bottom;
}

#menu-item-6302 a:hover {
 background: #4a4a4a
url("http://dummcomics.com/images/heads/sun_lit.png")
no-repeat center bottom;
}
/* override black top border on blog header */

#blogheader {
       border-top: none !important;
}

/* THE PAGE WRAPPER */

#page {
	width: 1020px;
	margin: 0px auto;
}

#page-wide {
	width: 1020px;
	margin: 0px auto;
}

/* THE COMIC */

#comic-head {
	padding-top: 10px;
	clear: both;
}

#comic {
        width: 800px;
	text-align: center;
}

#comic-foot {
	padding-bottom: 0px;
	text-align: center;
}


/* POSTS - PAGES */

#pagewrap-right {
	width: 800px;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;	
}

#pagewrap-left {
	width: 100px;
	float: left;
	overflow: hidden;
}


#subcontent-wrapper {
	clear: both;
}

#content {
	float: left;
}

	.narrowcolumn {
		width: 300px;
		padding: 0 0px;
		overflow: hidden;
		background: #4a4a4a
	}
	
	/* add 10px to smaller width layouts */
		.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
			width: 800px;
		}
		
	.widecolumn {
		width: 200px;
		overflow: hidden;
	}
	
	.column_one {
		width: 50%; 
		float: left; 
		padding: 0%; 
	}
	
	.column_two {
		width: 50%; 
		float: left; 
		padding: 0%; 
	}
.post {
	margin: 0 0 40px;
	text-align: justify;
	border-bottom: 2px solid red;
	}

	/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Futura, Helvetica, Sans-Serif;
	background: #4a4a4a url(images/bg-pattern.gif);
	color: #ccc;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	}

#headerimg 	{
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	
.entry a {
	color: #fff;
	text-decoration: underline;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Futura, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Futura, Helvetica, Sans-Serif;
	font-weight: bold;
	color: white;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	display: none;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Futura, Helvetica, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #fff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #ccc;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Futura, Helvetica, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}



.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Futura, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Futura, Helvetica, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em Arial, Futura, Helvetica, Sans-Serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ccc;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
/* End Typography & Colors */


/* CALENDAR */

#wp-calendar-wrap {
	margin: 0 auto;
	width: 170px;
	background: #4a4a4a;
	padding: 10px;
	border: 0px solid #000;
}

#wp-calendar {
	width: 165px;
	margin: 0 auto;
}

.wp-calendar-thumb {
	width: 178px;
	height: 130px;
	margin: 0 auto;
}

#wp-calendar th {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

#wp-calendar caption {
	font-family: 'Georgia' , sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
}

#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: #fff;
	background: #000;
}

table#wp-calendar {
	border: none;
	background: transparent;
}

table#wp-calendar td {
	border-color: #999;
}

.wp-calendar-download {
	width: 166px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 10px;
	text-align: right;
	color: #777;
	background: #222;
}

.wp-calendar-download-links a {
	padding: 0 3px;
	font-weight: bold;
	color: #fff;
	background: #000;
	border-left: 1px solid #777;
}

.wp-calendar-download-links a:hover {
	background: #800;
}
/* Companion Custom CSS over-rides for [ Dumm Comics ]:  -  */