/* @override http://ivaniannoli.com/ndxz-studio/site/sample/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 15px;
	font-family: "liberation-sans-1","liberation-sans-2", Helvetica, Arial, Geneva, sans-serif;
	background: #fff;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	color: #333333;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;
color: #aaa;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; background-color: #ccc; color: #fff; }

a img { border: none; }


/* Pre-Nav Text - Can be accessed in the Exhibit Settings */

.top-section {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px; /* matches padding left in #menu ul */
		font-size: 40px;
		line-height: 24px;
		color: #222222;
		font-style: normal;
		font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2","Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}

#menu {
    width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li a{
	margin-left: 6px;
	margin-right: 6px;
}

#menu ul li.section-title {
		font-family: "ff-typestar-web-1","ff-typestar-web-2","Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		font-style: bold;
		font-size: 26px;
		padding-top: 8px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		word-spacing: normal;
		text-align: left;
		letter-spacing: 0;
		line-height: 1.2em;
		color: #555555;
		/* Following lines adds a line about each section */
		border-top-color: #cccccc;
		border-top-style: dotted;
		border-top-width: 1px;
}
		
		

#content {
    height: 100%;
    margin: 25px 0 0 300px;
    top: 0;
}

.container {
    padding: 25px 50px 0px 50px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 20px;
	font-family: "ff-typestar-web-1","ff-typestar-web-2", helvetica neue, helvetica
	font-style:bold;
	font-weight:none;
	text-decoration:none;
	text-transform:none;
	color:000000;
	background-color:ffffff; }
h2 { font-size: 28px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

fieldset{
border: none;
}