body {
    padding-top: 70px;
	padding-bottom:70px;
}

.handle {
	text-align: center;
	font-size:18px;
	margin-bottom:5px;
	font-weight:bold;
	color:blue;
}
.handle a {
	color:blue;
}

.created{
	text-align:right;
	margin:10px 5px 5px 0;
	font-size: 14px;
}

.portfolio-item {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
	text-align: center;
    background-color: lightskyblue;
}

.footer-blurb h3 {
    color: midnightblue;
    }
    
.footer-blurb-item {
    padding: 30px 0;
    }
 
.copyright {
	background-color: #fff;
	text-align: center;
	padding: 30px 0;
}

#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
}

#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	font-weight:bold;
	vertical-align: middle;
	padding-top: 140px;
	background: url("https://up.7uv.net/img/loadind.gif") center center no-repeat;
}

#load{
	position:absolute;
	left:50%;
	top:20%;
	margin-left:-30px;
}