
a:link {
	color : #006;
	background : transparent;
	}
	
a:visited {
	color : #336;
	background : transparent;
	}
	
a:active {
	color : #00c;
	background : transparent;
	}
	
a:hover {
	color : #c00;
	background : transparent;
	}



h1 {
	color : #c00;
	background : transparent;
	font: bold 12px Verdana, Geneva, Helvetica, sans-serif;
	line-height : 20px;
	margin : 0px 0px 10px 0px;	}
	
h2 {
	color : #c00;
	background : transparent;
	font: bold 12px Verdana, Geneva, Helvetica, sans-serif;
	line-height : 20px;
	margin : 0px 0px 10px 0px;
	}
	
	
.entrytitle	{ 
		font: 15px verdana, geneva, helvetica, sans-serif; 
		font-weight: bold;
		color: #c00; 
		background : transparent;
		border-bottom:1px solid #999;
		margin-bottom:10px;
		}
	
	
h3 {
	color : #333;
	background : transparent;
	font: bold 12px Verdana, Geneva, Helvetica, sans-serif;
	line-height : 20px;
	margin : 0px 0px 0px 0px;
		}


h4 {
	color : #c00;
	background : transparent;
	font-size: 1.0em;
	}


	
h5 	{
	color : #333;
	background : transparent;
	font: bold 12px Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	}



/*use h6 for sidebar navigation headers exclusively:*/
		
h6 		{
		color : #639 /* #306*/;
		background: transparent;
		font: 12px verdana, geneva, helvetica, sans-serif;
		font-weight: normal;
		margin: 20px 0px 0px 0px;
		}

		
		
img 		{
		border: 0;
		display: block;
		}

	
	
p 		{
		font: 12px/22px Georgia, Palatino, Times, serif;
		font-weight: normal;
		margin: 0px 0px 18px 0px;
		}
	
p.posted	{ 
		font: 10px verdana, geneva, helvetica, sans-serif; 
		margin-bottom: 25px;
		}
		
	
p.byline	{ 
		font: 10px verdana, geneva, helvetica, sans-serif; 
		margin-bottom:10px;
		}	
	
	
p.small 	{
		font: 10px verdana, geneva, helvetica, sans-serif; 
		margin:10px 0px 10px 0px;
		}



blockquote	{
		font: 12px/20px georgia, Palatino, times, serif;
		font-weight: normal;
		padding-left: 20px;		
		}


	
ul		{	
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
		list-style-image: url(http://www.tawawa.org/graphics/arrow.gif);
		list-style-type: disc;
		}
	
	
ol		{
		margin: 0px 0px 0px 20px;
		}
	
		
li 		{
		font: 12px/20px georgia, Palatino, times, serif;
		font-weight: normal;
		}
	
ul.nav { 
	font: 10px/14px verdana, helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	background:transparent;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	list-style-image: url(http://www.tawawa.org/graphics/arrow.gif);
	list-style-type: disc;
	}
	


li.nav 		{
		font: 10px/14px verdana, helvetica, sans-serif;
		font-weight: normal;
		}

li.nav a 	{
		color : #006;
		background : transparent;
		text-decoration: none; 
		}
		
li.nav a:hover {
		color : #c00;
		background : transparent;
		}

	
	
/* This probably should remain identical with li.nav:      */		

p.top-nav {
		font-family:verdana, helvetica, sans-serif;
		color:#333;
		background: transparent;
		font-size: 10px;
		line-height:14px;
		font-weight:normal;
  		margin : 0 0 0 0;
  		}



/* This probably should remain identical with above  */	

p.side-nav {
		font-family:verdana, helvetica, sans-serif;
		color:#333;
		background: transparent;
		font-size: 10px;
		line-height:140%;
		font-weight:normal;
  		margin : 0 0 0 0;
  		}

/*the following stuff should be decommissioned by now:*/

.comments-head	{ 
		font-family: verdana, geneva helvetica, sans-serif;
		color: #333;
		background: transparent;
		border-bottom:1px solid #999;
		margin-top:20px;
		font-weight:bold;
  		background:#FFF;		
		}			
	

.comments-body {
  		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:1px dotted #999; 					
		}
		
		

.comments-post {
		font-family:verdana, helvetica, sans-serif;
		font-weight:normal;
  		}	


		/*back to stuff that matters:*/
		
.comments-label 	{
		font : 11px  verdana, geneva, hevetica, sans-serif;
		font-weight : normal;
		margin : 0 0 0 0;
		}


.whitebutton {
  color : #333;
  background : #fff;
  font : 11px  verdana, geneva, hevetica, sans-serif;
  font-weight : normal;
}
	
	
.search-label	{

		font: 10px verdana, helvetica, sans-serif;
		color:#333;
		font-weight:normal;
	  	background:transparent;
	  	margin: 0px 0px 0px 0px;
  		padding: 0px 0px 0px 0px;
  		}  	
	
	


.topless 	{
		margin-top : 0;
		}


.bottomless{
		margin-bottom : 0;
		}


.bottomhalf{
		margin-bottom : 18px;
		}



.caption	{
		color : #666666;
		background : #ffffff;
		font: 10px Verdana, Geneva, Helvetica, sans-serif;
		margin: 0px 0px 30px 0px;
		}



strong, b 	{
		font-weight: bold;
		}
