﻿/*
 *****************************************
 * COLORS and FONT SIZES
 *****************************************
*/
div.rich-text,
#publication,
#documentInfo
{
	font-size: 12px;
}
/* links */
div.rich-text
	a,
#publication
	div.panel
		a
		{
			color: #009;
		}
div.navigation
	li,
ul.authoring
		li,
ul.navigation
	li
	{
		font-size: 10px;
	}
/* navigatin hover color */
div.navigation
	a:hover,
ul.navigation
	a:hover,
ul.authoring
		a:hover,
div.navigation
	a:visited:hover,
ul.authoring
		a:visited:hover,
ul.navigation
	a:visited:hover
	{
		color: #009;
	}
/* peer navigation, next and previous */
div.peer-navigation
	ul
	{
		font-size: 10px;
	}
div.peer-navigation
	a,
div.peer-navigation
	a:visited
	{
		color: #000;
	}
div.peer-navigation
	a:hover
	{
		color: #0173bc;
	}
/*
 *************************************
 * Publication
 *************************************
 */
/* Post by and on for publication article */
#publication
	span.Author
	{
		font-size: 10px;
		color: #999;
	}
/* article title */
#publication
	h4
	{
		font-size: 14px;
	}
#publication
	div.authoring
	{
		font-size: 12px;
	}

/* Publications VB Edits
================================================*/
#publication h4 {
	font-variant: small-caps;
	font-size: 16px;
	font-weight: 600;
}
span.View dt {
	visibility: hidden;
}
span.Abstract {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 3px;
}
span.Author {
	font-style: italic;
	color: gray;
}
span.vcard {
	position: absolute;
	left: 250px;
	visibility: hidden;
	display: none;
}
span.fn {
	visibility: hidden;
	display: none;
}


/*
 *************************************
 * Calendar
 *************************************
 */
/* title */
#calendar
	h2
	{
		font-size: 13px;
	}
#calendar
	div.authoring
	{
		font-size: 12px;
	}
/* day of week */
table.event-grid
	th
	{
		font-size: 0.85em;
		font-family: Verdana;
		background-color: #0173bc;
		color: #fff;
		letter-spacing: 2px;
	}
/* grid lines for month and week view */
table.event-grid
	td
	{
		border-bottom: 1px solid #0173bc;
		border-left: 1px solid #0173bc;
		border-right: 1px solid #0173bc;
	}
/* week number background */
table.event-grid
	td.week-count
	{
		font-family: Verdana
		font-size: 10px;
		background-color: #0173bc;
		
	}
/* week number link */
table.event-grid
	td.week-count
		a
		{
			color: #fff;
			font-size: 0.9em;
			font-weight: normal;
		}
/* today background for month and week view */
table.event-grid
	div.Today
	{
		background-color: #92b5df;
	}
/* day number */
table.event-grid
	div.numeric
		a,
table.event-grid
	div.numeric
		a:visited
		{
			color: #000;
		}
/* day cell in month and week view */
table.event-grid
	div.day
	{
		font-size: 10px;
	}
/* event link for day and list view */
div.event-range
	div.day
		a.url,
div.event-range
	div.day
		a.url:visited,
#calendar
	div.day
		div.events
			a.url,
#calendar
	div.day
		div.events
			a.url:visited
		{
			color: #009;
		}
/* event link for month and week view */
table.event-grid
	div.day
		div.events
			a.url,
table.event-grid
	div.day
		div.events
			a.url
			{
				font-size: 10px;
			}
/* event day */
table.event-grid
	div.day
		a,
table.event-grid
	div.day
		a:visited
		{
			color: #000;
		}
/* event title, not today */
table.event-grid
	div.day
		span.summary
		{
			color: #009;
		}
/* event title, today */
table.event-grid
	div.Today
		span.summary
		{
			color: #000;
		}
/* single event view */
div.event
{
	font-size: 12px;
}
/* list view */
div.event-range
{
	font-size: 12px;
}
/* day view */
div.events
{
	font-size: 12px;
}
/* list view event selector */
div.event-range-selector
{
	background-color: none;
	font-size: 14px;
}
/*
 *************************************
 * Document Collection
 *************************************
 */
#documentCollection
	div.authoring,
div.group
	div.authoring
	{
		font-size: 10px;
	}
div.category-selector,
div.search-collection
{
	background-color: none;
	font-size: 10px;
}
/*
 *************************************
 * Discussion
 *************************************
 */
div#discussion
	div.Posts
		h4.title
			a,
div#discussion
	div.Posts
		h4.title
			a:visited
			{
				font-size: 14px;
				text-decoration: none;
				color: #000;
			}
div#discussion
	div.Posts
		h4.title
			a:hover,
div#discussion
	div.Posts
		h4.title
			a:visited:hover
			{
				font-size: 14px;
				text-decoration: underline;
				color: #000;
			}
div#post
	div.entry
		div,
div.comments,
div.lastCommentPosted,
div.post-data
{
	font-size: 11px;
	color: #999;
}
div#post
	div.entry
		div.description,
div#post
	div.entry
		div.comments
		{
			font-size: 12px;
			color: #000;
		}
div#post
	h5
	{
		font-size: 11px;
	}