@charset "UTF-8";
/* CSS Document */

section.primary {
	width: 75%;
	margin: 5em auto 2em auto;
	font-family: "interstate", sans-serif;
    font-weight: 300;
    font-style: normal;
	line-height: 1.4;
}

#primary-image {
	width: 100%;
}

#primary-image img {
	width: 100%;
}

section.primary h3 {
	font-size: 1em;
	font-weight: 500;
	margin-top: 1.5em;
}

section.primary h4 {
	font-size: 1em;
	font-weight: 400;
	color: #adadad;
}

section.primary p {
	font-size: .95em;
	margin-top: .5em;
}

section.primary p .italic {
	font-style: italic;
}

section.primary #copy a:link, section.primary #copy a:visited, section.details a:link, section.details a:visited {
	color: black;
	font-weight: 400;
}

section.primary #copy a:hover, section.details a:hover {
	color: #adadad;
}

section.details {
	width: 75%;
	margin: 1em auto 3em auto;
}

section.details img {
	width: 100%;
}

.small-pic.detail-larger {
	width: 108%;
	margin-left: -5%;
}

.small-pic.detail-larger p {
	margin-left: 1em;
	margin-top: -.75em;
}

.small-pic p {
	font-family: "interstate", sans-serif;
	font-size: .85em;
	font-weight: 400;
    font-style: italic;
	margin: .25em 0 2em 0;
	color: #adadad;
}

.small-pic p .not-italic {
	font-style: normal;
}

#wrapper.contents-bottom {
	display: none;
}


@media (min-width: 500px){
	
	section.primary, section.details {
		width: 75%;
	}
	
}


@media (min-width: 850px){
	
	section.primary {
		margin-top: 6em;
	}
	
	section.primary h3, section.primary h4 {
        padding-left: 2.5%;
    }
	
	section.primary p {
        font-size: 1em;
        padding-left: 2.5%;
    }

    #primary-image.smaller {
        width: 75%;
        margin: 0 auto;
    }
	
	.small-pic {
		width: 45%;
		margin: 0 2.5%;
		float: left;
	}

    .small-pic.detail-larger {
        width: 47.5%;
        margin-left: 0;
    }

    .small-pic.detail-larger p {
        margin-left: 1em;
        margin-top: 0;
    }
	
	.small-pic.full-width {
		width: 95%;
	}
	
}


@media (min-width: 1250px){
	
	section.primary, section.details {
		width: 79%;
	}

    #primary-image.smaller {
        width: 65%;
    }
	
	.small-pic.full-width {
		width: 75%;
	}
	
	#wrapper.contents-bottom {
		display: block;
		width: 80%;
	}
	

}





