


@charset "utf-8";
/* CSS Document */

html {
	background-color: #fff;
}

body {
	font-family: Helvetica, Sans-serif;
}

#pageheader {
    padding-top: 20px;
    background-color: #000;
    padding: 20px 20px;
    max-width: 680px;
    margin: 300px auto 0px;
    border-radius: 3px 3px 0 0;
    position: relative;
}

#logotype {
    height: 197px;
    width: 280px;
    position: absolute;
    right: 0px;
    top: -250px;
    text-align: right;
	
}

#logotype-pageheader {
    margin: 15px 0;
    max-width: 280px;
    max-height: 197px;
    -moz-transition: width 1s, height 1s, -moz-transform 1s;
    -webkit-transition: width 1s, height 1s, -webkit-transform 1s;
    -o-transition: width 1s, height 1s, -o-transform 1s;
    transition: width 1s, height 1s, transform 1s;
}


#main {
	border: solid 1px;
	border-color: #000000;
}

#logotype-container img {
    height: auto;
    max-width: 280px;
}


a:link, a:visited {
    color: #000000;
}

.titleimage {
	width: 60%;
	margin-bottom: 10em;
}

.bt-header {
    /* background-color: rgb(89, 13, 58); */
    background-color: white;
    color: white;
    padding: 20px 0;
    font-size: 24px;
    text-align: left;
    margin-bottom: 40px;
}
.bg-primary, .btn-primary, .publications-condensed .portal-single-publication a, .toolbar, .tool-search-form .search-field, .pager li>a:hover, .pager li>span:hover, .colored-top .site-sidebar-header {
    background-color: #9e9c9c;
}
a, .text-primary, .btn-primary .badge, .btn-link, .pagination>li>a, .pagination>li>span, .nav-site-sidebar .active>a, .portal-single-publication .publication-icon i, .portal-single-publication .publication-icon .fa, .publication-contents a:hover, .publication-contents h4 a, .titlepage h1.title, .titlepage h2.title, .titlepage h3.title {
    color: #4a4a49	;
}
.portal-header .portal-search button {
    background-color: #F3C63F;
}
.navbar a {
    color: #000000;
	//text-decoration: underline;
    //color: #ccc;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 20px;
}

.navbar-fixed-top {
    background-color: rgba(255,255,255,0.95);
    border-bottom: 3px solid #f3c63f;
}

.glyphicon-print:before {
	color: #000000;
}
ul.toc a:hover, ul.toc .active > a {
    color: #555;
    text-decoration: underline;
	text-decoration-color: #4A4A49;
    border-left-color: #F3C63F;
    background-color: #fff;
}

.page-title-container {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica", Sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: 200;
}

h1.title {
	text-decoration: underline;
	font-size: 55px;
}

h2.title {
	font-size: 35px;
}

h3.title {
	font-size: 30px;
}

h4.title {
	font-size: 22px;
}

h5.title {
	font-size: 18px;
}

h6.title {
	font-size: 18px;
}

.warning, .note, .important, .caution, .tip {
    padding: 0;
    background-color: #F3C63F;
    margin-bottom: 2em;
}

div.figure-title {
    font-weight: bold;
    margin-bottom: 1em;
}

div.table-title {
    font-weight: bold;
    margin-bottom: 1em;
}

thead {
	border-bottom: solid 3px;
	border-bottom-color: #F3C63F;
}

.portal-footer {
    background: #f3c63f;
    color: #b085f5;
}
.theme2 .portal-header::before {
    background-color: #0000;
}


@media print {
#logotype-container img {
    height: auto;
    max-width: 280px;
}

}

