/*
----------------------------------------------
 Plantlife / Homepage layout styles
 Developed by Ollie Bettany / Electric Putty
 Created: 03/02/10
----------------------------------------------
*/


/* LAYOUT OVERRIDES */	

			#content {
				padding-bottom: 36px;
			}
			
				#content #maincol {
					background: none;
				}
				
				#content #maincol-inner {
					background: none;
					padding: 0;
					width: 550px;
				}

			#sitesearch {
				position: relative;
				top: 33px;
				margin-top: 0;
			}

			#content #sidebar {
				margin-right: 0;
				margin-left: 18px;
				margin-top: 40px;
				margin-bottom: 120px;
			}
			
			#content .featureset {
				float: left;
			}
			
				#content .featureset .featurebox {
					margin-top: 0;
				}	
			
					#content .featureset .featurebox p.caption {
						position: absolute;
					}
						#content .featureset .featurebox p.caption span {
							padding: 5px 0 0 0;
						}
					
					#content .featureset .with-caption p.caption {
						background-image: url(/site_images/corners-266-bottom-semitrans.png);
					}	
						#content .featureset .with-caption p.caption span {
							padding: 14px 18px;
						}
					

			#content #sidebar .contentbox {
				background-color: #F5F3EE;
			}

	
