.center {
margin: 0px auto;
float: none;

}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.nav li+.nav-header {
	margin-top: 0px;
}

.sidebar-nav {
  width: 228px;
  position: absolute;
  float: left;
  border-top: none;
  border-left: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);


}

.sidebar-nav .nav-header {
 
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #0d0d0d;
  border-left: none;
  color: #ddd;
  display: block;
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333333), color-stop(1, #404040));
  background: -ms-linear-gradient(bottom, #333333, #404040);
  background: -moz-linear-gradient(center bottom, #333333 0%, #404040 100%);
  background: -o-linear-gradient(bottom, #333333, #404040);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#404040',EndColorStr='#333333')";
  font-weight: bold;
  font-weight: normal;
  font-size: 1em;
  line-height: 2.5em;
  padding: 0em .25em;
  margin-bottom: 0px;
  text-shadow: none;
  text-transform: none;


}

.block-heading {
  border-bottom: 1px solid #a6a6a6;
  border-left: none;
  color: #505050;
  display: block;
  margin-bottom: 0px;
  text-shadow: none;
  text-transform: none;
  font-weight: bold;
  font-size: .85em;
  line-height: 3em;
}

p.block-heading,
a.block-heading,
.block-heading a {
  color: #505050;
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));
  background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
  background: -o-linear-gradient(bottom, #dddddd, #fafafa);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";
  display: block;
  padding-left: 1em;
  border-top: 1px solid #fff;
  outline: none;
}

.navbar {
margin-bottom: 0px;
overflow: visible;
color: #777777;
}

.nav-list>li>a, .nav-list .nav-header {
	text-shadow: none;
	
}
.nav-list {
padding-right: 0px;
}

.sidebar-nav a {
	color: #fff;
	}
.sidebar-nav a:hover {
	color: #000;
	}
.navbar .navbar-inner {
 background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333333), color-stop(1, #404040));
  background: -ms-linear-gradient(bottom, #333333, #404040);
  background: -moz-linear-gradient(center bottom, #333333 0%, #404040 100%);
  background: -o-linear-gradient(bottom, #333333, #404040);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#404040',EndColorStr='#333333')";
padding: 0em 1em;
margin: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 0px;
border-bottom: 1px solid #000000;
height: 70px;
}

.content {
min-width: 400px;
position: relative;
min-height: 800px;
background: #fff;
margin-left: 240px;
}
