@import url(http://fonts.googleapis.com/css?family=Arial);

body {
	font-family: 'Quicksand', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #d8d8d8;
}

a, a:visited {
	text-decoration: none;
	color: inherit;
}

a:hover {
  text-decoration: underline;
}

ul {
	list-style-type: square;
}

strong {
	font-weight: bold;
	font-size: 120%;
}

#container {
	margin: auto;
	width: 675px;
	margin-top: 0px;
}

.clear {
  padding-top: 10px;
	clear: both;
}

.box {
	width: 700px;
	height: 30px;
	float: left;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -2px;
}

.page {
	width: 670px;
	margin: auto;
	font-size: 14px;
	padding: 20px;
}

#theo {
 	//background-color: #c32114;
	color: black;
	padding-top: 0px;
	height: 220px;
}

#index_research {
 	background-color: #4350a3;
	color: black;
	-webkit-border-radius: 5px 5px;
}

#index_publications {
 	background-color: #4350a3;
	color: black;
	-webkit-border-radius: 5px 5px;
}

#index_talks {
	background-color: grey;
	color: black;
	-webkit-border-radius: 5px 5px;
}

#index_teaching {
	background-color: grey;
	color: black;
	-webkit-border-radius: 5px 5px;
}

#index_cv {
	background-color: #4350a3;
	color: black;
	-webkit-border-radius: 5px 5px;
}


#publications {
  background-color: white;
  //background-color: #F5F5DC;
	color: black;
	border-radius: 35px 35px;
	-moz-border-radius: 35px 35px;
	-webkit-border-radius: 35px 35px;
}

#teaching {
	background-color: white;
	color: black;
	border-radius: 35px 35px;
	-moz-border-radius: 35px 35px;
	-webkit-border-radius: 35px 35px;
}

#research {
	background-color: white;
	color: black;
	border-radius: 35px 35px;
	-moz-border-radius: 35px 35px;
	-webkit-border-radius: 35px 35px;
}

#name {
	font-size: 28px;
	padding-top: 15px;
}

#coord {
	font-size: 20px;
	font-weight: normal;
}

#copyright {
	text-align: center;
	margin: 10px 0;
	font-size: 12px;
}

/* Menu */
#menu {
	width: 200px;
	position: fixed;
	right: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#menu li a {
	display: block;
	padding: 5px 5px 5px 15px;
}

#menu li:last-child a {
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px;
}

#menu li#menu_home a {
	background-color: grey;
	color: black;
}

#menu li#menu_research a {
	background-color: #4350a3;
	color: black;
}

#menu li#menu_publications a {
 	background-color: #4350a3;
	color: black;
}

#menu li#menu_talks a {
	background-color: grey;
  color: black;
}

#menu li#menu_teaching a {
	background-color: grey;
	color: black;
}

#menu li#menu_cv a {
 	background-color: #4350a3;
  color: black;
}

ol {
	text-align: justify;
}

ol li {
	margin-right: 10px;
}

#publications a.http {
	color: blue;
}

a.paper {
	font-weight: bold;
	color: #022e75;
}

a.talk {
	color: #c32114;
}

a.talk2 {
	font-weight: bold;
	color: #022e75;
}

a.video {
	font-weight: bold;
	color: #038709;
}

a.postprint {
	color: #c32114;
}

a.article-link {
	color: #c32114;
}

#research a.http {
        color: blue;
}
#research a.project-link {
        font-weight: bold; 
        color: blue;
}
#teaching a.http {
//        font-weight: bold; 
        color: blue;
}


li.paper {
	padding-bottom: 10px;
	margin-bottom: 10px;
  border-bottom: dotted thin gray;
}

li.lastpaper {
	padding-bottom: 10px;
}

ul.talks {
	padding-bottom: 5px;
}

details {
  width: 620px;
}

details > summary {
  padding: 2px 6px;
  width: 200px;
  background-color: #ddd;
  border: none;
  box-shadow: 3px 3px 4px black;
  cursor: pointer;
  margin: 5px 0 5px 0;
}

details > p {
  border-radius: 0 0 10px 10px;
  background-color: #ddd;
  padding: 2px 6px;
  box-shadow: 3px 3px 4px black;
}


