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

* {
	margin: 0;
}
html,
body {
	background: #f8f8f8;
	margin: 0;
	padding: 0;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}
#header {
	height: 45px;
	margin-top: 35px;
	padding: 0;
	border: 0;
	background: #652b78;
	z-index: 999999;
	width: 100%;
}

#content {
	width: 750px;
	margin-left: 10%;
	padding: 50px;
	border: 0;
	background: #fff;
	height: auto;
}

.modelsim {
	width: 750px;
	margin-left: 200px;
	padding: 50px;
	border: 0;
	background: #fff;
	height: auto;
}

#homepage-show {
	outline: 1px solid #652b78;
	margin: 0 auto;
}
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-color: #330f3e;
	z-index: 999998;
}
a.nav-links:link,
a.nav-links:visited {
	display: inline-block;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #c8c8c8;
	background-color: #330f3e;
	text-align: center;
	padding: 8px 22px 8px 22px;
	text-decoration: none;
	text-transform: none;
}

a.contact-links:link,
a.contact-links:visited {
	color: #c8c8c8;
	text-decoration: none;
}
ul.navbar {
	list-style-type: none;
	margin: auto;
	padding-left: 37px;
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
}
ul.b {
	list-style-type: square;
}
li.b {
	list-style-type: square;
	display: initial;
}
ul.navbar > li.nav-item {
	display: inline;
}

ul#netlogo-dropdown {
	padding: 0;
	position: absolute;
	top: 35px;
	left: 260px;
	width: auto;
	opacity: 0;
	visibility: hidden;
}

li:hover ul#netlogo-dropdown {
	display: block;
	opacity: 1;
	visibility: visible;
}

ul#netlogo-dropdown li {
	background: #330f3e;
	display: block;
	color: #fff;
	/*padding: 15px 20px;*/
}
ul#netlogo-dropdown li:hover {
	background: #9c57b2;
}

a:link,
a:visited {
	/*color: #646464;*/
	color: #ab93bb;
	text-decoration: none;
}
a:active,
a:hover,
a.nav-links:hover,
a.nav-links:active {
	background-color: #9c57b2;
	color: #ccc;
}

.footer,
.push {
	margin: 0;
	padding: 10;
	background: #330f3e;
	clear: both;
	width: 100%;
	height: 150px;
}
p {
	font-family: sans-serif;
	font-weight: 200;
	font-size: 15px;
	margin: 16px 0px;
}

p.contactinfo {
	font-size: 12px;
	margin-left: 40px;
}
h1 {
	/*Top Header*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	padding-left: 62px;
}
h2 {
	/* Anchor links*/
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	font-size: 17px;
	margin: 0px 0px;
	font-weight: 300;
}
h3 {
	/*"About"*/
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 1.5px;
}

.contact-text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	float: left;
	padding-left: 65px;
	padding-top: 0px;
	line-height: 200%;
	margin-top: 2px;
}
dl {
	font-family: sans-serif;
	font-weight: 200;
	font-size: 17px;
}
dt {
	margin-left: 40px;
}
dd {
	margin-left: 80px;
	font-size: 15px;
	display: list-item;
	list-style-type: square;
}

#fadeshow4 .gallerylayer img {
	/* make all images inside fadeshow4 scale to 100% of slideshow width */
	width: 100%;
	height: auto;
}

img.bio {
	width: 120px;
	max-height: 130px;
}
img.uri {
}

.staff {
	width: 30%;
	height: 170px;
	float: left;
	padding-right: 5px;
}
.gallery {
	width: 45%;
	float: left;
	padding-right: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
}

img.tools {
	width: 200px;
}

.toolbox {
	width: 100%;
	min-height: 100px;
	float: left;
}

p.toolsdesc {
	float: left;
	margin-right: 15px;
	width: 500px;
	margin-top: 5px;
}

.pressbox {
	width: 100%;
	min-height: 100px;
	float: left;
}

img.press {
	padding: 2px;
	width: 100px;
}

figcaption {
	font-family: sans-serif;
	font-weight: 200;
	font-size: 15px;
	margin: 0 auto;
}

img.bio.small {
	width: 100px;
}

.staff.collab {
	width: 18%;
	height: 165px;
	margin-top: 20px;
}

img.plain {
	border-radius: 0;
	border: 0;
	float: left;
	margin-right: -40px;
}

img.simple {
	border-radius: 0;
}

h3.dt {
	/*DeltaTick*/
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 300;
	font-size: 50px;
	letter-spacing: 1.5px;
	margin-top: 60px;
}

h3.rp {
	/*for research project titles*/
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 300;
	font-size: 50px;
	letter-spacing: 1.5px;
}

li {
	font-family: sans-serif;
	font-weight: 200;
	font-size: 15px;
}

.modelsim {
	width: 900px;
	margin-left: 50px;
	padding: 50px;
	border: 0;
	background: #fff;
	height: auto;
}

/*SEE MORE FUNCTIONS*/
.more {
	display: none;
}
a.showLink,
a.hideLink {
	text-decoration: none;
	color: #b89ec7;
	padding-left: 8px;
	background: transparent url(down.gif) no-repeat left;
}
a.hideLink {
	background: transparent url(up.gif) no-repeat left;
}
a.showLink:hover,
a.hideLink:hover {
	border-bottom: 1px dotted #b89ec7;
}
/*END SEE MORE FUNCTIONS*/

a.top {
	position: relative;
	top: -100px;
	display: block;
	height: 0;
	width: 0;
}

.slightlybigger {
	font-size: 1.2em;
}

#menu-icon {
	display: hidden;
	width: 100px;
	height: 35px;
	background: url(menu.png);
}
a:hover#menu-icon {
	background-color: #9c57b2;
}

/*back to top*/
.totop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: transparent;

	z-index: 999998;
	opacity: 0.5;
}

#slideshowreplacement {
	display: hidden;
	width: 90%;
	height: 150px;
	background: url(cclLogo1-t.jpg);
	background-repeat: no-repeat;
	margin-left: 20%;
}

/*MEDIA QUERIES*/

@media only screen and (max-width: 1000px) {
	#header {
		height: 45px;
		font-size: 12px;
	}
	h1 {
		/*Top Header*/
		font-size: 2.8vmax;
		padding-left: 6%;
	}
	.contact-text {
		width: 50%;
		line-height: 170%;
		padding-left: 5px;
		padding-top: 0px;
		font-size: 10px;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 750px) {
	#content {
		margin-left: 0;
	}
	h1 {
	}
	a.nav-links:link,
	a.nav-links:visited {
		display: block;
		color: #330f3e;
		background-color: #fff;
		text-align: left;
		padding: 8px 0px 8px 8px;
		text-decoration: none;
		text-transform: none;
		border-bottom: 1px solid black;
	}

	#menu-icon {
		display: inline-block;
		margin-left: 25px;
	}
	#slideshowreplacement {
		display: inline-block;
	}

	#homepage-show {
		display: none;
	}

	.nav {
		position: fixed;
	}
	.nav ul,
	.nav:active ul {
		display: none;
		position: absolute;
		padding: 0px;
		background: #fff;
		border: 5px solid #444;
		left: 6%;
		top: 35px;
		width: 160px;
		border-radius: 4px 0 4px 4px;
		float: left;
	}
	.nav li {
		text-align: left;
		width: 100%;
		padding: 0px;
		margin: 0;
	}

	.nav:hover ul {
		display: block;
	}
	a.nav-links:hover,
	a.nav-links:active {
		background-color: #9c57b2;
		color: #fff;
	}
	/* On smaller screens, do not show netlogo-dropdown */
	ul li:hover ul#netlogo-dropdown {
		visibility: hidden;
	}
	p.toolsdesc {
		float: none;
		width: auto;
		margin-top: 5px;
		margin: 16px 0px;
	}
	.contact-text {
		width: 40%;
		line-height: 100%;
		padding-left: 5px;
		padding-top: 0px;
		font-size: 10px;
		margin-top: 10px;
	}
	img.bottom {
		padding-left: 0;
		padding-top: 5px;
	}
}

@media only screen and (max-width: 400px) {
	#content {
		margin-left: 0;
		width: 300px;
	}
	p.toolsdesc {
		float: none;
		width: auto;
		margin-top: 5px;
		margin: 16px 0px;
	}

	img.bottom {
		padding-left: 0;
		padding-top: 5px;
	}

	.contact-text {
		line-height: 100%;
		padding-left: 5px;
		padding-top: -2px;
		font-size: 10px;
	}
	.staff {
		width: 40%;
		height: 170px;
		float: left;
		padding-right: 15px;
		margin-bottom: 70px;
	}
	.staff.collab {
		width: 28%;
		height: 120px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	img.bio.small {
		width: 75px;
	}
}

@viewport {
	zoom: 1;
	width: 748px;
}
