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

/* links */

a:link {
	color: #716471;
	border-bottom: #716471;
	}
a:visited {
	color: #716471;
	border-bottom: #716471;
		}
a:hover {
	text-decoration: none;
	color: #000000;
	}

/* 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: #BFA995; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #BFA995; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #BFA995; 
	scrollbar-darkshadow-color: #000000;
	}

/* forms */

form {
	background-color: transparent;
	}

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



/* side */

.projects, .projects td{
	font: 10px Trebuchet MS;
	letter-spacing: 0px;
	color: #000000;
	padding: 2px;
}
.side1{
	font: 10px Trebuchet MS;
	letter-spacing: 0px;
	color: #584E58;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #DDD9D2;
	xborder-left: 7px solid #D0C0B3; 
	padding-left: 6px;
	}
.side2{
	font: 9px Trebuchet MS;
	letter-spacing: 0px;
	color: #404040;
	}

.side, .content{
	padding-left: 3px;
	padding-right: 3px;
	}
	
/* news */

a img {
	border: none;
}
.catimage{
	align: left;
	float: left;
	border: none;
	background-color: transparent;
	}
.postcategory, .postcategory a:link, .postcategory a:visited, .postcategory a:active, .postcategory a:hover{
	font: 9px Trebuchet MS;
	color: #000000;
	font-weight: bold;
	}
.posttitle, .posttitle a:link, .posttitle a:active{
	font: 13px Trebuchet MS;
	color: #404040;
	font-weight: bold;
	border-bottom: 1px solid #D0C0B3;
	border-left: 5px solid #D0C0B3;
	text-transform: uppercase;
	text-decoration: none
	padding-top: 3px;
	padding-bottom: 3px;
	}
.posttitle a:hover{
	font: 13px Trebuchet MS;
	color: #404040;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline
	padding-top: 3px;
	padding-bottom: 3px;
	}
.postdate{
	color: #000000; 
	font: 14px Trebuchet MS; 
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;	
	padding-bottom: 3px;
		}
.entry{
	font: 11px Trebuchet MS;
	color: #000000;
		}
.postauthor, .postauthor a:link, .postauthor a:visited, .postauthor a:active{
	font: 9px Trebuchet MS;
	color: #404040;
	float: center;
	text-decoration: none;
	}
.comment, .comment a:link, .comment a:visited, .comment a:active{
	font: 9px Trebuchet MS;
	color: #404040;
	float: center;
	padding-left: 3px;
	}
.postauthorborder{
	border-left: 5px solid #D0C0B3;
	border-bottom: 1px solid #D0C0B3;}


.postauthor a:hover {
	color: #000000;
	text-decoration: underline;
	}

	
	
/* headers */

h5 {
	font: 14px Trebuchet MS;
	letter-spacing: 5px;
	color: #404040;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #D0C0B3;
	border-left: 7px solid #D0C0B3; 
	}

h3, h4 {
	font: 15px Trebuchet MS;
	letter-spacing: 5px;
	color: #404040;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #404040;
	border-left: 7px solid #404040; 
	}
	
/* navigation */

.nav1{
	font: 13px Trebuchet MS;
	color: #404040;
	letter-spacing: 0px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #C0B9C6;
	border-bottom: 1px solid #404040;
	border-left: 5px solid #404040;
		}
.nav2{
	font: 12px Trebuchet MS;
	padding-left: 10px;
	letter-spacing: 0px;
		}
.nav-descrip{
	font: 12px Trebuchet MS;
	color: #404040;
	padding-left: 10px;
	text-align= justify;
	letter-spacing: 3px;
	padding-top: 15px;	
	padding-bottom: 3px;	
	}
.nav-table{
	font: 12px Trebuchet MS;
	padding-bottom: 5px;
		}
.nav-title{
	text-align: left;
	font: 12px Trebuchet MS;
	color: #9F7E87;
	border-bottom: 1px solid #404040;
	border-left: 5px solid #404040;
	padding-left: 10px;
	}
.nav-title a:link, .nav-title a:visited, .nav-title a:active{
	text-align: left;
	text-decoration: none;
	font: 12px Trebuchet MS;
	color: #404040;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
			}
.nav-title a:hover{
	text-decoration: underline;
	font: 12px Trebuchet MS;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
			}

.nav-proceed{
	text-align: center;
	text-transform: uppercase;
	font: 12px Trebuchet MS;
	font-weight: bold;
	padding-top: 4px;
	color: #000000;
		}