/* Companion Custom CSS over-rides for [ Decimated Eden ]: ComicPress - 2.8 */
/*
Theme Name: ComicPress
Theme URI: http://comicpress.org
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Tyler Martin, John Bintz, Philip M. Hofer
Author URI: http://mindfaucet.com/
Version: 2.8
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

/* STANDARD TAGS */


body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #333;
     background-color: #D4E5F2;
     text-align: justify;

background: #fff url('/wp-content/uploads/2010/01/background2010-2.jpg'); 
	z-index: 0;    
}

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #content width by the same amount */

#page { width: 1198px; margin: 0px;}

#page-wide { width: 1198px; margin: 0px;}

/* Wraps the content area */
#content-wrapper {width: 952px; padding: 0px 123px 0px 123px; text-align: justify; }

#content { float: left; overflow: hidden; }

	.narrowcolumn { width: 520px; margin: 0 auto; float: left; }

	.widecolumn { margin: 0 auto;  }

.column { margin: 0 5px 0 5px; 	padding: 5px 0; }

.post, .post-comic, .post-page { clear: both; text-align: left; padding: 0 5px; }

.post-head, .post-page-head, .post-comic-head { }

.post-head, .post-page-head { padding:10px 0 0 0; }

.post-foot, .post-comic-foot, .post-page-foot { }

.post-foot { margin-bottom: 20px; }

.post-info { margin-bottom: 5px; }

.post-text { overflow: hidden; 	display: block; }

.post-author-gravatar { float: right; margin-left: 2px; }

.post-mood { float: left; margin-right: 2px; }

.post-date { color: #777; font-family: 'Georgia' , serif; font-size: 15px; font-weight: bold; float: left; margin-right: 3px; }

.post-date .date { height: 50px; width: 45px; background: url(images/calendar.png) center no-repeat; font: normal 22px Georgia; color: #000; text-align: center; line-height: 100%; 	padding: 0 2px 0 0; }


.post-date .date span { height: 16px; display: block; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-align: center; padding-top: 5px; }

.comicdate {
	font-size: 14px;
}

.postdate {
	font-size: 11px;
}

.entry {
	line-height: 1.45em;
	font-size: 13px;
	text-align: justify;
}

.more-link {
	border-top: 1px dashed #000;
	font-style: italic;
	display: block;
	clear: both;
}

.tags {
	font-size: 11px;
}

.related_posts {
	margin-top: 10px;
	font-weight: 700;
}

.related_posts ul {
	list-style: none;
	font-weight: normal;
	font-size: 12px;
}

.members-only {
	border: solid 1px #000;
	background: #eee;
	padding: 3px;
}


/* THE MENU */

#menubar {
width: 952px;
 padding: 0px 125px 0px 125px;
	text-align: left;
/*	
background: url('/images/layout/menu.png');
border-width: 0px 0px 0px 0;
	border-style: solid;
	border-color: #999; */
	list-style: none;
}

.demenubar { width: 630px; margin: 8px 0px 0px 450px; text-align: right;}

#demenu { list-style-type: none; height: 106px; display: inline; text-align: right;}
#demenu li { display: inline; height: 106px; font-family: arial; }
#demenu li a { width: 70px; padding: 45px 25px; text-align: center; color: #ffffff; float: left; vertical-align: middle; font-weight: bold; text-decoration: none;}
#demenu li a:link { background: url(/images/layout/menu.png) 0px 0px repeat-y; }
#demenu li a:visited { background: url(/images/layout/menu.png) 0px -106px repeat-y; }
#demenu li a:hover { background: url(/images/layout/menu.png) 0px -318px repeat-y; } 
#demenu li a:active { background: url(/images/layout/menu.png) 0px -212px repeat-y; }

#demenunav {float: right; text-align: center; }

	#demenu li:hover a, #demenu li.sfhover a {
		color: #fff; /* Main menu highlighted text color */
	}

	#demenu li:hover, #demenu li.sfhover {
		/* Main menu highlighted background color */
	}


/* THE FOOTER */

#footer {

	padding: 50px 0px 0px 0px;
	text-align: center;
}

/* Sivvy user defined */
#comic-navi td {
    padding: 10px 50px;
}

.copyright {
background: url('/images/layout/footer.png') repeat-x; 
width: 1198px;
height: 125px
padding: 100px 150px 0px 150px;
font-size: 9px;

}
#menubar { border: 0px; background: none; }
#menubar li { border: 0px; }
#menubar li:hover { background: none; }
#menu { border: 0px; }
#menu li a:link, #menu li a:visited, #menu li a:hover, #menu li a:active { color: #ffffff; border: 0px; background: none; }

/* #menubar { display: none; }*/