body
{
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	background-color: #666666;
	color: #333333;
	text-align: center;
}

a
{
	color: #009933;
	text-decoration: none;
}

a:hover
{
	color: #006633;
	text-decoration: underline;
}

a:visited
{
	color: #b85b5a;
}

#topbanner
{
	padding: 2px;
}

#topbanner img
{
	border: 1px #666666 solid;
}

#page
{
	margin: auto;
	width: 900px;
	background-color: white;
	border: 1px #333333 solid;
}

#header
{
	padding: 0;
	margin: 0 auto;
	height: 110px;
	background-color: #00CC33;
	color: #ffffff;
	font-family: 'Trebuchet MS', verdana, arial, sans serif;
}

#header h1
{
	font-weight: bold;
	font-size: 4em;
	text-align: center;
	padding-top: 20px;
	margin: 0;	
}

#headerimg
{
	margin: 0px;
	height: 110px;
}

.description
{
	font-size: 1.5em;
	text-align: center;
}

/* BEGIN MAIN NAV */
#nav-menu
{
	border-bottom: 2px solid #eeeeee;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	font-size: small;
	color: #cccccc;
}

#nav-menu a
{
	margin: 0px;
	padding: 3px 5px;
	text-decoration: none;
	font-size: small;
}

#nav-menu a:hover
{
	background: #ccffcc;
}

#nav-menu li
{
	display: inline;
	line-height: 2.0em;
	list-style: none;
	text-align: center;
}
/* END MAIN NAV */


/* BEGIN COMIC NAV */
#comic-functions
{
	margin: 20px 30px 0px 30px;
}

.comicdropdown-form
{
	margin: 0px auto 0px;
}

#comicnav
{
	list-style-type: none;
	margin: 3px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #cccccc;
}

.comicnav-left
{
	float: left;
}

.comicnav-right
{
	float: right;
}

.comicnav-link
{
	display: inline;
	margin: 0px;
	padding: 3px;
}
/* END COMIC NAV */

#comictitle
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 15px 10px 15px;
}

.comic-title
{
	float: left;
}

.comic-date
{
	float: right;
	font-size: x-small;
}

#content
{
	margin-top: 10px;
	clear: both;
	border-top: 2px #eeeeee solid;
}

#news
{
	position: relative;
	width: 710px;
	border-right: 1px #eeeeee solid;
	float: left;
	font-family: georgia, times, serif;
}

#skyscraper
{
	position: relative;
	width: 170px;
	float: left;
	padding: 20px 0px 20px 10px;
}

#skyscraper img
{
	border: 1px solid #666666;
}

/* BEGIN ENTRY AND POST TAGS */
.entry
{
	font-size: 1.2em;
	line-height: 1.4em;
}

.post
{
	width: 90%;
	margin: 0 auto auto auto ;
	padding: 20px 0 0 0;
	text-align: justify;
}

.post h2
{
	font-size: large;
}

.post small
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: x-small;
}

.post td
{
	font-size: small;
	line-height: 1.2em;
}

blockquote
{
	color: #777777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #dddddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}
/* END ENTRY AND POST TAGS */


#footer
{
	padding: 0;
	margin: 0 auto;
	clear: both;
	background-color: #eeeeee;
}

#footer p
{
	margin: 0;
	padding: 5px 0;
}
