@import url('https://fonts.googleapis.com/css?family=Bad+Script');
html, body {
	/* background-image: url("/images/xmass-treep1.jpg"); */
	color:#322;
	text-shadow: 1px 1px 1px #aaa;
	font-size:16px;
	margin:0;
	padding:0;
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
}
#toprow { background-image:url("/images/TitleBackground1.png"); background-position: center; }
#content {padding-bottom:30px; height:100%}
.footer {
	width:100%;
	height:29px;
	position:absolute;
	bottom:0;
	left:0;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;
}

h1,h2,h3,h4 {
	color:#00bb00;
	text-shadow: 1px 1px 1px #fff;
  	font-family: 'Bad Script', cursive;
  	font-weight:800;
}

.page-header {margin-top:0px;}

.alert-heading {display:none;}

.modheading h4 {
	text-shadow:none;
}
.modbody {
	color:#322;
}
.modfooter {
	color:#00bb00;
	text-shadow:none;
}

@media (min-width: 768px) {
    body {
        /* background-image: url("/images/xmass-tree1.jpg");	
		position:absolute; */
    }
	#content {top:122px;}
	#aside { background-color:#fff;top:122px;bottom:30px;right:0px;position:absolute;}
	.modbody {color:#fff;}
	.img-responsive {
		max-width:40%;
	}
}
