

/* --------------------------
 @Text styling 
----------------------------- */

p {

}

	.newwoodlands p {
		margin: 0px;
	}
	
	#findwoods p, #mflr p {
		text-align: center;
		color: #000;
		margin: 15px 0px;
	}
	
h1 {

}
	
	#threecolumns h1 {
		font-size: 1.2em;
		text-align: center;
		padding: 0 5px 2px 5px;
	}
	
	.newwoodlands h1 {
		margin: 0
	}
	
#mflr ul {
	margin-left: 30%;
}

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


/* --------------------------
 @Structure 
----------------------------- */

#threecolumns #content {
/*	margin-top: 20px;*/
}

/* Default for smaller screen sizes */

#threecolumns #column1, #threecolumns #column2, #threecolumns #column3 {
  width: 95%;
	margin-left: 2%;
}

/* Expand for larger screen sizes */

@media (min-width:750px) {

  #threecolumns #column1 {
  	width: 31%;
    float: left;
  	display: inline;
  }

  #threecolumns #column2 {
  	width: 31%;
    float: left;
  }

  #threecolumns #column3 {
  	width: 30%;
    float: left;
  }
}

#flashcontent {
	width: 240px;
	margin: 0 auto;
}

.newwoodlands {
	margin: 0px 0px 20px 0px;
	width: 100%;
}

.newwoodlands .wood {
	padding: 3px;
	border-bottom: 1px solid #DDD;
}

#findwoods {
	background: #FEFEE3; /*#F5F5DF;*/
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}

#mflr {
	background: #FEFEE3;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}


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


/* --------------------------
 @Forms, images, photos and galleries
----------------------------- */

#findwoods .textfield, #mflr .textfield {
	width: 60%;
	display: block;
	margin: 0px auto
}

#ukmap {
	display: block;
	width: 157px;
	margin: 20px auto 20px auto;
}

.newwoodlands .wood img {
	float: right;
	margin-top: 0px;
	padding: 3px;
	border: 1px solid #CCC
}

#front-page-col2-links {
  height: 120px;
}

#front-page-col2-links a {
  float: left;
}

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


