/ *

	         _           __    ____     __										
	 _    __(_)__ ____ _/ /__ / _(_)__ / /   _______  __ _						
	| |/|/ / / _ `/ _ `/ / -_) _/ (_-</ _ \_/ __/ _ \/  ' \						
	|__,__/_/\_, /\_, /_/\__/_//_/___/_//_(_)__/\___/_/_/_/						
	        /___//___/															

* /


/ * wigglefish welcomes you - default css class 								* /
/ * last updated 070615 by an upward-facing tree								* /


/* classes */

.body
{
	font: 11px/14px verdana;
	color: #333333;
	text-align: left;
}


.badge
{
	font: 11px/11.5px arial;
	color: #000000;
	text-align: left;
}

.mediastream_listing
{
	font: 11px/13px arial;
	color: #333333;
	text-align: center;
}

.mediahighlight_listing
{
	font: 11px/13px arial;
	color: #333333;
	text-align: left;
}



.listing
{
	font: 13px/14px arial;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

blockquote
{
	font: 11px/13px verdana;
	color: #333333;
	text-align: left;
}
/ * basic elements * /

body
{
	background-color: #000000;
	background: #000000;
	margin: 0px; 
	text-align: center;
	
	font: 11px/14px verdana;
	color: #333333;
	text-align: left;
}

p
{
	font: 11px/14px verdana;
	color: #333333;
	text-align: left;
}

li,ol
{
	font: 11px/14px verdana;
	color: #333333;
	text-align: left;
}

h1
{
	font: 30px/34px arial;
	color: #006600;
	text-align: left;
	font-weight: bold;
}

h2
{
	font: 20px/24px arial;
	color: #000000;
	text-align: left;
	font-weight: bold;
}


h4
{
	font: 13px/15px arial;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

a:link { 
	text-decoration: underline; 
	color: #006600;
	}
a:visited { 
	text-decoration: underline; 
	color: #006600;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF6600;
	}




/ * specific divs * /

#wrapper
{
	background: #000000;	   
	width: 800px;
	margin: 0 auto;
	top center repeat-y;
	text-align: left;
}


#content
{

	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #cccc99;
	text-align: left;
	align: left;
	padding: 20px;
	font: 11px/14px verdana;
}


