/* structure */
body {
	margin: 0;
	padding: 30px 0 0 0;
}

a img {
	border: none;
}

@media all and (min-height: 651px) {
	body {
		padding-top: 30px;
	}
}

@media all and (max-height: 650px) {
	body {
		padding-top: 1em;
	}
}

@media all and (min-width: 1201px) {
	#container {
		margin: 0 auto;
		padding-top: 2em;
		width: 1150px;
		position: relative;
		left: -125px;
	}
}

@media all and (max-width: 1200px) {
	#container {
		margin: 0;
		padding-top: 2em;
		width: 1150px;
		position: relative;
		left: 0;
	}
}

#content {
	width: 700px;
	min-height: 100%;
	float: left;
	margin-left: 50px;
	padding-bottom: 1em;
}

.pagetitle {
	width: 662px;
	padding-bottom: .8em; 
}

.pagetitle, .gallerynav {
	float: left;
}

.gallerynav, .pagetitle-menu {
	/* padding: .4em 0 1em; */
	padding: 2em 0 1em;
}

.pagetitle-menu {
	padding-top: 2em;
	width: 400px;
	float: right;
	text-align: right;
}

.content-image, .content-text {
	clear: both;
}

.content-image {
	padding-top: -.2em;
}

.content-text {
	margin-top: -.2em;
}

#imagefooter {
	width: 680px;
	margin: .8em 0 0 0;
}

#menu {
	width: 400px;
	float: left;
	text-align: right;
}

#menu #header, #menu #header a {
	color: #FFF;
	width: 400px;
	height: 21px;
	display: block;
}

#header a:hover {
	color: #999;
/*	background-image: url('../img/equivalence.png'); */
	background-repeat: no-repeat;
	background-position: 40% center; 
}

#menu ul {
	margin-top: 1em;
}

#menu ul li {
	padding-top: .3em;
}

#copyright {
	margin-top: 1.5em;
}

#mc_embed_signup {
	background:#000; 
	/* clear:left; */
	position: fixed;
	margin-left: -1.25em;
	margin-top: -1em;
	width: 662px;
}



/* typography */
body {
	font: .85em 'Consolas', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'Monaco', 'Courier New', monospace;
	color: #FFF;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

a:active {
	color: #FFF;
	background: none;
}

.caption {
	color: #666;
}

small {
	color: #FFF;
	font-size: .7em;
}

strong {
	font-size-adjust: 1em;
	color: #EEE;
	font: 'Consolas', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'Monaco', 'Courier New', monospace;
}

#header, .pagetitle {
	font-family: 'Lucida Console', 'Monaco', monospace;
	font-size: 1.2em;
}

.gallerynav, .pagetitle-menu {
	font-size: .9em;
}

.gallerynav .spacer {
	font-size: .8em;
	color: #999;
	margin: 0 1.5em;
}

.year, .pagetitle, .gallerynav {
	color: #999;
}

.gallerynav a {
	color: #CCC;
}

.gallerynav .arrows {
	font-size: .7em;
	position: relative;
	bottom: .1em;
}


#menu ul {
	font-family: 'Lucida Console', 'Monaco', monospace;
	list-style: none;
}

#menu ul li {
	color: #FFF;
	font-family: 'Lucida Console', 'Monaco', monospace;
}

#menu ul li.current {
	color: #FFF;
	font-family: 'Lucida Console', 'Monaco', monospace;
}

#menu ul li, #menu ul li.current {
	color: #CCC;
	line-height: 17px;
}

#menu ul li.current a {
	color: #CCC;
	pointer-events: none;
}

.year {
	font-size: .85em;
}

.content-text {
	color: #CCC;
}

.content-text a {
	font-family: 'Consolas', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'Monaco', 'Courier New', monospace;
}

#copyright {
	color: #ccc;
	font-size: .6em;
}


/* misc */
#preloader {
	position: fixed;
	left: -9999px;
	bottom: -9999px;
}

#mc_embed_signup {
	color: #CCC;
	font-family: 'Lucida Console', 'Monaco', monospace;
}