/*
 * file:	56k.css
 * date:	2002-08-15
 * info:	56k club style sheet
 */


/* body text */
body {
	margin: 0;
	padding: 0;
	background: #333;
	color: #CCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* head */
div#h {
	width: 100%;
	background: #360 url(hbg.jpg);
}
img#logo {
	width: 370px;
	height: 56px;
}


/* content */
div#c {
	margin: 1em 150px 2em 9em;
	padding: 0 1em 2em 1em;
	border: .1em solid #000;
	background: #FFF;
	color: #000;
}


/* footer */
div#f {
	font-size: 11px;
	text-align: center;
}


/* menu */
ul#m {
	position: absolute;
	top: 56px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: .5em;
	width: 7em;
	float: left;
	background: #000;
	color: #666;
	font-size: .9em;
	font-weight: bold;
}
ul#m a {
	display: block;
	padding: .2em;
	width: 7em;
}
ul#m ul {
	list-style: square;
	margin: 0 0 0 1.5em;
	padding: 0;
	font-size: .9em;
	font-weight: normal;
}
ul#m a:link { color: #66C; }
ul#m a:visited { color: #969; }
ul#m a:hover { color: #F30; background: #360; }
ul#m a:active {	color: #F00; }

/* fix IE bug */
ul#m li { border: 1px solid #000; }
ul#m li li { border: none; }

/* js menu */
ul#m li.m {
	position: relative;
}
ul#m li.m a {
	background: url(../js/sub.png) right center no-repeat;
}
ul#m li.m a:hover {
	background: #360 url(../js/subh.png) right center no-repeat;
}
ul#m li.m ul a {
	width: 12em;
}
ul#m li.m ul#msquad a {
	width: 20em;
}
ul#m li.m ul#mgame a {
	width: 14em;
}
ul#m li.m ul a, ul#m li.m ul a:hover {
	background-image: none;
}
ul#m li.m ul {
	display: none;
	position: absolute;
	top: 0;
	left: 7em;
	list-style: none;
	padding: .5em;
	border: 1px solid #360;
	background: #000;
}

/* adsquare */
div#adsq {
	position: absolute;
	top: 56px;
	right: 5px;
	width: 14px;
}
div#adsq div {
	margin: 10px 0;
}


/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: .5em 0;
	font-weight: bold;
}
h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.05em; }
h5 { font-size: .9em; }
h6 { font-size: .8em; }

/* links */
a:link { color: #00F; }
a:visited { color: #90C; }
a:hover { background: #9F0; }
a:active { color: #F30; }
a.url {
	font-size: .9em;
}

/* text */
p.byline {
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}


/* lists */
ul { list-style: disc; }

/* definition list */
dt {
	display: compact;
	font-weight: bold;
}
dd { margin: 0 0 0 7em; }
dd ul { margin: 0; }


/* horizontal rule */
hr {
	width: 60%;
	height: 1px;
	text-align: center;
	color: #660;
}


/* phrase */
acronym, abbr {
	border-bottom: 1px dotted #360;
	cursor: help;
}
a acronym, a abbr {
	cursor: auto;
}

strong {
	font-weight: bold;
}

q {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	quotes: “ ”;
}
q:before { content: open-quote; }
q:after { content: close-quote; }
q.motto {
	color: #360;
	font-size: 1.1em;
	font-weight: bold;
}


/* images */
img {
	border-style: none;
	border-width: 1px;
}
img.frame {
	border: solid 3px #000;
}
