*	{font-family:Arial, Helvetica, sans-serif;}
#mainnav, .sidebar, .sidebar2, h1, .footerlist, #footer, .print, .email, .credits, .welcomelog {
  display: none !important;
}

body, #container {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#homecontent, #secondcontent {
  float: none !important;
  width: auto !important;
  margin: 0 0 0 35px !important;
  padding: 0 !important;
}

.print-hide {
	display:block !important;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* ----------------  TYPOGRAPHY --------------------*/
/* ----------------------------------------------------*/
h1						{display:none;}
h2						{display:none;}
h3						{font-size:1.3em; font-weight:normal; color:#666666; margin:10px 0;}
h4						{font-size:1.1em; font-weight:bold; color:#333333; margin:10px 0 5px 0;}
h5						{font-size:0.9em; font-weight:normal; color:#CA0000; margin:10px 0;}
h5 a					{font-weight:bold; color:#CA0000;}
h6						{font-size:0.9em; font-weight:normal; color:#333; margin:10px 0 0 0;}
p						{font-size:0.9em; line-height:1.3em; color:#333; margin:5px 0 15px 0;}


img						{margin:0; padding:0; border:0;}
img						a{margin:0; padding:0; border:0;}


.print, 
.email, 
.credits				{display:none !important;}






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 2px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


