html{
	height: 100%;
}
body{
	font-family: Garamond, 'Garamond Antiqua', serif;
	padding:0;
	margin:0;
	background-image: url('../img/pagebg.jpg');
	background-repeat: repeat-y;
	background-color: #5E625B;
	background-position: center;
	height: 100%;
}
a {
	color: #98012e;
	text-decoration: none;
	outline: none;
	border: none;
}
a img{
	border:none;
}
a:hover {
	text-decoration: underline;
}

.container{
	width: 100%;
	
	padding: 0;
	margin: 0;
}
.innerwidth{
	width: 850px;
	margin: 0 auto;
	padding-left: 1em;
	padding-right: 1em;
}
.header-container{
	background-color:#7b0000;
	border-top: 10px solid #43433c; /* Fake page top */
}
.titlebar h1{
	color: white;
	font-family: Garamond, 'Garamond Antiqua', serif;
	font-weight: normal;
	font-size: 5em;
	line-height: 0.9em; /* Reduce break between text and menu */
	margin: 0;
	padding:0;
	padding-top: 0.3em;
}

.titlebar a{
	text-decoration: none;
	color: white;
}
.dropcap{
	font-size: 1.15em;
}
.menu-container{
	background-color:#981e21;
	border-top: 2px solid #9f2425;
}
.menu{
	font-family: 'Gotham Book', Gotham-Book, Arial, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: white;
}
.menu ul{
	list-style-type: none;
	margin: 0;
	margin-left: 0.5em;
	padding: 0;
}
.menu ul li{
	display:inline;
	/*border-right: 1px solid #c38987;*/
	margin: 0;
	padding: 0;
	/*padding: 0.5em;*/
}
.menu ul li a{
	display: block;
	float: left;
	text-decoration: none;
	color: white;
	border-right: 1px solid #c38987;
	font-size: 1em;
	padding: 0.5em;
	font-family: 'Gotham Book', Gotham-Book, Arial, sans-serif;
	font-weight: normal;
}
.menu ul li a:hover{
	background-color: #AE3535;
}
.menu ul li a.list-selected{
	color: black;
	background-image: url('../img/selectedgradient.jpg');
	background-repeat: repeat-x;
	background-color: #f3f2ea;
}
.menu ul li:first-child a{
	border-left: 1px solid #c38987; /* fix left border of first element */
}
.floatclear{
	float:none;
	clear: both;
}
.content-container{
	background-color: #eae9e1;
	border-bottom: 2px solid #623d3a;
}
.content{
	background-color: #f7f6ee;
	border-left: 1px solid #deddd5;
	border-right: 1px solid #deddd5;
	padding-top: 1em;
	padding-bottom: 1em;
}
h1{
	color: #8f3931;
	font-weight: normal;
	margin: 0.1em;
}
h2{
	color: #8f3931;
	font-weight: normal;
	margin: 0.1em;
}
.column{
	float:left;
}
.rightcolumn{
	width: 14em; /* ~1/5 total content width */
	margin-left: 1em;
}
.maincolumn{
	width: 35em;
}
.clearfloat{
	float: none;
	clear: both;
}
.section-red{
	border-top: 6px solid #8f3931;
}
.section-blue{
	border-top: 6px solid #266178;
}
.sectionbox{
	background-image: url('../img/sectiongradient.jpg');
	background-repeat: repeat-x;
	padding-left: 0.75em;
	padding-right: 0.75em;
	margin-bottom: 2em;
}
#frontpage-rightcolumn{
	padding-top: 1em; /* Override normal padding for headshot display */
	padding-left: 1.5em;
}
.footer-container{
	padding:0;
	margin:0;
	background-color: #5e625b;
	border-top: 2px solid #555550;
	color: white;
}
.recentpub{
	float:left;
	width: 240px;
	height:350px;
	padding: 0.20em;
	text-align: center;
	margin-bottom: 2.5em;
	margin-left: 0.50em;
	font-size: 1.3em;
}
.imglink{
	float:left;
	width: 240px;
	padding: 0.20em;
	text-align: center;
	margin-bottom: 2.5em;
	margin-left: 0.50em;
	font-size: 1.3em;
}
.imglink-center{
	float:none;
	width: 240px;
	padding: 0.20em;
	text-align: center;
	margin-bottom: 2.5em;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3em;
}
.footer{
	background-color: #666660;
	padding-bottom: 2em;
	padding-top: 1em;
}
.copytext{
	margin-top: 3em;
}
.footertext{
	width: 30em;
}
.footer p{
	margin:0;
	padding:0;
}
.smalltext{
	font-size: 0.8em;
}
.designrollover{
	float:right;
	margin-right: 2em;
	background-image: url('../img/htmlfactory_rollover.jpg');
	background-repeat: repeat-y;
	width:150px;
	height: 41px;
	background-position: 0px 41px;
}
.designrollover:hover{
	background-repeat: no-repeat;
	background-position: 0em 0px;
}
.designrollover a,.designlink{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.email{
	color: #000000;
	text-decoration: underline;
}