/*

Cascading Style Sheet for Aleut Story website - v1.05 (11/04/05)
note: This is still a working version, and could probably be alot more compact.
by Kurt Robar (krobar@krobarstudios.com)
	
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#nav {
	color: white;
	font-size: 11pt;
	line-height: 16pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-top: 40px;
	padding-left: 38px;
	display: block;
}

#nav img {
	padding-top: 18px;
}

#nav #trailer {
	color: white;
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-top: 18px;
}

#nav #trailer img {
	padding-top: 2px;
	vertical-align: -5px;
}

#nav a:link, #nav a:visited {
	color: white;
	text-decoration: none;
}

#nav a:hover {
	color: #ffa500;
	text-decoration: none;
	background-position: 0 0;	/* Fix for IE , #nav a:active */
}

#nav a span  {
	font-size: 10pt;
	line-height: 12pt;
	padding-left: 3px;
	text-decoration: none;
	display: none;
}

#nav a:link span {
	text-decoration: none;
}

#nav a:hover span {
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: left;
	position: absolute;
	z-index: 100;
	top: 35px;
	left: 223px;
	width: 156px;
	height: 149px;
	display: block;
}

html>body #nav a:hover span { /*because of IE's float bug*/ 
	left: 260px;
}


#ul_box {
	background: url(images/spacer.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	background-position: top right;
}

#ll_box {
	color: white;
	font-size: 12px;
	line-height: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-bottom: 10px;
	padding-right: 16px;
}

#ll_box img {
	vertical-align: -8px;
}


.links, .links a:link, .links a:visited, .links a:hover, .links a:active {
	color: #C0C0C0;
	font-size: 8pt;
	line-height: 12pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	text-align: center;
}

.container	 {
	position: relative;
}

.imagePreload {
	display: none;
}
.page_nav {
	color: white;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding-top: 40px;
	padding-left: 20px;
	border-left: medium none;
	width: 120px;
	display: block;
}

.page_nav a:link, .page_nav a:visited {
	color: white;
	text-decoration: none;
}

.page_nav a:focus, .page_nav a:hover, .page_nav a:active {
	color: #ffa500;
	text-decoration: none;
}

#page_box_1 {
	background: url(images/bkg_v2_01.jpg) no-repeat;
}

#page_box_2 {
	background: url(images/bkg_v2_02.jpg) no-repeat;
}

#page_box_3 {
	background-color: white;
	
}

.subnav {
	font-size: 8pt;
	padding-bottom: 6px;
	padding-left: 6px;
	width: 145px
	/*padding-right: 6px;*/
}

.auxiliary {
	color: white;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #000000;
	padding: 0px 0px 0px 0px;
}

.page_content {
	color: black;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: white;
	text-align: left;
	padding: 28px 16px 16px 20px;
	border-right: 26px solid black;
	background: url(images/content_bkg.jpg) no-repeat;
	display: block;
}

/* Fix for IE/Mac (non-IE/Mac will see this) \*/
.page_content {
	padding-top: 18px;
}
/* end fix */

.page_content span { /* SPAN elements inside .page_content will now be drop caps */
	color: #ba8e67;
	font-size: 4.2em;
	line-height: 0.8em;
	font-family: "Times New Roman", Times, serif, Georgia;
	float: left;
	margin: 3px 3px 0px -3px;
	padding: 0px 2px 0px 0px;
}


html>body .page_content span {
	margin-right: 0; /*because of IE's float bug */
}

.page_content img			{
	float: right; 
	margin: 8px 4px 4px 5px;
	padding: 2px;
	border: solid 1px black;
}

.page_content img#left	{
	float: left; 
	margin: 8px 5px 4px 0px;
	padding: 2px;
	border: solid 1px black;
	vertical-align: text-top;
}

.page_content img#center	{
	float: none; 
	margin: 12px 0px 4px 24px;
	padding: 2px;
	border: solid 1px black;
	vertical-align: top;
}

.page_content img#thumb	{
	float: none; 
	margin: 4px 5px 4px 5px;
	padding: 2px;
	border: solid 1px black;
	vertical-align: text-top;
}

.page_content img#finder {
	float: none;
	margin: 0px 5px 0px 5px;
	padding: 2px 4px 2px 4px;
	border: none;
	background-color: black;
}

.page_content img#none {
	float: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

/* Fix for IE/Mac (non-IE/Mac will see this) [also hidden from IE/Win] \*/
html>body .page_content img {
	margin-left: 10px; /* due to IE float bug? */
}

html>body .page_content img#left {
	margin-right: 10px; /* due to IE float bug? */
}
/* end fix */

.page_content a:link, .page_content a:visited {
	color: #573316;
	text-decoration: none;
}

.page_content a:focus, .page_content a:hover, .page_content a:active {
	color: #996c27;
	text-decoration: none;
}

.credits {
	color: black;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: left;
	display: block;
}

.credits td  {
	vertical-align: top;
	padding-bottom: 10px;
}

.credits #title  {
	font-size: 7pt;
	line-height: 9pt;
	font-weight: bold;
	padding-right: 10px;
	width: 25%;
}

.credits #name {
	font-size: 8pt;
	line-height: 11pt;
	width: 75%;
}

.caption {
	color: black;
	font-size: 8pt;
	line-height: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: white;
	text-align: left;
	padding: 0px 24px 16px 24px;
	display: block;
}
.gallery_description {
	color: black;
	font-size: 8pt;
	line-height: 12pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: white;
	text-align: left;
	display: block;
	padding: 28px 10px 16px 8px;
	letter-spacing: normal;
}

/* Fix for IE/Mac (non-IE/Mac will see this) \*/
.gallery_description {
	padding-top: 18px;
}
/* end fix */

.gallery_description font#footnote {
	color: black;
	font-size: 7pt;
	line-height: 9pt;
}

.gallery_content {
	color: black;
	font-size: 10pt;
	line-height: 12pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: white;
	text-align: left;
	padding: 14px 8px 16px 20px;
	display: block;
}

/* Fix for IE/Mac (non-IE/Mac will see this) \*/
.gallery_content {
	padding-top: 8px;
}
/* end fix */

.gallery_content font#name {
	font-weight: bold;
	font-size: 10pt;
}

.gallery_content font#caption{
	font-size: 7pt;
}

.gallery_content font#description {
	font-style: italic;
	font-size: 9pt;
	line-height: 10pt;
}


.gallery_content img			{
	float: right; 
	margin: 14px 4px 50px 5px;
	padding: 2px;
	border: solid 1px black;
}

/* Fix for IE/Mac (non-IE/Mac will see this) [also hidden from IE/Win] \*/
html>body .gallery_content img {
	margin-left: 14px; /* due to IE float bug? */
}
/* end fix */

.gallery_content a:link, .gallery_content a:visited {
	color: #573316;
	text-decoration: none;
	font-size: 10px;
}

.gallery_content a:focus, .gallery_content a:hover, .gallery_content a:active {
	color: #996c27;
	text-decoration: none;
}

.document {
	font-weight: bold;
	font-size: 10pt;
}

.document a:link, .document a:visited {
	color: #573316;
	text-decoration: none;
}

.document a:hover {
	color: #ffa500;
	text-decoration: none;
	background-position: 0 0;	/* Fix for IE , #nav a:active */
}



/* end CSS */

