* {
	margin: 0;
}

html{
	height: 100%;
	background: #fff;
}

body {
    color: #6c6c6c;
    background: #fff;
    font-family: 'Open Sans','PT Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 300;
    max-width: 100%;
    margin: 0 auto;
    word-wrap: break-word;
    height: 100%;
    word-break: keep-all !important;
}

#pageheader {
	background: url('../img/colintile.png') left;
	background-repeat: repeat-x;	
	min-width: 100%;
	height: 107px;
}

#headlogo {
	background: url('../img/contact.png') left no-repeat;
	height: 107px;	
	margin: 0 auto;
	max-width: 995px;
	clear: both;
}

#wrap {
	/*min-height: 100%;*/
	max-width: 995px;
	height: auto;
	margin: 0 auto;	
	margin-top: 30px;
}

a:hover {
	color: #1d96ef;
}

a:active {
	color: #1d96ef;
}



ul.menu {
background: #7c7c7c;
}

#sidenav {
    font-family: 'Muli','PT Sans', Helvetica Neue, Helvetica, Arial, sans-serif;    
	max-width: 280px;
	float: left;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2.2px;
	color: #414141;
}

.sidenav a:active {
	color: #1d96ef;
}

.active {
	color: #1d96ef;
}

ul.navstack {
	list-style: none;
	padding-left: 8px;
        font-size:0.95em;
}

ul.navstack li {
	background-image: url('../img/divider.png') ;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 10px;
	height: 30px;
}

ul.navstack li a, ul.navstack li span {

	padding-bottom: 14px
}

ul.navstack li span {
	cursor: pointer;
}

ul.navstack .lastnav {
	background: #fff;
}

#navchildren1 {
	list-style: none;
	padding-left: 0px;
	display: none; /* Hide by default; enable with JQuery if Publications is open */	
}

#navchildren1 li {
	padding-bottom: 0px;
	font-size: 0.7em;
	background: #fff;
	font-size: 15px;
}




.menubar {
	height: 38px;
	width: 100%;
	float: left;
	position: relative;
	background: #7c7c7c;
	overflow: hidden;
}

.highlighted {
	background-color: #aaccff !important;
}


.content {
	overflow: auto;
	padding-bottom: 120px; /* Footer height */
        max-width: 790px;
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
	height: 100%;
	padding-top: 3px;
}

.content p {
	padding-top: 6px;
}

.content ul {
	padding-bottom: 20px;
}




.imgcontainer {
max-width: 440px;
float: right;
padding: 30px;
}
.imgcontainer-top-right {
padding-top: 0px;
padding-right: 0px;
}
.imgcontainer-top-left {
float: left;
padding-top: 0px;
padding-left: 0px;
}
.imgcontainer-mid-right {
padding-right: 0px;
}
.imgcontainer-mid-left {
float: left;
padding-left: 0px;
}


.imgcontainer-border {
    max-width: 440px;
    background-image: url('../img/imgframe.png');
    float: right;
    padding: 30px;
}


.content a, .content a:visited {
	background: none;
	/*color: #4477dd;*/
	color: #6699ff;
}

.content a:hover, .content a:focus {
    background: none;
    /*color: #1abc9c;*/
    color: #4477ff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;    
}

.pubcontainer {
	padding-bottom: 30px !important;
}

.bibitem {
	padding: 2px;
	padding-bottom: 6px;
}
.bibitem .title {
	font-size: 1em;
	padding-bottom: 2px;
}
.bibitem .journal, .bibitem .date, .bibitem .cite, .bibitem .issn, .bibitem .doi, .bibitem .url, .bibitem .abstract, .bibitem .url a {
	padding-bottom: 2px;
	font-size: 0.9em;
}

.bibitem .cite {
	color: #6699ff;
	cursor: hand;
	cursor: pointer;
	font-size: 1em;
	padding-bottom: 2px;
}

.bibitem .author {
	padding-bottom: 0px;
	font-size: 0.9em;
	text-justify: auto;
}

#progress span, #published span {
	padding-bottom: 2px;
}

.pubborder {
	/*border: 1px solid #6c6c6c;*/
	background: #efefef;
	/*margin: -1px;*/
}

.expander {

}

.exbutton {
	display: none;
	float: right;
	font-size: small;
	margin-right: 8px;
}

a {
    color: #333;
    text-decoration: none;
}

h1 {
    font-family: 'Muli','PT Sans', Helvetica Neue, Helvetica, Arial, sans-serif;    
	color: #414141;
    font-size: 26px;
    font-weight: 200;
    line-height: 1.6em;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 10px;
}

h2 {
    font-family: 'Muli','PT Sans', Helvetica Neue, Helvetica, Arial, sans-serif;    
	color: #414141;
    font-weight: 200;	
    font-size: 22px;    
    line-height: 1.6em;
	padding-bottom: 10px;
}

h3 {
    font-family: 'Muli','PT Sans', Helvetica Neue, Helvetica, Arial, sans-serif;    
    color: #414141;
	padding-bottom: 15px;
	font-weight: 200;
	font-size: 18px;
    letter-spacing: 2px;	
	line-height: 1.2em;
}

p {
	padding-bottom: 10px;
}

pre {
	padding-bottom: 16px;
}

/* jquery-ui stuff */

.ui-state-focus {
	outline: none;
}

.ui-accordion-header {
	cursor: pointer;
	cursor: hand;
	color: #60a7be;
	padding-top: 0px;
	padding-bottom: 4px;
}

.ui-accordion-content-active {
	margin-bottom: 40px;
}
.ui-accordion-content {
	padding-left: 14px;
}



.footer {
	height: 100px;
	position: relative;
	margin-top: -101px;
	clear: both;
	display: block;
	padding-top: 0px;
	clear: both;
	max-width: 100%; 
	text-align: center;
	letter-spacing: 1.8px;
	z-index: 500;
}

.footer a {
	color: #fff;
}

.footer a:hover {
    color: #cceeff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;  
}

.footer p {
	font-weight: 100; 
	font-size: 0.7em;
}

.footer .designby {
	background: #fff;
	font-size: 0.8em;
	text-align: right;
	padding-right: 20px;
	height: 60px;
	line-height: 60px;
}

.footer .designby span {
	display: inline-block;
	vertical-align: middle;
}
.footer .designby img {
	vertical-align: middle;
}

@media only screen and (max-width: 936px) {
	#headlogo {
		margin-left: -520px;
	}
}

@media only screen and (max-width: 480px) {


}