

.imgalign 
	{
	display:block;
	}

.alignleft
	{
	float: left;
	}

.middlecolumn 
	{
	float: left;

   	display:block;

	}

#frame
	{
        margin-right:auto;
	margin-left:auto;
	width: 1000px;
	padding: 0px;
	}



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'trebuchet ms', Verdana, Arial, Sans-Serif;
	background-color: #172F3C;
	color: #CCCCCC;
	margin: 0;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;

	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

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

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'trebuchet ms', Arial, Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #CCCCCC;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry 
	{
	color: #CCCCCC;
	font-size: 1.3em;
	font-family: 'trebuchet ms', Arial, Verdana, Sans-Serif;
	}


a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #00A5FF;
	text-decoration: underline;
	}
	
/* End Typography & Colors */




/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


#comictitle {
	font-size: 2.35em;
	margin-bottom: 10px;
}
	
#comic {
	/* border: 1px solid #959596; */
}

#comic-functions {
	/* border: 1px solid #959596; */
	margin: 0px 30px 0px 30px;
		border-bottom: 2px solid #CCCCCC;
	padding-bottom: 10px;
}

.comicdropdown-form {
	margin: 0px auto 0px; /* No newline after form. Center form. */
	/* border: 1px solid Black; */
}

#comicnav {
	list-style-type: none;
	margin: 3px;
	padding: 0px;
	font-size: 1.4em;
	font-weight:bold;
	/*border: 1px solid Black;*/

}

.comicnav-left {
	float: left;
}

.comicnav-right {
	float: right;
}

.comicnav-link {
	display: inline;
	margin: 0px;
	padding: 3px;
}

#comicBar {
	border: 1px solid White;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: x-small;
}

.comicBarContent {
	margin: 5px 10px 5px 10px;
}

	
.post {
	width: 80%;
	text-align: justify;
	margin-bottom: 40px;
	}

.post h2 {
	font-size: 2em;
}

.post small {
	font-size: small;
}


	}
