/*	The List css */
	
/*	****
		BODY STYLES
		**** */
	html, body {
		margin: 0; padding: 0;
		overflow: auto;
		}

	body {
		width: 100%; max-width: 100%;
		background-color: #333;
		font: 400 0.8em arial, sans-serif;
		color: #ccc;
		line-height: 1.4em;
		}
		/*	/body styles	*/


/*	****
		BASIC STYLES
		**** */
	h1 {
		display: inline;
		margin-right: 30px;
		font: 800 35px 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		text-align: right;
		}
		/*	/basic styles	*/
		
		
	#left {
		position: absolute; top: 0; left: 0; 
		height: 100%; width: 30%;
		text-align: right;
		background: #333 url('fade.jpg') no-repeat right;
		}
				
	body > #left {
		position:fixed;
		}

	#outer {
		position: absolute; left: 0;
		top: 40%;
		width:100%;
		height: 240px;
		margin-top: -120px;
		}


	#main
	{
		height: 100%; width: 500px;
		margin: 20px 5% 20px 32%;
		padding: 20px 20px 5% 0;
	}

	span.title {
		display: block;
		margin: 0 0 5px 0;
		font: 600 12px 'century gothic', 'trebuchet ms', arial, sans-serif;
		color: #fff;
		}
		
	span.subHeadA
	{
		padding: 0 20px 0 20px;
		background-color: #cf0;
		color: #000;
		border-color: #0c0;
		border-width: 2px;
		border-style: solid;
	}
	
	span.subHeadB
	{
		padding: 0 20px 0 20px;
		background-color: #0c0;
		color: #000;
		border-color: #cf0;
		border-width: 2px;
		border-style: solid;
	}
	
	span.subHeadC
	{
		padding: 0 20px 0 20px;
		background-color: #000;
		color: #fff;
		border-color: #CCCCCC;
		border-width: 2px;
		border-style: solid;
		font-weight: normal;
	}

	img.lime {
		margin-bottom: -6px;
		margin-right: 8px;
		border: 0px;
		}


	span.yellow {
		color: #cf0;
		}

	span.green {
		color: #0c0;
		}
		

	#nav a {
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #aaa;
		padding: 0 30px 3px 0;
		}

	#nav a:hover {
		color: #0c0;
		background: #222;
		text-decoration: none;
		}

	#nav .current
	{
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 20px 'trebuchet ms', arial, sans-serif;
		color: #0c0;
		padding: 0 30px 3px 0;
	}
	
	#nav span.update
	{
		display: block;
		margin: 0;
		text-decoration: none;
		font: 400 10px 'trebuchet ms', arial, sans-serif;
		color:#666;
		padding: 0 30px 3px 0;
	}

	.credit a, .credit a:hover {
		color: #555;
		}

	.date
	{
		font-family: arial, sans-serif;
		font-size: 1em;
		font-style: italic;
		color: #999;
	}

	div.main {
		margin-left: 2.9em;
		margin-bottom: 25px;
		border-left: solid 1px #3a3a3a;
		padding: 0 30px 30px 5px;
		background: #333 url('corner.jpg') no-repeat bottom right;
		}


/*	****
					div.MAINGREEN, MAINYELLOW, and MAINWHITE
																			****	*/
	div.mainYellow, div.mainGreen, div.mainWhite{
		margin-left: 2.9em;
		margin-bottom: 10px;
		border-left: solid 1px #3a3a3a;
		padding: 0 30px 10px 5px;
		background: #333 url('corner.jpg') no-repeat bottom right;
		}

	div.mainGreen a {
		text-decoration: none;
		color: #cf0;
		}
	
	div.mainGreen a:hover {
		text-decoration: underline;
		color: #0c0;
		}
		
	div.mainYellow a {
		text-decoration: none;
		color: #0c0;
		}
	
	div.mainYellow a:hover {
		text-decoration: underline;
		color: #cf0;
		}
	
	div.mainWhite a	{
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		}
	
	div.mainWhite a:hover {
		text-decoration: underline;
		color: #cf0;
		}
	
		/*	/maingreen & mainyellow	*/



/*	****
					div.grn, yel, and whi
					
					slowly changing over the names so it is easier to update a page.
****	*/
	div.yel, div.grn, div.whi {
		margin-left: 2.9em;
		margin-bottom: 10px;
		border-left: solid 1px #3a3a3a;
		padding: 0 30px 10px 5px;
		background: #333 url('corner.jpg') no-repeat bottom right;
		}

	div.grn a {
		text-decoration: none;
		color: #cf0;
		}
	
	div.grn a:hover {
		text-decoration: underline;
		color: #0c0;
		}
		
	div.yel a {
		text-decoration: none;
		color: #0c0;
		}
	
	div.yel a:hover {
		text-decoration: underline;
		color: #cf0;
		}
	
	div.whi a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		}
	
	div.whi a:hover {
		text-decoration: underline;
		color: #cf0;
		}
	
		/*	/grn, yel, whi	*/


/*	****
		IMAGE STYLES
		****	*/
	img.main {
		float: right;
		margin: 0px;
		padding: 4px;
		background: #0c0;
		border: solid 3px #2e2e2e;
		}

	img.main a:hover {
		background: #cf0;
		}
		
	img.imgGreen, img.imgYellow	{
		float: right;
		margin: 0 2px 0 2px;
		padding: 2px;
		border: solid 3px #2e2e2e;
		}

	a img.imgGreen:hover {
		background: #0c0;
		}
		
	a img.imgYellow:hover {
		background: #cf0;
		}
		
		
		img.grn, img.yel	{
		float: right;
		margin: 0 2px 0 2px;
		padding: 2px;
		border: solid 3px #2e2e2e;
		}

	a img.grn:hover {
		background: #0c0;
		}
		
	a img.yel:hover {
		background: #cf0;
		}
		/*	/image styles	*/



	div.quote {
		margin: 8px 0 12px 10px; color: #fff;
		background: #2a2a2a url('quote.jpg') repeat-x top;
		border-bottom: solid 1px #2e2e2e; 
	 	border-right: solid 1px #2e2e2e; 
	 	border-left: solid 2px grey;
		padding: 8px;
		line-height: 1.7em;
		}

	p.comment {
		margin: 0px;
		font-size: 0.8em;
		font-family: 'century gothic', 'trebuchet ms', arial, sans-serif;
		}


/*	****
					SPAN.CREDIT
																			****	*/
	span.credit {
		display: block;
		text-align: center;
		color: #555;
		margin: 15px 0 20px 0;
		font: 400 0.9em 'trebuchet ms', arial, sans-serif;
		}

	span.credit a {
		text-decoration: none;
		}
		
	span.credit a:hover {
		color: #777;
		}
		/*	/SPAN.CREDIT	*/
		
	div.category
	{
		width: 470px;
		margin: 10px 0 5px 10px;
		color: #000;
		font: bold 13px 'trebuchet ms', arial, sans-serif;
		padding: 8px;
		line-height: 1.7em;
		background-color: #ccc;
		background-image: url('category.jpg');
		background-repeat: repeat-x;
		white-space: nowrap;
	}
	
	.category a
	{
		color: #000080;
		text-decoration: none; padding:2px;
	}

	.category a:hover
	{
		color: #FF0;
		text-decoration: none;
		background: #2A2A2A;
	}