/*Normalises margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, span { margin: 0; padding: 0; }

/*SITE WIDE */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

a:link { color: #000; text-decoration: none;	}
a:visited { color: #000; text-decoration: none; }
a:active { color: #000; }
a:hover { color: #000; }

h1 { font-size: 3em; text-align: left; color: #000; padding: 0 0 2px 0; }
h2 { font-size: 12px; color: #000; text-align: left; padding: 10px 4px 10px 4px; margin: 10px 0 16px 0; background-color: #efefef; color:#6c626b; border: 1px dashed #6c626b; font-weight: normal;  width: 648px;}
h3 { font-family:"Georgia", Times New Roman, Times, serif; font-size: 27px; color: #000; margin: 20px 0 6px 0; width: 500px !important; }

/* LANDING PAGE */
#thumb { width: 206px; float:left; margin: 0 20px 10px 0; height: 190px; }
.image { padding: 2px; border: 1px #777 solid; width: 200px;}
.title { font-size: 12px; text-align: center; padding: 4px 0 4px 0; }
.title a { color: #777; }

#content {
	width: 680px;
	overflow: visible;
	position: absolute; 
	left:200px; 
	top: 0;
	}
	
#content2 {
	position: absolute; 
	left:200px; 
	top: 0;
	width: 426px;
	}
	
#content2 p {
	text-align:left;
	color:#000;
	font-size: 12px;
	}
	
#content2 img {
	padding: 2px; 
	border: 1px #777 solid;
	margin: 0 0 20px 0;
	}


p.date { text-align: right !important; font-size: 0.7em !important; }
p.prevnext { 
	margin: 20px 0 0 0;
	text-align: center !important; 
	}
	
#footer {
	width: 150px;
	height: 130px;
	clear: both;
	background-color: #999;
	border-top: 4px dashed #555;
	padding: 10px;
	position: fixed;
	bottom: 20px;
	left: 10px;
	}

#footer p {
	font-size: 0.6em;
	color: #ffffff;
	text-align: center;
	}

.pictures {
	background-color: none;
	display: block;
	}
	
.pictures img {
	background-color: none;
	height: 50px;
	width: 50px;
	border: 1px solid #cacaca;
	margin: 6px 6px 0 0;
	}
	
.pictures a:hover img {
	border: 1px solid #ffff00;	
	background-color: none;
	height: 50px;
	width: 50px;
	margin: 6px 6px 0 0;
	}
	
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #ffffoo;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
	
.comment-box {
	border: 1px solid #cacaca;
	background-color: #000000;
	width: 300px;
	height: 150px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #cacaca;
	}

.data-box {
	border: 1px solid #cacaca;
	background-color: #000000;
	width: 200px;
	height: 20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cacaca;
	}

.mailing-box {
	border: 1px solid #cacaca;
	background-color: #000000;
	width: 174px;
	height: 20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #cacaca;
	margin: 0 0 3px 0;
	}
a.archive-button:link, a.archive-button:visited {
	background-color: #222222;
	width: 110px;
	height: 94px;
	border: 0;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 3px 5px 3px 5px;
	text-align:left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #ffff00;
text-align: center;
	}
	
a.archive-button:hover, a.archive-button:active {
	background-color: #ffff00;
	width: 110px;
	height: 94px;
	border: 0;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 3px 5px 3px 5px;
	text-align:left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #222222;
text-align: center;
	}