﻿
hr {
	border-top: 1px solid #c6c6c6;
	margin-top: 5px;
	margin-bottom: 5px;
}

li h3 {
	margin-top: 0;
	margin-bottom: 0;
}




#s4-bodyContainer {
	padding-bottom: 0;
}

.k-SearchBox, .k-SearchBox div {
	display: inline-block;
	white-space: nowrap;
}
.ms-srch-sb-border, .ms-srch-sb-border:hover, .ms-srch-sb-borderFocused {
	width: auto;
	border: none;
}
.ms-helperText, input.ms-helperText {
	color: #777;
}
.ms-srch-sb > input {
	height: 22px;
	background-color: #fff;
}
#searchInputBox {
	margin-bottom: 0;
	float: inherit;
}



.k-AnonymousUser .k-SharePointUserHeader {
	display: none;
}



/* Top Nav Bar */
.navbar-inverse ul.ms-core-listMenu-root > li.static > a.ms-core-listMenu-item {
	display: none;
}
.navbar-inverse ul.ms-core-listMenu-root, .navbar-inverse ul.ms-core-listMenu-root > li.static > ul.static {
	padding-left: 0;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
	margin-right: 0;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-inverse .ms-core-listMenu-horizontalBox li.dynamic > .ms-core-listMenu-item {
  padding-top: 4px;
  padding-bottom: 4px;
}
.navbar-inverse .ms-core-listMenu-horizontalBox li.dynamic > .ms-core-listMenu-item:hover {
  background-color: #eee;
}




/* Blog */
.ms-accentText, .ms-accentText:visited, .ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
	color: #cc2328;
}



.ms-rteForeColor-1 {
	color: #cc2328;
}




/* Tool Pane */
#MSOTlPn_MainTD {
	position: absolute;
	top: 155px;/*63*/
	left: 0;
	z-index: 3000;
	height: 500px;
	overflow: scroll;
}



/* Fix issue with some icons (like the gear to access settings) */
#suiteBarButtons *, #suiteBarButtons *:before, #suiteBarButtons *:after,
.ms-webpart-controlBox *, .ms-webpart-controlBox *:before, .ms-webpart-controlBox *:after {
  -webkit-box-sizing: initial;
     -moz-box-sizing: initial;
          box-sizing: initial;
}

#suiteBarLeft {
	background-color: #cc2328;
}
