.nav {
margin-left: 0;
margin-bottom: 18px;
list-style: none;
/*ADDED ATTRIBUTE HERE*/
float: left;
margin-right:20px;
}

.navigation {
	padding: 5px 0;
	border-top: 1px solid rgba(0,0,0,0.075);
/*ATTRIBUTE CHANGED TO 0PX*/	border-bottom: 0px solid rgba(0,0,0,0.075);
	margin-bottom: 10px;
}

#login-form {
	margin-top: 8px;
/*ADDED ATTRIBUTE HERE*/
float: left;
}

.nav-collapse .nav > li.active > a {
	/*CHANGED THIS COLOR color: #fff;*/
			color: blue;
}

body {
    font-family:Play;
}

.site-title {
    font-size: 20px;
  
    line-height: 0px;
	font-weight: normal;
}

.form-horizontal .control-label {
    float: left;
    width: 350px;
    padding-top: 0px;
    text-align: left;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 20px; /*13px*/}
    
.btn {
	display: inline-block;
    font-family:Play;
	padding: 4px 16px 4px 12px;
	margin-bottom: 0;
	font-size: 20px;
	line-height:20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: white; /*#333*/
	text-shadow: 0px 0px 1px rgba(0,0,0,0.25);
	
	background-image: -moz-linear-gradient(top,darkgray,darkgray);
	
    /*background-image: -webkit-gradient(linear,0 0,0 100%,from(darkgray),to(darkgray));*/
	background-image: -webkit-linear-gradient(top,darkgray,darkgray);
	
	/*background-image: -o-linear-gradient(top,darkgray,darkgray);*/
	background-image: linear-gradient(to bottom,darkgray,darkgray);
	/*background-repeat: repeat-x;*/
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='darkgray', endColorstr='darkgray', GradientType=0);
	
	border-color: darkgray darkgray darkgray; /*darkgray darkgray #bfbfbf;*/
	border: 0px solid darkgray;
	border-bottom-color: darkgray;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px 2px;
	
	-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);

}    

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled {

color: white;
background-color: #2457b5; /*#e6e6e6;*/
background-image: -moz-linear-gradient(top,#2457b5,#2457b5);
background-image: -webkit-linear-gradient(top,#2457b5,#2457b5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2457b5', endColorstr='#2457b5', GradientType=0);
}


.btn-primary_new 
{
	background:darkgray;
}
/*UNHIDE NAV IN MOBILE OR SMALL SCREEN*/
