
/******************************************************************************/
/* Page																	      */
/******************************************************************************/

	/**************************************************************************/
	/* Page	/ Filter list													  */
	/**************************************************************************/	

	ul.filter-list
	{
		clear:both;
		float:none;
		position:static;
		margin:20px 0px 0px 0px;
	}

/******************************************************************************/
/* Page	/ Page Folio													      */
/******************************************************************************/

div.page-folio div.content-header div.hr-yellow
{
	display:none;
}

/******************************************************************************/
/* Page	/ Page Post														      */
/******************************************************************************/

	/**************************************************************************/
	/* Page	/ Page Post	/ Layout										      */
	/**************************************************************************/

	div.page-post div.column-right
	{
		display:none;
	}

/******************************************************************************/
/*  Page / Page About														  */
/******************************************************************************/

		ul.process-list li.column-left,
		ul.process-list li.column-right
		{
			float:none;
			clear:both;
		}
		
/******************************************************************************/
/*  Page / Page Contact														  */
/******************************************************************************/

	/**************************************************************************/
	/* Page	/ Page Contact / Form										      */
	/**************************************************************************/
	
		div.page-contact ul.form-line li.form-line-half-left,
		div.page-contact ul.form-line li.form-line-half-right
		{
			clear:both;
			width:100%;
			float:right;
		}