@charset "utf-8";
/* (c) 2011 - Steffen Lohmann & Philipp Heim */

body {
	color: #000;
	background: #b0c4de;
	font: 100% georgia, helvetica, verdana, arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#outer{
    width: 90%;
	min-width: 50em;
	max-width: 80em;
    background: #fff;
    margin: 10px auto;
    text-align: left;
}

#wrapper {
	padding: 5px;
	margin: 0;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px gray;
	-webkit-box-shadow: 3px 3px 4px gray;
	box-shadow: 3px 3px 4px gray;
}

#header {
	background: #fff url("../img/tool-banner.png") right bottom no-repeat; 
	margin: 0;
	padding: 0;
}

#content {
	margin: 1em 1em 1em 15px;
}

#breadcrumb {
	padding: 0.4em 15px 0;
	font-size: 0.8em;
}

#breadcrumb a {
	font-size: 0.9em;
}

li {
	padding-bottom: 0.7em;
}


h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1em;
	margin: 0.8em 0 0 0;
	padding: 0;
}

h3 {
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}

h3 a { /* fix bibsonomy integration */
	color: #000;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

hr {
	height: 1px;
	border: 0;
	color: #4b81c7;
	background-color: #4b81c7;
	margin: 1em;
}

#footer {
	background: #fff url("../img/line.png") top left repeat-x; 
	text-align: left;
	padding: 0.7em 1em;
	margin: 0;
	font-size: 0.85em;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	color: #2c6abc;
	text-decoration: none;
	font-weight: bold;
}

.left {
	float:left;
	padding-right: 1em;
}

.space {
	margin: 5px;
}

.center {
	text-align: center;
}

.small {
	font-size: 80%;
}

.right {
	float:right;
	padding: 0em 0.5em 1em 0.5em;
}	

.rightcolumn {
	float:right;
	padding: 0.5em 1em 1em 1em;
	width: 320px;
	background: #fff;
	margin: 1em 1em 1em 3em;
}

.relfinder {
	width: 450px;
}

.middlecolumn {
	min-width: 50em;
	max-width: 80em;
}
	
.news {
	width: 13em;
	background: #dcdcdc;
	border: 1px solid #a9a9a9; 
}

#relfinderBG {
	background: #fff url("../img/relfinder-3d.png") left top no-repeat;
	padding-top: 280px;
	padding-bottom: 0; 
}

#semlensBG {
	background: #fff url("../img/semlens-3d.png") left top no-repeat;
	padding-top: 280px;
	padding-bottom: 0; 
}

#gfacetBG {
	background: #fff url("../img/gfacet-3d.png") left top no-repeat;
	padding-top: 280px;
	padding-bottom: 0; 
}

#tfacetBG {
	background: #fff url("../img/tfacet-3d.png") left top no-repeat;
	padding-top: 280px;
	padding-bottom: 0; 
}


.source_code {
	font: 0.9em 'Courier New', Courier, Fixed, monospace;
	color: DarkGray ;
	margin-left: 10px;
}

.color-code {
	color: black;
}



ul {
margin-bottom: 0;
}


table {
	border: none;
	margin: 0 2em;
}

.firstColumn {
	width:320px;
	vertical-align:top;
}

.secondColumn {
	width:220px;
	vertical-align:top;
	line-height: 2em;
}

.secondColumn img {
	margin-bottom: 0.8em;
}

.thirdColumn {
	vertical-align: middle;
}


.bibliography {
	margin-left:2em
}


.screenshot {
	border:1px solid #000;
}

.newsentry {
	margin-bottom: 0;
}

.highlight {
	font-style:italic;
	font-weight:bold;
}

.strong {
	font-weight:bold;
}

.comment {
	color: red;
}

.term {
	font-style:italic;
}

.delete {
	text-decoration:line-through;
}

.uppercase {
    text-transform:uppercase;
}

.framebox {
	width: 320px;
	height: 70px;
	border: 1px solid #a9a9a9;
}

.hspace {
	padding: 0em 1em 0em 1em;
}

.vspace {
	padding: 1em 0em 1em 0em;
}

.vmargin {
	margin: 1em 0em 1em 1em;
}

#menu{ 
	width: 100%;
	height: 43px;
 	background: #fff url("../img/menu-bg.png") top left repeat-x;
	font-size: 0.8em; 
	font-family: georgia, helvetica, verdana, arial, sans-serif;
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px; 
	padding: 0; 
	}
#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left;
	line-height: 320%;
	/*padding: 8px 15px 0 0; */
	padding: 0 15px;
	}
#menu li a:hover { 
	color: #333; 
	}
#menu li a.current{ 
	color: #fff; 
	background: #fff url("../img/current-bg.png") top left repeat-x;
	/*padding: 5px 15px 0 0;*/
	line-height: 280%;
	padding: 0 15px;
}

table#peopleTable td{
  padding: 0.5em 1.5em;
}

table#peopleTable thead td{
  font-weight: bold;
  border-bottom: 1px solid #4b81c7;
}

