/* ----------------------------------------
Theme Name: basic
Theme URI: http://www.visual-assault.org/projects/wp_theme-basic/
Description: A totally stripped down and basic WordPress Theme
Version: 1.0
Author: Ron "eclip5e" Adams
Author URI: http://eclip5e.visual-assault.org
Last Modified: 2005.04.21
Provides: Theme definition file for WordPress 1.5
---------------------------------------- */
@import 					url("design/styles/default/screen.css");
@import 					url("design/styles/default/print.css");

A:link {
		color: #CC9900;
		text-decoration:none;
		}

A:visited  {
		color: #CC9900;
		text-decoration:none;
		}

A:hover    {
		color: #CC9900;
		text-decoration: underline;
		}


BODY		{
		background: #000000;
		color: #FFFFFF;
		font-family: Verdana,Arial,Helvetica;
		font-size: 10pt;
		}

BLOCKQUOTE  {
		color: #CCCCCC;
		font-family: Verdana,Arial,Helvetica;
		font-size: 10pt;
		}

#normal  {
		color: #FFFFFF;
		font-family: Verdana,Arial,Helvetica;
		font-size: 10pt;
		}

#lite  {
		color: #00CC00;
		font-family: Verdana,Arial,Helvetica;
		font-size: 10pt;
		}

#headline  {
		color: #CC0000;
		font-family: Verdana,Arial,Helvetica;
		font-weight: bold;
		font-size: 12pt;
		}

#lite2  {
		color: #CC9900;
		font-family: Verdana,Arial,Helvetica;
		font-size: 10pt;
		}

#update {
		color: #CCCCCC;
		font-family: Verdana,Arial,Helvetica;
		font-style: italic;
		font-size: 8pt;
		}


#sidebar {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		}

#sidebar h2 {
		color: #CC0000;
		text-align: center;
		font-size: 12pt;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
}

//- Color Key
//-
//- Mustard - CC9900
//- Red- CC0000
//- Tan- FFFFCC
//- Dark Green- 003333
//- Alt Green- 669966
//- 
