/* © Brian C. Seitz, 2017 */
/* main.css ; for betweenthegels.com */

@font-face {
	font-family: "Bodoni Old Style";
	src: url(resources/Bodoni72OS.ttc);
}

html {
	/*background-image: url('../img/background.png');
	background-color: #cccccc;
	background-repeat: repeat-x;*/
	background-color: #fff0b2;
	color: #000;
	font-size: 18px;
	font-family: 'Helvetica Neue', Helvetica,'Lucida Sans', Arial, sans-serif;
}

body {
	display: block;
	/*max-width: 1070px;*/
	margin: 0 auto;
	padding: 1em 0em;
	width: 100%;
}

h1 {
	font-family: "Bodoni Old Style", 'Helvetica Neue', Helvetica,'Lucida Sans', Arial, sans-serif;
	font-weight: 300;
	color: #000;
}

h2 {
	font-family: "Dancing Script";
	color: #002200;
}

ul {
	list-style-type: none;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

ul li {
	display: inline-block;
	margin: auto auto 2em 0;
}

a {
	color: #29a444;
}

fieldset {
	border: none;
	line-height: 200%;
}

td input {
	display: block;
	margin: 0 auto;
}

p {
	font-size: 1.5em;
}

/*banner:*/

h1 {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 5em;
	font-variant: small-caps;
	float: left;
	text-align: center;
}

header {
	width: 90%;
	display: block;
	margin: 1em auto 0 4em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #004400;
}

#banner_picture {
	clear: both;
	display: block;
	width: 90%;
	max-width: 1000px;
	margin: .5em auto 0 auto;
}

/*navbar:*/

nav {
	font-family: 'Helvetica Neue', Helvetica, 'Lucida Sans', Arial, sans-serif;
	font-variant: small-caps;
	font-size: 1.75em;
	font-weight: 400;
	width: 50em;
	display: block;
	float: left;
	margin: 0 auto 3em 3em;
	padding: 0px;
}

nav a:link, nav a:visited {
	display: block;
	width: 5em;
	float: left;
	background-color: #004400;
	color: #ffffee;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 2px;
	padding: .4em .7em .4em .7em;
	border: 1px solid black;
	text-align: center;
}

nav a:hover {
	color: #004400;
	background-color: #ffffee;
}

nav p {
	margin: 0;
	text-align: left;
}

/*page structure:*/

#main {
	clear: both;
	width: 100%;
	display: block;
	margin: 0 auto 2em auto;
}

#pagespec {
	display: block;
	width: auto;
	clear: both;
	margin: 0 0 0 5em;
}

footer {
	width: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5%;
	clear: both;
	font-size: .8em;
}

h3 {
	font-size: 3em;
}

article {
	display: block;
	width: auto;
	clear: both;
	border-radius: 5px;
	/*border: 2px solid #004400;*/
	padding: 2em;
	/*box-shadow: #aaaaaa -10px -5px 10px 1px;*/
}

article p {
	text-align: left;
	display: inline-block;
	width: 50%;
	float: left;
}

figure {
	display: block;
	width: 45%;
	margin: 1em auto 1em 3em;
}

figure img {
	width: 100%;
}

figcaption {
	display: inline-block;
	width: 45%;
	font-style: italic;
	text-align: center;
	font-family: 'Courier New', monospace;
	margin: 1em auto 2em 3em;
}

/*semantic classes:*/

.caption {
	font-style: italic;
	font-weight: normal;
	font-family: 'Baskerville Olde Face', Georgia, 'Times New Roman', Serif;
}

#poster_sm {
	border: 1px blue solid;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wrapper_poster_lg {
	background-color: black;
	background-image: url('img/poster_lg.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#frontpage_picture {
	display: block;
	margin: auto;
}

#sequence_output {
	display: block;
	width: 75%;
	word-wrap: break-word;
	font-family: 'Courier New', courier, monospace;
}

.episodetitle {
	font-weight: 500;
	display: inline-block;
	font-size: 2.5em;
	width: 9em;
	float: left;
	
}

.episodedescription {
	font-weight: 300;
	display: inline-block;
	font-size: 2em;
	width: 12em;
	
}

#twitter_timeline_wrapper {
	display: block;
	width: 20%;
	float: left;
	margin: 8em 0;
}

.twitter-timeline {
	background-color: #fff0b2;
}

.portfolio_thumb {
	width: 30%;
	margin: auto;
	display: inline-block;
}

#portfolio_thumbs {
	height: 25em;
	overflow: scroll;
}

#portfolio_display {
	display: block;
	width: 100%;
	margin: 1em auto;
}

#disqus_thread {
	display: block;
	width: 90%;
	font-size: 2em;
	margin: 5em auto;
}