/*
Theme Name: MFPL
Description: MFPL Custom Theme
Version: 0.01
Author: Arno Nöbl
Author URI: http://noebl.com/
*/



/* reset --------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset ----------------------------------------------------------------------------------- */




/* fonts --------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'DeliciousArrows';
    src: url('fonts/delicious-roman-webfont.eot');
    src: url('fonts/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/delicious-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DeliciousArrows';
    src: url('fonts/delicious-bold-webfont.eot');
    src: url('fonts/delicious-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/delicious-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'DeliciousArrows';
    src: url('fonts/delicious-italic-webfont.eot');
    src: url('fonts/delicious-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/delicious-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DeliciousArrows';
    src: url('fonts/delicious-bolditalic-webfont.eot');
    src: url('fonts/delicious-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/delicious-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}

@font-face {
    font-family: 'Quicksand';
    src: url('fonts/quicksand_bold-webfont.eot');
    src: url('fonts/quicksand_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/quicksand_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Quicksand';
    src: url('fonts/quicksand_book-webfont.eot');
    src: url('fonts/quicksand_book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/quicksand_book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Quicksand';
    src: url('fonts/quicksand_book_oblique-webfont.eot');
    src: url('fonts/quicksand_book_oblique-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/quicksand_book_oblique-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}
/* end fonts ----------------------------------------------------------------------------------- */



/* layout -------------------------------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
#page {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#header {
	position: relative;
	z-index: 2;
}
.page-template-start-php #header {
	margin-bottom: 44px;
}
#header .logo {
	height: 17px;
	margin: 75px 31px 19px 0;
	position: relative;
}
#header .logo h1 {
	position: absolute;
	right: 0;
	width: 140px;
	height: 100%;
	background: url('images/logo.png') no-repeat;
	text-indent: -9999px;
}
#header .logo h1:hover {
	background-position: 0 -17px;
}
#header .logo h1 a {
	display: block;
	height: 100%;
}
#header .logo2 {
	height: 50px;
	width: 80px;
	position: absolute;
	background: url('images/MPL-RNA-Logo-RGB-2019-07-08-RZ.png') no-repeat;
	top: -25px;
	left: 30px;
}
#header .logo2:hover {
	background-position: 0 -50px;
}
#header .logo2 a {
	display: block;
	height: 100%;
}





/* Menu */
#header .menu-main-container {
	width: 100%;
	height: 40px;
	background: url('images/menu.png') no-repeat;
}
#header .menu-main-container a {
	text-decoration: none;
}


/* First level */
#header .menu-main-container>ul>li {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 40px;
	width: 100px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
#header .menu-main-container>ul>li:hover {
	position: relative;
	z-index: 1;
}
#header .menu-main-container>ul>li a {
	display: block;
	height: 100%;
}
#header .menu-main-container .menu-item-2661 {
	width: 99px;
}
#header .menu-main-container .menu-item-2661:hover {
	background: url('images/menu.png') no-repeat 0 -40px;
}
#header .menu-main-container .menu-item-2662 {
	width: 258px;
}
#header .menu-main-container .menu-item-2662:hover, #header .menu-main-container .menu-item-2662.current-page-ancestor, #header .menu-main-container .menu-item-2662.current-menu-item {
	background: url('images/menu.png') no-repeat -101px -40px;
}
#header .menu-main-container .menu-item-2681 {
	width: 298px;
}
#header .menu-main-container .menu-item-2681:hover, #header .menu-main-container .menu-item-2681.current-page-ancestor, #header .menu-main-container .menu-item-2681.current-menu-item {
	background: url('images/menu.png') no-repeat -361px -40px;
}
#header .menu-main-container .menu-item-2690 {
	width: 148px;
}
#header .menu-main-container .menu-item-2690:hover {
	background: url('images/menu.png') no-repeat -661px -40px;
}
#header .menu-main-container .menu-item-2691 {
	width: 189px;
	border-right: 0;
}
#header .menu-main-container .menu-item-2691:hover {
	background: url('images/menu.png') no-repeat -811px -40px;
}


/* Second level */
#header .menu-main-container>ul>li>ul {
	display: block;
	text-indent: -9999px;
	width: 1000px;
	height: 40px;
	position: relative;
	margin-top: 2px;
	left: -2px;
	display: none;
}
#header .menu-main-container>ul>li.no-submenu>ul {
	display: none !important;
}

#header .menu-main-container>ul>li:hover>ul, #header .menu-main-container>ul>li.current_page_item>ul, #header .menu-main-container>ul>li.current_page_ancestor>ul {
	display: block;
}
#menu-item-2662>ul {
	background: url('images/doctoral-program-menu.png') no-repeat;
	width: 654px !important;
}
#menu-item-2662>ul>li>ul>li a {
	background: #582D11;
	color: #B67E59 !important;
}
#menu-item-2662>ul>li>ul>li:hover a {
	background: #B67E59;
	color: #F4F4F3 !important;
}
#menu-item-2681>ul {
	background: url('images/focus-regulatory-rna-menu.png') no-repeat;
	width: 641px !important;
}
#menu-item-2681>ul>li>ul>li a {
	background: #B67E59;
	color: #582D11 !important;
}
#menu-item-2681>ul>li>ul>li:hover a {
	background: #582D11;
	color: #F4F4F3 !important;
}
#header .menu-main-container>ul>li>ul>li {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 40px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
}
#header .menu-main-container>ul>li>ul>li a {
	display: block;
	height: 40px;
}
#header .menu-main-container .menu-item-2663 {
	width: 159px;
}
#header .menu-main-container .menu-item-2663:hover, #header .menu-main-container .menu-item-2663.current-page-ancestor, #header .menu-main-container .menu-item-2663.current-menu-item {
	background: url('images/doctoral-program-menu.png') no-repeat -2px -40px;
}
#header .menu-main-container .menu-item-2668 {
	width: 158px;
}
#header .menu-main-container .menu-item-2668:hover, #header .menu-main-container .menu-item-2668.current-page-ancestor, #header .menu-main-container .menu-item-2668.current-menu-item {
	background: url('images/doctoral-program-menu.png') no-repeat -163px -40px;
}
#header .menu-main-container .menu-item-2672 {
	width: 198px;
}
#header .menu-main-container .menu-item-2672:hover, #header .menu-main-container .menu-item-2672.current-page-ancestor, #header .menu-main-container .menu-item-2672.current-menu-item {
	background: url('images/doctoral-program-menu.png') no-repeat -323px -40px;
}
#header .menu-main-container .menu-item-2680 {
	width: 131px;
	margin-right: 0;
}
#header .menu-main-container .menu-item-2680:hover, #header .menu-main-container .menu-item-2680.current-page-ancestor, #header .menu-main-container .menu-item-2680.current-menu-item {
	background: url('images/doctoral-program-menu.png') no-repeat -523px -40px;
}

#header .menu-main-container .menu-item-2682 {
	width: 159px;
}
#header .menu-main-container .menu-item-2682:hover, #header .menu-main-container .menu-item-2682.current-page-ancestor, #header .menu-main-container .menu-item-2682.current-menu-item {
	background: url('images/focus-regulatory-rna-menu.png') no-repeat -2px -40px;
}
#header .menu-main-container .menu-item-2684 {
	width: 158px;
}
#header .menu-main-container .menu-item-2684:hover, #header .menu-main-container .menu-item-2684.current-page-ancestor, #header .menu-main-container .menu-item-2684.current-menu-item {
	background: url('images/focus-regulatory-rna-menu.png') no-repeat -163px -40px;
}
#header .menu-main-container .menu-item-2688 {
	width: 198px;
}
#header .menu-main-container .menu-item-2688:hover, #header .menu-main-container .menu-item-2688.current-page-ancestor, #header .menu-main-container .menu-item-2688.current-menu-item {
	background: url('images/focus-regulatory-rna-menu.png') no-repeat -323px -40px;
}
#header .menu-main-container .menu-item-2689 {
	width: 118px;
	margin-right: 0;
}
#header .menu-main-container .menu-item-2689:hover, #header .menu-main-container .menu-item-2689.current-page-ancestor, #header .menu-main-container .menu-item-2689.current-menu-item {
	background: url('images/focus-regulatory-rna-menu.png') no-repeat -523px -40px;
}


/* Third level */
#header .menu-main-container>ul>li>ul>li>ul {
	display: none;
	width: 0;
	border-top: 2px solid #000;
	position: relative;
	top: -2px;
	left: -2px;
}
#header .menu-main-container>ul>li>ul>li:hover>ul {
	display: block;
}
#header .menu-main-container>ul>li>ul>li>ul>li {
	display: block;
	text-indent: 0;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-bottom: 2px solid #000;
}
#header .menu-main-container>ul>li>ul>li>ul>li a {
	display: inline-block;
	padding: 0 20px;
	border: 2px solid #000 !important;
}






.content {
	padding: 20px;
	position: relative;
	z-index: 0;
	overflow: visible;
	min-height: 200px;
}
.content .column {
	width: 450px;
	padding-top: 18px;
	margin-bottom: 20px;
}
.content .more-links .column {
	padding-top: 20px;
	padding-bottom: 10px;
}
.content .column-left {
	float: left;
	margin-left: 10px;
}
.content .column-right {
	float: right;
	margin-right: 10px;
}
.clear, .content .more-links {
	clear: both;
}

.slideshow {
	margin-bottom: 20px;
	height: 699px;
	position: relative;
}
.slideshow .slides {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 9px;
}
.slideshow .slides>*, .slides>*>* {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slideshow .slides .hoverable:hover {
	background-position: 0 -699px;
}
.slideshow .slide-doctoral-program {
	background: url('images/gallery/doctoral-program.png') no-repeat;
}
.slideshow .slide-video {
	background: url('images/gallery/play.png') no-repeat;
}
.slideshow .slide-apply {
	background: url('images/gallery/apply.png') no-repeat;
}
.slideshow .slide-quote {
	background: url('images/gallery/quote.png') no-repeat;
}
.slideshow .slide-special-research-focus {
	background: url('images/gallery/special-research-focus.png') no-repeat;
}
.slideshow .slide-research-groups {
	background: url('images/gallery/research-groups.png') no-repeat;
}
.slideshow .slide-rna-rhythms {
	background: url('images/gallery/rna-rhythms.png') no-repeat;
}
.slideshow .navigation {
	position: absolute;
	top: 14;
	right: -28px;
	z-index: 2;
	padding: 8px;
	width: 100px;
}
.slideshow .navigation div {
	float: left;
	width: 17px;
	height: 16px;
	background-image: url('images/gallery/numbers.png');
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 4px;
}
.slideshow .navigation .number-1 {
	background-position: 0 0;
}
.slideshow .navigation .number-1.active {
	background-position: 0 -16px;
}
.slideshow .navigation .number-2 {
	background-position: -17px 0;
}
.slideshow .navigation .number-2.active {
	background-position: -17px -16px;
}
.slideshow .navigation .number-3 {
	background-position: -34px 0;
}
.slideshow .navigation .number-3.active {
	background-position: -34px -16px;
}
.slideshow .navigation .number-4 {
	background-position: -51px 0;
}
.slideshow .navigation .number-4.active {
	background-position: -51px -16px;
}
.slideshow .arrows, #history .arrows {
	z-index: 0;
	width: 1192px;
	height: 89px;
	position: absolute;
	top: 305px;
}
.slideshow .arrows>div, #history .arrows>div {
	position: absolute;
	width: 96px;
	height: 89px;
	cursor: pointer;
}
.slideshow .arrow-left, #history .arrow-left {
	background: url('images/arrows/left.png');
	left: -96px;
}
.slideshow .arrow-right, #history .arrow-right {
	background: url('images/arrows/right.png');
	right: 96px;
}
.slideshow .arrows>div:hover, #history .arrows>div:hover {
	background-position: 0 -89px;
}

.application-info {
	overflow: auto;
}
.application-info>div {
	height: 30px;
	float: left;
}
.application-deadline {
	width: 340px;
	background: url('images/arrows/application-deadline.png') no-repeat;
}
.application-deadline div {
	padding-left: 20px;
}
.application-deadline-date {
	width: 300px;
	padding-right: 20px;
	background: url('images/arrows/application-deadline-date.png') no-repeat;
}
.application-deadline-date div {
	text-align: center;
}
.apply-now {
	width: 300px;
	background: url('images/arrows/apply-now.png') no-repeat;
}
.apply-now div {
	text-align: right;
	padding-right: 25px;
}
.apply-now:hover {
	background-position: 0 -30px;
}
.apply-now a {
	display: block;
}


.page-template-start-php .content h2 {
	margin-bottom: 59px;
}
.post {
	margin-bottom: 27px;
}


.single .content, .page-template-default .content, .page-template-news-php .content, .page-template-members-php .content {
	padding: 111px 200px 100px 100px;
}
.member .content {
	padding: 43px 100px 100px;
}
.member .info {
	width: 600px;
}
.member .image {
	float: right;
}
.member h2 {
	margin-top: 2em;
}


.grey-arrow {
	width: 200px;
	height: 30px;
	background-image: url('images/arrows/grey-arrow-right-200.png');
	background-repeat: no-repeat;
}
.grey-arrow a {
	color: #000 !important;
}
.grey-arrow:hover {
	background-position: 0 -30px;
}
.grey-arrow:hover a {
	color: #B67E59 !important;
}
.grey-arrow a {
	display: block;
	height: 100%;
	width: 182px;
	line-height: 30px;
	padding-left: 18px;
}



.people {
	width: 840px;
	overflow: auto;
	margin-bottom: -32px;
	margin-top: 80px;
}
.person {
	width: 240px;
	height: 348px;
	float: left;
	margin-right: 40px;
}
.person .name {
	font-weight: bold;
	color: #1A171B;
}
.person .image {
	display: block;
}
.person img {
	margin-bottom: 20px;
	height: 190px;
	width: auto;
}




#history .slide {
	background: #ECEDED url('images/history/gradient.png') no-repeat;
	padding: 53px 40px 30px 40px;
}
#history .slide h2, #history .slide h3 {
	text-align: right;
}
#history .slide img {
	display: block;
	margin: 40px auto;
}
#history .slide .text {
	padding: 0 50px 0 160px;
}
#history .navigation {
	position: fixed;
	top: 282px;
}
#history .navigation .menu {
	position: relative;
	left: -20px;
}
#history .navigation .text {
	height: 30px;
	line-height: 30px;
	padding: 0 9px;
	font-size: 19px;
	color: #fff;
	display: inline-block;
	overflow: hidden;
}
#history .navigation li {
	cursor: pointer; 
	height: 40px;
	display: block;
	background: url(images/arrows/history.png) no-repeat;
	min-width: 165px;
	overflow: hidden;
}
#history .navigation li:hover {
	background-position: 0 -40px;
}
#history .navigation li.active {
	min-width: 0;
	width: 20px;
}
#history .navigation li:hover .text {
	background: #582D11;
}
#history .navigation .title {
	margin-left: 5px;
	margin-right: 10px;
	display: none;
}
#history .navigation li:hover .title {
	display: inline;
}
#history .arrows {
	top: 239px;
	z-index: 0;
}
#history .arrow-left {
	left: -126px;
}
#history .arrow-right {
	right: 66px;
}
#history .menu {
	position: relative;
	z-index: 1;
}
#history h3 {
	color: #582D11;
	font-family: Quicksand;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 11px;
}
#history h2 {
	color: #A45E30;
	font-family: Quicksand;
	font-weight: normal;
	font-size: 50px;
	letter-spacing: -4px;
}
#history p {
	font-size: 19px;
	line-height: 24px;
}


#network {
	min-height: 1430px;
	position: relative;
}
#background-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	overflow: visible;
}
#background-container {
	position: relative;
	width: 0;
	margin: 0 auto;
	overflow: visible;
}
#background-container .background {
	background: url('images/rna-network.png') no-repeat;
	width: 1673px;
	height: 2222px;
	position: absolute;
	left: -833px;
	top: -69px;
}
#network>div {
	position: absolute;
	width: 260px;
	height: 400px;
}
#network .top {
	top: 216px;
}
#network .bottom {
	top: 947px;
}
#network .left {
	left: 99px;
}
#network .center {
	left: 370px;
}
#network .right {
	left: 630px;
}
#network h2 {
	font-family: Quicksand;
	font-size: 26px;
	line-height: 29px;
	color: #B67E59;
	font-weight: normal;
}
#network li, #network li a {
	color: #A45E30;
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 19px;
}
#network li:hover, #network li:hover a {
	color: #B67E59;
}
#network li a {
	display: inline-block;
}



#rna {
	background: url('images/rna.png') no-repeat;
	width: 1077px;
	height: 800px;
	position: relative;
	top: -10px;
	left: -40px;
}
a.rna-network {
	display: block;
	position: absolute;
	width: 280px;
	height: 280px;
	background: url('images/rna-network-button.png') no-repeat;
	text-indent: -9999px;
	left: 131px;
	top: 605px;
}
a.rna-network:hover {
	background-position: 0 -280px;
}
a.history-of-rna{
	display: block;
	position: absolute;
	width: 308px;
	height: 308px;
	background: url('images/history-of-rna-button.png');
	text-indent: -9999px;
	left: 582px;
	top: 596px;
}
a.history-of-rna:hover {
	background-position: 0 -308px;
}




#footer {
	height: 50px;
	background: #582D11;
	position: relative;
	color: #fff;
	overflow: auto;
	padding: 5px 20px;
	z-index: 2;
}
#footer .links li {
	display: block;
	float: left;
}
#footer .links li .arrow {
	float: left;
	display: block;
	height: 50px;
	margin-right: 4px;
}
#footer .menu {
	float: right;
	margin-right: 5px;
}
#footer .menu li {
	display: inline;
	margin-left: 5px;
}


.canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.canvas img {
	display: none;
}

/* end layout ---------------------------------------------------------------------------------- */





/* typography ---------------------------------------------------------------------------------- */

body {
	font-family: DeliciousArrows, sans-serif;
	background-color: #000;
	color: #3E3D40;
}
.content {
	background: #ECEDED;
}
.page-template-start-php .content {
	background: transparent;
	color: #ccc;
}
.page-template-start-php .content a {
	color: #ccc;
}


a {
	text-decoration: none;
	color: #1a171b;
}
a:hover, a.hover {
	text-decoration: none !important;
	border-bottom: none !important;
}
p {
	margin-bottom: 1em;
}
h2 {
	font-size: 34px;
	font-weight: normal;
	color: #1a171b;
	margin-bottom: 1em;
	line-height: 1em;
}
.page-template-start-php h2 {
	color: #f5f5f5;
}
h3 {
	color: #1a171b;
	font-size: 22px;
	font-weight: normal;
}
h4 {
	color: #1a171b;
	font-weight: bold;
	font-size: 18px;
}

sup, sub {
	line-height: 0;
	font-size: .6em;
	position: relative;
}
sup {
	bottom: .5em;
}
blockquote {
	font-style: italic;
	margin-left: 30px;
}
.page-template-start-php .hr {
	background: #fff;
	height: 20px;
}
.page-child .hr {
	/*background: #c6c7c8;*/
	height: 2px;
	width: 1000px;
	position: relative;
	left: -100px;
	margin-bottom: 9px;
}

.content li {
	background: url('images/arrows/bullet.png') 0 6px no-repeat;
	padding-left: 16px;
	position: relative;
	left: -16px;
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

.content a {
	text-decoration: underline;
	color: #1a171b;
}
.application-info {
	font-family: Quicksand;
	font-weight: bold;
	color: #fff;
	font-size: 19px;
	line-height: 30px;
}
.apply-now a {
	text-decoration: none;
}
.apply-now:hover a {
}


.post, .content {
	font-size: 18px;
	line-height: 24px;
}
.post .title a, .news .content h2, h5 {
	font-family: Quicksand;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
}
.page-template-start-php .post .title a {
	color: #A45E30;
}
.page-template-start-php .post .title a:hover {
	color: #B67E59;
}

.read-more {
}


.campuslife h2 {
	margin: 79px 0 94px 0;
}


.grey-arrow a {
	text-decoration: none !important;
	font-size: 19px !important;
}
.grey-arrow a:hover {
	color: #fff !important;
}





#footer, #footer a {
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}
#footer a {
	text-decoration: none;
	border-bottom: 1px solid;
}
#footer a:hover {
	border: none;
}
/* end typography ------------------------------------------------------------------------------ */


