@color_scheme: #333333;
@secondary_color: #E6635A;
@menubgcolor: #2E313D;
@header_bg: #3D3B42;
@body_bg: #EFEFEF;
@footer_bg: #CECECE;

/*Menu Style*/
.navbar-bright {
  background-color: @menubgcolor !important;
  border-bottom: 1px solid @menubgcolor !important;
}
.navbar-bright li > a:hover {
  background-color:@header_bg;
  color: #ffffff;
}
.dropdown-menu .active > a,.current-menu-item>a,.dropdown-menu a:hover,
.dropdown-menu li > a:hover {
  background: @header_bg;
}
/*Menu Style End*/

/*Color Scheme*/
.post-meta-links{ background: @color_scheme; }
.post-title a { color: @color_scheme; }
a:hover { color: @secondary_color; }

.btn-primary{
  background-color: @color_scheme;
  border:1px solid rgba(0, 0, 0, 0);
}
.btn-primary:hover{
  background-color: @secondary_color;
  border:1px solid rgba(0, 0, 0, 0);
}
/*Color Scheme End*/

/*Secondary Color*/
.btn span{ background-color: @secondary_color; }
/*Secondary Color End*/

/*Header Background*/
#masthead { background-color:@header_bg; }

body{ background-color: @body_bg; }
footer{ background-color: @footer_bg; }

#wp-calendar a{ color: @secondary_color; }
