/* base
----------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #333;
	text-align: center;
	color: #aaa;
	font-size: 12px;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2, h5 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

h3 {
	font-style: italic;
	font-size: 12px;
	background-color: #666;
	color: #aaa;
}

h4 {
	text-align: left;
	font-style: italic;
	font-size: 11px;
	background-color: #666;
	color: #aaa;
}

h5 {
	font-style: italic;
	font-size: 14px;
	color: #555;
	padding-top: 10px;
}

h6 {
	font-size: 12px;
	background-color: #bbbbbb;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

p.news {
	color: #444;
	font-size: 12px;
	text-align: left;
}

/* links
----------------------------------------------- */

a:link, a:visited {
	color: #222222;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #bd5b25;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	font-weight: bold;
}

a img {
	border: none;
}

#subNav a:link, #subNav a:visited {
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
}

#subNav a:hover {
	color: #fff;
	text-decoration: none;
}

#subNav a:active {
	color: #fff;
	font-weight: bold;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #bd5b25;
	font-weight: 100;
	text-decoration: none;
	padding-left: 0px;
}

#sidebar a:hover {
	color: #FFFFFF;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

/* MainNavigation style
----------------------------------------------- */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
	width: 800px;
	background-color: #ddd;
	overflow: hidden;
	border-bottom: 1px solid #bd5b25;
	border-top: 1px solid #bd5b25;
}

.mattblacktabs ul{
	margin: 0 auto;
	padding-left: 120px;
	font: bold 12px Verdana;
	list-style-type: none;
}

.mattblacktabs li{
	display: inline;
	margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
	padding: 3px 7px 3px 8px; /*padding inside each tab*/
	color: #333;
	background: #ddd; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
	color: #444;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: #eee; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/* SubArchive style
----------------------------------------------- */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
	border: 1px solid #C0C0C0;
	background-color: #555;
	margin-left: 10px;
	width: 600px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 164px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.wireframemenu a{
	font: bold 13px Verdana;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #bbb;
	text-decoration: none;
}

.wireframemenu a:visited{
	color: #aaa;
}

.wireframemenu a:hover{
	background-color: #666;
	color: #fff;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0px auto;
	width: 800px;
	height: auto;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	padding: 3px;
	text-align: left;
	height: auto;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

.entry_content {
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}

#subNav {
	background: #555;
	width: 90%;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	margin-top: 5px;
}

#prevNextNav {
	margin: 0 auto;
	background: #fff;
	width: 500px;
	padding: 0px;
}

#blogNav {
	background: #ccc;
	width: 90%;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	margin-top: 5px;
	border: 1px solid #bd5b25;
}

#archiveNav {
	background: #ccc;
	width: 90%;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	margin-top: 5px;
	border: 1px solid #999;
}

#sidebar {
	width: 160px;
	float: right;
	margin: 0 auto;
	padding-top: 10px;
	border-left:1px solid #333;
	text-align: center;
}

#footer {
	font-size: 10px;
	font-style: italic;
	color: #999;
	text-align: center;
	width: 800px;
	background: #555;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}

#wrapper {
	width: 800px;
	background-color: #000;
}

#container2 {
	width: 640px;
	float: left;
	text-align: center;
	margin-right: -160px;
}

#contentComic {
	padding: 0px;
	text-align: center;
	margin: 0 auto;
	height: auto;
}

#comic_excerpt {
	font-family: Arial, Verdana, sans-serif;
	width: 75%;
	background-color: #444;
	color: #aaa;
	padding: 5px;
	margin: 20px auto;
	text-align: left;
	height: auto;
	border: 1px solid #666;
}

.entry_title {
	color: #888;
}

.comic {
	padding: 3px;
	border: 1px solid #999;
}

.clearing {
	clear:both;
	height:0;
}

/* lists
----------------------------------------------- */

#subNav ul {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	list-style: none;
}

#subNav li {
	display: inline;
	padding: 0px 40px 0px 40px;
}

/* google pagination style */
#comicNav {
	list-style: none;
	display: inline;
}

#comicNav li {
	display: inline;
}

/* zem_contact styles
----------------------------------------------- */

.zemContactForm fieldset {
   border: none;
   }

.zemContactForm legend {
	font-style: italic;
	font-size: 12px;
	background-color: #bbbbbb;
	color: #555555;
   padding: 0.5em 10px 0.5em 10px;
   width: 80%;
   }

.zemContactForm label {
   float: left;
   width: 60px;
   margin: 0.3em 10px 0 0;
   text-align: right;
   }

.zemContactForm br {
   clear: left;
   }

.zemContactForm #zemSubmit {
   margin: 0.5em 0 0 70px;
   }

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}
