/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

body {
	font-size: 13px;
	/*font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;*/
	font-family: "ff-typestar-black-web";
	background: #cecdc9;
	color: #000;
	line-height: 1.3em;
	font-weight: 400; 
}

/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #00cc00; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }
a img { border: none; }

#ndxz-media {font-size: 11px; color:#9d9d9c;}
#ndxz-media a, #ndxz-media .inactive {font-size: 12px;}
#ndxz-media a.index-link {font-size: 11px;}
#ndxz-media a:link { text-decoration: none; color: #9d9d9c; }
#ndxz-media a:active { text-decoration: none; color: #00cc00; }
#ndxz-media a:visited { text-decoration: none; color: #9d9d9c; }
#ndxz-media a:hover { text-decoration: none; color:#575756; }
#ndxz-media .inactive {color:#d7d4d4;}

/* general styles */
small { font-size: 9px; }
code { font-family: monospace; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 19px; margin-bottom: 1em; font-weight: 400; font-family: "ff-typestar-black-web"; color: #000; text-transform: uppercase; }
#exhibit h1 {font-size: 14.5px;padding-top: 2px;}
h2 { font-size: 14px; margin-bottom: 1em; font-weight: 400; }
h3 { font-size: 14px; margin-bottom: 1em; }
h4 { font-size: 14px; margin-bottom: 1em; }

#exhibit {
	font-family: Verdana, sans-serif;
	color: #333;
}


/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 450px; margin-bottom: 1em; /* line-height: 1.3em; */ }
#ndxz-media p {margin:0;}

/* highlighter style - maybe you want to change colors? */
.highlight { background: #ccff00; color: #000; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 300px; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 215px; }

/* styling the index */
#index ul { list-style: none; margin: 0; text-transform: uppercase; font-size: 13.5px;}
#index ul.section { margin-bottom: 1.7em; }
#index ul.subsection {  }

#index ul li{ padding-bottom: 10px; }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; }

/* active exhibit title parts */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: 400; margin-left: -5px; padding-left:5px; padding-right: 5px; background: #fff; color: #000; text-decoration: none;}

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:hover { font-weight: 400; margin-left: -5px; padding-left:5px; padding-right: 5px; background: #fff; color: #000; text-decoration: none; } 
#index a:active {  } 
#index a:visited {  }

/* links styles only for the #exhibit region */
#exhibit a:link {  } 
#exhibit a:hover {  } 
#exhibit a:active {  } 
#exhibit a:visited {  } 

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 37px; }

/* this is where you pad them separately */
#index .container { padding:80px 0px 0px 90px; }
#exhibit .container { padding-top: 175px; margin-left:65px; }



/* added by me */

.bot {
	padding-top: 30px;
}

a.copyright {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	color:#bbb;
}

.top { margin-bottom: 80px; }


#ndxz-media {

}

#ndxz-media img {
	display: block;
	padding-bottom: 10px;
}

#media-nav {
	position: absolute;
}

#media_info {
	position: absolute;
	margin-left:105px;
	width:450px;
}


#img-container {
	width:730px;
}