This is all in my Custom CSS
header.tc-header {
background-color: rgba(242, 129, 81,0.8);
}
/* Both sidebars */
.tc-sidebar {
background-color: rgba(242, 129, 81,0.8);
}
/* Left sidebar */
.left .tc-sidebar {
background-color: rgba(155, 10, 10, 0.8);
}
/* Right sidebar */
.right .tc-sidebar {
background-color: rgba(51, 153, 255, 0.1);
}
.widget-title {
color: #000000;
text-shadow: none;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
}
.widget .widget-title {
font-size: 16px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 22px;
margin-bottom: 10px;
font-family: "Adobe Fan Heiti Std B";
}
header.tc-header {
border-bottom: 0;
}
.round-div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.round-div {border-color: rgba(255, 255, 255, .5);}
.widget-front.hover .round-div, article.hover .round-div {
-webkit-transform: scale(1.65);
-moz-transform: scale(1.65);
-ms-transform: scale(1.65);
-o-transform: scale(1.65);
transform: scale(1.65);
}
.entry-summary, .widget-area, .widget-title {
color: black;
text-shadow: none;
}
/* Remove Post/Page Icon */
.page #main-wrapper h1.format-icon:before {
content: none;
}
/* Remove the pencil icon */
.post h1.format-icon:before, .post h2.format-icon:before {
content: none;
}
/* Adjust Menu colors - Normal */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter {
color: black;
text-shadow: none;
}
/* Adjust Menu colors - Active */
.navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a,
.navbar .nav > li.current-menu-item > a:first-letter,
.navbar .nav > li.current-menu-ancestor > a:first-letter {
color: purple;
text-shadow: none;
}
.site-header {
position: relative;
}
.main-navigation {
position: absolute;
top: 135px;
width: 100%;
}
.wrapper {
margin-top: 30px;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
border-top: none;
}
.brand.span3 {
display: block;
float: none;
margin: auto !important;
}
/* center Header Logo*/
.brand.span3 {
float: none;
margin: auto !important;
}
.row-fluid .navbar-wrapper {
float: none;
margin: 0 auto;
width: 100%;
}
.navbar .navbar-inner {
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
}
.navbar .navbar-inner {
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
background:none
}