UL {list-style:none;}
body.loaded {
	background: #1B1B1B;
}

body {
	font-family: "Goudy Old Style", Garamond, "Times New Roman", serif;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
	background: #ffffff;
}

#menu.loaded {
	margin: 200px 0 0 40px;
}

#menu {
	margin: 80px 0 0 40px;
		-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}



#menu.loaded > A { color: #fff;border-right: 1px solid #333;}
#menu.loaded > A:hover {
	border-right: 1px solid #fff;
}

#menu > A {
	display:inline-block;
	font-size: 28px;
	line-height:26px;
	color: #000;
	text-decoration:none;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
}

#menu > A:hover {
	border-right: 1px solid #ccc;
}

#menu > A.Contact, #menu > A.Contact:hover {
	border: none;
}

#Projects, UL LI P, #About, #Contact, #Films {
display:none;
}

UL {margin: 60px 40px 0 0;}
UL LI { padding: 0; clear: left; }
UL LI H1 { font-size: 24px; border-bottom:8px solid #1B1B1B; border-top: 2px solid #fff; color: #000; margin:0; padding: 4px 10% 4px 25px; font-weight: normal;}
UL LI H1:hover { background: #1B1B1B url(/images/plus-white.png) no-repeat 95% 70%;; color:#fff; border-top: 2px solid #ccc; -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	}
UL LI P {background:#1B1B1B; color:#fff; padding: 12px 25px; margin: 0;}
UL LI DIV, UL LI.active {background: #1B1B1B;}
UL LI.active:after {
  content: "";
  display: table;
  clear: both;
}
UL LI.active P {display:block; transition: all .8s ease-out}
UL LI.active H1 { background: #1B1B1B url(/images/minus.png) no-repeat 95% 70%; color:#fff; border-top: 2px solid #ccc; padding-top:25px;}
#About UL LI H1 { background: #fff url(/images/plus.png) no-repeat 95% 70%; border: none; color:#1b1b1b; padding-top: 4px;}
#About UL LI.active H1 { background: #1b1b1b url(/images/minus.png) no-repeat 95% 70%; color:#fff;  border-top: 1px solid #1b1b1b; -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;}
#About UL LI.active P {background:#fff; color:#1b1b1b;}
#About UL LI.active { border-bottom: 1px solid #1b1b1b;}
#Contact IMG {
	width:70px;
	height:85px; margin-bottom: 2px;
	}
#Contact P{display: block; background:#fff; color:#1b1b1b; padding-left: 54px; margin-top: 3px; margin-bottom: 8px;}
