/* $Id: style.css,v 1.1.2.1 2008/02/14 11:38:36 johnalbin Exp $ */

/*
 * This space intentionally left blank.
 *
 * See template.php to see how Zen styles are added to the page.
 */
 
.logged-in #page {
	position: absolute;
	top: 30px;
}

.not-front #search-box {
	position: absolute;
	left: 700px;
	top: 195px;
}

/* need this to differentiate between center front and center subpages
.type-center h1.title {
	visibility: hidden;
	display: none;
}
*/

.not-logged-in .tabs {
	display: none;
	visibility: hidden;
}

ul.nice-menu li ul {
	display: none;
	visibility: hidden;
}

#sidebar-left-inner .region-sidebar-left div p {
	margin: 1em .5em;
}

.type-center h1.title {
	font-size: 0;
	margin: 0 auto;
}

.view-researcher-bad-addy .item-list ul li {
    margin-bottom: 5em;
}

.type-people table th,
.type-people table td { text-align: left; padding: 2px; }

.views-table { margin: 1em 0; }

.recent-publications .views-row-last { border-bottom: 0; }

th, thead th, tbody th {
  min-width: 90px;
}

#content-area .search-result h3.title.thumb {
  margin-top: 0;
  margin-left: 85px;
}

#content-area .search-result .search-snippet-info.thumb {
  margin-left: 85px;
}

#content-area .search-result .search-snippet-info {
  padding-left: 0;
}

.page-search #content-area a {
  font-weight: normal;
  font-size: 1.1em;
}

.item-list ul.pager li.pager-item,
.item-list ul.pager li {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}


.form-item,
.form-actions {
  display: inline;
}

.littleBlueMenu {
	float: right;
	font-size: 88%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.littleBlueMenu  a {
	color: #007fa5;
	border: none;
	margin-right: 15px;
}
.littleBlueMenu  a:hover {
	color: #001e62;
	border: none;
}