.site-title {
  	display: none; 
}
.container {
	max-width: 972px;
}
.body .container {
	background-color: rgba(0,0,0,0.25);  
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 20px;
	border: 0px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}
body.site {
    background-image: url('../images/bkgd_texture.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: top left;
}  
.navigation {
    padding: 2px 5px;
    border-top: 1px solid rgba(0,0,0,0.075);
    border-bottom: 1px solid rgba(0,0,0,0.075);
    margin-bottom: 10px;
    background-color: #7646C2; /*was #95d733 green*/
}
.header {
    margin-bottom: 0px;
}
.body .container {
    padding-top: 0px;
}

hr {
	margin: 15px 0;
	border: 0;
	border-top: 2px solid #95d733;
	border-bottom: 0px solid #000;
}

/* top nav edits BASS */

.nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary {
	background: #95d733 !important; /*was #7646C2 purple*/
	color: #fff !important;
	font-weight: 900;
}
.nav-pills > li > a {
	border-radius: 0px;
	padding: 6px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #603B9F;
	border: none;
}
a {
	color: #fff !important;
	font-weight: 900;
	letter-spacing: .5px;
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	text-decoration: none;
	color: #fff !important;
	background-color: #005e8d;
	background-color: #005783;
	background-image: -moz-linear-gradient(top,#7646C2,#7646C2)!important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#7646C2),to(#7646C2))!important;
	background-image: -webkit-linear-gradient(top,#7646C2,#7646C2)!important;
	background-image: -o-linear-gradient(top,#7646C2,#7646C2)!important;
	background-image: linear-gradient(to bottom,#7646C2,#7646C2)!important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff004c73', GradientType=0);
}

.navigation .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #603B9F !important;
	white-space: nowrap;
}


/* body page edits BASS */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #bae8f7;
}
.muted {
	color: #bae8f7;
}


/*right side bar position7 edit BASS*/

.well {
	min-height: 20px;
	padding: 10px;
	margin-bottom: 15px;
	color: #fff;
	background-color: #7646C2;
	border: 0px solid #e3e3e3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.05);
}
.well .page-header {
	margin: 0px 0px 5px 0px;
	color: #FDFF00;
}


/* bootstrap css edit BASS*/

.nav-collapse .nav > li > a:hover,
	.nav-collapse .nav > li > a:focus,
	.nav-collapse .dropdown-menu a:hover,
	.nav-collapse .dropdown-menu a:focus {
		background-color: rgba(0,0,0,0.3);
}



