body {
    font-family: "Trebuchet MS", sans-serif;
   /* margin: 2em auto;*/
}

/* gallery parts */
.story {
    text-align : left;
}

.imagecaption {
    margin:0;
    text-align: center;
}

.pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination a {
	font-variant: small-caps;
	text-transform: lowercase;
	border: 1px solid;
	padding: 0 1.25rem;
	float: left;
	font-size: larger;
	text-decoration: none;
}

/* this is for the thumbnail galleries, which should have been better style :( */
td { 
    vertical-align: top;
    padding: 2em;
    text-align: center;
}

/* I don't want to do this, but I'd have to go back and regenerate _all_ my galleries :|
* */
div#beersuppliers td {
    text-align:left;
}

h1, h2, h3, h4 {
    font-family: "Trebuchet MS", sans-serif;
}

hr {
    border: 0;
    visibility: visible;
    visibility: hidden;
}

div.main {
    width: 90%;
    max-width: 950px;
    margin: 2em auto;
}


div.bio {
    margin: 2em auto;
}

div.projectlinks {
    float: left;
    /*width: 95%;*/
    text-align: center;
/*    border-style:solid;
    border-color:red;*/
}

div.projectrow {
    float:left;
    /*border-style:solid;
    border-color:blue;*/
}

div.projectlink {
    float: left;
    padding: 1em;
    /*border-style:solid;
    border-color:green;*/
}


html, body, .embed-container {
	height: 100%;
	margin: 0;
}

.embed-container {
	margin: auto 2em;
	height: auto;
}

.embed-container img {
	display:block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 70%;
	margin: 0 auto;
}

video {
	max-width: 100%;
	height: auto;
}
