﻿* {
	margin:0;
} 
html {
	height:100%;
}
body {
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size:.85em;
	height:100%;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333333;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
#wrapper {
	width:510px;
	min-height:100%;
	height:100%;
	height: auto !important;
	margin: 0 auto -2.3em;
}
.postdate {
	color: #808080;
}
.picncap {
	border:1px #CCCCCC solid;
	padding:4px;
	color: #333333;
	font-size:.75em;
	text-align:center;
}
.push {
	height: 2.3em;
	clear:both;
}
.footer {
	height: 2.3em;
	background:#333;
	padding-top:5px;
	color: #fff;
	font-size:.85em;
	text-align:center;
	clear:both;
}