@charset "UTF-8";
#content {
	width: 650px;
	background-color: #9c9;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #000;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
}
#content #titleBar {
	background-color: #84AF82;
}
#content #comicSpace {
	background-color: #000;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-bottom: 10px;
	box-shadow: 0px 3px 3px -3px #363;
	margin-bottom: 3px;
}
#comicSpace #comic {
	margin: auto;
	width: 600px;
}
#comicSpace #comicNavigation {
	font-weight:bold;
	height: 32px;
}
#comicSpace #comicNavigation #prev {
	float: left;
	width: 25%;
}
#comicSpace #comicNavigation #middle {
	float: left;
	width: 50%;
	padding-top: 1px;
	padding-bottom: 1px;
}
#comicNavigation #middle #storyline {
	color:#9c9;
	line-height:32px;
}
#comicSpace #comicNavigation #next {
	float: right;
	width: 25%;
}
#content #news {
	margin: auto;
	width: 526px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
#content #twitter {
	float: left;
	margin: 5px;
	width: 318px;
	height: 270px;
}
#content #adBox {
	float: right;
	margin: 5px;
	width: 300px;
	height: 262px;
}
#content #conventions {
	background-color: #000;
	color: #cdc;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content #linkList {
	clear: both;
	font-size: 11px;
	background-color: #ada;
	padding: 5px;
	border-radius: 100px;
	margin-right: 20px;
	margin-left: 20px;
}
#content #calendarBox {
	background-color: #ded;
	width: 550px;
	clear: both;
	margin: 10px auto;
	padding: 5px;
	position: relative;
	border: 1px solid fff;
	display: inline-block;
	border-radius: 5px;
}
#content #calendarBox #calendar {
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
	box-shadow: inset 0 1px 3px #9c9;
	border-radius: 3px;
}
#content #copyright {
	width: 100%;
	height: 16px;
	clear: both;	
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 3px;
}
