body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Baskerville, Georgia, Times, serif;
	}
	
form, input { margin: 0; padding: 0; }

a { text-decoration: none; color: #0000ff; }
a:hover { text-decoration: none; color: #fff;background-color: #0000ff;}

a img { border: 0; }
	
p {
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
	color: #353537;
	margin-top: 0;
	}
	
h1 {
		text-align: left;
		margin: 0 0 20px 0;
		padding: 0 0 8px 0;
		text-transform: uppercase;
		font-style: italic;
		font-weight: normal;
		font-size: 50px;
		font-family: Baskerville, Georgia, serif;
		color:#000000;
		border-bottom: 1px solid #eee;
		line-height: 50px;
	}
	
h1 a {color:#000;}
h1 a:hover {color:#ccc;background-color:transparent;}

.comments {
		/*border-bottom-color: black;	
		border-bottom-style: double;
		border-top-color: black;	
		border-top-style: double;
		padding: 30px 0px 30px 0px;*/
		text-align: center;
		margin-bottom: 0px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 30px;
		font-family: Baskerville, Georgia, serif;
	}

h2	{	
		text-align: left;	
		padding-bottom: 15px;	
		margin-bottom: 0px;	
		margin-top: 0px;	
		text-transform: uppercase;	
		color: black;	
		font-size: 11px;	
		font-weight: normal;	
		font-family: Helvetica, Arial, sans-serif;	
	}
	
sup a {
	font-family: verdana, Helvetica, arial, sans-serif;
	font-size: 9px;
	line-height: 0;
	text-decoration: none;
	}
	
sup a:hover {
	color: #fff;
	background: blue;
	}
	
#container {
	margin: 40px 0 0 150px;
	}

#topgreyline {
	width: 100%;
	height: 100px;
	background-color: #000;
	}

#doubleline {
	border-bottom-color: black;
	border-bottom-style: double;
	}
	
#main {
	width: 650px;	
	}
	
#articleheader {

	}
	
#articlebody, #commentbox {
	padding: 60px;
	border: #ddd double;
	margin-bottom: 40px;
	}

.topper {
	font-size: 12px;
	font-style: italic;
	color: #999999;
	}
	
p.footer {
	color: #999999;
	font-size: 12px;
	font-style: italic;
	border-top: 1px solid #eee;
	margin: 18px 0 0 0;
	padding: 8px 0 0 0;
	line-height: 10px;
	}
	
#commentbox p.footer {margin-top: -8px!important;}

.comments-open label { display: block; }

.comment { padding-top: 5px;margin-bottom:50px;}

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 512px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

.archive-footer { margin: 25px 0 25px 0; font-size: 12px; }

.blog
{
	border-color: #eee;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

img.view { vertical-align: middle; }

#comments-open {margin-top:60px;}