/* positioning & floats, margins & padding, border widths (& types) */

body {
	margin-top: 20px;
}

p, form, ul, ol, dl {
	margin-bottom: 1em;
}

h1 {
	margin: 0 0 1em 0;
}

/* "* + h1" will exclude an h1 that is the first element in its container */
* + h1, h2, h3, h4, h5, h6 { 
	margin: 1em 0;
}

.container {
	margin: 0 auto;   /* align for good browsers */
	width: 740px;
}

div.topnav {
	width: 740px;
	height: 30px;
}

div.tabhigh, div.tabhighhome, div.tabbetween {
	height: 24px;
	padding-top: 6px;
	float: left;
}

div.tabhigh {
	padding-left: 6px;
	padding-right: 6px;
}

div.tabbetween {
	padding-left: 9px;
	padding-right: 9px;
}

.bottomnav {
	margin-top: 8px;
}

.bottomnavdivider {
	margin-left: 5px;
	margin-right: 5px;
}

.tableft, .tabright, .tablefthome, .tabrighthome, .tabdivider {
	width: 7px;
	height: 30px;
	float: left;
}

.tabdivider {
	width: 1px;
}

div.subnav {
	border-bottom: 1px solid;
	height: 20px;
	padding-top: 4px;
	padding-left: 28px;
}

.subnav {
	padding-right: 16px;
}

a.subnavbold {
	padding-right: 20px;
}

.homevertbar {
	width: 1px;
}

div.subtlelink,div.subtlelinkhigh {
	margin-bottom: 6px;
}

td.twocolumnright h2, td.homepageright h2, table#homepagelinks h2, div.sponsorplug
{
	margin: 0 0 2px 0;
}

div.sponsorplug
{
	margin-top: 20px;
}


div.content {
	padding: 30px 20px 10px 30px;
}

table.content {
	border-collapse: collapse;
	width: 100%;
}

td.twocolumnleft {
	padding-right: 20px;
}

.ad {
	margin-top: 20px;
}

hr {
	height: 1px;
	margin-top: 20px;
	border: 0px;
}

hr.orderform
{
	height: 4px;
	margin-top: .5em;
	width: 80%;
	border: none;
}

div.rightsideads {
	margin-top: 10px;
}

img.rightsidead {
	padding-top: 10px;
}

img.stock {
	border: 1px solid; 
	margin: 1px; 
}

img.halloffame {
	float: right; 
	margin-left: 20px; 
	margin-bottom: 10px; 
}

img.news {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	border: 2px solid; 
}

img.newslink {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	border: 2px solid; 
}

.bottomads {
	margin-top: 20px;
	vertical-align: bottom;
}

.twocolumnleft {
	padding-right: 20px;
	border-right: 1px solid;
}

.twocolumnright {
	width: 130px;
	padding-left: 20px;
	/* white-space: nowrap; */
}

img.eyecandy {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

table.colortable {
	border-collapse: collapse;
}

table.colortable th,table.colortable td {
	border: 1px solid;
	padding: 5px;
}

div.page-controls {
	margin-top: 1.5em;
}

div.pager {
	position: absolute;
	padding: 0.5em 0;
}

div.pager a, div.pager span {
	padding: 0.2em;
	border: 1px solid;
}

div.page-controls form {
	text-align: right;
}

form#hcap-search td {
	padding-right: 1.5em;
}

table#ranking-grade {
	float: right;
	margin-left: 1em;
	border-collapse: collapse;
}

table#ranking-grade td, table#ranking-grade th {
	padding: 0.2em 0.5em;
	border: 1px solid;
}

table#back-issues td, table#back-issues th {
	padding: 0.2em 0.5em;
}

table.member_profile {
	margin-bottom: 1em;
}

table.member_profile th {
	padding-right: 1em;
}

dd {
	margin-left: 3em;
}

dd dl, dd + dt, dt + dt {
	margin-top: 1em;
}

dl.glossary dt {
	float: left;
	margin-top: 0;
}

dl.glossary dd {
	margin-left: 2em;
	margin-bottom: 1em;
}

td span.tp, th span.tp { 
	margin-left: 10px;
}

img#members-logo {
/*
	padding-left: 1em;
*/
	margin-top: -2px;
}

span#members-only {
	vertical-align: top;
	padding: 0 0.5em;
}

.float-r {
	float: right;
}

.float-l {
	float: left;
}

.clear-both {
	clear: both;
}

table.float-r {
	margin: 1em 0 1em 2em;
}

img.club-logo {
	float: right;
	margin-bottom: 1em;
}

div.club-listing, div.club-listing-image {
	clear: both;
}

div.club-listing-image h2, div.club-listing-image p {
	float: left;
	width: 400px;
}

div.club-listing h2, div.club-listing-image h2 {
	margin: 0;
}

/* may eventually want to style the form controls
input {
	border: 1px solid;
}
*/

p#login input {
	margin-right: 1.5em;
}

a.email-icon {
	margin: 0 0.5em;
	position: relative;
	top: 4px;
}

div#pager {
	text-align: center;
	margin-top: 1em;
}

div#pager form {
	display: inline;
}

div#pager #prev {
	float: left;
}

div#pager #next {
	float: right;
}

/* EOF */
