body {
	background-color:#fff;
}

#skipnav, #header, #snav, #footer, #breadcrumbs { display:none; visibility:hidden; }

#center {
	position: relative;
	width: auto;
}

#lastupdated {
	position:relative;
	text-align:right;
}

#personalnav { display:none; visibility:hidden;  }

/* BRANCH PAGES */

#branch_details {
	float:left;
	width:250px;
	margin-bottom:1em;
}
#branch_details div.maps {
	font-size:0.8em;
	margin:0.5em 0 0.5em 0;
}
#branch_details div.maps a {
	font-weight:bold;
}
#branch_image {
	float:right;
	width:250px;
	margin-bottom:1em;
}
#branch_image img {
	border:1px solid #000;
}
#branch_content {
	clear:both;
}

/* RESEARCH */

span.infotrack { color:#f00; }
span.ebsco { color:#00f; }

/* BOOKMOBILE */

#bookmobilenav {
	list-style:none;
	font-weight:bold;
	font-size:0.85em;
	margin:0 auto;
	margin-bottom:0.5em;
	padding:0;
	text-align:center;
}

#bookmobilenav li {
	display:inline;
	border-right:1px solid #000;
}
#bookmobilenav li a {
	padding:0 0.4em 0.5em 0.4em;
}
#bookmobilenav li a.pdflink {
	background:transparent url(images/tinyPDFlogo.png) no-repeat top right;
	padding:0 1.8em 0.5em 0.4em;
}
#bookmobilenav li.last {
	border-right:0;
}

/* NEWS ITEMS */

.newsarticle {
	margin: 10px 0 10px 0;
}

.newstitle {
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.newstitle a {
	text-decoration:none;
	font-weight:bold;
}

.newstitle a:hover {
	text-decoration:underline;
}
.newstitle a:visited {
}

.newsdate {
	font-weight:bold;
	font-size:0.9em;
}

.newsdescription {
	margin-top:0.5em;
	font-size:0.9em;
}

.newsdescription a {
	color:#000000;
	text-decoration:none;
}

.newsdescription a:hover {
	color:#666666;
}

/* WORDPRESS */

div.post img {
	float:right;
	margin: 0 0 0.5em 0.5em;
}

/* CALENDAR */

table.calendar, table.calendar_small {
	position:relative;
	background-color:#f4f4f4;
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size:1em;
	border:1px solid #999;
	width:100%;
}
table.calendar_small {
	font-size:0.8em;
	float:left;
	height:12em;
	width:auto;
}
table.calendar caption, table.calendar_small caption {
	position:relative;
	background:#03f url(images/layout/thead_bg.jpg) repeat-x top left; color:#fff;
	padding:3px;
	font-weight:bold;
	margin:0;
}
table.calendar th, table.calendar_small th {
	padding:2px;
	color:#000;
	background-color:#ccc;
}
table.calendar th {
	height:1.5em;
}
table.calendar_small td {
	padding:2px;
	text-align:center;
	vertical-align:top;
	border:1px solid #ddd;
}
table.calendar td {
	padding:2px;
	text-align:right;
	vertical-align:top;
	border:1px solid #ccc;
	width:14%;
}
table.calendar td.datesbefore,
table.calendar td.datesafter,
table.calendar_small td.datesbefore,
table.calendar_small td.datesafter {
	background-color:#ddd;
	color:#fff;
}
table.calendar tfoot {
	background:transparent;
	top:0;
	left:0;
}
table.calendar tfoot td {
	background:transparent;
	border:0;
}
table.calendar div.calevent {
	font-size:0.8em; font-weight:normal;
}
table.calendar div.calmore {
	font-size:0.8em; font-weight:bold;
}

