/*********** Whole-page overrides ***********/

html {
	font-family: "Georgia";
}

.left-floating {
	float: left
}

.right-floating {
	float: right;
}

.clear {
	clear: both;
}

/*********** Links  ***********/
a,a:visited {
	color: #555566;
}

a.anchor {
	color: black;
}

/*********** Header ***********/

#header {
	margin-left: 15%;
}

#header-separator {
	width: 70%;
}

#header .name {
	vertical-align: middle;
	font-size: 4em;
	text-indent: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: bold;
}

#header img {
}

#header .page-links {
	text-indent: 35px;
	font-size: 0.9em;
}

#header .basic-info {
	font-size: 1.1em;
	margin-top: 0;
	padding-top: 0;
	text-indent: 33px;
}

#header .basic-info ul {
	margin: 0;
	padding: 0;
}

#header a {
	text-decoration: none;
}

/*********** Content ***********/

#content {
	margin-left: 15%;
	
}

ul li {
	list-style-image: url('images/list-dash.gif');
	padding-top: 5px;
}

ul.posters li, ul.publications-with-acknowledgements li {
	padding-top: 5px;
}

ul li p {
	padding: 0px;
	margin: 0px;
	padding-left: 40px;
}

/*********** Rounded Borders for Images ***********/

.roundtop {
	background-image: url(images/rounded-borders/rounded-top.jpg);
	width: 315px;
	height: 10px;
	}
.roundside {
	background-image: url(images/rounded-borders/rounded-sides.jpg);
	background-repeat: repeat-y;
	width: 315px;
	text-align: center;
}
.roundbottom {
	background-image: url(images/rounded-borders/rounded-bottom.jpg);
	width: 315px;
	height: 10px;
}

/*********** Colors for languages ***********/

span.language {
	background-color: pink;
}