html, body, input, textarea, div.ui-widget, ul.ui-widget, button.ui-widget
{
	/* Override from style_layout.css [line 38], which has "Arial, Verdana, Helvetica, san-serif;" */
	font-family: "Helvetica Neue", sans-serif;
}

html, body,
	div.search-results div.content-sidebar.right,
	div.community div.content-area.column,
	div.community div.content-sidebar.right,

	div.network div.content-area.column,
	div.network div.content-sidebar.right,

	div.group div.content-area.column,
	div.group div.content-sidebar.right,

	div.schedule div.content-area.column,
	div.schedule div.content-sidebar.right

{
	color: rgb(40, 40, 40); /* Dark gray */
}

div.search-results div.content-sidebar.right,
	div.community div.content-sidebar.right,
	div.network div.content-sidebar.right,
	div.group div.content-sidebar.right,
	div.schedule div.content-sidebar.right
{
	line-height: 1.2;
}

	/* -------------------------------------------------------
	   Links
	   ------------------------------------------------------- */

	div.community a.learn-more:link,
		div.community a.read-more:link,
		div.community a.see-more:link,

		div.network a.learn-more:link,
		div.network a.read-more:link,
		div.network a.see-more:link,

		div.group a.learn-more:link,
		div.group a.read-more:link,
		div.group a.see-more:link,

		div.schedule a.learn-about:link,
		div.schedule a.learn-more:link,
		div.schedule a.read-more:link,
		div.schedule a.see-more:link,

		p.breadcrumbs a:link,

		div.network ul.people-list a:link,
		div.group ul.people-list a:link,
		div.schedule ul.people-list a:link,

		div.network ul.group-or-network-list a:link,
		div.group ul.group-or-network-list a:link,
		div.schedule ul.group-or-network-list a:link,

		div.network p.see-network a:link,
		div.network p.see-group a:link,
		div.network p.see-details a:link,

		div.group p.see-network a:link,
		div.group p.see-group a:link,
		div.group p.see-details a:link,

		div.schedule p.see-network a:link,
		div.schedule p.see-group a:link,
		div.schedule p.see-details a:link,

		div.network p.see-all a:link,
		div.group p.see-all a:link,
		div.schedule p.see-all a:link,

		ol.discussions > li > p a:link,

		div.sidebar-details ul.categories > li a:link,

		dl.details a:link,
		dl.agenda a:link,

		dl.fees a:link,
		dl.facts a:link,

		ul.files a:link
	{
		color: rgb(0, 184, 245); /* Dark turquoise */
	}

	div.community a.learn-more:visited,
		div.community a.read-more:visited,
		div.community a.see-more:visited,

		div.network a.learn-more:visited,
		div.network a.read-more:visited,
		div.network a.see-more:visited,

		div.group a.learn-more:visited,
		div.group a.read-more:visited,
		div.group a.see-more:visited,

		div.schedule a.learn-about:visited,
		div.schedule a.learn-more:visited,
		div.schedule a.read-more:visited,
		div.schedule a.see-more:visited,

		p.breadcrumbs a:visited,

		div.network ul.people-list a:visited,
		div.group ul.people-list a:visited,
		div.schedule ul.people-list a:visited,

		div.network ul.group-or-network-list a:visited,
		div.group ul.group-or-network-list a:visited,
		div.schedule ul.group-or-network-list a:visited,

		div.network p.see-network a:visited,
		div.network p.see-group a:visited,
		div.network p.see-details a:visited,

		div.group p.see-network a:visited,
		div.group p.see-group a:visited,
		div.group p.see-details a:visited,

		div.schedule p.see-network a:visited,
		div.schedule p.see-group a:visited,
		div.schedule p.see-details a:visited,

		div.network p.see-all a:visited,
		div.group p.see-all a:visited,
		div.schedule p.see-all a:visited,

		ol.discussions > li > p a:visited,

		div.sidebar-details ul.categories > li a:visited,

		dl.details a:visited,
		dl.agenda a:visited,

		dl.fees a:visited,
		dl.facts a:visited,

		ul.files a:visited
	{
		color: rgb(0, 162, 212); /* Dark turquoise */
	}

		/* Variant for the Event Masthead area */
		div.event-masthead ul.people-list a:link,
			div.event-masthead ul.people-list a:visited
		{
			color: rgb(255, 214, 0); /* Bright yellow */
		}


	div.search-results a:focus,
		div.community a:focus,
		div.network a:focus,
		div.group a:focus,
		div.schedule a:focus
	{
		text-decoration: underline;
	}


	


	
/* =============================================================================
   Search Results: Headers
   ========================================================================== */

div.search-results div.content-area div.content-area-header h2
{
	font-size: 1.16667em; /* 14px equivalent */

	color: rgb(152, 152, 152); /* Light gray */

	text-transform: none;

	margin-bottom: 0.5em;
}

	div.search-results h2 span.search-keywords
	{
		color: rgb(184, 124, 61); /* Brownish orange */
		text-transform: uppercase;
	}

	div.search-results h2 span.results
	{
		font-weight: normal;
	}

/* Divider-headers within search results or Divider-headers within Schedule Landing page */
div.search-results div.content-area  h3,
	div.schedule div.content-sidebar h3
{
	font-size: 1.16667em; /* 14px equivalent */
	font-weight: normal;
	background-color: rgb(255, 219, 133); /* Yellow */

	margin-top:     1.0em;
	margin-bottom:  0.42em;

	padding-top:    0.5em;
	padding-bottom: 0.5em;

	padding-left:   0.6em;
	padding-right:  0.6em;
}

	/* Variant for Divider-headers within Schedule Landing page */
	div.schedule div.content-sidebar h3
	{
		font-size: 1.0em;
	}

/* =============================================================================
   Search Results: Filters
   ========================================================================== */

div.content-area-header.filters
{
	margin-top: 0.2em;
}

	div.search-results div.filters h3
	{
		margin-bottom: 1.0em;
	}

	div.search-results div.filters > ul
	{
		/* General reset */
		margin:  0;
		padding: 0;

		margin-bottom: 0.2em;
	}

		/*
			Easy Clearing - Tony Aslett, Position is Everything, and Alex Robinson
			http://www.tanfa.co.uk/archives/show.asp?var=300
		*/
		div.search-results div.filters > ul:after
		{
			content: ".";
			display: block;
			visibility: hidden;

			clear: both;

			height:      0;
			line-height: 0;
			font-size:   1px;
		}

		div.search-results div.filters > ul { display: inline-block; }

		/* 1st for IE 5-6, hidden from IE 5 Mac */ /*\*/
		* html div.search-results div.filters > ul { height: 1%; }

		div.search-results div.filters > ul { display: block; }
		/**/ /* end hidden from IE 5 Mac */


		div.search-results div.filters > ul > li
		{
			/* General reset */
			margin:  0;
			padding: 0;

			margin-right: 0.4em;

			font-size: 0.91667em; /* Equivalent to 11px */
			list-style-type: none;

			float: left;
			border: 1px solid rgb(204, 204, 204); /* Very light gray */
		}

			/* "All" */
			div.search-results div.filters > ul > li:first-child
			{
				text-transform: uppercase;
			}

			div.search-results div.filters > ul > li a
			{
				display: block;
				line-height: 2.5;

				padding-left:  0.7em;
				padding-right: 0.7em;

				text-decoration: none;

				min-width: 6.0em; /* 80px */
			}

			div.search-results div.filters > ul > li a:link,
				div.search-results div.filters > ul > li a:visited
			{
				color: rgb(40, 40, 40);
				background-color: white;
			}


			/* The "selected" class is for filter options that are selected */
			div.search-results div.filters > ul > li.selected a,
				div.search-results div.filters > ul > li a:focus,
				div.search-results div.filters > ul > li a:hover
			{
				color: white;
				background-color: rgb(1, 74, 151); /* Navy blue */
				
			}
			

/* =============================================================================
   Search Results: Grouping
   ========================================================================== */

div.search-results-grouping,
	div.event-grouping
{
	margin-bottom: 1.75em;
}

	div.search-results-grouping h2.title span.stats,
		div.event-grouping h2.title span.stats
	{
		font-weight: normal;
		font-size: 0.77778em; /* equivalent to 14px */

		text-decoration: none;
	}

	div.search-results-grouping >  div.data_row-border:first-child,
		div.event-grouping >  div.data_row-border:first-child
	{
		display: none;
		
	}

ol.search-listing
{
	/* General reset */
	margin:  0;
	padding: 0;

	margin-bottom: 1.5em;
}

	ol.search-listing li
	{
		list-style-type: none;

		margin:  0;
		padding: 0;

		margin-bottom: 1.0em;

		/* This allows other elements to be positioned with respect to this */
		position: relative;
	}

		ol.search-listing li a
		{
			display: block;
			font-weight: bold;
			color: rgb(138, 128, 118); /* Medium gray */

			padding-left: 45px; /* Leave room for the thumbnail */

			min-height: 45px; /* Make sure the thumbnail fits */
		}

			ol.search-listing li a > span
			{
				font-weight: normal;
			}

			ol.search-listing li a > img
			{
				position: absolute;
				top:  0;
				left: 0;
			}

			ol.search-listing li a > span.type
			{
				display: block;

				line-height: 1.4;
				text-decoration: none;
			}

	div.search-results-grouping p.view-all,
		div.event-grouping p.view-all
	{
		font-size: 1.16667em; /* Equivalent to 14px; */

		margin: 0; /* Just to be sure */
	}

		div.search-results-grouping p.view-all a,
			div.event-grouping p.view-all a
		{
			display: block;
		}
		

/* =============================================================================
   Search Results: Events
   ========================================================================== */

div.search-results div.data_row,
	div.schedule div.data_row
{}

	div.search-results div.data_row.img_90 div.text,
		div.schedule div.data_row.img_90 div.text
	{
		width: 450px;
	}


	div.search-results div.data_row p.pt_12,
		div.schedule div.data_row p.pt_12
	{
		font-size: 1.0em; /* 14px equivalent */
		line-height: 1.2;

		padding-top: 0px !important;
		width: 350px;
	}

	div.search-results div.data_row div.date,
		div.schedule div.data_row div.date
	{
		margin-top:    0.4em; /* This makes use of margin collapsing */
		margin-bottom: 0.52em;
	}

		div.search-results div.data_row div.date > p,
			div.schedule div.data_row div.date > p
		{
			font-size: 1.14286em; /* 16px equivalent */
			color: rgb(102, 102, 102); /* Light gray */

			line-height: 1.2;

			margin-bottom: 0.1em !important;
		}

			div.search-results div.data_row div.date > p.begins span,
				div.search-results div.data_row div.date > p.ends span,

				div.schedule div.data_row div.date > p.begins span,
				div.schedule div.data_row div.date > p.ends span
			{
				float: left;
				width: 3.65em;
			}

		div.search-results div.data_row p span.grey_light,
			div.schedule div.data_row p span.grey_light
		{
			color: rgb(40, 40, 40) !important; /* Medium gray */
		}

		/* -------------------------------------------------------
		   Events: Sidebar Items
		   ------------------------------------------------------- */

		div.search-results input.date,
			div.schedule input.date
		{
			width: 5.5em;
		}

		input.date + button.ui-datepicker-trigger,
			div.search-results span.calendar.icon,

			div.schedule span.calendar.icon
		{
			text-indent: -10000px;
			display: inline-block;

			margin-left: 7px;
			vertical-align: top;

			cursor: pointer;
		}



/* =============================================================================
   Community Meta Page
   ========================================================================== */

	/* -------------------------------------------------------
	   Carousel Items
	   ------------------------------------------------------- */

	div.carousel-item h4,
		div.carousel-item p
	{
		color: white;
	}

	div.carousel-item h4
	{
		display: block;

		font-size: 36px; /* 28px equivalent */
		font-weight: bold;

		line-height: 1.0;
		letter-spacing: 0.02em;

		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);

		margin: 0;
	}

		/* Variant for carousels in an extended-column */
		div.extended-column div.carousel-item h4
		{
			font-size: 21px;
			line-height: 1.2;
			letter-spacing: 0.03em;

			text-shadow: none;

			margin-bottom: 0.55em;
		}

		/* Variant for carousels in an extended-column */
		div.extended-column div.carousel-item h5
		{
			font-size: 18px;
			font-weight: bold;
			letter-spacing: 0.02em;

			color: rgb(40, 40, 40); /* Dark gray */

			margin: 0;
			margin-bottom: 0.8em;

			text-shadow: none;
		}

	div.carousel-item p
	{
		font-size: 24px; /* 18px equivalent */
		font-weight: 200;

		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);

		line-height: 1.2;
		letter-spacing: 0.03em;
	}

		/* Variant for carousels in an extended-column */
		div.extended-column div.carousel-item p
		{
			font-size: 16px;
			font-weight: normal;

			color: rgb(40, 40, 40); /* Dark gray */

			text-shadow: none;
		}

			/* "Read More" link */
			div.extended-column div.carousel-item p a.read-more
			{
				font-weight: normal;
				font-size: inherit;
				color: inherit;
			}

			/* for IE 7 */
			* + html div.extended-column div.carousel-item p a.read-more
			{
				font-size: 14px;

				color: rgb(40, 40, 40); /* Dark gray */
			}


	/* -------------------------------------------------------
	   Introduction
	   ------------------------------------------------------- */

	div.introduction
	{
		margin-left:  16px;
		margin-right: 20px;

		padding-top: 0.5em;
		margin-bottom: 1.4em;

		color: rgb(102, 102, 102); /* Medium gray */
		font-size: 1.33333em; /* 16px equivalent */
	}

		div.introduction > *
		{
			font-size: 1.0em;
			line-height: 1.5;
		}

		div.introduction h1
		{
			text-transform: uppercase;
			font-size: 1.125em; /* 18px equivalent */
			letter-spacing: 0.02em;

			margin-bottom: 0.15em;
		}

			div.introduction h1 a
			{
				display: block;
			}

	/* -------------------------------------------------------
	   Read More / Learn More / See More links
	   ------------------------------------------------------- */


	div.community a.learn-more,
		div.community a.read-more,
		div.community a.see-more,

		div.network a.learn-more,
		div.network a.read-more,
		div.network a.see-more,

		div.group a.learn-more,
		div.group a.read-more,
		div.group a.see-more,

		div.schedule a.learn-more,
		div.schedule a.read-more,
		div.schedule a.see-more
	{
		font-size: 12px;
		font-weight: bold;
	}

		/* Variant for the community pages */
		div.community a.learn-more,
			div.community a.read-more,
			div.community a.see-more
		{
			display: block;
			text-align: right;
		}

	div.community a.see-more,
		div.community div.content-sidebar a.learn-more,

		div.network a.see-more,
		div.network div.content-sidebar a.learn-more,

		div.group a.see-more,
		div.group div.content-sidebar a.learn-more,

		div.schedule a.see-more,
		div.schedule div.content-sidebar a.learn-more
	{
		margin-top: 0.85em;
	}

	/* -------------------------------------------------------
	   Sidebar: Updates
	   ------------------------------------------------------- */

	div.community div.content-sidebar p
	{
		line-height: 1.3;
	}

	div.content-sidebar > ul.updates
	{
		margin-left:  0;
		margin-right: 0;

		margin-bottom: 1.3em;

		padding-top:    0.5em;
		padding-bottom: 0.5em;

		padding-left:   0.6em;
		padding-right:  0.6em;

		background-color: rgb(255, 247, 229); /* Light yellow */
	}

		div.content-sidebar > ul.updates > li
		{
			margin-left:  0;
			margin-right: 0;

			padding-left:  0;
			padding-right: 0;

			list-style-type: none;
		}

			div.content-sidebar > ul.updates > li h3
			{
				font-size: 1.0em;
				font-weight: bold;
				line-height: 1.3;

				margin-bottom: 0.1em;
			}

				div.content-sidebar > ul.updates > li h3 a
				{
					display: block;
					color: rgb(179, 129, 47); /* Golden brown */
				}

			div.content-sidebar > ul.updates > li p
			{
				font-size: 0.85714em; /* 12px equivalent */
				line-height: 1.5;
				margin-bottom: 1.5em !important;
			}

	/* -------------------------------------------------------
	   Sidebar: Other Elements
	   ------------------------------------------------------- */

	/* Such as for the paragraph(s) below the updates area */
	div.community div.content-sidebar.right > h3
	{
		font-weight: bold;
		font-size: 1.0em;
		line-height: 1.2;

		margin-bottom: 1.3em;
	}

		div.community div.content-sidebar.right > h3 a
		{
			display: block;
		}

	div.community div.content-sidebar.right > p
	{
		color: rgb(105, 105, 105); /* Light gray */

		padding-right: 0.5em;

		margin-bottom: 0.7em !important;
	}

/* =============================================================================
   Network Page
   ========================================================================== */


	/* -------------------------------------------------------
	   Breadcrumbs
	   ------------------------------------------------------- */

	p.breadcrumbs
	{
		font-size: 1.33333em; /* 16px Equivalent */
		font-weight: bold;
		line-height: 1.2;
		letter-spacing: 0.02em;

		margin-bottom: 1.25em !important;
	}

	/* -------------------------------------------------------
	   Headers
	   ------------------------------------------------------- */

	div.network div.content-area h1,
		div.network div.content-sidebar.right h1,

		div.group div.content-area h1,
		div.group div.content-sidebar.right h1,

		div.schedule div.content-area h1,
		div.schedule div.content-sidebar h1,

		div.search-results.lightbox h1,

		dl.fees > dt,
			dl.facts > dt
	{
		color: rgb(183, 124, 61); /* Orangish-brown */
		text-transform: uppercase;

		font-size: 14px;
		letter-spacing: 0.02em;
		line-height: 1.2;

		margin-top:    1.2em; /* This makes use of margin collapsing */
		margin-bottom: 1.0em;
	}

		/* Variation for the content area and Lightboxes */
		div.network div.content-area h1,
			div.group div.content-area h1,
			div.search-results.lightbox h1
		{
			border-top: 1px dotted #CCCCCC;

			margin-left:  -10px;
			margin-right: -10px;

			padding-left:  10px;
			padding-right: 10px;

			padding-top:   1.2em;
			margin-top:    0.5em; /* This makes use of margin collapsing */
		}

			div.search-results.lightbox h1
			{
				border-top-width: 0;
				border-bottom: 1px dotted #CCCCCC;

				margin: 0;
				margin-bottom: 1.5em;

				padding: 0;
				padding-bottom: 0.5em;
			}

		/* Slightly different when following an info box*/
		div.network div.message + h1,
			div.network div.not-a-member + h1,

			div.group div.message + h1,
			div.group div.not-a-member + h1
		{
			border-top-width: 0;

			margin-top:    1.2em; /* This makes use of margin collapsing */
			padding-top:     0;
		}

		/* Variation for the sidebar */
		div.network div.content-sidebar.right h1,
			div.group div.content-sidebar.right h1,
			div.schedle div.content-sidebar.right h1
		{
			margin-bottom: 0.5em;
		}

	/* -------------------------------------------------------
	   Grouped Messages
	   ------------------------------------------------------- */

	/* These blocks are for groups of multiple messages */
	div.network div.grouped-messages,
		div.group div.grouped-messages,
		div.schedule div.grouped-messages
	{
		border-top: 1px dotted #CCCCCC;

		padding-top:   1.2em;

		margin-top:    0.5em; /* This makes use of margin collapsing */
		margin-bottom: 1.8em;

		margin-left:  -10px;
		margin-right: -10px;

		padding-left:  10px;
		padding-right: 10px;
	}

		div.network div.grouped-messages h1,
			div.group div.grouped-messages h1,
			div.schedule div.grouped-messages h1
		{
			border-top-width: 0;

			margin-left:  0;
			margin-right: 0;

			padding-left:  0;
			padding-right: 0;

			padding-top: 0;
			margin-top: 0.5em;
		}

		div.network div.grouped-messages p,
			div.group div.grouped-messages p,
			div.schedule div.grouped-messages p
		{
			margin-bottom: 0.5em !important;
		}

	/* -------------------------------------------------------
	   Message-From, Policy Blocks, Text Blocks, and Grouped Messages (cont'd)
	   ------------------------------------------------------- */

	div.message-from,
		div.content-area div.policy,
		div.content-area div.has-inset-image
	{
		margin-bottom: 4.0em;
	}

		div.network div.text-block,
			div.group div.text-block,
			div.schedule div.text-block
		{
			margin-bottom: 2.0em;
		}

		/*
			Easy Clearing - Tony Aslett, Position is Everything, and Alex Robinson
			http://www.tanfa.co.uk/archives/show.asp?var=300
		*/

		div.message-from :after,
			div.content-area div.policy:after,

			div.network div.text-block:after,
			div.group div.text-block:after,
			div.schedule div.text-block:after,

			div.content-area div.has-inset-image:after
		{
			content: ".";
			display: block;
			visibility: hidden;

			clear: both;

			height:      0;
			line-height: 0;
			font-size:   1px;
		}

		div.message-from,
			div.content-area div.policy,
			div.network div.text-block,
			div.group div.text-block,
			div.schedule div.text-block,
			div.content-area div.has-inset-image { display: inline-block; }

		/* 1st for IE 5-6, hidden from IE 5 Mac */ /*\*/
		* html div.message-from,
			div.content-area div.policy,
			div.network div.text-block,
			div.group div.text-block,
			div.schedule div.text-block,
			div.content-area div.has-inset-image { height: 1%; }

		div.message-from,
			div.content-area div.policy,
			div.network div.text-block,
			div.group div.text-block,
			div.schedule div.text-block,
			div.content-area div.has-inset-image { display: block; }
		/**/ /* end hidden from IE 5 Mac */


		div.message-from p,
			div.content-area div.policy p,

			div.network div.grouped-messages p,
			div.network div.testimonial p,

			div.group div.grouped-messages p,
			div.group div.testimonial p,

			div.schedule div.grouped-messages p,
			div.schedule div.testimonial p,

			div.network div.text-block p,
			div.group div.text-block p,
			div.schedule div.text-block p,

			div.content-area div.has-inset-image p
		{
			font-size: 1.16667em; /* 14px equivalent */
			line-height: 1.4;

			clear: both;
			margin-bottom: 1.2em !important;
		}

			/* An inset image within the paragraph */
			div.message-from p > img,
				div.content-area div.policy p > img,
				div.content-area div.text-block p > img,
				div.content-area div.has-inset-image p > img
			{
				float: left;

				/* This helps align the image with the text, given the text's line-height */
				margin-top: 0.1em;

				margin-right:  1.5em;
				margin-bottom: 0.5em;
			}

			div.network div.testimonial blockquote,
				div.group div.testimonial blockquote,
				div.schedule div.testimonial blockquote
			{
				margin:  0;
				padding: 0;
			}

			div.network div.testimonial cite,
				div.group div.testimonial cite,
				div.schedule div.testimonial cite
			{
				display: inline;
				font-weight: bold;
				font-style: normal;
			}

	/* -------------------------------------------------------
	   Members
	   ------------------------------------------------------- */

	p.members
	{
		font-size: 1.27273em; /* 14px equivalent */

		margin-bottom: 1.2em !important;
	}

		/* Membership count */
		p.members span.amount
		{
			font-size: 1.55556em; /* 28px equivalent */
		}

	/* -------------------------------------------------------
	   See Network, See Details, See All
	   ------------------------------------------------------- */

	div.network p.see-network,
		div.network p.see-group,
		div.network p.see-details,
		div.network p.see-all,

		div.group p.see-network,
		div.group p.see-group,
		div.group p.see-details,
		div.group p.see-all,

		div.schedule p.see-network,
		div.schedule p.see-group,
		div.schedule p.see-details,
		div.schedule p.see-all,
		div.schedule p.learn-about
	{
		margin-bottom: 1.2em !important;
	}

	/* For instance: "See All Champagne Events" */
	div.network p.see-all,
		div.group p.see-all,
		div.schedule p.see-all,
		ul.comments li.see-all
	{
		font-size: 1.16667em; /* 14px equivalent */
	}

		div.network p.see-all a,
			div.group p.see-all a,
			div.schedule p.see-all a,

			div.network p.see-network a,
			div.network p.see-group a,

			div.group p.see-network a,
			div.group p.see-group a,

			div.schedule p.see-network a,
			div.schedule p.see-group a,
			div.schedule p.learn-about a
		{
			display: block;
		}

	/* -------------------------------------------------------
	   Links List
	   ------------------------------------------------------- */

	ul.links
	{
		margin:  0;
		padding: 0;

		margin-bottom: 1.2em;
	}

		ul.links > li
		{
			margin:  0;
			padding: 0;
			margin-bottom: 0.6em;

			list-style-type: none;
		}

			ul.links > li a
			{
				display: block;
				line-height: 1.2;
			}

				ul.links > li a span.stats
				{
					color: rgb(102, 102, 102); /* Medium gray */
				}

/* =============================================================================
   Group Page
   ========================================================================== */

	/* -------------------------------------------------------
	   Categories List
	   ------------------------------------------------------- */

	div.sidebar-details ul.categories
	{
		margin:  0;
		padding: 0;

		margin-bottom: 1.0em;
	}

		div.sidebar-details ul.categories > li
		{
			margin:  0;
			padding: 0;

			margin-bottom: 0.1em;

			font-size: 1.14286em; /* 16px equivalent */
			list-style-type: none;
		}

			div.sidebar-details ul.categories > li a
			{
				display: block;
				font-weight: bold;

				line-height: 1.2;
			}

/* =============================================================================
   Navigation Facets
   ========================================================================== */

ul.navigation.FACET
{}


	/*
		Easy Clearing - Tony Aslett, Position is Everything, and Alex Robinson
		http://www.tanfa.co.uk/archives/show.asp?var=300
	*/
	ul.navigation.FACET > li:after
	{
		content: ".";
		display: block;
		visibility: hidden;

		clear: both;

		height:      0;
		line-height: 0;
		font-size:   1px;
	}

	ul.navigation.FACET > li { display: inline-block; }

	/* 1st for IE 5-6, hidden from IE 5 Mac */ /*\*/
	* html ul.navigation.FACET > li { height: 1%; }

	ul.navigation.FACET > li { display: block; }
	/**/ /* end hidden from IE 5 Mac */


	ul.navigation.FACET > li#toggler
	{
		text-align: right;
	}

		/* The following bits help with the layout of the checkboxes by creating a hanging-indent
			effect for labels that overflow onto a second line. */

		ul.navigation.FACET > li > input[type="checkbox"]
		{
			float: left;
			margin-right: 0.5em;
		}


		ul.navigation.FACET > li > input[type="checkbox"] + label
		{
			display: block;
			margin-left: 1.4em; /* Leave room for the checkbox */
		}

/* =============================================================================
   Schedule / Events Detail page
   ========================================================================== */

	/* -------------------------------------------------------
	   General Sidebar items
	   ------------------------------------------------------- */

	div.schedule div.sidebar-details p
	{
		margin-bottom: 1.2em !important;
	}

	/* -------------------------------------------------------
	   Details definition-list, Agenda definition-list
	   ------------------------------------------------------- */

	dl.details,
		dl.agenda
	{
		font-size: 14px;

		margin: 0;
		margin-bottom: 1.2em;
	}

		/* Special case for the content area */
		div.content-area dl.details,
			div.content-area dl.agenda
		{
			margin-bottom: 1.5em;
		}

		/* Special case for the dl.details after an h1 in the content area */
		div.content-area h1 + dl.details,
			div.content-area h1 + dl.agenda
		{
			/* This sets up the dl.details to be flush with the bottom of the
				h1 element. */
			margin-top: -1.0em;
		}

			/* But make sure that's not the case in the sidebar */
			div.content-sidebar h1 + dl.details,
				div.content-sidebar h1 + dl.agenda
			{
				margin-top: 0;
			}

		/* Shared properties for dt, dd elements */
		dl.details > dt,
			dl.details > dd,

			dl.agenda > dt,
			dl.agenda > dd
		{
			line-height: 1.3;
		}


		dl.details > dt,
			dl.agenda > dt
		{
			font-weight: bold;

			margin:  0;
			padding: 0;
		}

			/* For definition-terms following a definition-description -- bascicaly
				this applies to dt elements other than the first one in a dl. */
			dl.details > dd + dt,
				dl.agenda > dd + dt
			{}

				/* Variant for dl.details within a content area */
				div.content-area dl.details > dd + dt,
					div.content-area dl.agenda > dd + dt
				{
					margin-top: 1.5em;
				}

				/* Variant for the sidebar area */
				div.content-sidebar dl.details > dd + dt,
					div.content-sidebar dl.agenda > dd + dt
				{
					margin-top: 1.0em;
				}


			dl.details > dd,
				dl.agenda > dd
			{
				margin:  0;
				padding: 0;
			}

			/* For links within a details-list or agenda-list */
			dl.details > dd a,
				dl.adenda > dd a
			{
				display: block;
			}

	/* -------------------------------------------------------
	   Fees definition-list, Facts definition-list
	   ------------------------------------------------------- */

	dl.fees,
		dl.facts
	{
		font-size: 14px;

		margin: 0;

		margin-top:    1.2em; /* This makes use of margin collapsing */
		margin-bottom: 1.2em;
	}

		/* Shared properties for dt, dd elements */
		dl.fees > dt,
			dl.fees > dd,

			dl.facts > dt,
			dl.facts > dd
		{
			line-height: 1.3;
		}


		dl.fees > dt,
			dl.facts > dt
		{
			font-weight: bold;

			margin:  0;
			padding: 0;
		}

			/* For definition-terms following a definition-description -- bascicaly
				this applies to dt elements other than the first one in a dl. */
			dl.fees > dd + dt,
				dl.facts > dd + dt
			{
				margin-top: 1.0em;
			}


	/* -------------------------------------------------------
	   Files list
	   ------------------------------------------------------- */

	ul.files
	{
		font-size: 14px;
		line-height: 1.3;

		margin:  0;
		padding: 0;

		margin-top: 1.5em;
		margin-bottom: 1.2em;
	}

		ul.files > li
		{
			margin:  0;
			padding: 0;

			list-style-type: none;

			margin-bottom: 2.3em;
		}

			/*
				Easy Clearing - Tony Aslett, Position is Everything, and Alex Robinson
				http://www.tanfa.co.uk/archives/show.asp?var=300
			*/

			ul.files > li a:after
			{
				content: ".";
				display: block;
				visibility: hidden;

				clear: both;

				height:      0;
				line-height: 0;
				font-size:   1px;
			}

			ul.files > li a { display: inline-block; }

			/* 1st for IE 5-6 */
			* html ul.files > li a { height: 1%; }

			ul.files > li a { display: block;	}



			ul.files > li > a
			{
				display: block;
			}

			ul.files > li > a span.icon
			{
				float: left;
				display: inline-block;
				vertical-align: top;

				margin-right: 1.2em;
			}

/* =============================================================================
   General Content Elements
   ========================================================================== */

/* For instance, for headers that have bits like "WPO Groups (500+ Members)" */
div.content-area span.stats
{
	font-weight: normal;
}

p.disclaimer
{
	font-size: 12px;
	color: rgb(130, 130, 130); /* Light gray */
	line-height: 1.5;

	margin-bottom: 1.2em !important;
}

/* =============================================================================
  News Feed
   ========================================================================== */
   

.nfTitle { font-size: 18px; color:#e7a600 !important;}
#scrolltext{ width:150px; text-align:right; margin:-15px 0 0 400px;}

div.news-feed-add-img {float:left; padding:0 0 10px 0;}
div.news-feed-add-discussion-text { float:left; font-size: 12px; line-height:1.2em; color: rgb(130, 130, 130); padding:0 0 8px 0px;}
div.timestamp {position:relative;left:435px;top:14px; font-size: 9px; color: rgb(130, 130, 130); width:100px; text-align:right; }

div.news-feed-row { margin:0px 0 5px 0; padding: 12px 0px 20px 20px; width:540px; overflow:hidden; border-style:solid; border-bottom:thin dotted #CCCCCC;}
div.news-feed-row:hover{ background-color:#f7f7f7;}
div.news-feed-image { float:left;}
div.news-feed-text { float:left; padding: 0 0 0 20px;}
div.news-feed-comment {width:430px; font-size: 14px; line-height:1.2em; color: rgb(130, 130, 130);}
span.news-feed-comment-total a:link {color:#e7a600 ; text-decoration:none;} span.news-feed-comment-total a:visited {color:#e7a600; text-decoration:none; }
span.news-feed-comment-total a:hover {color:#e7a600; text-decoration:none;} span.news-feed-comment-total a:active{color:#e7a600; text-decoration:none;}
div.news-feed-like {font-size: 11px; line-height:1.2em; color: rgb(130, 130, 130)}
h2.news-feed-title{ font-size: 19px; color: rgb(130, 130, 130); margin-bottom: .4em !important; }

/***Right Side Bar***/
div.news-feed-sidecontainer {width:183px; padding:22px 5px 5px 10px;} /*border-left: 1px dotted #CCCCCC; border-right: 1px dotted #CCCCCC;*/
div.news-feed-sidetitle{ font-size: 12px; color:#e7a600 !important;}
div.news-feed-recent-follower { width: 100px; float:left; font-size:12px; line-height:1.4em; color: rgb(130, 130, 130); padding-left:5px;}
div.news-feed-recent-follower-img { float:left; margin-bottom: 25px;}
div.news-feed-sublist{width:110px;font-size: 11px;  margin-left:55px;}
div.news-feed-sublist ul{ list-style-type:none; padding: 0px; margin: 0px;}
div.news-feed-sublist  ul li{ background-image: url(../img/arrow.png); background-repeat: no-repeat; background-position: 0px 5px; padding-left: 8px;}
div.news-feed-sublist a:link {color:#e7a600 ; text-decoration:none;} div.news-feed-sublist a:visited {color:#e7a600; text-decoration:none;}
div.news-feed-sublist a:hover {color:#e7a600; text-decoration:none;} div.news-feed-sublist a:active{color:#e7a600; text-decoration:none;}

/***** Footer Like List ****/
div.footer-like-list { position: absolute; width: 850px; height: 89px; top: 70px; left: 50px;}
div.like-list-text { font-size: 10px; color: rgb(130, 130, 130);}
div.like-list-text-end { width:400px; float:left; padding:15px 0 0 12px; font-size: 14px; color: rgb(130, 130, 130); text-align:left;}
div.like-list-float {float:left; margin:0 auto; width:80px; text-align:center;}



/***Button***/
.news-button-widget > a
	{
		display: block;
		background-image: url("../img/widget-bkgd.png");
	    background-position: 0 0;
	    background-repeat: no-repeat;
	    color: #FFF;
	    font-size: 10px;
	    height: 18px;
	    margin: 10px 0 0 0;
	    overflow: hidden;
	    padding: 3px 0 0 8px;
	    width: 80px;		
	}
		.news-button-widget > a:link,
			.button-widget > a:visited
		{
			text-decoration: none;
		}
		
		.news-button-widget > a:focus,
		.news-button-widget > a:hover
		{
		    color: #767576;
		    background-image: url("../img/widget-bkgd-grey.png");
			text-decoration: none;
		}
 .news-filters{margin:0;list-style:none;float:left; padding:10px 2px 2px 2px;}
 .news-filters li {margin-bottom:5px;}
div.checkboxes-align{margin:0; padding:0;}
div.cb-padding {margin-bottom:1px;}
.boxfix {  vertical-align:bottom; font-size: 12px; color:rgb(130, 130, 130);}
.boxfix  input{ margin:10px 5px 0px 0; vertical-align:bottom; top:1.999px;}
 

		


