@charset "utf-8";
/* CSS Document */
body {
background-color: #FFCC33;
color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.title {
color: #000;
	font-size: 16px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#banner {
	margin: inherit;
	padding: inherit;
}

#navbar {
background-color: #FF3300;
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}

#navbar a {
color: #FFCC33;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 25px;
    padding-right: 25px;
	text-decoration: none;
	font-weight: bold;
}

#navbar a:hover {
color: #FFE28C;
background-color: #FF886A;
}

#comic {
	background-color: #FFF;
}

#archive {
background-color: #FFFF99;
color: #000;
	width: 630px;
	font-size: 12px;
	padding: 10px;
}

#archive a {
	font-size: 12px;
	text-decoration: none;
}

#transcript {
color: #000;
	width: 630px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
}

#blarg {
background-color: #FFFF99;
color: #000;
	position: relative;
	width: 630px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
}

#blarg a {
color: #FF3300;
	text-decoration: underline;
}

#flash {
}

#flash_nav {
background-color: #FFFF99;
color: #000;
	width: 630px;
	padding: 10px;
}

#flash_nav img {
	border: 0px;
}

#flash_nav a {
color: #FF3300;
	text-decoration: underline;
}

#faq {
background-color: #FFFF99;
color: #000;
	width: 630px;
	padding: 10px;
	text-align: left;
}

#faq a{
color: #FF3300;
	text-decoration: underline;
}

#date {
	text-decoration: underline;
	font-size: 10px;
}

#error {
	color: #F00;
	background-color: #000;
	font-size: 10px;
}

#content {
	width: 1001px;
    padding: 25px;
	margin-left: auto;
    margin-right: auto;
}

#site_content {
	float: left;
	position: relative;
    display: inline;
}

#footer {
	vertical-align: bottom;
    padding: 25px;
	position: relative;
}

#ad_top {
	position: relative;
	margin-top: 10px;
	width: 728px;
	height: 90px;
}

#ad_top_back {
	position: absolute;
	top: 0px;
	z-index: 1;
	left: -364px;
	width: 728px;
	height: 90px;
}

#ad_top_front {
	position: absolute;
	top: 0px;
	background: #fff;
	z-index: 2;
	right: 364px;
	width: 728px;
	height: 90px;
}

#ad_bottom {
	
}

#ad_right {
	float: left;
	position: relative;
	left: 25px;
    top: 100px;
    display: inline;
}

#ad_left {
	float: left;
	position: relative;
	right: 25px;
    top: 100px;
    display: inline;
}

.lineclear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#conbox {
	display: inline;
	position: absolute;
	z-index: 2;
	left: -184px;
	top: 0px;
	width: 160px;
	padding: 0px;
	margin: 0px 0px 0px auto;
}

#conbox_head {
color: #FFCC33;
background-color: #FF3300;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
}

#conbox_body {
background-color: #FFFF99;
color: #FF3300;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px 5px 0px 5px;
}

#conbox_body ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#conbox_body ul li {
	padding-bottom: 10px;
	text-align: left;
}

#conbox_body input {
	width: 150px;
}

#conbox_body>ul>li>a {
	cursor: pointer;
	text-decoration: none;
}

#addEvent {
	display: none;
}

#addEventButton {
	display: block;
}