@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000;
	background-image: url(../Images/Site/Background.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/*
#Border {
	position:absolute;
	top:-10px;
	width:999px;
	height:150px;
	z-index:2;
	left: 0px;
	border: thin solid #000;
}
*/

#Comic {
	
	position:relative;
	top:240px;
	left:0px;
	z-index:1;
}

#Next{
	position:absolute;
	left:860px;
	top:744px;
	width:78px;
	height:78px;
	z-index:2;
}
#Last {
	position:absolute;
	left:948px;
	top:744px;
	width:114px;
	height:77px;
	z-index:2;
}
#Prev {
	position:absolute;
	left:252px;
	top:744px;
	width:78px;
	height:78px;
	z-index:2;
}
#First {
	position:absolute;
	left:128px;
	top:744px;
	width:114px;
	height:77px;
	z-index:2;
}

#Wrapper {
	top:0;
	width: 1200px;
	position:relative;
	margin:auto;
	z-index: 1;
}

#CommentBar {
	position:absolute;
	width:490px;
	z-index: 1;
	background-color:#FFF;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #FFF;
	left: 340px;
	top: 743px;
	text-align: center;
}


#ComicHold {
	position:absolute;
	height:500px;
	width:500px;
	z-index:2;
	border-top-width: 6px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	left: 340px;
	top: 238px;
}
#HomeButton {
	position:absolute;
	left:767px;
	top:27px;
	width:239px;
	height:51px;
	z-index:2;
}
#ArchiveButton {
	position:absolute;
	left:749px;
	top:97px;
	width:295px;
	height:63px;
	z-index:2;
}
#NewsButton {
	position:absolute;
	left:745px;
	top:159px;
	width:235px;
	height:63px;
	z-index:2;
}
#LinksButton {
	position:absolute;
	left:898px;
	top:220px;
	width:238px;
	height:63x;
	z-index:2;
}
#AboutButton {
	position:absolute;
	left:861px;
	top:284px;
	width:268px;
	height:63px;
	z-index:2;
}
#NewsHold {
	position:relative;
	z-index:2;
	left: 340px;
	top: -1px;
	background-color: #FFF;
	font-size: 15px;
	width: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#NewsEntry {
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-top: 10px;
}

#NewsHeader {
}

.Copyrightfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
}
a:link {
	color: #F60;
	text-decoration:none;
}
a:visited {
	color: #F93;
	text-decoration:none;
}
.Comment {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.Comment2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FFF;
}
.RightAlign {
	text-align: right;
}
.Comment_Center {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
	text-align: center;
}
.Comment3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
}

.TwitterFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

.TwitterTitle {
	font-size: 20px;
	font-weight: bold;
	color: #F60;
	font-family: "Times New Roman", Times, serif;
	padding-left: 15px;
}
.CenterAlign {
	text-align: center;
}

.NewsTitleFont {
	font-size: 18px;
	color: #000;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
}
.NewsDateFont {
	font-size: 19px;
	color: #666;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
}
.NewsFont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.BasicFont {
	font-size: 14px;
	color: #FFF;
}
.DateFont {
	font-size: 12px;
	color: #000;
}

