div#contactContent h2 {
	font-weight: lighter;
	font-size: 31px;
	margin-left: 13px;
	margin-top: 4px;
}
div#contactCont {
	/*color: #068F71;*/
	position: absolute;
	bottom: 5px;
	right: 20px;
	font-size: 20px;
}
div#contactCont a {
	color: #FFF;
	color: rgba(255,255,255, 0.7);
	/*color: #204b52; TURQUOISE*/
	/*font-weight: bold;*/
}
div#contactCont a:hover {
	color: #bee6ed;
}
div#contactCont > img {
	display: none;
}

#bioContainer {
	position: absolute;
	display: none;
	/*top: 410px;*/
	top: 166px;
	left: 110px;
	opacity: 0;
	background: transparent url(../../img/blk_trans.png);
	/*width: 520px;*/
	width: 300px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 3px;
}
#bioContainer .viewport {
	/*width: 500px;*/
	width: 280px;
	/*height: 260px;*/
	height: 240px;
	/*height: 0;*/
	/*height: 110px;*/
	overflow: hidden;
	position: relative;
}
#bioContainer .overview {
	width: 260px;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px 15px;
	padding-right: 0;
	margin: 0;
}
#bioContainer .overview p {
	text-align: justify;
	font-variant: normal;
	margin-bottom: 10px;
	width: 245px;
	font-size: 0.90em;
	color: #b1bdbf;
}

#bioContainer .overview p:last-child {
	margin-bottom: 0;
}
#bioContainer .scrollbar{
	margin-top: 20px;
	margin-right: 5px;
	background: transparent url(../../img/bg-scrollbar-track-y.png) no-repeat 0 0;
	opacity: 0.3;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 15px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 3px 0;
}
#bioContainer .track {
	background: transparent url(../../img/bg-scrollbar-trackend-y.png)no-repeat 0 100%;
	height: 100%;
	/*height: 0;*/
	width:13px;
	position: relative;
	padding: 0 1px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#bioContainer .thumb {
	background: transparent url(../../img/bg-scrollbar-thumb-y_blue.png) no-repeat 50% 100%;
	opacity: 1;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -5px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#bioContainer .thumb .end {
	background: transparent url(../../img/bg-scrollbar-thumb-y_blue.png) no-repeat 50% 0;
 	overflow: hidden;
	height: 5px;
	width: 25px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#bioContainer .disable {
	display: none;
}
.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
/*div#bioCont {
	position: absolute;
	display: none;
	*//*top: 180px;*//*
	top: 424px;
	left: 110px;
	opacity: 0;
	background: transparent url(../../img/blk_trans.png);
	width: 300px;
	*//*height: 244px;*//*
	height: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}
div#bioCont div {
	*//*background-color: red;*//*
	padding: 20px;
	*//*padding-right: 25px;*//*
}

div#bioCont div p {
	*//*background-color: green;*//*
	font-variant: normal;
	margin-bottom: 10px;
	width: 245px;
}

div#bioCont div p:last-child {
	margin-bottom: 0;
}*/
div#btn_bio {
	/*background-color: rgba(255, 255, 0, 0.5);*/
	color: #b1bdbf;
	cursor: pointer;
	position: absolute;
	font-size: 20px;
	top: 438px;
	left: 240px;
	width: 36px;
	height: 38px;
	padding-top: 12px;
	padding-left: 6px;
}
div#contCite {
	/*background-color: rgba(0, 255, 255, 0.5);*/
	/*color: #CCDBDD; ORIGINAL*/
	/*color: black;*/
	color: #b1bdbf;
	font-style: italic;
	font-size: 18px;
	font-variant: normal;
	position: absolute;
	left: 562px;
	top: 420px;
}
div#author {
	/*background-color: red;*/
	color: #CCDBDD;
	position: absolute;
	bottom: 0;
	left: 10px;
	display: block;
}
/*div#author > p {
	font-variant: normal;
}*/
div#author > a#linkGC {
	margin: 0 3px 0 0;
}
div#author > a {
	/*background-color: green;*/
	display: inline-block;
	text-decoration: none;
}

div#author > img {
	/*background-color: green;*/
	width: 17px;
	height: 17px;
	overflow: hidden;
	display: inline-block;
}
div#author > span.copy {
	/*background-color: brown;*/
	margin-left: 7px;
	margin-top: 1px;
	display: block;
	float: right;
	height: 18px;
	width: 45px;
	font-size: 12px;
}
