#content	{
	margin-left: 8rem;
	margin-right: 16rem;
	margin-bottom: 1.5rem;
}

h1	{
	font-size: 1.4rem;
	margin: 0;
	margin-left: 13rem;
	padding-top: 2rem;
	padding-bottom: .5rem;
	width: calc(100% - 28rem);
}	

#logo	{
	width: 7rem;
}

/*NAVIGATION*/

nav	{
	top: 1.5rem;
	font-size: .9rem;
}	

.early nav, .classic nav, .postwar nav	{
	background: none;
}	


/*TIMELINE*/

#timeline	{
	width: 14rem;/*same as container's border*/
}

#timeline label	{
	text-align: center;
}

#timeline img	{
	display: block;
}	

/*TIMELINE DETAILS*/

#timeline1 .date	{
	height: 14.8%;
}	

#timeline .date:nth-child(odd) a	{
	left: calc(50% + 1rem);
}	

#timeline .date:nth-child(even) a	{
	right: calc(50% + 1rem);
}
/*
#timeline a.current + img, #timeline a:hover + img, #timeline a:focus + img	{
	display: block;
}*/

#timeline .date:nth-child(odd) img	{
	right: calc(50% + 1rem);
}	

#timeline .date:nth-child(even) img	{
	left: calc(50% + 1rem);
}	
	
#timeline .date:before	{
	left: calc(50% - .5rem);
}

#timeline .line	{
	left: calc(50% - 1px);
}

/***********************/
/*COLORS FOR EARLY THEME*/

.early:before	{
	border-left: 8rem solid #5e3110;
	border-right: 14rem solid #5e3110;
}

/*.early h2#subtitle	{
	color: #c3952d;
}	*/

/****************************/
		
/*COLORS FOR CLASSIC THEME*/

.classic:before	{
	border-left: 8rem solid #28377b;
	border-right: 14rem solid #28377b;
}

/*.classic h2#subtitle	{
	color: #c3952d;
}	*/

/****************************/

/*COLORS FOR POSTWAR THEME*/

.postwar:before	{
	border-left: 8rem solid #c3952d;
	border-right: 14rem solid #c3952d;
}

/*.postwar h2#subtitle	{
	color: #28377b;
}	*/

/****************************/

/*BICENTENNIAL LOGO*/

#bicentennial_logo	{
	width: 4.5rem;
	bottom: 2rem;
	left: 1.5rem;
}	

/***************************/
/*CONTENT*/

#main	{
	padding: 1rem 2rem;
	margin-top: 2rem;
}

#main:after	{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f9e4ab url(../img/texture2.jpg) bottom right; 
	opacity: .95;
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
	-webkit-transform-style: preserve-3d; /*just in case, to prevent jagged edges*/
	transform-style: preserve-3d; /*just in case, to prevent jagged edges*/
	-webkit-box-shadow: 0 1px 6px #28377b;
	-moz-box-shadow: 0 1px 6px #28377b;
	box-shadow: 0 1px 6px #28377b;
	z-index: -2;
	display: block;
	
}


.img_left	{
	float: left;
	margin: 0 1rem .5rem 0;
}

.img_right	{
	float: right;
	margin: 0 0 .5rem 1rem;
}

.portrait	{
	width: 50%;
}

.landscape	{
	width: 70%;
}	

/*OBJECTS*/

.object 	{
	width: 27%;
	float: left;
	margin-right: 6.3%;
}	
	
.tall img	{
	width: 60%;
	float: left;
}

.double img	{
	width: 50%;
	float: left;
}

.tall img + .tombstone	{
	width: calc(40% - 4rem);
	float: left;
}

.zoom .tombstone	{
	padding: 0 2rem;
}

.double .tombstone	{
	padding-top: 1rem;
}	
	
#field_projects	{
	font-size: .9em;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 4rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 4rem; /* Firefox */
    column-gap: 4rem;
}	

#field_projects li	{
	margin-bottom: .5em;
}	

#field_projects span	{
	display: block;
}	

/*OBJECT PAGE*/

.index	{
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
	-moz-column-count: 4; /* Firefox */
	column-count: 4;
	
	-webkit-column-gap: 2rem; /* Chrome, Safari, Opera */
	-moz-column-gap: 2rem; /* Firefox */
	column-gap: 2rem;
}

/*TODAY*/

#satellite_map img	{
	width: 100%;
	
}	

#scroll	{
	display: none;
}	

/*GALLERY*/

.photo	{
	width: 45%;
	float: left;
}

.photo:nth-child(odd)	{
	margin-right: 10%;
}	