/*  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
	
			
*/

html
{
	margin: 0;
	padding: 0;
}

body 
{	
	margin: 0px;
	padding: 20px;
	font: normal 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	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;
	text-align: top;
}

#header img
{
	position: absolute; 
	top: 20px;
	left: 70px;
}

#header h1 
{
	position: absolute;
	float: left;
	top: 30px;
	left: 450px;
	width: 300px;
	line-height: 1.2em;
	font-family: fantasy;
	
}


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

.portrait
{
	border: 1px solid #000000;
	margin: 50px 0 0 0;
}

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;
	top: 190px;
	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 h1 
{
	font-size: 15px;
	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 10px 10px 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: 200px;
	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 -20px;
}

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



/* footer */

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

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

#subfooter
{
	color: #ffffff;
}