/* ----------------------------------------
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: 12pt;
		}

p		{
		padding:5px;
		}

H3		{
		color: #00CC00;
		padding:5px;
		}


BLOCKQUOTE  {
		color: #CCCCCC;
		font-family: Verdana,Arial,Helvetica;
		font-size: 10pt;
		}

/**
 * Twitter Widget
 */
.widget_twitter li {
	clear:both;
	list-style-type:none;
	padding-bottom:10px;
	margin-left:-30px;
	margin-right: 10px;
	border: 3px ridge #006600;
	background: #003300;
	padding:5px;
}
.widget_twitter li img {
	float:left;
	border-width:0px;

}
.widget_twitter li .clear {
	clear:both;
}


#normal  {
		color: #FFFFFF;
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		}

#lite  {
		color: #00CC00;
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		}

#headline  {
		color: #CC0000;
		font-family: Verdana,Arial,Helvetica;
		font-weight: bold;
		font-size: 14pt;
		}

#lite2  {
		color: #CC9900;
		font-family: Verdana,Arial,Helvetica;
		font-size: 12pt;
		}

#update {
		color: #CCCCCC;
		font-family: Verdana,Arial,Helvetica;
		font-style: italic;
		font-size: 10pt;
		}


#sidebar {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		}

#sidebar h2 {
		color: #CC0000;
		text-align: center;
		font-size: 14pt;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
}

//- Color Key
//-
//- Mustard - CC9900
//- Red- CC0000
//- Tan- FFFFCC
//- Dark Green- 003333
//- Alt Green- 669966
//- 

