@charset "utf-8";
/* CSS Document */

body
{
	background-color: #000;
	color:#F00;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


a {text-decoration: none; color:#FFF;}

div#page {
	overflow:visible;
	position:relative;
	/*border:1px solid purple;*/
	width:900px;
	margin:0 auto;
	padding:0px;/*changed to 0 from 5*/
	text-align:left;
	/*background-color:#fff;   disabled for black background project*/
	background-color:#000; /*black background project*/
}

div {
  text-align:center;
}

tr.gray {
	background-color:#333;
}

tr.red {
	background-color:#c23d3e;
	color:#FFF;
}

div#header {
  /*border:2px solid red;*/
  width:900px;
  height:150px;
  border:1px solid black;
}

div#menu { /*Nav Bar*/
 /* border:2px solid red;*/
  width:900px;
  height:30px;
  background-color:#c23d3e;
  border:1px solid black;
}

.menutext {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	word-spacing:normal;
	text-decoration:none;
}

.headerone {
	color:#CCC;
	font-size:26px;
	font-weight:bold;
	word-spacing:normal;
	}
	
div#news {
	width:150px;
	float:left;
	margin:10px 0 10px 5px;
	height:700px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
}
div#newsadmin {
  /*border:2px solid green;*/
  width:150px;
  float:left;
  margin:10px 0 10px 5px;
  height:600px;
}

div#newscontent {
	overflow:hidden
	position:relative;
	text-align:left;
	width:98%;
	height:585px;
	background-color:#000; /*black background project*/
}

div#content {
	width:550px;
	margin:10px 0 10px 175px;
	min-height:900px;
	_height:500px;
	text-align: left;
	list-style-type: decimal;
	list-style-position: outside;
	background-color:#000; /*black background project*/
}

div#tritonnewsheadline {
	text-align:left;
	height:auto;
	width:95%;
	color:#c23d3e;
	font-size:20px;
	font-weight:bold;
	word-spacing:normal;
	}

div#tritonnewscontent {
	text-align:left;
	height:auto;
	width:95%;
	color:#F00;
	word-spacing:normal;
}

div#adcontainer {
	overflow:visible;
  	position:absolute;
  	top:198px;
  	right:10px;
  	/*border:2px solid green;*/
  	width:150px;
  	margin:0px;
  	height:950px;
}
div#adtopspace {
	overflow:hidden;
	position:relative;
	top:0px;
	right:0px;
	/*border:2px solid green;*/
  width:150px;
	margin:0px;
	height:100px;
	border:none;
  }
div#adone {
	overflow:hidden;
	position:relative;
	top:0px;
	right:0px;
	/*border:2px solid green;*/
  width:150px;
	margin:0px;
	height:150px;
	border:1px solid #000;
	visibility: hidden;
  }
div#adtwo {
	overflow:hidden;
	position:relative;
	top:5px;
	right:0px;
	/*border:2px solid green;*/
  	width:150px;
	margin:0px;
	height:150px;
	border:1px solid #000;
	visibility: hidden;
}
div#adthree {
	overflow:hidden;
	position:relative;
	top:10px;
	right:0px;
	/*border:2px solid green;*/
	width:150px;
	margin:0px;
	height:150px;
	border:1px solid #000;
	visibility: hidden;
}
div#adfour {
	overflow:hidden;
	position:relative;
	top:15px;
	right:0px;
	/*border:2px solid green;*/
	width:150px;
	margin:0px;
	height:150px;
	border:1px solid #000;
	visibility: hidden;
}
div#adfive {
	overflow:hidden;
	position:relative;
	top:20px;
	right:0px;
	/*border:2px solid green;*/
	width:150px;
	margin:0px;
	height:150px;
	border:1px solid #000;
	visibility: hidden;
}

div#footer {
  width:900px;
  height:100px;
  background-color:#e33301;
}

div#footerleft {
	float:left;
	color:white;
	position:relative;
	text-align:left;
	vertical-align:middle;
	top:0;
	right:0px;
	/*border:2px solid green;*/
	width:400px;
	margin:0px;
	padding:3px;
	height:90px;
	border:0px solid black;
}
div#footerright {
	float:right;
	color:white;
	vertical-align:bottom;
	position:relative;
	text-align:right;
	width:400px;
	margin:0px;
	padding:3px;
	height:90px;
	border:0px solid black;
	top:0px;
}


/* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */



.rss_box {
	position:relative;
	width:100%;
	/*background-color: #ffffff; disabled for black background project*/
	background-color:#000;
	
}



.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;

}
.rss_items {
	text-align:left;
    list-style:none;
    margin:0;
    padding:0;
	margin-left:7px;
}

.rss_item  {
	text-indent:8px;
	font-size:medium;
	margin-bottom: 1em;

}



.rss_item a:link, .rss_item a:visited, .rss_item a:active {



	}



.rss_item a:hover { 



	}

	

.rss_date {

	font-size: xx-small;

	}

