/* BASIC HTML TAGS
=========================*/

body
{
  background: #e5f7ff;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  text-align: center;
}

li
{
	display: inline;
	padding: 0;
}

img
{
	border: none;
}

form
{
	margin: 5px;
}

p
{
	margin: 5px 10px;
}

h1, h2, h3
{
	text-align: left;
	font-family: Georgia, "Times New Roman", Serif;
}

a:link, a:visited
{
	color: #00264D;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #00458A;
	text-decoration: none;
}

/* NAVIGATION CLASSES
=========================*/

.notActive
{ // Makes non-active image links transparent.
	float: left;
	opacity: 0.4;
}

.mainNav
{
	text-align: center;
	margin: 0;
}

.mainNav select
{
	margin: 0 0 14px 0;
}

.mainNav a
{
	margin: 5px 0;
}

.navTabs {
	float:left;
	line-height:normal;
	margin: -26px 0 -15px 0;
}

.navTabs ul {
	margin:0 0 0 25px;
	padding:0;
	list-style:none;
}
.navTabs li {
	float:left;
	background:url("images/tab_side.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}

.navTabs a {
	display:block;
	background:url("images/tab_main.gif") no-repeat right top;
	padding: 5px 15px;
	margin: 0;
	text-decoration: none;
}

.navTabs a span {
	margin: 0 0 0 -9px;
}

.adcode {
       float: center;
}

/* LAYOUT CLASSES
=========================*/

#header
{
	text-align: center;
	background: #e5f7ff url(images/topbackground.gif) top left;
}

.comicArea
{
	/*margin: 0 auto;*/
	text-align: center;
	background: #bae5f5;
	border-top: 3px solid #00264D;
	border-bottom: 3px solid #00264D;
    margin-left: auto;
    margin-right: auto;
}

#comicTitle
{
	width: 80%;
	margin: 3px auto;
}

#comicTitle h1
{
	width: 80%;
	float: left;
	display: inline;
}

#comicTitle h3
{
	width: 20%;
	text-align: right;
	float: left;
	display: inline;
	margin: 31px 0 0 0;
}

.clear
{
	clear: both;
}

/* COMMENT CLASSES
=========================*/

.comments
{
	background:#bae5f5;
	border: none;
	width: 80%;
	margin: 8px auto;
	text-align: left;
}

.commentPost
{
	margin: 5px 10px;
	border-bottom: 1px solid #00264D;
}

h2.commentTitle
{
	font-size: 1.4em;
	margin: 5px 10px;
}

.commentPost h2
{
	margin: 5px 0;
}

.commentTitle a
{
	text-decoration: none;
}

.byline
{
	text-align: right;
	font-size: 0.8em;
	margin: 3px;
}

/* POST CLASSES
=========================*/

.post
{
	width: 80%;
	background: #fff;
	border: 1px solid #00264D;
	margin: 5px auto;
	text-align: left;
}

.post h2
{
	margin: 5px 10px;
}

.post h2 a
{
	text-decoration: none;
}

.post p
{
	margin: 5px 25px;
}