/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 08 February 2012 03:26:16
*/


/* -------------------------------------------------------------------------------------------------------

	content.css - This stylesheet contains all styles used within the Body Copy for specific pages.
                 General Body Copy styles are found in "main.css".

	Index:
	  $ Search Results

------------------------------------------------------------------------------------------------------- */

	#body-copy .section-header
	{
		margin: 0 0 1.45em 0;
		padding: 0 0 1.18em 0;
		border-bottom: 1px solid #ccc;
	}

/* ---------------------------------------------------------------------------------------------------- Feedback Form */

	#form-container
	{
		width: 38em;
	}
	
	#form-container .row
	{
		width: 100%;
		margin: 0.45em 0;
		padding: 0.27em 0 0.45em 0;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}
	
	#form-container .last
	{
		border-bottom: none;
	}
	
	#form-container .row label
	{
		float: left;
		width: 12em;
		padding: 0 2.91em 0 0;
	}
	
	#form-container .row input,
	#form-container .row select,
	#form-container .row textarea
	
	{
		float: left;
	}
	
	#form-container .submit-button
	{
		padding: 0 0 0 15em;
	}
	
	#form-container .submit-button input
	{
		padding: 0.09em 0.27em;
		border: none;
		font-weight: bold;
		color: #fff;
		background: #3392a1;
		cursor: pointer;
	}


/* ---------------------------------------------------------------------------------------------------- Search Results */
		
	#search-results strong
	{
		color: #8b0b04;
	}
	
	#search-results .search-results-item
	{
		position: relative;
		margin: 1.64em 0 1.64em 2.36em;
	
	}
	
	#search-results .search-results-item h2
	{
		margin: 0;
		padding: 0;
	}
	
	#search-results .search-results-item p
	{
		margin: 0.27em 0;
		padding: 0;
		color: #000;
	}
	
	#search-results .search-results-item p.number
	{
		position: absolute;
		left: -2.18em;
		top: -0.27em;
		font-size: 110%;
		font-weight: bold;
		color: #8b0b04;
	}
	
	#search-results .search-results-item p.updated
	{
		margin: 0;
		padding: 0;
		color: #868a8b;
	}
	
	#search-results .search-results-item p.updated strong
	{
		color: #868a8b;
	}
	
	#search-results .search-results-pagination b
	{
		color: #8b0b04;
	}
