body
{
	color: black;
	text-align: justify;
}

h1
{
	text-align: center;
	color: black;
	font-size: xx-large;
	font-weight: bold;
	font-family: times;
}

h2
{
	text-align: left;
	color: black;
	font-size: x-large;
	font-family: times;
}

#intro
{
	height: 200px;
	width: 100%;
}

#newspost
{
	border: thin solid gray;
	text-align: justify;
}

#left-head
{
	A:link {text-decoration: none};
	A:visited {text-decoration: none};
	A:active {text-decoration: none};
	A:hover {text-decoration: none};
	height: 175px;
	width: 15%;
	text-align: left;
	position: absolute;
	z-index: 1;
	min-width: 300px;
}

#center-head
{
	/* background: transparent url(http://www.kienanstewart.com/banner.gif) no-repeat fixed top center; */
	height: 175px;
	width: 75%;
	text-align: center;
	position: absolute;
	z-index: 1;
	margin-left: 20%;
}

#paragraph
{
	text-align: justify;
}

#content
{
	height: 75%;
	top: 200px;
}

#left-content
{
	width: 25%;
	height: 74%;
	float: left;
	font-family: fantasy, serif;
	list-style: lower-greek inside none;
	text-align: left;
	clear: both;
}

#center-content
{
	height: 74%;
	margin-left: 26%;
	width: 70%
	float:left;
	text-align: justify;
}


#foot
{
	margin-left:20%;
	margin-right:20%;
	top: 90%;
	height: 10%;
	text-align: center;
	font-size: small;
}

div.newsItem
{
	border-style: inset;
	border-width: 2px;
	border-color: #d9d2d2;
	width: 700px;
}

div.newsTitle
{
	color: black;
	font-size: xx-large;
	text-align: center;
}

div.newsMeta
{
	font-size: x-small;
	max-width: 300px;
}

div.newsData
{

}

div.commentListing
{
		border-style: outset;
		border-width: 1px;
		border-color: #680000;
		width: 600px;
		margin: 50px 49px 50px 49px;
		font-size: x-small;
}

div.comment
{
	margin: 10px;
	border-bottom-style: groove;
	border-bottom-color: #ac0000;
	border-bottom-width: 1px
}

div.commentData
{
	font-size: small;
}

div.commentMeta
{
		font-size: x-small;
}

div.commentForm
{
	border-style: solid;
	border-width: 1px;
	border-color: #ece8e8;
	width: 700px;
}

div.cfTitle
{
	font-size: x-large;
	font-weight: bolder;
}

div.cfEntry
{

}

div.cfSubmit
{

}

.divHide{display:none;}
.divShow{display:block;}
