@media (max-width: 979px) {

	.dropdown-menu > li {
		border-bottom: 1px solid #0088cc !important;
	}

}

/* links */

a, a:visited{
	color: #0088cc;
}

a:hover{
	color: #B74348;
}

a:focus {
	color: #B74348;
	text-decoration: none;
}

.color {
	color: #B74348 !important;
}

.button a, .button a:visited {
background:#B74348;
color: #FFF;
padding: 5px;
}

.button a:hover {
background:#0088cc;
text-decoration: none;
}

/* Header */

header .hlinks > span {
background: #B74348;
border: 1px solid #0088cc;
}

header .hlinks > span:hover {
	background: #0088cc;
}

/* Navigation */

.navbar {
background-color:#B74348 !important;	
}

.navbar-inner {
background:#B74348 !important;
border-top: 1px solid #0088cc;
border-bottom: 1px solid #0088cc;
filter: none !important;
}

.navbar .nav > li > a:hover {
	background: #0088cc !important;
	filter: none !important;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
	background: #0088cc !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #0088cc !important;
  background-image: none !important;
}

.dropdown-toggle{
	background: #B74348 !important;	
}

.nav-collapse .nav > li > a{
	background: #B74348 !important;	
}

/* Sidebar nav */

#nav > li > a { 
 border-left: 3px solid #B74348;
}

/* Sidebar page navigation */

#navi > li > a { 
 border-left: 3px solid #B74348;
}

/* Title */

.title i{
	color: #B74348;
}

/* Highlight */

.highlight {
	background: #B74348;
	border: 1px solid #0088cc;
}

/* Footer */

footer {
	border-top: 3px solid #B74348;
}

/* nav button */

.navbar .btn {
    background: none repeat scroll 0 0 #0088cc;
}

.navbar .btn:hover {
    background: none repeat scroll 0 0 #222222;
}
/* tabs */

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    background: none repeat scroll 0 0 #FFFFFF;
}

.nav-tabs  > li > a {
	color: #0088cc !important;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background: none repeat scroll 0 0 #0088cc;
}

/* Pagination */

.paging li a {
	color: #B74348;
}

.paging .active, .paging a:hover {
	background: #B74348 !important;
}

.span3 nav ul > li > a { border-left: 3px solid #B74348; }

/* forms */

input:focus, textarea:focus, select:focus {
    outline: none !important;
    border-color: #B74348 !important;
    box-shadow: 0 0 5px #B74348 !important;
}

input.btn-danger:focus {
    outline: none !important;
    border-color: transparent !important;
    box-shadow: 0px 0px 0px transparent !important;
}

/* blog */

.posts .tags a:hover {
	background: #B74348;
}

/* header gravatar */

.modal-buttons .gravatar:hover {
	border: 1px solid #0088cc;
    transition: all 1s ease 0s;
}

.modal-buttons .account-link:hover .gravatar {
	border: 1px solid #0088cc !important;
    transition: all 1s ease 0s !important;	
}

.modal-buttons .account-link:hover {
	 transition: all 1s ease 0s;
	 color: #0088cc !important;
}

.modal-buttons .gravatar:hover .modal-buttons .account-link {
	color: #0088cc !important;
	transition: all 1s ease 0s;
}


