p.comic_p
{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

p.float_right
{
  float:right;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.float_left
{
  float:left;
  margin-top: 0px;
  margin-bottom: 0px;
}

img.comic_image
{
/*
  visibility: hidden;
  display: none;
*/
  border-style:solid;
  border-width:medium;
}

table.nav_table
{
  margin-left:  auto;
  margin-right: auto;
}

h1
{
	text-align: center;
	margin-bottom: 5px;
}

h2
{
	text-align: center;
	margin-bottom: 5px;
}

div.intro_poem
{
	display: block;

	font-style: italic;
	text-align: center;
	font-size: 1.2em;
	
	margin-top: 25px;
	margin-bottom: 35px;
}

body
{
	/*background-color: rgb(102, 204, 255); /* colour like rest of site*/ 
	background-color: rgb(221, 235, 251);  /* nuzlocke background */
	margin: 0px;
}

div.white_box
{
  display: block;
  background: White;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0px;
  border-width: medium;
  border-style: solid;
  border-color: black;

  margin-left:  auto;
  margin-right: auto;
  width: 	768px;
}

div.footer
{
	background-color: rgb(205, 225, 250);
	padding: 10px;
	overflow: auto;
	display: block;
}

/* ====================
      NAVIGATION BAR
   ==================== */

.nav_bar
{
	position:static;  /* scroll with screen */

    /*float: left;*/
    height: 36px;
    width: 100%;
    overflow: hidden;

	background-color: rgb(205, 225, 250);
	/*background-color: rgb(20,120,230);*/
	padding: 0px   /*vertical*/
			 0px;  /*horizontal*/
	margin: 0px;

	/* stop buttons piling up */
	line-height: 1;
}

.nav_bar a
{
	color: black; /*rgb(150,230,255);*/
	/* baby blue: rgb(102, 204, 255);*/
	float: left;
	padding: 10px   /*vertical*/
			 20px;  /*horizontal*/
    transition: background-color 0.2s ease, color 0.2s ease;
	
	/* remove link formatting */
	font-style: normal;
	text-decoration: none;
	font-variant: small-caps;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

.nav_bar a:hover, .nav_bar a.current_tab
{
	color: darkblue;
	background-color: rgb(221, 235, 251);  /* nuzlocke background */
}

/* space behind nav bar's starting position */
.nav_bar_back
{
	position:static;

    width: 100%;
	height: 0px;
	
	padding: 0px;
	margin: 0px;
}
