/* -------------------------------------------------------------------------------- */
/*																					*/
/*		[CHKS] 			Master Screen Stylesheet									*/
/*																					*/
/*		date:      15/04/08															*/
/*		author:    [True Designs - Ash Bryant]										*/
/*		email:     [ashbryant AT gmail DOT com]										*/
/*		website:   [http://www.truedesigns.co.uk/]									*/
/*																					*/
/*																					*/
/*		Colours used:	#898667  -  Green / Brown 	- Background 					*/
/*						#F4F3EF  -  Light Brown		- BG for non-content areas		*/
/*						#486469	 -	Blue			- Image Borders					*/
/*						#CCCCCC  -  Light Grey		- Borders						*/
/*						#8F0407	 -	Burgundy		- Heading Text					*/
/*						#333333  -  Very Dark Grey	- Body Text						*/
/*						#1070B6  -  Blue			- Some Links 					*/
/*						#679010  -  Green			- Ledgend Headings				*/
/*																					*/
/* -------------------------------------------------------------------------------- */


/****************************************************************************************/
/* Left area                                                                          */
/****************************************************************************************/

	#left_column img {
		padding: 0.5em;
		border: 1px solid #CCC;
	}

	#left_column dl img {
		padding: 0;
		border: 0px solid #CCC;
	}

	#left_column img.floatLeft {
		margin: 0 2em 0.5em 0;
		display: inline;
		clear: none;
	}

	#left_column img.floatRight {
		margin: 0 0 2em 2em;
	}

	#left_column h1 {
		color: #0069AA;
		font-size: 2.8em;
		line-height: 1em;
		margin: 0 0 0.5em 0;
	}

	#left_column h2 {
		color: #000;
		font-size: 1.5em;
		line-height: 1em;
		margin: 0 0 0.5em 0;
	}

	#left_column p.important {
		color: #8F0407;
		font-size: 1.4em;
		font-weight: bold;
	}

	#left_column span.required {
		height: 1.4em;
		width: 1.4em;
		display: inline;
		padding: 0 0.5em;
		background: transparent url(/assets/templates/chks/images/icons/important.png) no-repeat center center;
	}

	#left_column p {
		font-size: 1.3em;
		line-height: 1.4em;
		margin: 0 0 2em 0;
		text-align: justify;
	}

	#left_column ol,
	#left_column ul {
		margin: 0 0 0 3em;
		font-size: 1.3em;
		line-height: 1.4em;
		text-align: justify;
	}

	#left_column p:first-child {
		margin: 1em 0 0 0;
	}

/****************************************************************************************/
/* Right area.                                                                          */
/****************************************************************************************/




	#right_column fieldset {
		border: 1px solid #CCC;
		padding: 1.5em;
		margin: 1.5em 0;
	}

	#right_column fieldset.latest_news h2 {
		color: #098DD0;
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 0 0 1.2em 0;
	}

	#right_column fieldset input {
		color: #999;
	}

	#right_column fieldset.latest_news p {
		color: #000;
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 0 0 1.5em 0;
	}

	#right_column fieldset.live_login p,
	#right_column fieldset.newsletter p {
		color: #000;
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 1.5em 0;
	}

	#right_column fieldset.live_login img,
	#right_column fieldset.newsletter img {
		margin: 0;
		float: right;
		display: inline;
	}

	#right_column fieldset.live_login input.live_submit {
		color: #666;
		width: 4.5em;
		height: 2.2em;
		padding: 0 1.8em 0.2em 0;
		margin: 0;
		float: left;
		cursor: pointer;
		background: transparent url(/assets/templates/chks/images/forms/signpost_submit.png) no-repeat left top;
	}

/****************************************************************************************/
/* Common to right and left area.                                                       */
/****************************************************************************************/

	#left_column p a,
	#right_column fieldset.latest_news a {
		color: #098DD0;
		text-decoration: none;
	}

	#left_column p a:hover,
	#right_column fieldset.latest_news a:hover {
		text-decoration: underline;
	}

	#left_column legend,
	#right_column legend {
		 color: #679010;
		 font-size: 1.6em;
		 font-weight: bold;
		 padding: 0.2em 0.5em 0.2em 0.2em;
		 margin: 0 0 0 -0.5em;
	}

	#left_column input.send_friend_submit,
	#right_column fieldset.send_to_a_friend input.send_friend_submit {
		color: #666;
		width: 6em;
		height: 2em;
		padding: 0 1.8em 0.2em 0;
		margin: 0;
		float: right;
		cursor: pointer;
		background: transparent url(/assets/templates/chks/images/forms/send_friend_submit.png) no-repeat left top;
	}

/****************************************************************************************/
/* End of main style sheet.                                                             */
/****************************************************************************************/

