/**
* Global - shared elements
*/
	/* pagination */
	div.pagination {
		margin:5px 0;
	}
	div.pagination {
		clear:left;
		font-size:85%;
		margin:1em 0pt;
		padding:1em;
	}
	div.pagination a, div.pagination span {
		background:#FFFFFF none repeat scroll 0%;
		border:1px solid #FFFFFF;
		display:block;
		float:left;
		margin-right:0.1em;
		padding:0.2em 0.5em;
	}
	div.pagination span.current {
		background:#ccc none repeat scroll 0%;
		border:1px solid #aaa;
		color:#FFFFFF;
		font-weight:bold;
	}
	div.pagination a {
		border:1px solid #ccc;
		text-decoration:none;
	}
	div.pagination a:hover {
		border-color:#aaa;
	}
	div.pagination a.nextprev {
		font-weight:bold;
	}
	div.pagination span.nextprev {
		color:#666666;
	}
	div.pagination span.nextprev {
		border:1px solid #DDDDDD;
		color:#999999;
	}
	/* social bookmarking widget */
	div.social {
		margin:3px 0;
		padding:3px 0;
		font-size:0.8em;
	}
/**
* Widgets Stylesheet
*/
	.clear { clear:both; }
	div.widget .title {
		font-weight:bold;
		font-size:105%;
	}
	div.widget .subtitle,
	div.widget small {
		/*padding-right:5px;*/
		font-weight:normal;
		font-size:90%;
		color:#666;
	}
	div.widget .notes {
		font-weight:normal;
		font-size:90%;
		padding:3px 5px;
	}
/**
* Sidebar Widgets
*/
	div.sidebar {
		/**/
	}
	div.sbtitle {
		margin:5px 0 0 8px;
		font-weight:bold;
		color:#999;
		background-color:transparent;
	}
/**
*
* LOCATIONS
*
*/
	div.widget_locations .office {
		margin:6px 0 0 0;
		padding:6px 0 0 0;
		/*border-top:1px solid #ccc;*/
	}
	div.widget_locations .hours {
		margin:3px 0 0 10px;
		font-size:0.9em;
	}
	div.widget_locations .hours .even {
		background-color:#f1f1f1;
		color:#000000;
	}
	div.widget_locations .hours .closed {
		font-style:italic;
		color:#222222;
	}
	div.widget_locations .withimg {
		margin-right:155px;
	}
	div.widget_locations .hours .title,
	div.widget_locations .hours .openclose,
	div.widget_locations .hours .notes, 
	div.widget_locations .hours h5 {
		float:left;
		width:30%;
		overflow:hidden;
		margin:0;
		padding:0 5px 0 0;
	}
	div.widget_locations .hours .title {
		padding-left:5px;
	}
	
	div.googlemap {
		border:1px solid #ccc;
		overflow:hidden;
	}
	
/**
*
* STAFF
*
*/
	div.widget_staff div.item {
		margin:0 0 6px 0;
		padding:6px 0 0 0;
	}
	div.widget_staff div.item img {
		margin:0 10px 0 10px;
	}
/**
*
* NEWS
*
*/
	div.widget_library div.item,
	div.widget_article div.item,
	div.widget_news div.item {
		margin:0 0 6px 0;
		padding:6px 0 0 0;
		/*border-top:1px solid #ccc;*/
	}
	div.widget_library div.item div.title,
	div.widget_article div.item div.title,
	div.widget_news div.item div.title {
		margin:0 0 0.3em 0;
	}
	div.widget_library div.item div.title,
	div.widget_library div.item div.title a,
	div.widget_article div.item div.title,
	div.widget_article div.item div.title a,
	div.widget_news div.item div.title,
	div.widget_news div.item div.title a{
		font-size:1.1em;
		line-height:1.4em;
		font-weight:bold;
	}
/**
*
* CONTACTFORM
*
*/
	div.widget_contactform .i95 input {
		width:99%;
	}
	div.widget_contactform div#cf_thanks {
		font-size:1.1em;
	}
	div.widget_contactform div#cf_recieved {
		margin-top:1em;
		font-size:0.9em;
		font-style:italic;
	}
/**
* FLV
*
*/
	div.flv, div.flv * {
		text-align:center;
	}
	div.flv p {
		font-size:85%;
	}

