@charset "UTF-8";

/* BODY AND CONTAINER */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	background-image:url(../_Images/bgImage_nb.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;	
}

#container {
	width: 680px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #555;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* HEADER */

#header {
	background: none;
	padding: 40px 10px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #555;
	color: #FFF;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	letter-spacing: 0.05em;
	word-spacing: 0.3em;
}

h2.Subtitle {
	margin-top:0em;
	font-variant:small-caps;
	text-align:center;
	color:#FFD9C0;
}

#header h6 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-bottom: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: cursive;
	font-size: small;
	text-align: center;
	color: #FFFFFF;
}

/*  MAIN CONTENT */

#mainContent {
	background: #000;
	text-align: justify;
	background-color: #555;
	color: #FFF;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* MENUBAR */
	
#mainContent ul {
float:left;
width:100%;
padding:0;
margin:0 0 30px 0;
list-style-type:none;
}

#mainContent ul li a {
float:left;
text-decoration:none;
color:white;
width:23.5%;
background-color:#444;
padding:0.2em;
border-right:1px solid white;
text-align:center;
}

/* MENUBAR LINKAGE */

#mainContent ul li a:hover {background-color:#888; color:#FFD9C0; font-weight:900;}
#mainContent ul li a.last {border-right:none;}
#mainContent li {display:inline;}

/* MAIN CONTENT DECORATION */

span.firstLetter {
	float:left;
	width:1.1em;
	font-size:400%;
	font-family:cursive;
	color:white;
	line-height:85%;
}

#container #mainContent hr {
	color: #FFFFFF;
}

span.super {
	vertical-align: super;
	font-size:0.6em;
}

/* TEXT TRANSLATION */

/*a.Text_Translation:link {
	color:#FFF;
	border-style:none;
}

a.Text_Translation:visited {
	text-decoration:none;
}
*/
/*
.Text_Translation {
  font-style:normal;
  display:none;
}
dfn {
  position:relative;
}
dfn:hover span {
  display:block;
  position:absolute;
  top:-1em;
  width:auto;
  background-color:#000;
  padding:1em;
  color:#FFF;
}
*/

/* jQUERY TOOLTIP */

#tooltip {
	color: #000;
	font-weight:700;
	text-align: left;
}	

/* MAIN CONTENT LINKAGE */

a:link {color:#FFD9C0; text-decoration:none;}
a:visited {color:#999;}
a:hover {color:#FFF; font-weight:700;}


p.Footnotes {
	font-size: 0.8em;
	clear:left;
}


/* CHARACTER FRAMES */

img.MojiFloat {
	background-color:#000;
}

span.MojiFrame {
	float:right;
	margin: 0em;
	padding: 0.5em;
	padding-bottom: 0.3em;
	background-color:#FFF;
	border-style:none;
	margin-left: 1em;
}

/* CHARACTER FRAME LINKAGE */

a:link {color:#FFD9C0; text-decoration:none;}
a:visited {color:#999;}
a:hover {color:#FFF; font-weight:700;}

a.MojiGIF:link img {
	border:solid 0.2em #FFD9C0;
}

a.MojiGIF:visited img {
	border:solid 0.2em #999;
}

a.MojiGIF:hover img {
	border:solid 0.2em #000;
}
 
/* HORIZONTAL LINE */

hr {
	float: left;
	width:30%;
}

/* FOOTER */

#footer {
	background: #000;
	text-align: justify;
	vertical-align: baseline;
	background-color: #555;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
} 

.Italics {
	font-style:italic;
}

.SmallCaps {
	font-variant:small-caps;
}

.FooterLeftFloat {
	float:left;
	margin:0em;
	text-align:left;
	font-size:0.8em;
	padding-left: 2em;
	padding-bottom: 2em;
	border-style:none;
	background-color:#555;
}

.FooterRightFloat {
	float:right;
	margin:0em;
	text-align:right;
	font-size:0.8em;
	padding-right: 2em;
	padding-bottom: 2em;
	border-style:none;
	background-color:#555;
}

a.FootLink:link {
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	outline:none;
}

a.FootLink:visited {
	font-weight: 400;
	color: #CCC;
	text-decoration: none;
	outline:none;
}

a.FootLink:hover {
	font-weight: 700;
	color: #000;
	text-decoration: none;
	outline:none;
}

