body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.navbar-inverse {
	box-shadow:0 4px 4px rgba(0, 0, 0, 0.7);
}

.navbar-inverse .navbar-brand {color:#fff;font-family:"Helvetica Neue";font-weight:100;}

.background-image img {
	width:100%;
	z-index:-1;position:fixed;
}

.background-image {height:500px;}
.jumbotron {position:relative;padding-bottom:20px;padding-top:20px;box-shadow:0 -4px 4px rgba(0, 0, 0, 0.4);}
.jumbotron h1 {font-weight:100;}
.maincontent {background-color:#fff;position:relative;z-index:3;}
.imagethumbs {}
.imagethumbs img{width:75px;margin:3px;}

.thumbnail {border:none;}
.thumbnail p {
	margin-top:10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	max-width:80%;
	color:#999;
}

#sideimages {position:static;}
.sideimage img {max-width:100%;}

#bottomcontent {z-index:4;position:relative;background-color:#fff;}

@media(min-width:768px){
	.sideimage.image-fixed {position:fixed;margin-top:0px;}
	.sideimage {position:absolute;}
}

@media only screen and (max-width:1470px) {
}

@media only screen and (max-width:1310px) {
}

/* iPad Landscape */
@media only screen and (max-width:1150px) {

}

/* iPad Portrait */
@media only screen and (max-width:1023px) {

}

/* iPhone 5 Landscape */
@media only screen and (max-width:767px) {
	#sideimages {display:none;}
	#moreentries {transform:scale(0.8,0.8);-webkit-transform:scale(0.33,0.33);-ms-transform:scale(0.33,0.33);-webkit-transform-origin:left top;transform-origin:left top;}
}

/* iPhone Landscape */
@media only screen and (max-width:567px) {

}

/* iPhone Portrait */
@media only screen and (max-width:479px) {

}


