/* 	= screen-extended.css
	
	@author:		Johannes Schardt
	
	@description:	Standard stylesheet for modern web browsers
	
	@media:			Screen	
	
	@browsers:		Mozilla Firefox, Apple Safari and similar
					Microsoft Internet Explorer 5 - 6 
					
	@hacks:			Star selector hack (ie 6, double margin bug)
					Voice-family hack (ie 5 - 5.5, wrong box model)
					@update: None, moved to Conditional Comments instead
					
------------------------------------------------------------------------ */


body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #00ccff;
}


a.more {
	margin: 0 px;
	padding: 1px 0 0 18px;
	background: transparent url(arrow.png) 0 -31px no-repeat;
	font-weight: bold;
	text-decoration: none;
}

a.more:hover {
	margin: 0; 
	padding: 1px 0 0 18px;
	background: transparent url(arrow.png) 0 -80px no-repeat;
	font-weight: bold;
	color: #00ccff;
	text-decoration: none;
}

a.overview {
	margin: 0 px;
	padding: 1px 0 0 18px;
	background: transparent url(arrow-back.png) 0 -31px no-repeat;
	font-weight: bold;
	text-decoration: none;
}

a.overview:hover {
	margin: 0; 
	padding: 1px 0 0 18px;
	background: transparent url(arrow-back.png) 0 -80px no-repeat;
	font-weight: bold;
	color: #00ccff;
	text-decoration: none;
}


p, li {
	margin: 0 0 18px 0;
	font-size: 13px;
	line-height: 18px;
}

td {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	margin: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: 1px;
	color: #00ccff;
	text-transform: uppercase;
	}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 1px;
	color: #00ccff;
	text-transform: uppercase;
}

/* h3: headline for sections. same size as copy text, but bold, uppercase and blue */

h3 {
	margin: 0 0 8px 0;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #00ccff;
	text-transform: uppercase;
	border-bottom: 0px solid  #CCC;
}

/* h4: headlines for news and within lists. same size as copytext, but bold. */

h4 {
	margin: 0 0 5px 0;
	font-size: 13px;
	color: #000;
}



/* INTRO TEXT */

#intro {
	float: left;
	width: 860px;
	margin: 0px 0px 0 0;
	padding:20px;
}

#intro p {
font-size: 25px;
line-height: 30px;
}

#intro strong {
/*color: #00bdec;
background: #fefed5;*/
}

#intro div.item {
	float: left;
	width: 860px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
}



/* FEATURE */

#feature {
	float: left;
	width: 280px;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0px;
}

#feature p {
	margin:0 0 16px 0;
	color: #333;
}

#feature img {
	border: none;
	margin: 0px 0 12px 0;
	padding: 0;
}


/* NEWS */

#news {
	float: left;
	width: 550px;
	margin: 0px 10px 0 0;
	padding: 0 20px 10px 20px;
}

#news div.item {
	float: left;
	width: 550px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#news div.item img{
	float: left;
	margin: 3px 10px 5px 0;
	border: 0px solid #ccc;
}

#news h3 {
	margin: 0 0 15px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
}

#news p {
	margin: 0;
	padding: 0px;
}


/* RESEARCH INDEX */

#resindex {
	float: left;
	width: 860px;
	margin:  0px 0px 0 0;
	padding: 20px 20px 10px 20px;
}

#resindex div.item {
	float: left;
	width: 860px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
}

#resindex h3 {
	margin: 0 0 15px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
}


#resindex h3.noborder {
	border-bottom: none;
	margin: 20px 0 10px 0;
	padding: 0;
}

#resindex div.item img{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
}

#resindex p{
	margin: 0 10px 0 0;
	padding: 0;
}

#resindex ul {
	margin: 0 0 18px 0;
	padding-left: 1em;
	list-style: square;
	list-style-position: inside;
	text-indent: -1em;
	font-size: 13px;
	line-height: 18px;
}

#resindex li {
	margin: 0 0 5px 0;
	padding: 0;
}


/* RESEARCH PROJECT */

#res {
	float: left;
	width: 550px;
	margin: 0px 10px 0 0;
	padding: 20px;
}

#res h2 {
	margin: 0 0 10px 0;
	text-transform: none;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
	line-height: 25px;
}

#res div.item {
	float: left;
	width: 550px;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

#res ul {
	margin: 0 0 18px 0;
	padding-left: 3em;
	list-style: square;
	list-style-position: inside;
	text-indent: -1em;
}

#res li {
	margin: 0 0 10px 0;
	padding: 0;
}



/* TEAM */

#people {
	float: left;
	width: 550px;
	margin: 0px 10px 0 0;
	padding: 20px;
}

#people div.headline {
border-bottom: 1px solid #CCC;
margin: 0 0 15px 0;
padding-bottom: 8px;
}


#people .headline .name {
	font-size: 18px;
	letter-spacing: 1px;
	color: #00ccff;
	font-weight: bold;	
}

#people div.item {
	float: left;
	width: 550px;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

#team .item ul {
	margin: 0 0 18px 0;
	padding-left: 1em;
	list-style: square;
	list-style-position: inside;
	text-indent: -1em;
	font-size: 13px;
	line-height: 18px;
}

#team .item li {
	margin: 0 0 3px 0;
	padding: 0;
}

.cv {
		border: 0px solid #666666;
		margin-bottom: 20px;
		width: 100%;
	}

.cv tr td {
		padding: 5px 10px 5px 0;
		border-bottom: 0px solid #CCC;
		vertical-align:top;
}

.cv td.date-column {
		width: 20%;
		font-weight: bold;
}

.cv td.job-column {
		width: 80%;
}



/* PUBLICATIONS */

#publindex {
	float: left;
	width: 860px;
	margin:  0px 0px 0 0;
	padding: 20px 20px 0px 20px;
}

#publindex h2 {
	margin: 0 0 0px 0;
	text-transform: none;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
}

#publindex em {
	font-size: 11px;
	line-height: 15px;
}

.paperlist {
		border: 0px solid #666666;
		margin-bottom: 20px;
	}

.paperlist tr td {
		padding: 10px 10px 10px 0;
		border-bottom: 1px solid #CCC;
		vertical-align:top;
}

.paperlist td.name-column {
		width: 270px;
}
	
	

/* CONTACT */

#address {
	float: left;
	width: 260px;
	margin: 0 20px 0 0;
	padding: 20px 0px 0 20px;
}

#directions {
	float: left;
	width: 580px;
	padding: 20px 20px 20px 0px;
}

#address h3, #directions h3 {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}


/* SIDEBAR */


#sidebar {
	float: left;
	width: 300px;
	padding:0 0 20px 0;
	margin: 0;
}

#sidebar img {
	border: none;
	margin: 0;
}


#sidebar a.more {
	margin: 0 px;
	padding: 1px 0 0 15px;
	background: transparent url(arrow.png) 0 -31px no-repeat;
	font-weight: normal;
	text-decoration: none;
}

#sidebar a.more:hover {
	margin: 0; 
	padding: 1px 0 0 15px;
	background: transparent url(arrow.png) 0 -80px no-repeat;
	font-weight: normal;
	color: #00ccff;
	text-decoration: none;
}





#sidebar ul,
#sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul.first{
	margin: 0 0 15px 0;
}

#sidebar p {
	margin: 0 0 5px 0;
}

#sidebar .box {
	margin: 0 0 15px 0;
}

#sidebar .lastbox {
	margin: 0;
}



/* GLOBAL */

#global-wrapper {
	float: left;
	width: 100%;
}

#global {
	width: 900px;
	margin: 0px 0px 0 35px;
	text-align: left;
}


#main {
	float: left;
	width: 900px;
	padding: 0;
	margin: 0;
	background-color: white;
}

#sub {
	float: left;
	width: 900px;
	margin: 0px 0 10px 0;
}


/* BODY IDs */

#home{
	background: #ebebeb;
}

#activate{
	background: #EDEDED;
}

#research{
	background: #EDEDED;
}

#publications{
	background: #EDEDED;
}

#team{
	background: #EDEDED;
}

#contact{
	background: #EDEDED;
}




/* STUFF */



#narrowcontent {
	float: left;
	width: 580px;
	margin: 0 10px 0 0;
	padding:10px;
	background: white;
}

#narrowcontent a{
	text-decoration: underline;
}

#narrowcontent img{
	margin: 15px 0;
}

#narrowcontent img.right{
	float: right;
}

#narrowcontent p.note {
	padding: 5px;
	background: #ff0;
}

#narrowcontent highlight {
	background: #ff0;	
	
}

#widecontent {
	float: left;
	width: 890px;
	margin: 0;
	padding:10px;
	background: white;
}

#widecontent p.error {
	font-weight: bold;
	padding: 5px;
	background: #ff0;
	color: #f00;
	margin: 0 0 10px 0;
}

#widecontent p.hint {
	padding: 5px;
	border:1px solid #f00;
	background: #fff;
	color: #f00;
}


#narrowcontent div.supportbox p.last{
	margin: 0;
}



/* SUBNAV */

#subnav{
	padding: 0 0 7px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}

#subnav a{
	text-decoration: none;
}

#subnav .separate{
	color: #ccc;
	margin: 0 3px;
}
#subnav strong{
	background: #ff0;
}

#subnav ul,
#subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav li {
	display: inline;
}

#heading{
	width: 570px;
	height: 280px;
	margin: 0;
	padding: 0 0 0 10px;
	background: transparent url(bg-heading.gif) 0 0 repeat-x;
	border-bottom: 1px solid #ccc;
}

#heading h2{
	float: left;
	width: 280px;
	height: 59px;
	background: transparent url(../content/circle-logo.gif) 0 0 no-repeat;
}

#heading p.main{
	float: left;
	width: 220px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

#heading p.specs{
	float: left;
	width: 240px;
	font-weight: bold;
	color: #888;
}


#heading img{
	float: right;
	margin: 0;
}

#text{
	float: left;
	margin: 15px 0 0 0;
}

#text h3{
	margin: 0 0 5px 0;
}

#text p{
	margin: 0;
}

#text div.row{
	float: left;
	width: 580px;
	margin: 0 0 15px 0;
	/*border-bottom: 1px solid #ccc;*/
	padding: 0;
}

#text div.last {
	margin: 0;
	border: none;
	padding: 0;
}

#text .textitem{
	width: 280px;
	float: left;
	margin: 0 20px 0 0;
}

#narrowcontent boldhighlight {
	background: #ff0;	
	text-transform: uppercase;
	font-weight: bold;
	padding: 2;

}



/* @group tooltips */

.tool-tip {
	color: #0f0;
	width: 176px;
	z-index: 13000;
}

.tool-title,
.custom-title
{display:none;}
 
.tool-text {
	font-size: 12px;
	padding: 10px;
	background: url(bubble.png) top left;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-text {
	font-size: 12px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* @end */

/* @group footer */

#footer-wrapper {
	float: left;
	width: 100%;
	padding: 0 0 0 0;
	text-align: center;

}

#footer {
	border-top: 0px solid black;
	margin: 0 0 0 35px;
	padding:  10px 0 0 0;
	width: 900px;
	text-align: left;
	color: #999;
}

#footer a {
	color: #999;
}

#copyright {
	float: left;
	width: 600px;
}


#nav-footer {
	padding:0;
	float: right;
	width: 200px;
}

#nav-footer ul, 
#nav-footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto;
}

#nav-footer ul {
	float: right;
}

#nav-footer li {
	float: left;
	width: auto;
	margin: 0 5px 0 0;
	border-right: 1px solid #ccc;
	padding: 0 5px 0 0;
}

#nav-footer li.last {
	margin: 0;
	border: none;
	padding: 0;	
}
/* @end */
