@charset "utf-8";
body {
	font-family: "Century Gothic", Arial, Helevetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #000;
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 3px;
}
#maincontainer {
	padding: 0px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#menu {
	height: 19px;
	width: 860px;
	padding-top: 131px;
	padding-right: 10px;
	background-image: url(images/bannerlogo.png);
	background-repeat: no-repeat;
	text-align: right;
}
#maincontainer #menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#maincontainer #menu li {display: inline; padding: 0px 0px 0px 0px}
#maincontainer #menu ul li a {
	font-weight: bold;
	text-decoration:none;
	color: #000;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #CCC;
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
}
#maincontainer #menu ul li a:hover {
	text-decoration: none;
	background-color: #FFF;
	background-image: url(images/menugradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#container {
	font-family: "Century Gothic", Arial, Helevetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	background-image: url(images/bg-gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	width: 850px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#maincontainer #container #comiclogo {
	margin: 0px;
	padding: 0px;
	width: 850px;
	text-align: center;
}

#footer {
	font-family: "Century Gothic", Arial, Helevetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #333;
	width: 860px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 3px;
	text-align: center;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	clear: both;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#comic {
	width: 850px;
	text-align: center;
}
#infobar {
	font-family: "Century Gothic", Arial, Helevetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	padding: 5px;
	float: left;
	width: 525px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigation {
	width: 300px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 540px;
	padding: 5px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {display: inline; padding: 0px 0px 0px 0px}
#navigation ul li a {
	font-weight: bold;
	text-decoration:none;
	color: #FFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#navigation ul li a:hover {
	text-decoration: none;
	background-color: #CCC;
	color: #000;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}
#sidebar{
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #CCC;
	margin-top: 5px;
	font-family: "Century Gothic", Arial, Helevetica, sans-serif;
	color: #000;
}
#sidebar a {
	color: #000;
	text-decoration: underline;
}
#commentary{
	margin-top: 5;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 525px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #DEDEDE;
	padding: 5px;
	font-family: "Century Gothic", Arial, Helevetica, sans-serif;
	color: #000;
}
#commenatry a {
	color: #000;
	text-decoration: underline;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #999;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#maincontainer #container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 2px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#maincontainer #container #newsposts {
	width: 550px;
	float: left;
	padding: 3px;
}
#maincontainer #container #sidebar2 {
	width: 281px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #666;
	padding: 2px;
	text-align: center;
	float: right;
	margin-left: 10px;
}
#sidebar2 img {
	margin-top: 2px;
	margin-bottom: 2px;
}
#maincontainer #container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	background-color: #333;
	padding: 2px;
	width: 450px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
