/* @override http://andrecepeda.com/ndxz-studio/site/sample/style.css */

/* @override http://www.andrecepeda.com/acepeda/ndxz-studio/site/sample/style.css */

/* @override http://www.andrecepeda.com/acepeda/ndxz-studio/site/sample/style.css */

/* @override http://www.andrecepeda.com/acepeda/ndxz-studio/site/sample/style.css */

/* @override http://www.andrecepeda.com/acepeda/ndxz-studio/site/sample/style.css */

/* @override http://www.andrecepeda.com/acepeda/ndxz-studio/site/sample/style.css */

/* @override http://www.andrecepeda.com/acepeda/ndxz-studio/site/sample/style.css */

/* @override http://www.andrecepeda.com/acepeda/ndxz-studio/site/sample/style.css */

/* @override http://andrecepeda.com/acepeda/ndxz-studio/site/sample/style.css */

/* @override http://www.andrecepeda.com/acepeda/ndxz-studio/site/sample/style.css */

/* @override http://www.estudio384.org/acepeda/ndxz-studio/site/sample/style.css */

/* @override http://www.estudio384.org/acepeda/ndxz-studio/site/eatock/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font: 10px/16px Monaco;
	letter-spacing: 0.1em;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;
	color: black;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color: black;
}
a:hover { text-decoration: underline; }

a img { border: none; }

#domain {
	margin-bottom: 12px;
	text-transform: uppercase;
	font: 18px "Courier New", Courier, mono;
}

#domain a {
	text-decoration: none;
	color: #000;
}

#domain a:hover {
	text-decoration: line-through;
}

.indexhibit_ref, .indexhibit_ref a {
	font-size: 9px;
	color: silver;
	margin-top: 20px;
}

#menu {
    width: 215px;
    top: 0;
    bottom: 0;
	left: 0;
    height: 100%;
	background-color: #fff;
	overflow: hidden;
	position: fixed;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	float: left;
	clear: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#menu ul li a:link { 
	text-decoration: none;
}
#menu ul li a:visited {
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline;
	color: black}

#menu ul li.indexhibit_ref a:hover {
	text-decoration: underline;
	background-color: white;
	color: silver;
}

#menu ul li.active a {
	color: black;
	text-decoration: underline;
}


#menu ul li.section-title {
	background-color: #e9e9e9;
	color: #000;
	float: left;
	margin-bottom: 2px;
	margin-top: 2px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 25px 5px 25px 25px;
}

.container p a {
	color: gray;
}

#content p { width: 395px; margin-bottom: 9px; }

p {
	padding-left: 0;
	margin: 0 0 9px;
}

.nav, .nav a{
	color: gray;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px;
	padding: 0;
}

#img-container img {
	margin-bottom: 5px;
}

#img-container span {
	font-size: 10px;
	color: gray;
}

#once { clear: left; }