/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-size: 10px;
	font-family: 'Lucida Console', Monaco, monospace;
	background-color: #fff;
	text-align: left;
}

body.section-1 { 
}

body.section-2 { 
}

body.section-3 { 
}

a:link { 
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border: 0px solid black;
	padding: 3px;
}
a:visited { 
    text-decoration: none;
    background-color: #FFF;
    color: #000;
}
a:active { 
	text-decoration: none; 
	background-color: #FFF;	
	padding: 2px;
	border-bottom: 1px solid yellow;
}
a:hover { 
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid navy;
	padding: 3px;
}

a img { 
	border: medium none;
	vertical-align: middle;
}

#menu {
    background-color: transp;
    background-image: url("http://www.sofia-torres.com/images/dots-black.png");
    background-repeat: repeat;
    top: 80px;
    left: 30px;
    padding-left: 25px;
    padding-right: -30px;
    padding-top: -10px;
    padding-bottom: 30px;
    font-family: 'Lucida Console', Monaco, monospace;
	font-weight: 500;
	font-style: normal;
	font-size: 9px;
	letter-spacing: 0.2em;
	text-transform: none;
    display: table;
    height: 500px;
    overflow: auto;
    position: fixed;
    width: 260px;
    z-index: auto;
}

#menu ul {
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 12px 0;
}

#menu ul a:link {
	line-height: 21px;
	padding-top: 3px;
}

#menu ul a:hover {
	text-decoration: none;
	border-bottom: 1px solid Blue;
	padding: 3px;
	margin: 0px;
}

#menu a:hover {
	background-color: transp;
	padding: 3px;
	
}

#menu a:active {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	padding: 3px;
}

#menu ul li.section-title {
	font-family: 'Lucida Console', Monaco, monospace;
	border-bottom: 0px solid #000;
	font-size: 9px;
	text-decoration: none;
	font-style: normal;
	width: 170px;
	text-transform: uppercase;
	font-weight: 200;
	line-height: 22px;
	color: #888;
	
}

#content {
    margin-left: 320px;
    top: 0;
}

.container {
    padding: 35px 0px 0px 0px;
    margin-top: 45px;
}

#content p { 
	padding-top: 45px;
	font-family: 'Lucida Console', Monaco, monospace;
	font-weight: 500;
	font-style: normal;
	font-size: 9px;
	line-height: 18px;
	letter-spacing: 0.2em;
	text-transform: none;
	width: 420px;
	text-align: justify;
}

#content p a:link {
	color: blue;

#content p a:hover { 
	background-color: #FFF;
	border-bottom: 1px solid navy;
	border-left: 0px;
	padding: 2px;
}

.nothumb img {
	display: block;
	margin: 0 30px;
	padding-top: 10px;
}

p {
    margin: 0 0 9px;
}

h1 { 
	font-size: 16px;
	padding-bottom: 10px;
    text-transform: uppercase;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: .1em;
}

h1 a:hover { 
	background-color: transp;
}

h2 { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 9px;
	padding-bottom: 1px;
	text-transform: uppercase;
	line-height: 18px;
}

h2 a:hover { 
	background-color: transp;
	text-decoration: line-through;
}

h2 a:active {
	background-color: transp;
	text-decoration: line-through;
}

//* h3 is for main img container inside slideshow exhibits *//

h3 {
	border-top: 0px solid #dcdcdc;
	width: 900px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 9px;
	line-height: 18px;
	letter-spacing: 0.3em;
	margin-top: 30px;
	margin-left: 0px;
	text-align: left;
}

//* h4 is for right-side nav inside slideshow exhibits *//

h4 { 
	border-top: 0px solid #dcdcdc;
	padding-left: 30px;
	width: 180px;
	margin-top: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 9px;
	padding-bottom: 1px;
	text-transform: none;
	line-height: 16px;
	letter-spacing: 0.15em;
}

//* h5, h6 are for nav ARROWS! *//

//* PREV! *//
h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
	color: #777;
	padding-right: 3px;
}

//* NEXT! *//
h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
	color: #777;
	padding-left: 3px;
}

//* h7 is for NUM nav on right *//

h7 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 9px;
	text-transform: none;
	line-height: 16px;
	letter-spacing: 0.15em;
	vertical-align: middle;
}

h8 {
	background-color: #FFF;
	color: #000;
	
}

h8 a:hover {
	background-color: #FFEC8B;
	text-decoration: none;
	
}

h9 {color: #777;}
h9 a:link {color: #777;}
h9 a:hover {background-color: #c1ffc1; color: #000;}

h10 { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 9px;
	padding-bottom: 1px;
	text-transform: none;
	line-height: 14px;
	letter-spacing: 0.15em;
}

#img-container	{ 
	margin-left: 350px;
	margin-right: 60px;
	padding-top: 65px;
	width: 800px;
}

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

#once { clear: left; }
