big {
	font-size: 1.20em;
	line-height: 1.04em;
}
html, body {
	height: 100%;
	font-family: "Candela", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Xenophone", Garamond, Georgia, Times New Roman, serif;
	font-weight: normal;
}
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, dt, fieldset, blockquote, p {
	margin: 0; padding: 0;
}
em, i { font-style: normal; }
strong, b { font-weight: normal; }

ul, ol, dl, li, dd, dt {
	list-style: none;
}
a img {
	border: 0;
}
fieldset {
	background: none;
	border: none;
}
.mark, .past .past, .present .present, .future .future, .top .about, .bottom .portfolio {
	text-shadow: #000 3px 3px 3px;
}
/*div { display: none; }*/
.bottom {
	bottom: 0;
	width: 100%;
}
.top {
	top: 0;
	width: 100%;
}
.control-position {
	position: fixed;
	left: 0;
	width: 100%;
	height: 96px;
	z-index: 1;
	/*background-color: #9b6;*/
}
.control-bar {
	position: relative;
}
.control-bar h1 {
	background-color: transparent;
	background-image: url(../img/navbar-back.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	padding-left: 12px;
	width: 96px;
	height: 116px;
}
.bottom .control-bar h1 {
	top: -20px;
	background-position: 0 0;	
}
.top .control-bar h1 {
	top: 0;
	background-position: 0 -20px;	
}
.control-bar h1 img {
	position: relative;
	top: 32px;
}
.bottom .control-bar h1 img {
	top: 32px;
}
.top .control-bar h1 img {
	top: 12px;
}
.control-bar ul.navigation {
	position: absolute;
	left: 108px;
	background-color: transparent;
	background-image: url(../img/navbar-callout.png);
	background-repeat: no-repeat;
	height: 116px;
	padding-left: 40px;
}
.bottom .control-bar ul.navigation {
	background-position: 0 0;
	top: -20px;
}
.top .control-bar ul.navigation {
	background-position: 0 -48px;
	top: 0;
}

.control-bar ul.navigation li {
	line-height: 48px;
	width: 150px;
}
.top .control-bar ul.navigation li.about {
	background: transparent url(../img/navbar-back.png) 0 -68px repeat-x;
	padding-bottom: 20px;
}
.top .control-bar ul.navigation li.portfolio {
	background: transparent url(../img/navbar-back.png) 0 -68px repeat-x;
}
.bottom .control-bar ul.navigation li.about {
	background: transparent url(../img/navbar-back.png) 0 -68px repeat-x;
}
.bottom .control-bar ul.navigation li.portfolio {
	background: transparent url(../img/navbar-back.png) 0 0 repeat-x;
	padding-top: 20px;
}
.control-bar ul.navigation li a {
	color: #223;
	font-weight: bold;
	text-decoration: none;
}
.control-bar  h2 {
	margin-left: 298px;
	font-size: 18px;
	line-height: 32px;
	position: relative;
	font-family: Candela;
	background-image: url(../img/navbar-back.png);
	background-repeat: repeat-x;
	height: 96px;
	color: #223;
}
.control-bar  h2 em, .control-bar  h2 a {
	font-family: Xenophone;
	position: relative;
	top: 1px;
	font-size: 0.95em;
	color: inherit;
	text-decoration: none;
}
.control-bar  h3 {
	position: absolute; 
	bottom: 24px;
	right: 6px;
	font-size: 14px;
	letter-spacing: 1.5px;
}
a.contact {
	color: #48595e;
	text-decoration: none;
}
p.name a.contact {
	color: #e9cca1;
}
.bottom .control-bar  h2 {
	top: -20px;
	padding-top: 20px;
	background-position: 0 0;
}
.top .control-bar  h2 {
	top: 0;
	padding-bottom: 20px;
	background-position: 0 -20px;
}
.lower-content {
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background:url("../img/about-bg.png") repeat-y scroll 0 0 #48595E;
}
.upper-content {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #48595e;
	z-index: 0;
}
.upper-content fieldset {
	position: absolute;
	bottom: 118px;
	left: 105px;	
	z-index: 200;
	color: #e5f0ff;
	font-weight: bold;
	font-size: 24px;
	font-family: "Tahoma";
}
.upper-content fieldset a {
	color: #e5f0ff;
	text-decoration: none;
	background-image: url(../img/prev-next.png);
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -1000px;
	margin-right: 8px;
}
.upper-content fieldset a.next {
	background-position: -16px 0;
	margin-left: 8px;
}
.upper-content blockquote.right {
	position: absolute;
	bottom: 450px;
	right: 10px;
	color: #e5f0ff;
	text-align: right;
	width: 190px;
	z-index: 10;
	padding: 10px;
}
.upper-content blockquote div.note {
	position: relative;
	z-index: 10;
}
.upper-content blockquote div.bg {
	position: relative;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.upper-content blockquote div.bg .bg {
	position: absolute;
	background-color: #001127;
}
.upper-content blockquote.right div.bg .bg {
	top: -10px;
	left: -10px;
	width: 210px;
	height: 166px;
}
.upper-content blockquote.left div.bg .bg {
	height:109px;
	left:13px;
	top:-10px;
	width:210px;
}
.upper-content blockquote.right strong {
	color: white;
}
.upper-content blockquote.right em {
	color: #EA4;
	display: block;
	position: relative;
	top: -6px;
	left: -50px;
	font-size: 1.15em;
	font-weight: bold;
	font-family: Candela;
}
.upper-content blockquote.right p {
	font-size:0.8em;
	left: 10px;
	position:relative;
	text-align:left;
	top:-8px;
	width:150px;	
	text-indent: -10px;
}
.upper-content blockquote.right p.name {
	font-style: italic;
}
.upper-content blockquote.right p em {
	display: inline;
	position: static;
	font-size: 1em;
	font-weight: normal;
}
.upper-content blockquote.right p.caption{
	position: relative;
	top: -1px; 
	left: -1px;
}

.upper-content blockquote.left {
	position: absolute;
	bottom: 220px;
	left: 10px;
	color: #e5f0ff;
	text-align: center;
	z-index: 10;
}
.upper-content blockquote.left strong {
	color: white;
}
.upper-content blockquote.left em {
	color: #EA4;
	display: block;
	position: relative;
	top: -6px;
	left: 50px;
	font-size: 1.15em;
	font-weight: bold;
	font-family: Candela;
}
.upper-content blockquote.left p {
	font-size:0.8em;
	left:70px;
	position:relative;
	text-align:left;
	top:-8px;
	width:150px;	
	text-indent: 10px;
}
.upper-content blockquote.left p.name {
	font-style: italic;
}
.upper-content blockquote.left p em {
	display: inline;
	position: static;
	font-size: 1em;
	font-weight: normal;
}
.upper-content blockquote.left p strong {
	font-weight: bold;
	color: white;
}
.upper-content blockquote.left p.caption{
	position: relative;
	top: -1px; 
	left: -1px;
}

.upper-content fieldset a:focus {
	outline: none;
}
.upper-content h1 {
	text-transform: lowercase;
	position: absolute;
	bottom: 100px;
	left: 298px;
	color: #EA4;
}
.gallery {
	width: 9000000px;
	position: absolute;
	margin-left: 50%;
	left: -320px;
	bottom: 120px;
}
.gallery li h1, .gallery li p {
	display: none;
}
.gallery li {
	position: relative;
	width: 680px;
	height: 520px;
	float: left;
}
.gallery li .shadow {
	position: absolute;
	z-index: -1;
	top: -10px;
	left: -10px;
	width: 680px;
	height: 520px;
	background: transparent url(../img/prt-bg.png) 0 0 no-repeat;
}
.past:focus, .present:focus, .future:focus {
	outline: none;
}
.about-monkey {

	padding: 100px 10px 0 10px;
	margin-bottom: 0;
	float: left;
	width: 400px;
	height: 100%;
}
.monkey-blog {
	background: #48595e url(../img/about-bg.png) 0 0 repeat-y;
}
.blog-scroll {
	color: #e5f0ff;
	width: 400px;
	margin: 0 -50000px 0 420px;
	padding: 96px 50000px 0 10px;

}
ul.about-nav {
	background: url(../img/subnav-bg.png);
	float:right;
	left:10px;
	padding:20px 10px 0px 10px;
	position:relative;
	width:100px;	
	line-height: 25px;
	text-align: right;
	height: 100px;
}
ul.about-nav li a {
	text-decoration: none;
	color: #e9cca1;
}
#past, #future {
	display: none;
}
.about-content p {
	margin: 15px 0;
}
.blog-entry {
	padding: 12px 0;
	border: 1px solid transparent;
	border-color:  #48595E #48595E #EA4 #48595E;
	border-radius: 0 0 0 40px;
	-moz-border-radius: 0 0 0 40px;
	-webkit-border-radius: 0 0 0 40px;
}
.blog-entry:last {
	border-bottom: none;
}
.blog-entry h2 {
	float:right;
	font-size:16px;
	margin:10px 0 0 20px;
	text-transform:uppercase;
}
.blog-entry p {
	margin: 10px 0;
}
.about-content p a {
	color: #4c7c93;
}
.about-content p a:hover {
	color: #006393;
	text-shadow: #ee8f00 2px 2px 2px;
}
.about-content p a:focus, .about-content p a:active {
	color: #00495e;
}
.about-content p a:visited {
	color: #48595e;
}
div.content a:visited {
	color: #E9CCA1;
}
div.content a:hover {
	color: #B99C71;
	text-shadow: #28393E 2px 2px 2px;	
}
.comments  {
	text-align: right;
}
.comments a, .comments a:link {
	 color: #EEAA44;
	 text-decoration: none;
}
.comments a:hover {
	color: #ff9900;
}
div.content ol {
	margin-left:1.25em;
}
div.content ol li {
	list-style:decimal outside none;
}
div.content ul {
	margin-left:1.25em;
}
div.content ul li{
	list-style:disc outside none;
}
div.content img {
	padding: 2px;
}