@font-face {
	font-family: 'RotisSerifBoldX';
	src: url('https://blogs.flinders.edu.au/social-media/fonts/RotisSerif55.otf');
 }
	
.bold {
	font-weight:bold;	
}

#staffpage {
	margin:0 0 20px 0;
}

#staffpage .column {
	margin:0;
}

#header {
	width:100%;	
}

#profile_header {
	background:url("../../images/staffpages/bg_social_name.jpg") center bottom no-repeat #fff;	
	width:100%;
	position:relative;
	
}

h1.name {
	position:absolute;
	bottom:15px;
	left:195px;
	font-family:"RotisSerifBoldX","Times New Roman", Times, serif;
	font-size:28px;
	font-weight:normal;
	color:#515151;
}

.social {
	position:absolute;
	right:15px;
	bottom:16px;
}

.social_icon {
	margin-left:7px;
}

.research_supervision {
	background:url("../../images/staffpages/tick.png") left -0 no-repeat;	
	position:absolute;
	right:4px;
	bottom:85px;
	padding:8px 0 0 21px;
	height:21px;
	font-weight:500;
	color:#30ab3c;
}

#menu {
	width:100%;
	background-color:#515151;
	margin-top:1px;

}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;

	display: block;

}

#menu ul li {
	margin:0 -3px 0 0;
	padding:0;
	display: inline-block;
	height:100%;
}

#menu ul li a {
	display:block;
	height:100%;
	color:#fff;
	text-decoration:none;
	padding:10px 12px 9px;
	border-right:1px solid #fff;
	cursor:default;
	background:url("../../images/staffpages/spike.png") center bottom no-repeat #515151;
}

#menu ul li a.inactive {
	background-image:none;
	
}

#menu ul li a.inactive:hover {
	background:url("../../images/staffpages/spike.png") center bottom no-repeat #606060;
	cursor:pointer;
}


#profile_body {
	width:100%;
	margin-top:6px;
}

#staffpage .grid_9 {
	border:1px solid #d4d4d4;
	float:left;	
}

.section {
	margin: 20px 16px;
}

#tab1S {
	min-height:118px;
}

#staffpage .grid_6 {
	float:right;
	position:relative;
}


#staffpage h2 {
	border-bottom:1px solid #d4d4d4;
	color:#464646;
	font-size:18px;
	padding-bottom:6px;
}

#staffpage h3 {
	border-bottom:1px solid #d4d4d4;
	color:#464646;
	font-size:15px;
	padding-bottom:5px;
	margin-top:20px;
}

#personal_content {
	border:1px solid #d4d4d4;
	position: relative;
}

#personal_content h2 {
	padding:10px 0 5px 35px;
	font-size:15px;
	font-weight:normal;
	color:#fff;
	background:url("../../images/staffpages/icon_personal.png") 10px center no-repeat #515151;
	border:1px solid #fff;
	margin-bottom:0px;
}

.address_book {
	position:absolute;
	background:url("../../images/staffpages/icon_address.png") right center no-repeat;
	/* color:#fff; */
	color: #FFFFFF !important;
	text-decoration:none !important;
	right:10px;
	top:7px;
	font-size:10px;
	font-weight:500;
	height:23px;
}


.address_book:hover {
	text-decoration:underline !important;
}


.address_book span {
	margin:6px 26px 0 0;
	display:block;
	letter-spacing:0.5px;
}

.address_book:hover span {
	text-decoration:underline;
}

#personal_content table {
	font-size:12px;
	margin:6px;
}

#further_info {
	border:1px solid #d4d4d4;
	padding:0 16px 6px;
	margin-top:10px;
}

#further_info h2 {
	border-bottom:1px solid #d4d4d4;
	color:#464646;
	font-size:15px;
	padding-bottom:5px;
	margin-top:18px;	
}

.edit_profile {
	background:url("../../images/staffpages/icon_edit_profile_bg.gif");
	width:110px;
	height:35px;
	position:relative;
	margin-top:10px;
	float:right;
	color: #747474 !important;
	text-decoration:none !important;
}

.edit_profile span {
	color:#747474;
	font-size:11px;
	position:absolute;
	bottom:9px;
	right:12px;
	letter-spacing:1px;
}

.edit_profile:hover span {
	text-decoration:underline;
}


.photo {
	border:1px solid #c6c6c6;
	/*padding:4px;*/
	padding: 4px;
	background-color:#fff;
	/*margin:0 0 6px 15px;*/
	margin: 0 0 6px 15px;
	/*width:150px;*/
	width: 150px;
	height:auto;
}

#pub_tabs{
	list-style:none;
	background-color: none;
	margin:0px
}

#pub_tabs li {
	display:inline-block;
	border-right:1px solid #c0c0c0;
	padding-right: 5px;
}

#pub_tabs li a {
	color:#000000;
	text-decoration:none;
    cursor: default;
}

#pub_tabs li a.inactive {
	color:#A94807;
	text-decoration:underline;
	cursor:pointer;
}

#pub_tabs li:last-child {
	border-right: none;
}

#pub_tabs li a.inactive:hover {
	color:#002F60;
}

#PubPanel ul {
	margin: 10px 0 15px 0;
}

#PubPanel li {
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.06) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.06))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.06) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.06) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.06) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.06) 100%); /* W3C */
        filter:
            progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',
            endColorstr='#0f000000',GradientType=0 ); /* IE6-9 */
		border-bottom:1px solid #DDDDDD;
        font-size: 12px;
		list-style: none outside none;
		padding: 10px;
}