
html {
	background: #fff;
	height: 100%;
}
body {
	color: #333;
	font: 400 10pt/150% "Roboto", sans-serif;
	height: 100%;
	margin: 0;
	min-width: 1200px;
}
.wrapper {
	margin: 0 auto;
	width: 1200px;
}
.clear {
	clear: both;
}

@media screen and (max-width: 1300px) {
  body {
	  min-width: 1000px;
  }
  .wrapper {
	  width: 1000px;
  }
}

@media screen and (max-width: 1100px) {
  body {
	  min-width: 350px;
  }
  .wrapper {
	  margin: 0 20px;
	  width: auto;
  }
}


/* HEAD
============================================================================================================== */

header {
	border-bottom: solid 10px #ececec;
	color: #fff;
	font: 300 10pt/150% "Titillium Web", sans-serif;
	height: 160px;
	left: 0;
	min-width: 1200px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#header_bg0,
#header_bg1,
#header_bg2,
#header_bg3,
#header_bg4,
#header_bg5 {
	background: url(../images/header0.jpg) no-repeat center center;
	background-size: 100% 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#header_bg0 {background-image: url(../images/header0.jpg);}
#header_bg1 {background-image: url(../images/header1.jpg);}
#header_bg2 {background-image: url(../images/header2.jpg);}
#header_bg3 {background-image: url(../images/header3.jpg);}
#header_bg4 {background-image: url(../images/header4.jpg);}
#header_bg5 {background-image: url(../images/header5.jpg);}
header > div.sel {
	z-index: 10;
}
header > div.sel_old {
	z-index: 9;
}

#header_body {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}
header .wrapper {
	height: 100%;
	position: relative;
}

header.header_scroll {
	box-shadow: #fff 0 10px 0;
	height: 55px;
	transition: height 0.20s ease 0.0s;
	    -webkit-transition: height 0.20s ease 0s;
}
header:not(.header_scroll) {
	transition: height 0.20s ease 0.0s;
	    -webkit-transition: height 0.20s ease 0s;
}

@media screen and (max-width: 1300px) {
  header {
	  min-width: 1000px;
  }
}

@media screen and (max-width: 1100px) {
  header {
	  min-width: 1px;
  }
  header .wrapper {
	  margin: 0;
  }
}

@media screen and (max-width: 850px) {
  header {
	  left: auto;
	  position: relative;
	  top: auto;
	  width: auto;
  }
}

@media screen and (max-width: 580px) {
  header {
	  border-bottom-width: 5px;
	  height: auto;
	  min-height: 100px;
  }
  #header_body {
	  height: auto;
	  left: auto;
	  position: relative;
	  top: auto;
  }
  header > div:not(#header_body) {
  	  max-height: 100px;
  }
}

/* head: title
---------------------------------------------------------------------------------- */

h1 {
	bottom: 0;
	font-size: 30pt;
	left: 0;
	line-height: 100%;
	padding-bottom: 12px;
	position: absolute;
	z-index: 10;
}
h1 a {
	color: #fff;
	display: block;
	outline: none;
	text-decoration: none;
}
h1 a span:first-child {
	display: block;
	padding-right: 70px;
	transition: all 0.10s ease 0.0s;
	    -webkit-transition: all 0.10s ease 0s;
}
h1 a:hover span:first-child,
h1 a:active span:first-child {
	text-shadow: #fff 0 0 4px;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}
h1 a span:nth-child(2) {
	display: block;
	font: 400 italic 12pt "Roboto", sans-serif;
	text-align: right;
}

header.header_scroll h1 {
	padding-bottom: 0;
}
header.header_scroll h1 span:first-child {
	font-size: 22pt;
	height: 55px;
	line-height: 55px;
}
header.header_scroll h1 span:nth-child(2) {
	display: none;
}

@media screen and (max-width: 1100px) {
  h1 {
	  font-size: 28pt;
	  left: 20px;
  }
  h1 a span:first-child {
	  padding-right: 30px;
  }
  h1 a span:nth-child(2) {
	  font-size: 11pt;
  }
}

@media screen and (max-width: 850px) {
  h1 {
	  bottom: auto;
	  font-size: 26pt;
	  top: 20px;
  }
  h1 a span:first-child {
	  padding-right: 0;
  }
  h1 a span:nth-child(2) {
	  text-align: left;
  }
}

@media screen and (max-width: 580px) {
  h1 {
	  font-size: 24pt;
	  left: 15px;
	  top: 15px;
	  z-index: 40;
  }
  h1 a span:nth-child(2) {
	  display: none;
  }
}

/* head: contact
---------------------------------------------------------------------------------- */

#header_contact {
	font-size: 11pt;
	font-weight: 600;
	height: 26px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 20px;
	transition: height 0.5s ease 0.0s;
	    -webkit-transition: height 0.5s ease 0s;
	z-index: 20;
}

a#header_email {
	background: url(../images/head_email.png) no-repeat left center;
	color: #fff;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-right: 25px;
	padding-left: 25px;
	text-decoration: none;
	transition: all 0.10s ease 0.0s;
	    -webkit-transition: all 0.10s ease 0s;
}
a#header_email:hover,
a#header_email:active {
	text-shadow: #fff 0 0 2px;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}

a#header_twitter {
	background: #fff url(../images/head_twitter.png) no-repeat center center;
	border-radius: 3px;
	display: block;
	float: left;
	height: 26px;
	transition: all 0.10s ease 0.0s;
	    -webkit-transition: all 0.10s ease 0s;
	width: 26px;
}
a#header_twitter:hover,
a#header_twitter:active {
	box-shadow: #fff 0 0 4px;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}

@media screen and (max-width: 1100px) {
  #header_contact {
	  right: 20px;
  }
}

@media screen and (max-width: 850px) {
  #header_contact {
	  height: 22px;
  }
  a#header_email {
	  font-size: 10pt;
	  height: 22px;
	  line-height: 22px;
	  margin-right: 15px;
  }
  a#header_twitter {
	  background-size: 100% 100%;
	  height: 22px;
	  width: 22px;
  }
}

@media screen and (max-width: 580px) {
  #header_contact {
	  left: 15px;
	  right: auto;
	  top: 60px;
	  z-index: 40;
  }
}


/* head: navigation
---------------------------------------------------------------------------------- */

nav {
	bottom: 0;
	height: 55px;
	position: absolute;
	right: 0;
	z-index: 30;
}
nav div {
	display: block;
}
nav a {
	background: url(../images/nav1.png) repeat-x left 55px;
	border-bottom: solid 10px #ececec;
	color: #fff;
	display: inline-block;
	font-size: 12pt;
	font-weight: 600;
	height: 55px;
	line-height: 55px;
	min-width: 40px;
	outline: none;
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	transition: all 0.10s ease 0.0s;
	    -webkit-transition: all 0.10s ease 0s;
}
nav a:hover,
nav a:active {
	background-position: left top;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}
nav a.sel,
nav a.sel:hover,
nav a.sel:active {
	background: #fff;
	border-color: #fff;
}

/*nav a#nav_cv:not(.sel) {background-image: url(../images/nav1.png); border-color: #e4d534;}*/
nav a#nav_cv:not(.sel) {background-image: url(../images/nav2.png); border-color: #86dc40;}
nav a#nav_research:not(.sel) {background-image: url(../images/nav3.png); border-color: #a872e0;}
nav a#nav_teaching:not(.sel) {background-image: url(../images/nav4.png); border-color: #d92a53;}
nav a#nav_digital-humanities:not(.sel) {background-image: url(../images/nav5.png); border-color: #01cfd7;}

/*nav a#nav_cv.sel {color: #bfa10d;}*/
nav a#nav_cv.sel {color: #42880b;}
nav a#nav_research.sel {color: #71489f;}
nav a#nav_teaching.sel {color: #d92a53;}
nav a#nav_digital-humanities.sel {color: #007a80;}

#nav_mobile {
	display: none;
	position: absolute;
	right: 15px;
	top: 30px;
	width: 40px;
	z-index: 40;
}
#nav_mobile span {
	background: #fff;
	border-radius: 3px;
	display: block;
	height: 6px;
	margin: 6px 0;
	transition: all 0.10s ease 0.0s;
		-webkit-transition: all 0.10s ease 0s;
}
#nav_mobile:hover span,
#nav_mobile:active span {
	box-shadow: #fff 0 0 4px;
	transition: all 0.15s ease 0.0s;
		-webkit-transition: all 0.15s ease 0s;
}

@media screen and (max-width: 1300px) {
  nav a {
	  padding: 0 15px;
  }
}

@media screen and (max-width: 1100px) {
  nav a {
	  font-size: 11pt;
  }
}

@media screen and (max-width: 850px) {
  nav {
	  text-align: center;
	  width: 100%;
  }
}

@media screen and (max-width: 580px) {
  nav {
	  bottom: auto;
	  height: auto;
	  padding-top: 100px;
	  position: relative;
	  right: auto;
  }
  nav div {
	  display: none;
  }
  nav a {
	  background-position: left top;
	  border-bottom: none;
	  color: #fff;
	  display: block;
	  padding: 0 20px;
	  text-align: left;
	  transition: none;
	    -webkit-transition: none;
  }
  /*nav a#nav_cv.sel {background-image: url(../images/nav1.png); color: #fff;}*/
  nav a#nav_cv.sel {background-image: url(../images/nav2.png); color: #fff;}
  nav a#nav_research.sel {background-image: url(../images/nav3.png); color: #fff;}
  nav a#nav_teaching.sel {background-image: url(../images/nav4.png); color: #fff;}
  nav a#nav_digital-humanities.sel {background-image: url(../images/nav5.png); color: #fff;}

  nav a:hover,
  nav a:active {
	  transition: none;
	    -webkit-transition: none;
  }
  /*nav a#nav_cv:hover {background: #d5b621;}*/
  nav a#nav_cv:hover {background: #59a51b;}
  nav a#nav_research:hover {background: #8759b6;}
  nav a#nav_teaching:hover {background: #a71f3f;}
  nav a#nav_digital-humanities:hover {background: #00a8ae;}


  #nav_mobile {
	  display: block;
  }

}


/* BODY WRAP
============================================================================================================== */

#content_main {
	padding-top: 240px;
}
#content_main section {
	display: none;
	padding: 0 100px;
}
#content_main section.sel {
	display: block;
}

@media screen and (max-width: 1300px) {
  #content_main section {
	  padding: 0 50px;
  }
}

@media screen and (max-width: 1100px) {
  #content_main section {
	  padding: 0 25px;
  }
}

@media screen and (max-width: 850px) {
  #content_main {
	  padding-top: 60px;
  }
}

@media screen and (max-width: 580px) {
  #content_main {
	  padding-top: 40px;
  }
  #content_main section {
	  padding: 0;
  }
}


/* BODY TEXT
============================================================================================================== */

em {
	font-style: italic;
}
#content_main section h2 {
	color: #999;
	font: 300 14pt "Titillium Web", sans-serif;
	text-transform: uppercase;
}
#content_main section h3 {
	background: #eee;
	border-radius: 3px;
	color: #666;
	font: 600 12pt/45px "Titillium Web", sans-serif;
	height: 45px;
	padding: 0 20px;
	text-transform: uppercase;
}
#content_main section h4 {
	color: #999;
	font: 300 13pt "Titillium Web", sans-serif;
}
#content_main section h5 {
	color: #999;
	font: 300 11pt "Titillium Web", sans-serif;
}
#content_main section p {
	font-size: 11pt;
	line-height: 150%;
	padding: 10px 0;
}
#content_main section a {
	color: #999;
	transition: all 0.10s ease 0.0s;
	    -webkit-transition: all 0.10s ease 0s;
}
#content_main section a:hover,
#content_main section a:active {
	color: #666;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}
#content_main ul li {
	background: url(../images/bullet.png) no-repeat 9px 10px;
	font-size: 11pt;
	line-height: 135%;
	padding: 3px 0 3px 25px;
}

@media screen and (max-width: 850px) {
  #content_main section h2 {
	  font-size: 12pt;
  }
  #content_main section h3 {
	  font-size: 10pt;
	  height: 38px;
	  line-height: 38px;
	  padding: 0 15px;
  }
  #content_main section h4 {
	  font-size: 11pt;
  }
  #content_main section h5 {
	  font-size: 10pt;
  }
  #content_main section p {
	  font-size: 10pt;
  }
  #content_main ul li {
	  background-position: 5px 9px;
	  font-size: 10pt;
	  padding: 2px 0 2px 20px;
  }
}


/* SECTION: HOME
============================================================================================================== */

#home img {
	border: solid 6px #ececec;
	float: left;
	line-height: 0;
	margin: 0 40px 20px 0;
}
#content_main section#home p {
	font-size: 16pt;
	font-weight: 300;
	line-height: 140%;
}

@media screen and (max-width: 1300px) {
  #content_main section#home p {
	  font-size: 14pt;
  }
}

@media screen and (max-width: 1100px) {
  #home img {
	  height: auto;
	  margin: 0 25px 20px 0;
	  max-width: 35%;
  }
}

@media screen and (max-width: 850px) {
  #content_main section#home p {
	  font-size: 12pt;
	  line-height: 145%;
  }
}

@media screen and (max-width: 580px) {
  #home img {
	  border-width: 3px;
	  height: auto;
	  margin: 0 15px 12px 0;
	  max-width: 40%;
  }
}

@media screen and (max-width: 450px) {
  #content_main section#home p {
	  font-size: 11pt;
  }
}


/* SECTION: CV
============================================================================================================== */

#content_main section#cv h2 {
	color: #bfa10d;
}

#content_main section#cv h3 {
	margin-top: 40px;
}
#content_main section#cv h3 {
	margin-bottom: 20px;
}

#cv_download {
	height: 32px;
}
#content_main section #cv_download a {
	background: #fff url(../images/pdf.png) no-repeat 10px center;
	border: solid 1px #42880b;
	border-radius: 3px;
	color: #42880b;
	display: block;
	float: right;
	font-weight: 700;
	height: 32px;
	line-height: 32px;
	outline: none;
	padding: 0 20px 0 50px;
	text-decoration: none;
	text-transform: uppercase;
}
#content_main section #cv_download a:hover,
#content_main section #cv_download a:active {
	background-color: #7ac429;
	color: #fff;
}

@media screen and (max-width: 850px) {
  #content_main section#cv h3 {
	  margin-top: 30px;
  }
  #content_main section#cv h3 {
	  margin-bottom: 15px;
  }
  #content_main section #cv_download a {
	  background-position: 6px center;
	  font-size: 9pt;
	  padding: 0 15px 0 40px;
  }
}

@media screen and (max-width: 580px) {
  #cv_download {
	  text-align: center;
  }
  #content_main section #cv_download a {
	  display: inline-block;
	  float: none;
  }
}

/* section: cv: education
---------------------------------------------------------------------------------- */

#cv_education > div:not(:last-child) {
	padding-bottom: 7px;
}
#cv_education > div > span {
	color: #999;
	display: block;
	float: left;
	font: 300 11pt "Titillium Web", sans-serif;
	padding: 2px 0 0 20px;
}
#content_main #cv_education ul {
	padding-left: 70px;
}
#content_main #cv_education ul li {
	background: none;
	padding-left: 0;
}
#content_main #cv_education ul li.cv_education_diss {
	margin-top: 7px;
}

@media screen and (max-width: 850px) {
  #cv_education > div > span {
	  font-size: 10pt;
	  padding: 0 0 0 15px;
  }
  #content_main #cv_education ul {
	  padding-left: 55px;
  }
}

/* section: cv: research
---------------------------------------------------------------------------------- */

#content_main section #cv_appointments p {
	padding: 0 0 0 20px;
}

@media screen and (max-width: 850px) {
  #content_main section #cv_appointments p {
	  padding-left: 15px;
  }
}

/* section: cv: publications
---------------------------------------------------------------------------------- */

#content_main section #cv_publications h4 {
	padding-left: 20px;
}
#content_main section #cv_publications h4:not(:first-of-type) {
	padding-top: 15px;
}
#content_main section #cv_publications p {
	line-height: 135%;
	padding-left: 25px;
}

@media screen and (max-width: 850px) {
  #content_main section #cv_publications h4 {
	  padding-left: 15px;
  }
  #content_main section #cv_publications h4:not(:first-of-type) {
	  padding-top: 10px;
  }
  #content_main section #cv_publications p {
	  padding-left: 20px;
  }
}

/* section: cv: awards
---------------------------------------------------------------------------------- */

#content_main section #cv_awards h4 {
	padding: 0 0 10px 20px;
}
#content_main section #cv_awards h4:not(:first-of-type) {
	padding-top: 25px;
}
#content_main #cv_awards ul li {
	background: none;
	padding: 5px 0 5px 25px;
}
#content_main section #cv_awards p {
	line-height: 135%;
	padding: 0 60px 0 0;
}
#content_main section #cv_awards .cv_date_long p {
	padding-right: 100px;
}
#content_main #cv_awards li span {
	color: #999;
	display: block;
	float: right;
	font: 300 11pt "Titillium Web", sans-serif;
	padding-right: 20px;
}

@media screen and (max-width: 850px) {
  #content_main section #cv_awards h4 {
	  padding-left: 15px;
  }
  #content_main section #cv_awards h4:not(:first-of-type) {
	  padding-top: 20px;
  }
  #content_main #cv_awards ul li {
	  padding-left: 20px;
  }
  #content_main #cv_awards li span {
	  font-size: 10pt;
	  padding-right: 15px;
  }
}

/* section: cv: conferences
---------------------------------------------------------------------------------- */

#content_main section #cv_conferences h4 {
	padding-left: 20px;
}
#content_main section #cv_conferences h4:not(:first-of-type) {
	padding-top: 15px;
}
#content_main section #cv_conferences p {
	line-height: 135%;
	padding-left: 25px;
}

@media screen and (max-width: 850px) {
  #content_main section #cv_conferences h4 {
	  padding-left: 15px;
  }
  #content_main section #cv_conferences h4:not(:first-of-type) {
	  padding-top: 10px;
  }
  #content_main section #cv_conferences p {
	  padding-left: 20px;
  }
}

/* section: cv: talks
---------------------------------------------------------------------------------- */

#content_main section #cv_talks p {
	line-height: 135%;
	padding-left: 20px;
}

@media screen and (max-width: 850px) {
  #content_main section #cv_talks p {
	  padding-left: 15px;
  }
}

/* section: cv: teaching
---------------------------------------------------------------------------------- */

#content_main section #cv_teaching p {
	line-height: 135%;
	padding-bottom: 0;
	padding-left: 20px;
}
#content_main section #cv_teaching h4 {
	padding: 25px 0 0 20px;
}
#content_main section #cv_teaching h5 {
	padding: 0 0 2px 20px;
}
#content_main section #cv_teaching h4 span {
	font-size: 11pt;
}
#content_main #cv_teaching ul li {
	background: none;
	padding: 5px 0 5px 25px;
}
#content_main section #cv_teaching ul li strong {
	font-size: 9.5pt;
	font-weight: 700;
	text-transform: uppercase;
}
#content_main section #cv_teaching ul li ul li {
	padding-left: 5px;
}

@media screen and (max-width: 850px) {
  #content_main section #cv_teaching p {
	  padding-left: 15px;
  }
  #content_main section #cv_teaching h4 {
	  padding: 20px 0 0 15px;
  }
  #content_main section #cv_teaching h5 {
	  padding: 0 0 2px 15px;
  }
  #content_main section #cv_teaching h4 span {
	  font-size: 10pt;
  }
  #content_main #cv_teaching ul li {
	  padding-left: 20px;
  }
  #content_main section #cv_teaching ul li strong {
	  font-size: 8.5pt;
  }
}

/* section: cv: service
---------------------------------------------------------------------------------- */

#content_main #cv_service ul li {
	background: none;
	padding: 5px 0 5px 20px;
}
#content_main section #cv_service p {
	line-height: 135%;
	padding: 0 100px 0 0;
}
#content_main #cv_service li span {
	color: #999;
	display: block;
	float: right;
	font: 300 11pt "Titillium Web", sans-serif;
	padding-right: 20px;
}

@media screen and (max-width: 850px) {
  #content_main #cv_service ul li {
	  padding-left: 15px;
  }
  #content_main #cv_service li span {
	  font-size: 10pt;
	  padding-right: 15px;
  }
}

/* section: cv: affiliations
---------------------------------------------------------------------------------- */

#content_main #cv_affiliations ul li {
	background: none;
	padding: 5px 0 5px 20px;
}

@media screen and (max-width: 850px) {
  #content_main #cv_affiliations ul li {
	  padding-left: 15px;
  }
}

/* section: cv: languages
---------------------------------------------------------------------------------- */

#content_main #cv_languages ul li {
	background: none;
	padding: 5px 0 5px 20px;
}

@media screen and (max-width: 850px) {
  #content_main #cv_languages ul li {
	  padding-left: 15px;
  }
}


/* SECTION: DISSERTATION
============================================================================================================== */

#content_main section#dissertation h2 {
	color: #42880b;
}
#content_main section#dissertation a {
	color: #42880b;
}
#content_main section#dissertation a:hover,
#content_main section#dissertation a:active {
	color: #666;
}

#content_main section#dissertation h2#diss_title {
	font-size: 16pt;
	font-weight: 400;
	line-height: 130%;
	text-transform: none;
}
#content_main section#dissertation h3 {
	margin: 45px 0 20px 0;
}
#content_main section #diss_chapters h2 {
	background: url(../images/bullet.png) no-repeat left center;
	margin-top: 30px;
	padding-left: 20px;
}
#content_main section#dissertation p {
	padding-left: 20px;
}
#content_main section em.diss_jr,
#content_main section .diss_jr em {
	white-space: nowrap;
}

@media screen and (max-width: 850px) {
  #content_main section#dissertation h2#diss_title {
	  font-size: 14pt;
  }
  #content_main section#dissertation h3 {
	  margin: 30px 0 10px 0;
  }
  #content_main section #diss_chapters h2 {
	  margin-top: 20px;
	  padding-left: 15px;
  }
  #content_main section#dissertation p {
	  padding-left: 15px;
  }
}


/* SECTION: RESEARCH
============================================================================================================== */

#content_main section#research h2 {
	color: #71489f;
	font-weight: 400;
	line-height: 125%;
	text-transform: none;
}
#content_main section#research a {
	color: #71489f;
}
#content_main section#research a:hover,
#content_main section#research a:active {
	color: #666;
}

#content_main section#research h2:not(:first-child) {
	border-top: dotted 1px #ddd;
	margin-top: 30px;
	padding-top: 30px;
}
#content_main section#research h2 span {
	color: #999;
	display: block;
	font: 300 11pt "Roboto", sans-serif;
	padding-bottom: 7px;
}
#content_main section#research h2 span em {
	font-style: italic;
	font-weight: 300;
}

@media screen and (max-width: 850px) {
  #content_main section#research h2:not(:first-child) {
	  margin-top: 20px;
	  padding-top: 20px;
  }
  #content_main section#research h2 span {
	  font-size: 10pt;
  }
}


/* SECTION: TEACHING
============================================================================================================== */

#content_main section#teaching h2 {
	color: #d92a53;
}
#content_main section#teaching a {
	color: #d92a53;
}
#content_main section#teaching a:hover,
#content_main section#teaching a:active {
	color: #666;
}

#content_main section#teaching h2:not(:first-child) {
	padding-top: 30px;
}
#content_main section#teaching h4 {
	padding: 20px 0 10px 0;
}
#content_main section#teaching a {
	font-size: 10pt;
	outline: none;
	padding-left: 5px;
	white-space: nowrap;
}

@media screen and (max-width: 850px) {
  #content_main section#teaching h2:not(:first-child) {
	  padding-top: 20px;
  }
  #content_main section#teaching a {
	  font-size: 9pt;
  }
}


/* SECTION: DIGITAL HUMANITIES
============================================================================================================== */

#content_main section#digital-humanities h2 {
	color: #007a80;
}
#content_main section#digital-humanities a {
	color: #007a80;
}
#content_main section#digital-humanities a:hover,
#content_main section#digital-humanities a:active {
	color: #666;
}

#digitalhumanities_projects {
	padding-top: 40px;
}
#content_main section #digitalhumanities_projects h3 {
	margin-bottom: 30px;
}
#content_main section #digitalhumanities_projects h2 {
	background: url(../images/bullet.png) no-repeat left center;
	padding-left: 20px;
}
#content_main section #digitalhumanities_projects p {
	padding-left: 20px;
}
#content_main section #digitalhumanities_projects p:not(:last-child) {
	padding-bottom: 50px;
}

@media screen and (max-width: 850px) {
  #digitalhumanities_projects {
	  padding-top: 25px;
  }
  #content_main section #digitalhumanities_projects h3 {
	  margin-bottom: 25px;
  }
  #content_main section #digitalhumanities_projects h2 {
	  padding-left: 15px;
  }
  #content_main section #digitalhumanities_projects p {
	  padding-left: 15px;
  }
  #content_main section #digitalhumanities_projects p:not(:last-child) {
	  padding-bottom: 30px;
  }
}


/* FOOTER
============================================================================================================== */

footer {
	padding: 100px 0 30px 0;
}
footer .wrapper {
	border-top: solid 1px #d9d9d9;
}

@media screen and (max-width: 1100px) {
  footer {
	  padding-top: 80px;
  }
}

@media screen and (max-width: 580px) {
  footer {
	  padding-top: 50px;
  }
}

/* foot: contact
---------------------------------------------------------------------------------- */

#footer_contact {
	float: left;
	font: 600 11pt "Titillium Web", sans-serif;;
	height: 26px;
	padding: 15px 0 0 100px;
}

a#footer_email {
	background: url(../images/foot_email.png) no-repeat left center;
	color: #949494;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-right: 25px;
	padding-left: 25px;
	text-decoration: none;
	transition: all 0.10s ease 0.0s;
	    -webkit-transition: all 0.10s ease 0s;
}
a#footer_email:hover,
a#footer_email:active {
	color: #019dd7;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}

a#footer_twitter {
	background: #019dd7 url(../images/foot_twitter.png) no-repeat center center;
	border-radius: 3px;
	display: block;
	float: left;
	height: 26px;
	transition: all 0.10s ease 0.0s;
	    -webkit-transition: all 0.10s ease 0s;
	width: 26px;
}
a#footer_twitter:hover,
a#footer_twitter:active {
	box-shadow: #019dd7 0 0 4px;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}

@media screen and (max-width: 1300px) {
  #footer_contact {
	  padding-left: 50px;
  }
}

@media screen and (max-width: 1100px) {
  #footer_contact {
	  padding-left: 25px;
  }
}

@media screen and (max-width: 850px) {
  #footer_contact {
	  height: 22px;
  }
  a#footer_email {
	  font-size: 10pt;
	  height: 22px;
	  line-height: 22px;
	  margin-right: 10px;
  }
  a#footer_twitter {
	  background-size: 100% 100%;
	  height: 22px;
	  width: 22px;
  }
}

@media screen and (max-width: 580px) {
  #footer_contact {
	  left: 15px;
	  padding-left: 0;
	  right: auto;
	  top: 60px;
	  z-index: 40;
  }
}

@media screen and (max-width: 450px) {
  #footer_contact {
	  float: none;
	  text-align: center;
  }
  a#footer_email {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
  }
  a#footer_twitter {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
  }
}

/* foot: info
---------------------------------------------------------------------------------- */

#footer_info {
	color: #888;
	float: right;
	font-size: 11pt;
	font-style: italic;
	line-height: 130%;
	padding: 15px 100px 0 0;
	text-align: right;
}
#footer_info a {
	color: #b8b8b8;
	display: block;
	font-size: 9pt;
	font-weight: 300;
	text-decoration: none;
	transition: all 0.10s ease 0.0s;
	    -webkit-transition: all 0.10s ease 0s;
}
#footer_info a:hover,
#footer_info a:active {
	color: #999;
	transition: all 0.15s ease 0.0s;
	    -webkit-transition: all 0.15s ease 0s;
}

@media screen and (max-width: 1300px) {
  #footer_info {
	  padding-right: 50px;
  }
}

@media screen and (max-width: 1100px) {
  #footer_info {
	  padding-right: 25px;
  }
}

@media screen and (max-width: 580px) {
  #footer_info {
	  font-size: 10pt;
	  padding-right: 0;
  }
  #footer_info a {
	  font-size: 8pt;
  }
}

@media screen and (max-width: 450px) {
  #footer_info {
	  float: none;
	  padding-top: 20px;
	  text-align: center;
  }
}
