﻿body {
	background: url("/Content/themes/base/General/Images/MtnLion.jpg") repeat scroll 0 0 #F5F5F5;
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	background-color: white;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 75px;
	padding-right: 75px;
	box-shadow: rgba(0, 0, 0, 0.75) 4px 4px 8px;
}

body.error-page .error-body {
	padding: 15px;
	background-color: #ffebd0;
	border-left: 3px solid #f68f36;
	font-family: Consolas, Menlo, Monaco, 'Lucida Console', monospace;
	white-space: pre-wrap;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
