body, td {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
/* to fix img css on doc level */
img {margin-right: 0px;margin-bottom: 0px;}

td.padded {
	padding: 18px;
}
a:link {
	color: #09f;
	text-decoration: none;
	}
a:visited {
	color: #60f;
	text-decoration: none;
	}
a:hover {
	color: #c06;
	text-decoration:underline;
	}

#funHeader {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height:auto;
}
#funMainContent{
	width: 960px;
	padding: 10px;
	margin: 0px auto 12px auto;
	height: 100%;
	}
#funLeft {
	width: 170px;
	float: left;
	padding: 0 10px 12px 10px;
	margin: 0;

	}
#funCenter {
	width: 555px;
	float: left;
	padding: 0 10px 12px 10px;
	margin: 0;
	min-height: 300px;
	border-left:1px dotted #666;
	border-right:1px dotted #666;
	height: 400px;
	overflow: auto;
	}
#funCenter img {
	padding:6px;
	}	
	
#funRight {
	width: 170px;
	float: left;
	padding: 0 10px 12px 10px;
	margin: 0;

}
h1 {
	font-size:18px;
	color: #60f;
	margin-top:0;
	text-align: left;
	}
	
.h1Headline {
	font-size:18px;
	color: #60f;
	margin-top:0;
	}	
h2 {
	font-size: 14px;
	color: #c06;
	margin-top:0;
	text-align: left;
	}
	
h3 {
	font-size: 14px;
	color: #333;
	margin-top:0;
	text-align: left;
	}
bold, strong {
	font-weight:bold;
	color: #333;
	}
.small {
	font-size: 10px;
	}
.blurbBlue {
	font-size: 14px;
	color: #09f;
	font-style:italic
	}
.blurbGreen {
	font-size: 14px;
	color: #0f0;
	font-style:italic
	}	
	
.blurbRed {
	font-size: 14px;
	color: #c06;
	font-style:italic
	}
.blurbPurple {
	font-size: 14px;
	color: #60f;
	font-style:italic
	}	
	
.reverseHeader {
	background-color: #60f;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding: 2px;
	}
.reverseHeaderRed{
	background-color: #c06;
	color: #fff;
	font-weight:bold;
	text-align:center;
	padding: 2px;
	}
.highlight {
	background-color: #FF6;
	color: #333;
	}

#funFooter {
	margin: 12px auto;
	font-size: 10px;
	color: #999;
	text-align:center;
	width: 980px;
	
}
hr.dotted {
height: 1px;
border-top: 1px dotted #666;
color: #fff;
background-color: #fff;
width: 80%;
} 

	
/*bernie legacy css*/
#aboutbox { margin-top: 10px; border: 1px black dotted; padding: 5px 5px 5px 5px; text-align:center;}
#searchbox { margin-bottom: 10px; }
#quotes { border: 0px #fff solid; padding: 5px; background-color: #fff; text-align: center;}
#morefunquotes { font-size:75%; } /* the small text after the quotation that says "more quotes" */
#funstuff { text-align:center; }
.feed { list-style-image: url("http://www.deepfun.com/images/rss.png"); }

#disqusComments {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
