/*  CSS for Actors Menu 

	Basic hierarchy:
	
	html
		body
			container (based on csszengarden.com)
				header
				breadcrumb
				pagecontent
					article(s)
				navigation
					cc (special link)
				footer
			subfooter (outside of container)
			
			i.e. most of page is inside the container
			
			
	Colors: Blue and Gold, after book cover.
		blue: #0e239b
		gold: #ffa500
	
== Web Typography.
The next lines can be used to present text in particular fonts.  Downside is that 
it causes a lag in display... a little odd feeling.    Can be used simply by 
taking the lines out of the comment block (and of course need to have the specified 
font in a particular location.
			
@font-face {
  font-family: "PackardAntique";
  src: url(http://www.distantlights.com/fonts/PackardAntique.ttf) format("truetype");
}

*/


html
{
	margin: 0;
	padding: 0;
}

body 
{	
	margin: 0px;
	padding: 20px;
	font: normal 13px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: url(images/am_bg.jpg) repeat #0e239b ;
    text-align: center; /* Hack for IE 5.5 to center the container */
}

td 
{
	font-size: 11px;
}


a {
   border: 1px #ffffff solid;
   padding: 0 1px;
   
   /* Hack for IE 5.0 - The property will not be applied by it
       This browser does not understand dashed borders
       so we have to keep the text decoration using this hack
    */
   text-decoration/* */: none; 
}

a:link {
   color: #0e239b;
   border-bottom: 1px #cccccc dashed;
}

a:visited {
   color: #0e239b;
   border-bottom: 1px #0e239b dashed;
}

a:hover,
a:active {
   color: #ffa500;
   background: url(images/am_bg.jpg) repeat #0e239b;
   border: 1px red solid;
}

h1
{
	font-size: 20px;
	color: #0e239b;
}

h2
{
	font-size: 15px;
	font-weight: 200;
	color: #666666;
}

h3 
{
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
}

.jump_to_navigation 
{
	position: absolute;
	left: -600px;
}

#container
{
	position: relative;
	margin: 10px auto;  /* 'auto' here centers the container horizontally */
	padding: 0px 50px 50px 80px;
	width: 630px;
	background: #ffffff;
	border: 3px double #ffa500;
	text-align: left;   /* undo the effect of the IE hack above */
}

#header
{
	background: #ffffff;
}

/* remove any border for header image.  Was showing in IE Windows */
#header a:link, a:visited, a:hover, a:active 
{
	border: none;
}

#header .portrait
{
	border: 1px solid #000000;
	padding: 5 1 5 1px ;
	margin: 0px 0 0 0;
	position: relative;
	left: -30px;
	float: left;
}

#header #banner
{
	padding: 0 0 0 170px;
	
}

#header h1
{
	font-size: 32px;
	line-height: 35px;

}

img.noborder 
{	
	border: none;
}

#toptag
{
	position: absolute;
	left: 460px;
	top: 5px;
	font-size: 12px;
	padding: 5px;
	border: 2px dashed #ff0000;
	background-color: #FF6;
}

#toptag a
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

#toptag a:hover, a:active
{
   color: #ff0000;
   background-color: #FF6;
}


#breadcrumb
{
	text-align: right;
	font-size: 9px;
}

#pagecontent
{
	position: relative;
	margin-top: 00px;
	left: 170px;
	width: 420px;
	background: #ffffff;

}

div.article
{
	margin: 0px;
	background: #ffffff;

}


div.article p
{
	vertical-align: top;
	padding: 0 0 0 0px;
}

div.article p.credits
{
    font-size: 12px;
    line-height: 16px;
}

div.article h1 
{
	font-family: PackardAntique, Times, serif;
	font-size: 20px;
	font-weight: 100;
	color: #000000;
}

div.article h2
{
	font-size: 14px;
	font-weight: 200;
	font-style: italic;
	color: #0e239b;
}

div.article h3 
{
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
}


div.article a:hover
{
	background: none;
	background-color: #0e239b;
}

div.article img
{
	float: left;
	border: 1px solid #000000;
	vertical-align: top;
	margin: 5px 15px 0px 0;
}

/* This a fix to have borderless pix on front page */
div.article p.noborder img
{
	float: none;
	border: none;
	vertical-align: top;
	margin: 0;
}



#navigation
{
	position: absolute;
	top: 230px;
	left: 30px;
	width: 225px;
	/*
	left: -30px;
	padding: 8px;
	background: #ffffff;
	border: 2px solid #0e239b;
	*/
}

#navigation a 
{
   border: 1px #ffffff solid;
   padding: 5px;
   
   /* Hack for IE 5.0 - The property will not be applied by it
       This browser does not understand dashed borders
       so we have to keep the text decoration using this hack
    */
   text-decoration/* */: none; 
}



#navigation a:link,
navigation a:visited 
{
   color: #0e239b;
}


#navigation a:hover,
navigation a:active 
{
   color: #ffa500;
   border: 1px  #E9D380 solid;
   background: url(images/am_bg.jpg) repeat #0e239b;
}


#navigation h1, h2, h3
{
	font-size: 15px;
	color: #666666;
}

#navigation ul
{
}

/*
#navigation ul li:hover {
   background: url(images/am_bg.jpg) repeat #0e239b;
}
*/

#navigation h2
{
	font-size: 12px;
}

#navigation li
{
	font-style: bold;
	font-size: 14px;
	list-style: none;
	margin-left: -40px;
	padding-left: 0px;
	line-height: 26px;
}

#navigation li.thispage
{
	list-style-image: url(images/pepper.blue.gif);
}



/* special DIV for credit card link (inside 'navigation' DIV */

#cc
{
	margin: 30px 0 0 0px;
}

#cc a:hover, 
cc a:active 
{
	background: none;
	border: none;
}



/* footer */

#footer
{
	position: relative;
	bottom: 50px;
	padding: 5px;
}

#subfooter a
{
	color: #ffffff;
	border: none;
}

#subfooter
{
	color: #ffffff;
}