.dropdown {
position: relative;
}
.dropdown-toggle {
*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
outline: 0;
}

.dropdown .caret {
width: 26px;
height: 16px;
position: absolute;
bottom:-6px; 
left:50%;
margin-left:-13px;
overflow: hidden;
z-index:5000;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}


.ie .dropdown .caret {
width: 9px;
height: 5px;
position: absolute;
bottom:6px; 
left:50%;
margin-left:-5px;
background:url(images/caret.png) no-repeat;
}


.dropdown .caret:before {
content: "";
position: absolute;
width: 6px;
height: 6px;
background:#7d7d7d;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg); 
top:-3px;
left:10px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.dropdown:hover .caret,
.dropdown.active .caret {
bottom:-16px; 
}

.ie .dropdown:hover .caret,
.ie .dropdown.active .caret {
bottom:-12px;
width: 23px;
height: 12px;
background:url(images/arrow-down-black.png) no-repeat;
margin-left:-11px;
}

.dropdown:hover .caret:before,
.dropdown.active .caret:before {
content: "";
position: absolute;
width: 18px;
height: 18px;
background: #1e1e1e;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg); 
top:-9px;
left:4px;
-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}

.ie .dropdown .caret:before,
.ie .dropdown:hover .caret:before,
.ie .dropdown.active .caret:before {
display:none
}

.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
padding: 24px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.well-small {
padding: 9px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-ms-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-moz-transition: height 0.35s ease;
-ms-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.collapse.in {
height: auto;
}

.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}


.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
}

.nav > .pull-right {
  float: right;
}

.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #7d7d7d;
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}



.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  background-color: #a04646;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}

.navbar {
*position: relative;
*z-index: 2;
overflow: visible;
margin-bottom: 0;
}

.navbar-inner {
min-height: 48px;
padding:0;
background: #1e1e1e;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

.navbar .container {
width: 888px;
}
.nav-collapse.collapse {
height: auto;
}

.navbar {
color: #7d7d7d;
}

.navbar .brand {
float: left;
display: block;
padding: 16px 10px 16px 20px;
margin-left: -20px;
line-height: 1;
}

.navbar-search {
position: relative;
margin-top: 12px;
margin-bottom: 0;
}
.navbar-search .search-query {
padding: 2px 6px 2px 24px;
-webkit-border-radius:16px;
-moz-border-radius:16px;
border-radius:16px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1;
color: #ffffff;
border: 1px solid #232323;
background:#282828 url(images/search.png) no-repeat 8px 50%;
-webkit-transition: background-color 0.3s linear, color 0.3s linear, border 0.3s linear;
-moz-transition: background-color 0.3s linear, color 0.3s linear, border 0.3s linear;
-ms-transition: background-color 0.3s linear, color 0.3s linear, border 0.3s linear;
-o-transition: background-color 0.3s linear, color 0.3s linear, border 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear, border 0.3s linear;
}
.navbar-search .search-query:-moz-placeholder {
color: #7d7d7d;
}
.navbar-search .search-query:-ms-input-placeholder {
color: #7d7d7d;
}

.navbar-search .search-query::-webkit-input-placeholder {
color: #7d7d7d;

}

.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
color: #232323;
text-shadow: 0 1px 0 #ffffff;
background-color: #ffffff;
border: 0;
border: 1px solid #ffffff;
outline: 0;
-webkit-box-shadow:none;
-moz-box-shadow: none;
box-shadow: none;
}



.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
margin-bottom: 0;
}

.navbar-fixed-top {
top: 0;
}
.navbar-fixed-bottom {
bottom: 0;
}

.navbar .nav {
position: relative;
left: 0;
display: block;
float: left;
margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}

.navbar .nav > li {
display: block;
float: left;
}

.navbar .nav > li > a {
float: none;
padding: 13px 8px 15px;
font-size:14px;
line-height: 20px;
color: #7d7d7d;
text-decoration: none;
}

.navbar .nav > li > a:hover {
background-color: transparent;
color: #ffffff;
text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
color: #a04646;
text-decoration: none;
background-color: transparent;
}

.navbar .nav > li.divider-vertical {
height: 14px;
margin:18px 0 0 0;
width: 1px;
overflow: hidden;
background-color: #7D7D7D;
}

.navbar .nav.pull-right {
margin-left: 10px;
margin-right: 0;
}

.navbar .btn-navbar {
display: none;
float: right;
padding: 7px 10px;
margin-top:10px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);

}
.navbar .btn-navbar .icon-bar {
display: block;
width: 18px;
height: 2px;
background-color: #f5f5f5;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
margin-top: 3px;
}

/*.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}*/


.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: transparent;
}
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
color: #a04646;
}
.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
left: auto;
right: 0;
}
.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
left: auto;
right: 12px;
}
.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
left: auto;
right: 13px;
}


.wp-pagenavi {
height: 26px;
display: inline-block;
*display: inline;
*zoom: 1;
margin-left: 0;
margin-bottom: 0;
}

.wp-pagenavi a, 
.wp-pagenavi span {
display: inline;
float:left;
margin-left:10px;
}

.wp-pagenavi span.pages {
margin-left:0;
border:none;
width:auto;
}
.wp-pagenavi a, .wp-pagenavi span {
float: left;
padding: 0;
width:24px;
line-height: 24px;
text-decoration: none;
color:#7d7d7d;
border: 1px solid #c8c8c8;
text-align:center;
}

.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
color:#A04646;
border: 1px solid #A04646;
}

.pagination-centered {
text-align: center;
}
.pagination-right {
text-align: right;
}

.pagination {
margin: 24px 0 0 0;
}
