/*******************************************************************************
*  Backlit 2 column design Chris Jennings
* ------------------------------------------------------------------------------
*******************************************************************************/

* html body
{
	text-align: center;
	/* hack to center this under IE5 */
}

		
	body {
	color: #000;
	background: #A1A8DD;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.1%;
/* font sizing approach recommended by Dave Silvester on the css-discuss list. "the .1 is important." */
	margin: 0;
	padding: 2em;
/* remove this padding if you want the layout to stretch from edge to edge of the viewport. */
	/* padding: 40px 60px 60px;*/
height: 100%;
	}
	
	img {
	border: 0;
	}
	
		
	#everything { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #333; 
	background: #F5F6FB;  
	padding: 0; 
	width: 750px; 
	clear: both;
	border: 1px solid black; 

	}	


	html>#everything	{
	width: 100%;
	}
	
	/* standard links */
		
	#content a:link, a   {
	color: #426BBA;
	
	text-decoration: none;
	background-color: transparent;
	}

	#content a:visited   {
	color: #426BBA;
	
	text-decoration: none;
	background-color: transparent;
	}

	#content a:hover   {
	color: #4755BC;
	text-decoration: underline;
	background-color: transparent
	}

	#content a:active   {
	color: #4755BC;
	text-decoration: none;
	background-color: transparent;
	}
	
	a:hover   {
	text-decoration: underline;
	}
	
	/* for browsers that can't handle inheritance */

	p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
	
	/* the whole page */
	
	div#thepage  { 
	background-color: #D4D7EF;
	color: black; 
	font-weight: normal; 
	padding: 0px; 
	margin: 0;
	clear: both;

	}
	
	div#backlitbrand {
	background-color: #292B361;
	text-align: left;
	display: block;
	width: 750px;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
	height: 120px;
	}
	
	div#backlitbrand img {
	border: 0;
	}
	
/* the left stuff box */
	
	div#leftbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #D4D7EF;
	text-indent: 0;
	padding-right: 0;
	margin-right: 0px;
	margin-top: 12px;
	width: 200px;
	float: left;
	
	}
	
	div#leftbar p {
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-color: transparent;
	margin-right: 8px;
	margin-left: 10px;
	}
	
	div#leftbar h1	{
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
	color: #4755BC;
	margin: 0 0 8px 0;
	padding-bottom: 4px;
    padding-top: 8px;
	padding-left: 10px;
	border-bottom: 1px silver solid;
	}
	
	div#leftbar h1 strong {
	font-size: 11px;
	background-color: transparent;
	color: #5C5278;
	font-weight: bold;
	}

	div#leftbar a, a:link {
	color: #5C5278;
	}
	
	.submit {
	font-size: 9px;
	width: auto;
	display: inline;
	margin: 2px 2px 2px 4px;
	}
	
	div#jumpmenu {
	margin: 4px 12px;
	}

/* finish left bar */
	
	div#footerbar { 
	color: #DED6DE;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: #9090BE;
	text-align:left; 
	text-indent: 6px;
	padding: 12px;
	margin: 0;
	border-top: 6px solid #6c859b;
clear: both;
	}
	
    #everything div#footerbar a:link, a, a:visited { 
    color: white;
}

	#everything div#footerbar a:hover, a:active { 
   	color: white;
   	padding-bottom: 2px;
   	text-decoration: none;
    border-bottom: 1px solid silver;
}


/* the main content box */
	
	div#content { 
	color: black; 
	font-weight: normal; 
	background-color: #F5F6FB; 
	text-indent: 0; 
	margin-left: 200px;
	padding-left: 0;
	margin-top: 0px;
	padding-top: 12px; 
	padding-bottom: 6px;
	clear: none; 
	vertical-align: top;
	border-left: 0px solid silver;
	}
	
	div#content p {
	margin: 6px 20px 0 14px;
	}
	
	div#content div.blurb p {
	font-size: .7em;
	color: #5C5278;
	}

    div#content div.subtext p {
	padding-left: 3px;
	font-size: .7em;
    font-weight: bold;
	color: #667DD1;
	border-left: 4px solid #B5B7E5;
	}
	
	.alt {
	font-size: .8em;
	}

	.postdetails {
       padding-left: 8px;
       padding-bottom: 4px;
       margin-bottom: 16px;
border-bottom: 1px solid silver;
       font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:   9px;
 	color:gray;
 	font-weight: normal;
	}

 div#content .postdetails {
 padding-left: 12px;
 margin-bottom: 10px;
}
	
	div#content .postdetails  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:   9px;
 	color:gray;
 	font-weight: normal;
	}
	
		
/* images in the content area can be designated as float to the left or right*/

#content img {
	display: block;
	border: 1px solid gray;
	margin-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 4px;
	}
	
#content img.left {
	float: left;
	}	
	
#content img.right {
	float: right;
	margin-left: 4px;
	}
	
	div.character {
	border-bottom: 1px solid silver;
	margin: 0 0 10px 0;
	}

	div.character p {
	font-size: .7em;
	color: #5C5278;
	}
	
	table.pictureblock {
	width: 220px;
	background-color: white;
	border: 1px solid silver;
	margin: 8px;
	float: right;
	}
	
	#content table.pictureblock td img {
	text-align: center;
	border: 1px solid gray;
	margin: 6px auto;
	}
	
	#content table.pictureblock td p {
	font-size: 9px;
	color: #5C5278;
	margin: 8px;
	}
	
	
/* tables with data in the content area*/
	
	div#content table.data {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	/* float: none; */
	margin: 10px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	text-align: center;
	}
	
	#content table.data th {
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	color: black;
	background:#ECD4D5;
	text-align: left;
	padding: 6px;
	}
	
	#content table.data td {
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	color: black;
	background:transparent;
	}
	

	
/* 	list items in content area will be in Verdana */
	
	div#content li {
	list-style: disc;
	list-style-position: outside;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin: 3px 6px 0 0px;
	padding: 0px;
	}
	
	div#content ul {
	font-size: 10px;
	line-height: 1.3em;
	margin: 6px 0 20px 6px;
	padding-left: 30px;
	}
	
	h1	{
	font-size: 17px;
	font-weight: bold;
	color: #5C5278;
	background-color: transparent;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-top: 0px;
	margin: 2px 8px 5px 6px;
	border-bottom: 1px #4755BC solid;
	margin-right: 16px;  /* False value for IE4-5.x/Win */
	}

/* this seems to solve the problem with ie windows 5 */

	html>body h1 {
	margin-right: 8px;
	}
	
	h1 strong {
	font-size: 18px;
	font-weight: bold;
	color: #5C5278;
	background-color: transparent;
	}

/*  */
	
	h2	{
	font-size: 13px;
	background-color: white;
	color: #4755BC;
	margin: 4px 8px 5px 12px;
	padding: 4px 2px 2px 2px;
	}
	
	h2 strong {
	font-size: 13px;
	background-color: transparent;
	color: #A12B29;
	font-weight: bold;
	}
	
	
	h3	{
	font-size: 12px;
	background-color: transparent;
	margin: 8px 3px 0px 12px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
	
	h3 strong {
	font-size: 12px;
	font-weight: bold;
	}
	
	h4	{
	font-size: 11px;
	background-color: transparent;
	margin: 0 3px 0px 6px;
	padding-bottom: 1px;
	padding-left: 0px;
	}

	html p	  {
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0.75em;
	}


/* 	and breadcrumbs */
	
	#breadcrumbs   {
	color: black;
	background-color: transparent;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	height: 1px;
	}
	

	/* picture credits */
	.credit {
	color: gray;
	font-size: 9px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
	}

/* 	in the early browser stylesheet this will show */

#showhidemessage {
    text-align:right;
    color: gray;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
    display: none;
    }
    
    
div.menus {
float: left;
display: inline;
color: black;
background: transparent;
padding: 0;
margin-left: 14px;
margin-bottom: 20px;
padding-top: 2px;
width: 160px; /* False value for IE4-5.x/Win */
voice-family: "\"}\""; 
voice-family:inherit;
margin-left: 10px;
width: 178px;
}

html>body div.menus {
width: 178px;
}

div.menus h2 {
color: white; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-weight: normal; 
line-height: 2em;
margin: 0; 
padding: 2px 3px 2px 4px;
background: #5C5278;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 0;

}


html>body div.menus h2 {
width: auto;

}


div.menus h3 {
color: #E8E7EC; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-style: normal; 
font-weight: normal; 
line-height: 2em;
margin: 0; 
padding: 2px 3px 2px 4px;
background: #9790A9;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 0;

}


html>body div.menus h3 {
width: auto;
}

div.menus ul {
margin: 0; 
padding: 0; 
background: #DADBF1;

border-left: 1px solid gray;
border-right: 1px solid gray;

  }
  
.menus li {
position: relative;
list-style: none; 
margin: 0;
padding: 4px 1px;
border-bottom: 1px solid gray;
}

.subhead {
font-size: .9em;
padding: 3px 0px;
margin: 0;
}

li:hover {
background: #BDBFE7;
}

li.submenu {
background: url(../images/submenu.gif) 99% 50% no-repeat;
}

li.submenu:hover {
background: #BDBFE7 url(../images/submenugreen.gif) 99% 50% no-repeat;
}

li.submenudouble {
background: url(../images/submenu.gif) 99% 50% no-repeat;
}

li.submenudouble:hover {
background: #E3E8DA url(../images/submenugreen.gif) 99% 50% no-repeat;
}

div.menus li a {
color: gray;
display: block; 
padding: 0.28em 0 0.3em 3px;
text-decoration: none;
border: 0;
width: 150px;
voice-family: "\"}\""; 
voice-family:inherit;
padding: 0.28em 0 0.3em 3px;
}

.menus>ul a {
width: auto;
}

div.menus ul ul {
position: absolute; 

width: 155px;
left: 153px;
display: none;
border: 1px solid black;
background: #F0EB9E;
voice-family: "\"}\""; 
voice-family:inherit;
}

/* proper value */

html>body div.menus ul ul {
left: 157px;
}

div.menus ul.level1 li.submenu:hover ul.level2 {
display: block;
background: #F7FAEB;
border-bottom: 2px solid gray;
border-right: 3px solid gray;
}

div.menus ul.level1 li.submenudouble:hover ul.level2 {
display: block;
background: #F7FAEB;
border-bottom: 2px solid gray;
border-right: 3px solid gray;
}