* {
	font: Arial;
}
html{
	overflow-y: scroll;
}
.site-heading {
	color: #FAFAFA;
	text-shadow: 1px 1px #000;
	background: #8e9eab;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	margin-bottom: 10px;
	min-height: 100px;
	border-radius: 0 0 5px 5px;
	}	
.header {
	padding-top: 20px;
	height: 100px;
	text-align: center;
}
.head .btn {
	text-shadow: 0px 0px #000;
}
.btn-primary {
	background-color: #007BC1;
}
.btn-danger {
	background-color: #C04132;
}
.site-heading a {
	color: #FFF;
	text-decoration: none;
}
.top-btn{
	text-shadow: 2px 2px #000;
}
.btn-menu{
	margin-bottom: 5px;
}
html, body {
	min-height: 100%;
}
.container {
	background-color: #FAFAFA;
}
.menu-row {
	padding-left: 5px;
	padding-right: 5px;
}
.title {
	font-size: 14px;
	color: #FFF;
}
.post{
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 10px;
	margin: 15px;
	border: 1px solid #DDD;
}
.misc {
	width: 100%;
	height: auto;
	position: relative;
}
.post-title {
	font-size: 14px;
	color: #000;
}
.post-content {
	font-size: 16px;
}
.clear {
	clear:both;
}
.height {
	min-height: 100%;
}
#dropBox{
    border: 1px dashed grey;
    border-radius: 3px;
    background: #F3F4F5;
    cursor: pointer;
    min-height: 20px;
    padding: 20px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#dropBox p{
    text-align: center;
    margin: 1em 0;
    font-size: 16px;
    font-weight: bold;
}
#fileInput{
    display: none;
}
.downloads {
	padding: 10px;
}
#downloads {
	padding: 30px;
}
.attachment {
	margin-bottom: 5px;
	background-color: #FAFAFA;
}
.footer {
	border-bottom: 2px solid grey;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.btn-spacer{
	margin-bottom: 3px;
}