/* hello, you know you're not supposed to be here, right? */

/* links */

a:link {
	color: #5B712B;
	border-bottom: #5B712B;
	}
a:visited {
	color: #5B712B;
	border-bottom: #5B712B;
		}
a:hover {
	text-decoration: none;
	color: #BFB2D6;
	}

/* the body text, margins and pretty scrollbars for ie cause I'm shallow */

body, table, td, tr {
	font: 12px Trebuchet MS;
	color: #000000;
	}

body {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	scrollbar-face-color: #eeeee2; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #eeeee2; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #eeeee2; 
	scrollbar-darkshadow-color: #000000;
	}

/* forms */

form {
	background-color: transparent;
	}

input, textarea, option, select {
	background-color: #D6DEB8;
	font: 9px Trebuchet MS;
	color: #000000;
	letter-spacing: 0px;
	border: 1px solid #000000;
	padding: 2px; }

a img {
	border: none;
}

/* side */

.side1{
	font: 12px Trebuchet MS;
	letter-spacing: 5px;
	color: #303D16;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #D6DEB8;
	border-left: 7px solid #D6DEB8; 
	}
/* nav */

.head{
	font: 12px Trebuchet MS;
	letter-spacing: 5px;
	color: #303D16;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #D6DEB8;
	border-left: 7px solid #D6DEB8; 
	}



/* news */

.post-head{
	font: 11px Trebuchet MS;
	letter-spacing: 5px;
	color: #303D16;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #D6DEB8;
	border-left: 7px solid #D6DEB8; 
	}

.post-entry{
	font: 11px Trebuchet MS;
	}	

.post-author{
	font: 10px Trebuchet MS;
	color: #303D16;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #D6DEB8;

		}
/* headers */

h5 {
	font: 11px Trebuchet MS;
	letter-spacing: 5px;
	color: #303D16;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #D6DEB8;
	border-left: 7px solid #D6DEB8; 
	}

h3, h4 {
	font: 12px Trebuchet MS;
	letter-spacing: 5px;
	color: #303D16;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #D6DEB8;
	border-left: 7px solid #D6DEB8; 
	}

h1{
	font: 12px Trebuchet MS;
	letter-spacing: 5px;
	color: #303D16;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #D6DEB8;
	border-left: 7px solid #D6DEB8; 
	}

.affiliates {
	font: 12px Trebuchet MS;
	letter-spacing: 5px;
	color: #303D16;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #D6DEB8;
	border-left: 7px solid #D6DEB8; 
	}
