@charset "UTF-8";
/* CSS Document */

/* basic styles begin*/
* { /* strip all spacing that browsers put in willy-nilly */
	margin: 0;
	padding:0;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	margin-bottom:1em;
}


a, a:visited {
	color: #606;
}

h1 { /* top level container */
	width:800px;
	margin:0 auto;
	font-size: .8em;
	color: #000000;
	font-weight: normal;	
}
/* basic styles end */


/* page topper begin */
.banner { 
	margin-left: 36px;
	border:0;
}
/* page topper end */


/* navigation bar begin */
ul.nav {	
	cursor: default;
	list-style-type: none;
	width:100%;
	border-top: solid 1px #606;
}

ul.nav li {	
	display: block;
	float: left;

}

ul.nav li a {
	background: #fff ;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 100px;
	display: block;
	color: #606;
	text-decoration: none;
	text-align: center;
}

ul.nav li a.selected {
	background-color: #606;
	color: #fff;
	font-weight: bold;
}

ul.nav li a:hover {
	text-decoration:underline;	
	font-weight: bold;
}

ul.nav li a.selected:hover {
	text-decoration:none;
}


/* Hide from IE5-Mac \*/
ul.nav li a {
	float: none
}
/* End hide */

p#desc { 
	clear: both;
	padding:10px;
	color:#fff;
	background-color:#606;
	text-align:right;
	font-size:1em;
	font-style:italic;
	margin:0;
	margin-bottom: 1em;
	}
/* navigation bar ends */

/* table for gaming events begin */
table.event { 
	width: 100%;
}

table.event tr.spec td {
	background-color:#606;
	text-align: center;
	width:11%;
	padding: 2px;
	color:#fff;
	font-weight: bold;
}

table.event tr.spec td.fri, table.event tr.spec td.sun {
	background-color:#939;
	text-align: center;
	width:11%;
	padding: 2px;
	color:#fff;
	font-weight: bold;
}

table.event tr.ccg td {
	background-color:#606;
	text-align: center;
	width:8%;
	padding: 2px;
	color:#fff;
	font-weight: bold;
}
table.event tr.rpg td {
	background-color:#606;
	text-align: center;
	width:8%;
	padding: 2px;
	color:#fff;
	font-weight: bold;
}
table.event tr.ttop td {
	background-color:#606;
	text-align: center;
	width:8%;
	padding: 2px;
	color:#fff;
	font-weight: bold;
}

table.event tr.h td {
	background-color:#606;
	text-align: center;
	width:9%;
	padding: 2px;
	color:#fff;
	font-weight: bold;
}

table.event tr.r td {
	background-color:#606;
	text-align: center;
	width:8%;
	padding: 2px;
	color:#fff;
	font-weight: bold;
}

table.event tr td {
	background-color:#ccc;
	text-align:center;
}

table.event tr.slot td {
	background-color:#999;
}

table.event tr td.slot {
	background-color:#999;
}
table.event tr td.closed {
	background-color:#666;
	text-align:center;
	font-size:80%;
}

table.event tr td.e {
	text-align:center;
	background-color:#fff;
	font-size:80%;
	background-color:#FFD700;
}


table.event tr td.f {
	text-align:center;
	background-color:#fff;
	font-weight:bold;
	font-size:100%;
	background-color:#eaeaea;
}

table.event tr td.g {
	background-color:#ffffff;
}


table.event tr td.t {
	text-align:center;
}


a.game, a.game:visited {
	color:#000;
	text-decoration:none;	
}

a.game:hover {
	color:#000000;
	text-decoration:underline;
}




/* table for gaming events end */

/* header styles start */
p.header {
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	color: #606;
	margin-top:0em;
	margin-bottom:0.5em;
}

p.subheader { /* no distance between subheads and initial paragraph */
	color: #606;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	margin-top:1em;
	margin-bottom:0em;
}


.smallhead {
	color: #606;
	font-size: 1.2em;
	font-weight: bold;
}

p.smallhead {
	margin-left:1em;
}
/* header styles end */

/* body copy styles begin */
.note { /* alert callout box */
	padding:0.6em;
	border: solid 1px #ca0000;
	background: #ffecec;
}

.address { /* a cheap blockquote */
	padding: 0px 1em;
	font-weight: bold;
}



/* registration fee block begin */
#preregblock { 
	float: right;
}

table#fee {
	width: 305px;
	border: 1px solid #666666;
	margin-bottom: 1em;
	margin-left: 1em;
}

table#fee tr td {
	padding:10px;
	margin: 1px;
	background-color:#F0F0F0;
}

td.smallhead {
	text-align:center;
}

/* registration fee block begin */

.indent {
	padding-left:2em;
}

/* body copy styles end */

/* image styles start */
.inpage { /* images on right side of page */
	float:right;
	margin-left:1em;
	margin-top:0.4em;
	margin-bottom:0.4em;
	border: 0px;
}

.clear {
	clear: both;
}

.splash {
	margin-bottom:1em;
	border: 0px;
}

.logo {
	margin-right:1em;
	border: solid 1px #606;
}

/* image styles end */

/* footer styles begin */

.footer {
	text-align:center;
	border-top: solid 1px #606;
	margin-top:1em;
}

/* styling for sponsor ads begin */
.friends {
	text-align:center;
	margin-top: 1em;
	width:100%;
}

.friends img {
	vertical-align: middle;
	border: 0px;
}

.phx { /* optical spacing after phoenix comicon banner */
	margin-right:1em;
}
/* styling for sponsor ads end */

.sponsored { /* purple text bar over sponsor links */
	clear: both;
	padding:4px;
	color:#fff;
	background-color:#606;
	font-size:1em;
	font-style:italic;
	margin:0;
	margin-top: 4em;
}
/* footer styles end */
