
.headerimage { 
  background: url(/res/imgs/header.jpg);
  background-repeat: no-repeat;
  min-height: 50px;
  height: 50px;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 2em;
  text-transform: uppercase;
  color: #ff6600;
  margin:0px;
}

h2 {
  text-transform: uppercase;
  color: #ff6600;
  margin:0px;
}


a:link { color: #00dd33;  text-decoration:none; }
a:hover, a:focus { color: #ff00ff; text-decoration:underline; }
a:visited { color: #00dd33; text-decoration:none; }

body {font-family: Trebuchet MS; font-size: 80%; color: #ddd; background: #060606; margin: 0px; }

#toplinks { text-align: left;  font-size:130%; padding-left:16.5%; padding-right: 1%; }

.post { margin-bottom:30px; }
.posttitle { 
	font-size: 150%; 
	border-top-color: #ff6600; 
	border-top-style: solid; 
	border-top-width:2px;  
}
.postinfoline { 
	font-size: 90%;
	font-weight: bold;
	background-color: #ff6600;
	color: black;
	text-transform: uppercase;
}
.postbrieftext { }


.maincontent {
  float: left;
  width: 75%;
  margin-top: 10px;
}

.sidebartopedge {
background-color: transparent;
background-image: url(/res/imgs/green_bigstipple.gif);
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
min-height: 6px;
height:6px;
line-height:6px;
}

.sidebarcontents {
  padding:5px;	
}

.sidebartitle {
	font-size: 130%;
	text-transform: uppercase;
	color: #ff6600;
}

.leftsidebar {
	
  margin: 10px;
  width: 20%;
  background: #161616;
  float: left;
}

.footer {
  background-color: transparent;
  background-image: url(/res/imgs/green_bigstipple.gif);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  min-height: 6px;
  height:6px;
  line-height:6px;
}

.headerborder {
  background-color: transparent;
  background-image: url(/res/imgs/orange_bigstipple.gif);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  min-height: 6px;
  height: 6px;
  line-height:6px;
}

.commentsection { background-color: #111; padding:5px; font-size: 80%; margin-top:20px; }
.comment { margin-bottom:30px; }
.commenteven { background-color: #222; }
.commentodd { background-color: #333; }

.commenttitle { font-size:100%; color: #ff6600; text-transform: uppercase;
  border-top-style: solid; border-top-color: #ff6600; border-top-width:4px;
}
.commentinfo { font-size: 100%; font-weight:bold;
  background-color: #111; color: white;
  border-top-style: solid; border-top-color: #ff6600; border-top-width:1px;
  border-bottom-style: solid; border-bottom-color: #ff6600; border-bottom-width:4px;
}

.commentcontent { padding:5px; }

.commentform { font-size: 80%; }

