/*
Design by Free CSS Templates // Modified by G.C. 2008
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


/* STYLES FOR GENERAL PAGES */

* {
	margin: 0;
	padding: 0;
}

/* this forces right scroll bar so page doesn't move around - G.C. */
html {
	height: 100%;
	margin-bottom: 1px; 
}	

body {
	margin: 20px 0;
	background: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2B2B2B;
}

h1, h2, h3 {
    color: black;
	font-weight: 600;
}

h1 { font-size: 182%; }
h2 { font-size: 123.1%; }
h3 { font-size: 107.7%; }

p {
	margin-bottom: 10px;
	line-height: 137.5%;
}

ul, ol {
	margin-bottom: 10px;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: #2B2BAB;
}

a:hover {
	color: #ED2024;
}

a[href ^="http"]
{
	padding-right: 16px;
	background: transparent url(./images/link_external.png) no-repeat center right;
}

a[href *="sissa.it"]
{
	padding-right: 0px;
	background: transparent;
}

#wide_header {
	width: 770px;
	margin: 0 auto;
}

#header {
	width: 770px;
	margin: 0 auto;
}


#logo h1 {
	padding-top: 5px;
}

#logo h1 a {
	font-size: 123.1%;
	color: black;
}

#logo h2 {
	font-size: 76.9%;
	border-bottom: 0px;
}

#logo h2 a {
	margin-right: 20px;
}

#menu {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	width: 770px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	padding-right: 7px;
}

#menu a {
	font-size: 107.7%;
}

/* splash big header */

#splash {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	background: url(images/transition.jpg) no-repeat;
}

marquee {
	font-size: 12px;
}

/* splash small header  */

#small_splash {
	width: 770px;
	height: 110px;
	margin: 0 auto;
	background: url(images/transition.jpg) no-repeat;
}




#page {
	width: 770px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#page h2 {
	border-bottom: 1px solid #7F7772;
}

#content {
	float: left;
	width: 510px;
	padding: 20px;
	padding-left: 0px; 
}

#content ul {
	list-style: none;
}

#content ol, #content ul {
	margin-left: 20px;
}

#sidebar {
	float: left;
	width: 220px;
	padding: 20px;
	padding-right: 0px;
}

#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
	border-bottom: 1px solid #7F7772;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar h3 {
	height: 17px;
	padding: 0px 10px 5px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#links a {
	color: #7F7772;
}

/* STYLES FOR SPECIFIC PAGES */

#people ul {
	list-style: none;
}

/* faculty member pages */

.role {
	font-size: 123.1%;
	margin-top: -15px;
	margin-bottom: 20px;
}

.person tr {
	line-height: 182%;
}

.person tr td:first-child {
	vertical-align: top;
	font-weight: bold;
    width: 150px;
}

div.peopleprojects li
{
	margin-bottom: 10px;
}

/* news on homepage */

span.nhdate {
	float: right;
	font-size: 92.3%;
}

/* visitors */

.viscurrent {
	color: red;
}

.visfuture {
	color: black;
}

.vispast {
	color: #2B2B2B;
}

span.visname {
	font-weight: bold;
	font-size: 100%;
}

span.visinst {
	font-size: 100%;
}

span.visdata {
	font-size: 92.3%;
}


/* visitors on people page*/

span.visnamepeo {
	font-weight: bold;
	font-size: 12px;
}

span.visinstpeo {
	font-size: 12px;
}

span.visdatapeo {
	font-size: 12px;
}





/* publications */

span.preprintnumber {
	font-size: 10px;
}

span.pubauthor {
	font-weight: bold;
	font-size: 14px;
}

span.pubtitle {
	font-style: italic;
	font-size: 14px;
}

span.pubjournal {
	font-size: 12px;
}

/* job offering on home page */

a.home_job_what {
    font-size: 12px;
}

span.home_job_topic {
    font-size: 12px;
    font-weight: bold;
}

span.home_job_deadline {
    display: block;
    font-size: 12px;
}

/* seminars on home page */

span.shdate {
	font-size: 12px;
}

span.shwhere {
	font-size: 12px;
}

span.shwho {
	font-weight: bold;
	font-size: 14px;
}

span.shinst {
	font-size: 14px;
}

span.shtitle {
	font-style: italic;
    display: block;
    margin: 8px 0px 8px 0px;
}

a.shabs {
	font-size: 12px;
}

/* seminars */

#seminars {
	color: #555555;
	width: 730px;
}

#seminars table {
	width: 100%;
	border-collapse:collapse;
	border-style: none;
	border-width: 0;
}

#seminars td {
	padding: 6px;
	border-bottom: 7px solid white ;
}

#seminars th {
	padding: 6px;
}

/* format of the seminar entry */

td.time {
	width: 90px;	
}

td.location {
	width: 9em;
}

span.speaker {
	font-weight: bold;
}

span.institution {

}

td.title {

}

/* types of seminars */

tr.COLL, span.COLL {
	background-color: #FFDB66;
}

tr.STU, span.STU {
	background-color: #E5D3FF;
}

tr.IS, span.IS {
	background-color: #C7FFB7;	
}

tr.AG, span.AG {
	background-color: #D7F4FF;
}

tr.NON, span.NON {
	background-color: #FFC9CA;
}

tr.QM, span.QM {
	background-color: #93BBFF;
}


tr.RSAG, span.RSAG {
    background-color: #FFFF99;
}

tr.RSIS, span.RSIS {
    background-color: #CCCC99;
}


@font-face {
  font-family: 'UnifrakturCook';
  font-style: normal;
  font-weight: bold;
  src: local('UnifrakturCook'), url('http://themes.googleusercontent.com/font?kit=ASwh69ykD8iaoYijVEU6Rm_7m0YPLwupdydlBc09ccE') format('woff');
}
@font-face {
  font-family: 'UnifrakturMaguntia';
  font-style: normal;
  font-weight: normal;
  src: local('UnifrakturMaguntia'), url('http://themes.googleusercontent.com/font?kit=7KWy3ymCVR_xfAvvcIXm3xLmkJ4_pxggemXYRvqU3J0') format('woff');
}

