/*------------------------------------------------------------------
	
	[Stylesheet]

	Project:		Suburban Farmer
	Version:		1.0
	Last change:	03.06.09 [Created]
	Assigned to:	Garth Haseldine (GH)					

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


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

	[Table of Contents]
	
	1. 	Global
	2.	Header
	3.	Body
		
	
	[Color codes]
	
	Background:	#ffffff (White)
	Content:	#575757 (Light Black)
	Header h1:	#122a73 (Dark Blue)
	Header h2:	#f94112 (Red)
	Header h3:	#2d86b9 (Blue)
	
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]

	Body copy:			0.8em Verdana, Arial, Helvetica, sans-serif;
	
	
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
	[ 1 ]
-------------------------------------------------------------------*/

	body { font-size:.8em; line-height:160%; color:#272727; font-family:Verdana, SunSans-Regular, Sans-Serif; margin:0px; padding:0px; text-align:center; background:#3c5d0d; }
	#box { width:776px; margin:0px auto; padding:0; text-align:left; background:url(../images/background/box-background-01.png) repeat-y left; }
	a { color:#00576f; text-decoration:underline; }
	a:hover { color:#00576f; text-decoration:none; }
	a:visited { color:#267f98; }


/*------------------------------------------------------------------
	[ 2 ]
-------------------------------------------------------------------*/

	#header { display:none; }



/*------------------------------------------------------------------
	[ 3 ]
-------------------------------------------------------------------*/

	#mainContent .contentBack .navigation { display:none; }	
	#mainContent .sideMenu { display:none; }
	
	#mainContent .twoThirds { width:100%; text-align:left; }
		
	#mainContent h2 { font-size:18px; margin-top:40px; padding-bottom:10px; border-bottom:solid 2px #e3dcd6; }
	#mainContent h3 { font-size:16px; margin-top:40px; }
	
	#mainContent input[type="text"], #mainContent textarea { width:300px; }
	
	
/*------------------------------------------------------------------
	[ 4 ]
-------------------------------------------------------------------*/


h1, h2{ line-height:normal; }
h3, h4 { letter-spacing:-1px; }

ul li { margin-bottom:5px; }

.clearboth { clear:both; }