/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Ed Nacional (www.ednacional.com)


*/

* {
	margin: 0;
	padding: 0;
}

body {
color:#666666;
font-family:Helvetica,Arial,Sans-Serif;
font-size:16px;
}

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

/* LINKS */
	
	
	/* colors for all links */
	a:link {
color:#6699CC;
text-decoration:none;
}
a:active {
text-decoration:none;
}
a:visited {
background: none repeat scroll 0 0;
color:#6699CC;
text-decoration:none;
}
a:hover {
color:#66FF00;
text-decoration:underline;
}
a img {
border:medium none; 
	}

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
	
	top-section {
	
line-height:24px;
padding:0 0 0 15px;
	.
}
#menu {
background: URL(http://stevenwsmith.com/files/steven-smith-background-5.jpg) repeat;
bottom:0;
font-size:14px;
height:100%;
left:0;
overflow:auto;
padding-bottom:25px;
padding-top:0;
position:fixed;
top:0;
width:235px;

	}
	
	/* This section controls each section made */ 
	#menu ul {
		list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 12px;
padding-left:15px;
padding-right:15px;
}
#menu ul li {
margin-bottom:4px;
margin-top:0;
}
#menu ul li.section-title {
border-top:1px solid #ffffff;
color:#ffffff;
opacity:0.37;
font-family:Helvetica,Sans-Serif;
font-size:24px;
padding:5px 0;
}
#menu ul.built {
margin-bottom:0;
}
#menu ul.built li {
border-top:1px solid #ffffff;
color:#ffffff;
opacity:0.37;
padding-top:5px;
}
#menu ul.built a {
color:#ffffff;
}
#menu ul.built a:hover {
color:#ffffff;
text-decoration:underline;
		}

	/* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
		
		#copy {
			border-top:1px solid #bbbbbb;
color:#999999;
font-family:Georgia,serif;
font-size:9px;
font-style:italic;
margin-top:5px;
padding-left:15px;
padding-top:25px;
}
#content {
height:100%;
margin:0 0 0 235px;
padding:70px 5px 25px 40px;
top:0;
}
.container {
margin-bottom:25px;
	}

	p { /* sets the properties for all paragraphs  */
    marginline-height:14px;
margin:0 0 20px;
width:600px;
}
p {
margin:0 0 7px;
}
h1 {
color:#BBBBBB;
font-family:Georgia,serif;
font-size:32px;
}
h2 {
color:#BBBBBB;
font-family:Georgia,serif;
font-size:21px;
font-style:italic;
font-weight:normal;
}
h3 {
color:#BBBBBB;
font-size:16px;
}
h4 {
color:#BBBBBB;
font-family:Georgia,serif;
font-size:12px;
font-style:italic;
font-weight:normal;
letter-spacing:1px;
line-height:1.3em;
text-align:left;
word-spacing:normal;
	}

/* IMAGES */

	#img-container	{ 
		margin:0 0 20px;
padding-top:47px;
}
#img-container p {
margin:0;
padding:0 0 12px;
width:400px;
}
.nothumb img {
margin:0 20px 20px 0;
}
#once {
clear:left;
}
p.nav a {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#BBBBBB;
font-family:Georgia,serif;
font-size:11px;
padding:3px 9px;
}
p.nav a:hover {
background-color:#BBBBBB;
}
p.nav span#num {
font-family:Georgia,serif;
font-style:italic;
letter-spacing:2px;
padding-left:20px;
	}