.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.post-body img { display: block; margin-left: auto; margin-right: auto } 
#HFLOGO
{
  margin: 0 auto 5px auto;
  width: 340px;
  height: 57px;
  background: url("/cimages/hatredfun.gif") no-repeat 0 0;
}
.btn-navbar {
  display: none;
}
.bb-menu {
  display: none;
}
.mob-only {
  display: none;
}
header {
  margin: 0 auto 5px auto;
  padding: 0 0;
}
header h1#logo {
  font-size: 4em;
  margin: 10px 0 0 0;
}
header h2#tagline {
  font-size: 1.7em;
  margin: 10px 0 5px 0;
}
#main-content {
	float: left;
	position: relative;
	background: #FFF;
	padding: 20px 5px;
	margin: 10px 10px 0 0;
	display: inline;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
#sbut {
	float: left;
	position: static;
	padding: 20px 5px;
	margin: 10px 10px 0 0;
	display: inline-block;
}
#sten {
	float: right;
	position: static;
	padding: 20px 5px;
	margin: 10px 10px 0 0;
	display: inline-block;
}
#splug {
	position: static;
	padding: 20px 20px 20px 20px;
	margin: 10px 10px 10px 10px;
	display: block;
}
#ads {
	width: 160px;
	height: 520px;
	position: relative;
	background: #FFF;
	padding: 20px 5px;
	margin: 20px 0px 0 0;
	display: block;
	margin-left: auto; margin-right: auto;
	text-align: center;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
#tbar {
	width: 160px;
	height: 88px;
	position: relative;
	background: #FFF;
	padding: 2px 5px;
	margin: 20px 0px 0 0;
	display: block;
	margin-left:auto; margin-right: auto;
	text-align:center;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
#lf {
	float: left;
	position:relative;
	width: 20%;
	text-align: left;
	color: white;
}
#cf {
	float: left;
	position:relative;
	width: 46%;
	text-align: center;
	color: #6cc417;
}
#rf {
	float: left;
	position:relative;
	width: 20%;
	text-align: right;
}
#frf {
	float: right;
	position:relative;
	text-align: right;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#eee;		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* BUBBLE PLASTIC HORIZONTAL MENU */
.bubplastic2.horizontal {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: #000000 url(/cimages/menus/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic2.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic2.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(/cimages/menus/bg-bubplastic-button.gif) top left no-repeat;
}
.bubplastic2.horizontal ul li a {
	display: block;
	height: 20px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
.bubplastic2.horizontal ul li a span.menu_ar2 {
	display: block;
	float: left;
	height: 15px;
	padding-top: 3px;
	padding-right: 35px;
	background: transparent url(/cimages/menus/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */
/* AQUA HOVER */
.bubplastic2.aqua ul li a:hover,
.bubplastic2.aqua ul li.active a {
	background: transparent url(/cimages/menus/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic2.aqua ul li a:hover span.menu_ar2,
.bubplastic2.aqua ul li.active a span.menu_ar2 {
	background: transparent url(/cimages/menus/bg-bubplastic-h-aqua.gif) top right no-repeat;
}
#Network
{
  display: block;
  width: 101px;
  height: 50px;
  background: url("/cimages/network.gif") no-repeat 0 0;
}
#Network:hover
{ 
  background-position: 0 -50px;
}
#Network span
{
  display: none;
}
.cfl A:link {color: #6cc417; text-decoration: underline;} 
.cfl A:visited {color: #ff0000; text-decoration: underline;} 
.cfl A:active {color: #ffffff;} 
.cfl A:hover {color: green; text-decoration: underline;}
