/*@import url(http://fonts.googleapis.com/css?family=Fjord+One);*/
/*@import url(http://fonts.googleapis.com/css?family=Signika:700,400,600);*/
/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);

/* general element styles */

body {
	margin: 0px;
	color:#353535;
	background-color:#eee;
	font-family: sans-serif;
	font-size: 12pt;
	text-align: center;
}

#main-contentbox p {
	padding: 0;
	margin: 12px 0;
	/*font-size: 14px;/*11pt;*/
	line-height: 24px;
}

#main-contentbox li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11pt;
}  

#main-contentbox ul {
	padding-top:10px;
	padding-bottom:10px;
	list-style-type:circle;
}

table {
	border-collapse: collapse;
}

table.tabulate {
	/* a table class to use not for page layout, but when we want an actual TABLE (dancy fat). */
	width: 90%;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 3px solid gray;
}
table.tabulate td,th{
	margin: 0px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20 px;
	padding-bottom: 20px;
	border: 2 px solid gray;
}
table.tabulate th {
	text-align: center
}
table.tabulate td.button {
	text-align: center;
}
td.button a:link , a:visited {
	text-decoration: none;
	color: black;
}
td.button a:hover {
	color: red;
}
  

/* whole page width / layout control */

#pagestruc {
	background-color:#ffffff;
	width: 1000px;/*100%;*/
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td, #pagestruc td {
	margin:0;
	border-width: 0 0 0 0;
    border-style: solid;
}

#main-contentbox {
	/* inherit pagestruc, but also... */
	vertical-align: top;
	padding: 20px 20px 50px 20px;
}

/* page heading style control code */

/*#main-heading-row {
	background-color:#3d4d6b;
}*/

#main-heading-row  td{
	margin:0;
	padding:0;
	/*height:150px;*/
}

#global-title-heading {
	height:100%;
	line-height: 113px;/*145*/
	font-size: 40pt;
	margin:0;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-family: sans-serif;
	letter-spacing: 5px;
	/*text-transform: uppercase;*/
	font-weight: normal;
}
/*#global-title-heading strong {
	font-size: 60pt;
}*/
#title-span-words {
	height: 100%;
	/*padding-left:20px;*/
	vertical-align: middle;
	/*background-color:#fff;/*#ccccff;*/
	/*font-weight: bold;*/
}
#title-span-words strong {
	font-size: 32pt;
}
/*#title-span-words sup {
	font-weight: normal;
}*/
#title-span-subtitle {
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
}
#title-span-year {
	/*font-family: "Arial Black", "Lucida Console", "Courier New", monospace;*/
	color: red;
	font-weight: 900;
}

#main-heading-row-img td {
	margin:0;
	padding:0;
}

#title-span-words, #title-span-subtitle, #navcontainer {
	font-family: 'Open Sans', sans-serif;
}

#main-heading-logo {
	margin:5px;
}




/* navlist controller code */

/* SIDE NAVIGATION LAYOUT AND STYLE */
#navcontainer { 
	width: 300px; 
	float: left;
	vertical-align: top;
	text-align:left;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	/*background-color: #e9e9e9;*/
}

#navcontainer ul {
	list-style: none;
	padding: 20px 0 20px 0;
	margin: 0;
	background-color: #e9e9e9;
}

#navcontainer li { 
	margin:0 25px 0 25px;
	padding: 0px;
	display: block;
	font-size: 12pt;
}

#nav-title, #nav-title-two {
	position: relative;
	margin:0;
	color: #FFFFFF;
}
#nav-title:after, #nav-title-two:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 10px 0;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -15px;
	left: 35px;
}
#nav-title {
	padding: 50px 20px;
	font-size: 30px;
	line-height: 30px;
}
#nav-title-two {
	padding: 25px 20px;
	font-size: 20px;
	line-height: 24px;
}

.nav-title_participants {
	background-color:#051532;/*#032239;/*#024653; /*#022835;/*#68a;*/
}
.nav-title_participants:after {
	border-color: #051532 /*#032239 /*#024653 /*#022835 /*#68a*/ transparent;
}
.nav-title_research {
	background-color:#593c6c; /*#23635d; /*#922216; /*#aa7339; /*#137C76;/*#a68;*/
}
.nav-title_research:after {
	border-color:#593c6c /*#23635d /*#922216 /*#aa7339 /*#137C76*/ transparent;
}

.navlist a, .navlist a:link, .navlist a:visited {
	display: block;
	padding: 10px;
	margin: 0px;
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;	
}
.navlist a:hover{
	background-color: #dfdfdf;
	/*color: #ff0000;*/
}
.navlist .sub-navlist{
    display:none;
}
.navlist li:hover .sub-navlist {
    display: block;
}

#navlist-last a, #navlist-last a:link, #navlist-last a:visited {
	border-bottom: 0px solid #fff;
}

.nav-img-area {
	/*padding: 30px 30px;*/
	margin: 0;
	background-color: #e9e9e9;
}
/*.nav-img-link {
	padding:10px;
}*/



/* footer styling */

#footer {
	width:100%;
	font-size: 10pt;
	color: #888;
	background-color:#ddd;
}

#footer a {
	color: #888;
}

#footer-sams-logo {
	float:left;
	margin:0;
	margin-right:1em;
}

#footer-logo-container {
	padding:1em;
	text-align:center;
}

.footer-logo-link {
	margin-left:15px;
	margin-right:15px;
	text-decoration:none;
}

.footer-logos {
	height:50px;
	padding-bottom:5px;
}

.footer-logos-over {
	padding-bottom:4px;
	border-bottom: thin dotted #555;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#lastmod-message {
	text-align: center;
	font-style: italic;
	color: #aaa;
}

/* Publications */

.paperTitle{
	font-weight: bold;
}
a.invisLink{
	color: inherit;
	text-decoration: inherit;
}
a.invisLink:hover{
	text-decoration: underline;
}

/* Contact Us page */

#sams-team .row-uni td {
	padding-top:40px;
}
#sams-team td {
	padding:5px;
	/*padding-top:40px;*/
}
#sams-team h3 {
	margin-bottom:5px;
	/*padding-top:5px;*/
	border-top: 1px dotted grey;
	
	margin-top:10px; /* reduce top margin */
	padding-top:10px;/* increase top padding */
}
.profile-pic {
	width:100px;
}
