@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;
	background-color:#FFFFcc;
	background-image:url(../images/deadeyebg.gif);
	background-repeat:no-repeat;
}

p {
	margin-bottom:1em;
}


a, a:visited {
	color: #5a411b;
}

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

p { 
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin-top:0em;
	margin-bottom:0.5em;

}

form {
	text-align:right;
}


/* header styles start */
p.header {
	font-size: 2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	color: #5a411b;
	margin-top:2em;
	margin-bottom:0.5em;
}

p.subheader { /* no distance between subheads and initial paragraph */
	color: #5a411b;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin-top:1em;
	margin-bottom:0em;
}


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

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

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


#error { /* alert callout box */
	padding:0.6em;
	border: solid 1px #ca0000;
	color: #ca0000;
	background: #ffffff;
	font-weight:bold;
	
}

.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;
}

table#fee tr td#title{
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	color:#FFFFcc;
	background-color:#5a411b;
}

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 */

/* admin table start */
table.admin td { padding:10px; border-spacing:0px }




/* footer styles begin */

.footer {
	text-align:center;
	font-size: .8em;
	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 */
