/**
* CSS
* @author s.mills 
* adapted indexhibit
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.65em;
	/*font-family: 'Gill Sans','Trebuchet MS', Arial, sans-serif;*/
	font-family: Monaco, Arial, sans-serif;
	background: #fff;
	color:#323232;
}
body.page-1 div#content {
	display:none;
}
body.page-38 {
	background:#ccc url(../img/bookshelf72.jpg) repeat 0 0;
}
body.page-40 {
	background:#f7df00 url(../img/hotdog72.jpg) no-repeat -700px -200px;
}
body.page-41 {
	background:#000 url(../img/neiman72.jpg) no-repeat 0 0;
}
body.section-2 { }
body.section-3 { }

a {
	text-decoration: none;
	color:#323232;	
}
#menu li.active a {
	/*text-decoration: line-through;*/
	font-weight:bold;
	/*background:#ffed59;*/
	text-decoration: line-through;
}
#menu ul.section-title-Work li a:visited {
	text-decoration: line-through;
	/*background:#ffed59;*/
	/*color: #b2b2b2;*/
}
a:hover {
	/*background:#ffed59;*/
	text-decoration:line-through;
}

a img { border: none; }

#menu {
    width: 200px;
    float:left;
	background-color: #fff;
	
}
#menu h4 {
	display:none;	
}
#menu div.logo {
	width:149px;
	height:160px;
	background:url(../img/logo_fox.gif) no-repeat;
	margin-bottom:20px;
}
#menu div.logo a {
	display:block;
	width:149px;
	height:160px;	
}
#menu div.logo a:hover {
	background:none;	
}
body.section-4 #menu div.logo {
	background:url(../img/logo_hound.gif) no-repeat;
}
#menu div.logo span {
	display:none;
}
#menu ul {
	list-style: none;
	margin: 0 0 0 9px;
	/*font-size:1.1em;*/
}
#menu ul li {
	padding:2px 0;
}
#menu ul.section-title-Work li {
	margin-left:20px;
}
#menu ul.section-title-Work {
	/*margin-bottom:8px;	*/
}
#menu ul.section-title-Work li.first {
	margin:0 0 0 0;
}
#menu ul.section-title-Work li.first span:hover {
	/*background:#ffed59;*/
	text-decoration:line-through;
}
#menu ul#copyright {
	font-size:1em;
}
body.section-4 #menu ul.section-title-Work li.first span {
	display:inline;
	font-weight:bold;
	text-decoration:line-through;
	/*background:#ffed59;*/
}

#content {
    float:left;
	background:white;
	margin-left:26px;
}

.container {
    padding: 26px;
}

#content p { width: 500px; margin-bottom: 9px; }
#content div.container {
	
}
p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
#menu h4 {
	font-size: 1em;
	margin-bottom:15px
}

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

#once { clear: left; }
div.clear {
	clear:both;	
}
div#wrapper {
	float:left;
}
