/*
Theme Name: Green Manufacturing Blog
Theme URI: http://www.greenmanufacturing.com
Description: This is a great design - implemented into WordPress.
*/

*, html { margin: 0; padding: 0; }

body {
	background: #75a734 url(images/background.png) repeat-x;
	font-family: Arial, Tahoma, Verdana, Georgia, 'Times New Roman';
	font-size: 62.5%;
	text-align: center;
}

#container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(images/header.png) no-repeat;
	width: 100%;
	height: 213px;
	text-align: center;
}
	#header ul { list-style: none; width: 405px; margin: 0 auto 0 auto; }
	#header ul li { float: left; margin: .9em 1em 0 0; height: 32px; }
	#header ul li a { font-size: 16px; font-weight: bold; color: #fff; text-decoration: none; padding: .3em .3em 0 .3em; display: block; }
	#header ul li:hover { background: #b9d483; }

#news {
	width: 270px;
}
	#news ul { list-style: none; margin: 0 0 0 3em; }
	#news ul li { background: url(images/notebook.gif) no-repeat; padding: 0 0 .7em 2.2em; }
	#news ul li a { font-size: 12px; color: #fff; text-decoration: none; }
	#news ul li a:hover { text-decoration: underline; }

#manufacturers {
	position: absolute;
	top: 0;
	right: 30px;
	width: 225px;
}
	#manufacturers ul { list-style: none; margin: 1em 0 0 0; }
	#manufacturers ul li { background: url(images/checkbox.gif) no-repeat; padding: 0 0 .3em 1.2em; font-size: 16px; color: #fff; }

#case-studies {
	position: absolute;
	top: 220px;
	width: 235px;
	margin: 0 0 0 3em;
}
	#case-studies p { font-size: 12px; color: #fff; line-height: 17px; }
	#case-studies a { color: #fff; text-decoration: none; font-size: 14px; font-weight: bold; padding: .3em 0 0 0; }
	#case-studies a:hover { text-decoration: underline; }

#about {
	position: absolute;
	top: 191px;
	left: 343px;
	width: 265px;
	text-align: center;
}
	#about p { font-size: 12px; color: #3d6b07; line-height: 20px; text-align: left; }
	#about a { font-size: 19px; color: #7ea6e3; width: 100%; margin: .3em 0 0 0; height: 30px; display: block; text-decoration: none; }
	#about a:hover { text-decoration: underline; }

#content {
	background: url(images/content.png) no-repeat;
	width: 100%;
	height: 368px;
	position: relative;
}

#mid-piece {
	background: #bad576 url(images/mid-piece.png) no-repeat;
	width: 650px;
	margin: 0 auto;
	height: 179px;
}
	#mid-piece h2 { color: #449130; font-size: 16px; }
	#mid-piece p { color: #254913; font-size: 9px; line-height: 14px; font-weight: bold; }
	.column { float: left; width: 150px; margin: 2em 1em 0 0; }

#footer {
	background: url(images/footer.png) no-repeat;
	width: 100%;
	height: 200px;
	padding: 3.6em 0 0 0;
}
	#footer p { font-size: 12px; color: #fff; font-weight: bold; padding: 0 0 .5em 2.5em; }
	#footer p#copyright { float: right; padding: .6em 1.5em 0 0; color: #dbf8d7; }
