body{
	background-color: white;
	background-image:url('../gfx/dirt.png');
	
}

#topsoil{
	position: absolute;
	background-color: lightblue;
	background-image:url('../gfx/grass_side.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 128px;
	padding-top: 0px;
	z-index: -10;
}

.page-header{
	padding-bottom: 0px;
	margin: 40px 0 20px;
	border-bottom: 0px none #eee;
}


.newspost{
	text-align: left;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 10px;
	//background-color: yellow;
	//background-image:url('../gfx/sand.png');
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 4px solid;

background: rgb(252,234,187); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,234,187,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(51%,rgba(248,181,0,1)), color-stop(100%,rgba(251,223,147,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */


}

.newspost h1{
	padding: 0;
	margin: 0;
	font-size: 2.2em;
}

.newspost p{
	font-size: 1.3em;
}
	
.row{
	text-align: center;
}
