
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


div#site-band {
	background-color: #000;
	background: #000 url('http://headstuffbooks.com/images/hsb-header-background.jpg') no-repeat top left;	
}

div#site-header {
	width: 100%;
	margin: 0 auto;	
	height: 80px;
}


div#site-header ul {

	padding: 0;
	padding-top: 24px;
	text-align: center;
	
	list-style: none;
}

div#site-header ul li {

	display: inline;
	margin: 0 6pt;
}

div#site-header ul a {
	
	padding: 0;
	
	text-transform: uppercase;
	color: #ccc;
	text-decoration: none;	
	
	font-size: 14pt;
}

div#site-header ul a:hover {
	color: #eee;
	border-bottom: 4px solid #36919D;
	
}

div#site-header.forums ul a.forums,
div#site-header.articles ul a.articles,
div#site-header.books ul a.books,
div#site-header.help ul a.help,
div#site-header.about ul a.about,
div#site-header.contact ul a.contact {
	color: #fff;
	border-bottom: 4px solid #54E3F5;
}

div#site-header .logo {
	float: right;
}

div#forums-toplink-wrapper {
	width: 100%;
	background: transparent url('http://headstuffbooks.com/images/helpstuff-nav-bg.gif') repeat-x bottom left;
	height: 1%;		/* IE */
	clear: both;	/* IE */
}


div#forums-toplink {
	width: 820px;
	margin: 0 auto;
	height: 1%;		/* IE */
	clear: both;	/* IE */
}

div#forums-toplink a {
	float: right;
	
	display: block;
	padding: 0 0.6em;
/*	margin: 0 0.2em;
*/	
	font-size: 8pt;
	text-decoration: none;
	
	background-color: #CADCEB;
	color: #444A8B;

	border: 2px solid #333277;
	border-bottom: 2px solid #CADCEB;		
}

div#forums-footer {
	background-color: #CADCEB;
	text-align: center;
}

/*div#forums-footer {
	background-color: #60B8E4;
}
*/
div#forums-footer p {
	padding: 12px 0;

	font-size: 10pt;
	color: #545CAE;	
}

div#forums-footer p a {
	padding: 0;
	
	text-decoration: none;
	font-size: 11pt;	
	
	font-weight: bold;
	color: #4D5289;	
}

div#forums-footer p a:hover {
	border-bottom: 2px solid #4D5289;
}

/*
div#forums-footernav {
	width: 820px;
	margin: 0 auto;
}

div#forums-footernav ul {
	list-style: none;
	text-align: center;
	width: 100%;
	line-height: 2em;
}

div#forums-footernav li {
	display: inline;
}

div#forums-footernav ul a {
	padding: 0 1em;

	text-transform: uppercase;
	text-decoration: none;
	font-size: 12pt;
	color: #322c42;
	border-right: 3px solid #78C0E4;
}

div#forums-footernav ul a.last {
	border: none;
}*/

/* site footer */

.smallprint {
	text-align: center;
	color: #aaa;
	font-size: 7pt;	
}

div#footer-band {
	background-color: #000;
}

div#footer-content {
	width: 820px;
	margin: 0 auto;	
}

div#footer-content h2 {
	width: 108px;
	background: url('http://headstuffbooks.com/images/footer-helpstuff.gif') no-repeat; 
	 
	margin: 10px auto;
	margin-bottom: 6px;
	padding: 0; 
	text-indent: -9999px;
}

div#footer-content h2 a {
	display: block;
	height: 18px;
}


div#footer-content ul {
	text-align: center;
	list-style: none;
}

div#footer-content li {
	display: inline;
}

div#footer-content ul a {
	padding: 0 0.4em;
	display: inline;
	
	color: #eee;
	text-decoration: none;
	font-size: 10pt;	
}

