/*-- @navigation --*/
#navigation {
	position: absolute;
	top: 167px;
	left: 0;
	width: 185px;
	background: url(../images/navigation_bg.gif) top left repeat-y;
}

/*-- @branding --*/
#branding {
	position: absolute;
	top: 9px;
	left: 106px;
	width: 147px;
	height: 147px;
	background: url(../images/novel_logo.png) top left no-repeat;
}

/*-- @header --*/
#header {
	margin-top: 24px;
}
#header h1 {
	margin-left: 72px;
	font: bold 24px Georgia, Times, serif;
	color: color: #333399; /* #993300; */
}
#header p {
	padding: 10px 6px 10px 72px;
	margin-bottom: 0;
	font: 16px Georgia, Times, serif;
	background-color: #F5F5F5;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #336699;
}
#social-media {
	float: left;
	clear: both;
	width: -180px;
	margin-left: 16px;
}
.social-media.novel {
	float: left;
	clear: none;
	width: 250px;
	margin-left: -1px;
}
#social-media .follow {
	float: left;
	margin: 0 1em;
	padding-top: 0.5em;
	color: #666;
	font-size: 0.85em;
}
#social-media img {
	display: block;
	float: left;
	border: none;
	width: auto;
	height: 27px;
	margin: 0 0.25em;
}

.announcement {
	font-size: 1.2em; 
	border: 1px solid #DDD; 
	background: #F5F5F5; 
	padding: 0.5em;
	clear: both;
	margin-top: 50px;
}
.announcement h3 {
	color: #993300;
}
