/*		Color List		*/
/* 	6d1c14		Dark Burgundy	*/
/*	98281c		Burgundy		*/
/*	4c1a15		Very Dark Burg	*/
/*	f68693  	Rose     		*/
/*  9c3024      TransBurg       */
/*	ecb00f		Golden			*/
/*	f8dd73		Yellow			*/

/* ------------CORE STRUCTURE------------ */

body {
  font-family: 		"Verdana", Helvetica, Arial, sans-serif;
  color: 			#ffffff;
  background: 		url('./images/backg.png') repeat #000;
}

/* Banner at the top of the page */
#banner {
  height: 			180px;
  text-align: 		center;
}

#banbord {
  border: 5px solid #9c3024;
}

#container {
  font-size: 		80%;
  border: 			5px solid #9c3024;
  width: 			900px;
  margin: 			0 auto;
  background: 		#6d1c14;
  min-height:		600px;
}

.content {
  padding: 			0 10px 0 80px; 
  margin: 			0px 0px 0px 135px;
}

.blankspace {
height: 			0px;
clear: 				both;
}

img {
border: 			0px;
}

/* ------------LINKS------------ */

a:link {
  color: 			#f68693;
  text-decoration: 	none;
}

a:visited {
  color: 			#f68693;
  text-decoration: 	none;
}

a:hover {
  color: 			#F6FF01;
  text-decoration: 	none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: 			#FFFFFF;
  text-decoration: 	none;
}


/* ------------COMIC AREA------------ */

#page {
  margin: 			10px auto;
  /*text-align: 	center; */
  width: 			800px;
  padding-left:		50px;
  padding-right:	50px;
  background-color: #6d1c14;
  border: solid 5px #9c3024;
}

#topnavi {
  border-bottom:	0px;
  margin-bottom:	10px;
  margin-top:		10px;
}

#bottomnavi {
  border-top:		0px;
  margin-bottom:	10px;
  margin-top:		10px;
}

.naviwrapper {
clear: both;
}

.comicnavi, .comicnavi a {
  margin: 			0 auto; 
  padding: 			0 5px; 
  width: 			800px;
  text-align:		center;
  color: 			#000;
}

.comicnavi td {
  width:			100px;
}

#footer {
  text-align: 		center;
  vertical-align:	text-top;
  font-size: 		75%;
  width: 			auto;
  padding: 			2px 10px;
  clear: 			both;
}


/* ------------SITE NAVIGATION------------ */

#sitenavicontainer {
  background: 		#6d1c14;
  width: 			900px;
  height: 			30px;
  margin: 			auto;
  padding-top:		10px;
  border-bottom:	5px solid #9c3024;
  border-left:		5px solid #9c3024;
  border-right:		5px solid #9c3024;
}

#sitenavi, #othercomic {
  margin: 			0 auto;
  width: 			900px;
  background:		#000;
}

#sitenavi a:link, #othercomic a:link, #sitenavi a:visited, #othercomic a:visited {
  color: 			#FFF;
}

#sitenavi ul, #othercomic ul {
  list-style-type: 	none;
  padding: 			0;
  margin: 			0 auto;
}

#sitenavi li, #othercomic li {
  display: 		inline;
  background: 		#6d1c14;
  text-transform: 	uppercase;
  font-weight: 		bold;
  font-size:		15px;
  margin:			0 auto;
  padding: 			5px 10px;
}

#sitenavi li {
  float: 			left;
}

#othercomic li{
  float:			right;
}

#sitenavi li a:hover, #othercomic li a:hover, #sitenavi li:hover, #othercomic li:hover {
  background: 		#4c1a15;
  color: 			#f68693;
}

/* ----------COMIC SPACE---------- */

#iborder {
	border: 5px solid #4c1a15;
}

/* ------------SIDEBAR------------ */

#side {
  width: 			180px;
  height: 			500px;
  font-size: 		small;
  text-align: 		center;
  float: 			left;
  border: 			none;
  padding: 			10px 10px 10px 10px;
  margin-bottom: 	10px;
}

.sideheader {
  text-align: 		center;
  font-weight: 		bold;
  font-size: 		120%;
  padding-bottom: 	3px;
  border-bottom: 	1px dotted #ecb00f;
}

#sidelist  {
  float:			left;
  list-style-type: 	none;
  text-align:		center;
  padding: 			0;
}

#sidelist li {
  display: 			inline;
  position:			relative;
  padding: 			0;
}

/* Social media images */
.social{
  height:			24px;
  width:			24px;
}

/* ------------ARCHIVES------------ */
  
.chapters{
 /*display:			table-cell; 
 margin:			0 auto; */
}

.chapters td, .chapters th{
  vertical-align:	text-top;
  text-align:		left;
}

.chapters td{
  width: 			200px;
}

/* ------------MISC------------ */

.bio {
  padding:			5px 15px;
  font-size: 		77%;
}

.mid {
  display:			block;
  margin-left:		auto;
  margin-right:		auto;
}

.divider {
  border-bottom:	1px dotted black;
  padding-bottom:	10px;
}

#disqus_thread {
  padding-top:		15px;
  margin-top:		105px;
  border-top:		1px solid black;
}

.disclaimer {
  font-size:		70%;
}