ul, li {margin: 0; padding: 0;}
ul {list-style: none; }
a {color: #6E8B3D; font-weight: bold; text-decoration: none;}
img {border: 0;}
body {
	font: 10pt Verdana;
	background-color: #6E8B3D;
	background-image: url(../img/maingradient.png); 
	background-repeat: repeat-x;
	margin-top: 0;
	
}
#container {
	width: 700px;
	margin: 0 auto;
}
#header {
	text-align: center;
}
#subtext {
	text-align: right;
	padding-right: 20px;
}
#navigation {
	text-align: center;
	margin: 0 auto;
	background-color: #6E8B3D;
	/*8DC641*/
}

/*#navigation a:hover {
	xbackground-color: #000;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #6E8B3D;
	color: #FFF;
}*/
#main {
	margin-top: 20px;
	padding: 10px;
	background-color: #FFF;
}
#footer {
	margin-top: 4px;
	padding: 4px;
	background-color: #FFF;
	text-align: center;
}
#footer a {
	
}
.clearBoth {
	clear: both;
}
.teammate {
	border: 1px solid #CCC;
	float: left;
	width: 208px;
	text-align: center;
	margin: 4px;
	padding: 4px;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.centered {
	margin: 0 auto;
}
.nav {
	color: #FFF;
}
#navHome a{
	background: url(../img/home.png) no-repeat;
	width: 57px;/*57*/
}
#navHome a:hover {background: url(../img/home2.png) no-repeat;}

#navRoster a{
	background: url(../img/roster.png) no-repeat;
	width: 83px;/*83*/
}
#navRoster a:hover {background: url(../img/roster2.png) no-repeat;}

#navSchedule a{
	background: url(../img/schedule.png) no-repeat;
	width: 111px;/*111*/
}
#navSchedule a:hover {background: url(../img/schedule2.png) no-repeat;}

#navContact a{
	background: url(../img/contact.png) no-repeat;
	width: 98px;/*98*/
}
#navContact a:hover {background: url(../img/contact2.png) no-repeat;}

#navPhotos a{
	background: url(../img/photos.png) no-repeat;
	width: 84px;/*84*/
}
#navPhotos a:hover {background: url(../img/photos2.png) no-repeat;}

#navLocation a{
	background: url(../img/location.png) no-repeat;
	width: 107px;/*107*/
}
#navLocation a:hover {background: url(../img/location2.png) no-repeat;}

#navForum a{
	background: url(../img/forum.png) no-repeat;
	width: 68px;/*68*/
}
#navForum a:hover {background: url(../img/forum2.png) no-repeat;}

ul#navigation {
	list-style: none;
}
ul#navigation li {
	display: block;
	float: left;
	text-indent: -9999px;
	background-position: center center;
}
ul#navigation li:hover {
	background-position: center center;
}
ul#navigation li a {
	display: block;
	text-align: center;
	padding: 4px 6px;
}

span.day {
	display: block;
	float: left;
	line-height: 28px;
	font-size: 35px;
	border-left: #CCC 1px solid;
	padding-left: 2px;
	color: #8D8D8D;
}
span.month, span.year {
	color: #666666;
	width: 40px;
}
span.month {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}
span.year {
	font-size: 14px;
	display: block;
	padding-right: 4px;
}
h2.post-title a {
	line-height: 28px;
	font-size: 35px;
	margin-left: 20px;
	font-family: Arial;
}
h2.post-title a:hover {
	text-decoration: underline;
}
.comments {
	background: url(http://www.bearproofultimate.com/img/icon_comment.gif) no-repeat left 2px;
	padding-left: 20px;
	margin-left: 10px;
}
.post {
	border-bottom: 1px solid #6E8B3D;
}
.bottom-title {
	font-size: 20px;
	margin-left: 20px;
	font-family: Arial;
	color: #555;
}
#bottom {
	
}
.bottom-section {
	float: left;
}
#previous-posts {
	width: 270px;
	margin-left: 10px;
}
#archives {
	width: 140px;
	margin-left: 10px;
}
#rss {
	width: 210px;
	margin-left: 10px;
}
.bottom-section ul li a:hover {
	text-decoration: underline;
}