@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #fdfdfd;
}

/* link styles */
a, a:link {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

#wrap {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	background: url(http://www.ag.auburn.edu/agrn/bio-truck/images/blog/bg.jpg) repeat-y;
	height: 100%;
	width: 874px;
}

#banner {
	margin: 0;
	padding: 0;
	background: url(http://www.ag.auburn.edu/agrn/bio-truck/images/blog/banner.jpg) repeat-y;
	height: 207px;
}

#inner-wrap {
	margin: 0 41px;
	padding: 0;
	width: 790px;
}

#navigation {
	margin: 0;
	padding: 0;
	background: url(http://www.ag.auburn.edu/agrn/bio-truck/images/blog/buttonarea.jpg) no-repeat;
	height: 39px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#navigation ul {
	text-align: center;
	line-height: 39px;
	font-size: 110%;
}

#navigation ul li {
	padding: 0 20px;
	display: inline;
}

#navigation a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover { text-decoration: underline; }

#content {
	margin: 0;
	padding: 0;
}

#main-content {}

#sidebar {
	margin: 0;
	padding: 0;
	float: left;
	width: 190px;
}

.block { margin-bottom: 20px; }

h2.block-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #a3d392;
}

.block-body { margin-top: 10px; }

#news {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	width: 560px;
}

.post { margin-bottom: 40px; }

h2.post-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #a3d392;
}

.post-body { margin-top: 10px; }

.post-body p { 
	margin-bottom: 10px;
	line-height: 1.4em; 
}

.posted-by { margin-top: 10px; }

.clearfix { clear: both; }

#footer {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #a3d392;
}

#footer p { text-align: center; }

.inner {
	margin: 0;
	padding: 10px;
}

#sub-nav {
	margin-bottom: 10px;
	text-align: center;
}
