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

html, body{ 
	margin-top:15px; 
	background: #828282;
	text-align: center;
} 

#wrapper { 
	width: 800px;
	margin: 0 auto;
	background: #828282;
	text-align: left;
	border-top: 15px solid #000000;
}

#topNav {
	background: url(../images/headertest.png);
	padding: 10px;
	position: relative;
	height: 150px;
	color: #990000;
}

#topNav2 {
	background: black;
	padding: 10px;
	position: relative;
	height: 20px;
	color: #CCCCCC;
}


.title {
	float: left;
	width: 200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 24px;
	margin-top: 0px;

}

.categories {
	postion: relative;
	float: right;
	padding-left: 15px;
	margin-right: 2em;
	width: 500px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;

}

.categories ul, .categories li {
	display: inline;
	padding: 5px;
	list-style-type: none;
}

.categories a:link {
	color: #CCCCCC;
	text-decoration:none;
}

.categories a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

.categories a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

#outerDiv {
	margin: 5px 25px 5px 25px;
	padding-left: 10px;
	padding-right: 10px;
	background: #CCCCCC;
	border: 3px solid #000000;
}

#outerNewsDiv {
	margin: 5px 25px 5px 25px;
	background: #CCCCCC;
	border-bottom: 8px solid #000000;
}

.comicDiv {
	padding: 10px 74px;
	font-variant: small-caps;
}

#archiveDiv {
	float: left;
	background: #B0B0B0;
	width: 160px;
	padding: 2px;
	margin: 5px 5px;
	font-variant: small-caps;
	border: 1px solid #000000;
}

.right {
	text-align: right;
}

.center {
	font-size: 9px;
	text-align: center;
}

.archiveimage {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.righttiny {
	font-size: 9px;
	text-align: right;
}

.lefttiny {
	width: 60px;
	font-size: 9px;
	text-align: left;
}

.newsDiv {
	padding: 10px 74px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

#headline {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}

#headlinet {
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
	color: #000000;
}

#pages {
	position: relative;
	text-align: right;
}

.paging{
	margin-bottom: 15px;
	padding: 3px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 10px;
	margin-left: 5px;
}


.paging:hover {
	margin-bottom: 15px;
	padding: 3px;
	background-color: #CCCCCC;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid Black;
	font-size: 10px;
	margin-left: 5px;
}

.paging a:link {
	color:#666666;
}

.paging a:visited {
	color:#666666;
}

.paging a:hover {
	color: black;
}

#footer {
	position: relative;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right:5px;
	
}

#footer a {
	color: black;
	text-decoration:none;
}