
a {text-decoration: none}


/********** HEADER PIECES **************/

header {
	position: relative
}

 @media screen and (min-width: 801px) {
 header .searchform {
	position: absolute;
	z-index: 99;
	right: 5px;
	top: 45px;
}
 .toplinks {
	text-align: right;
	margin-top: 0px;
}
.toplinks nav.sbnav_horizontal {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.topsocial {position: absolute;top: 75px;right: 5px;
height: 45px;
	text-align: right
}
}

/********** CONTENT SIZES **************/
@media screen and (min-width: 801px) {
.sidebar_left {
	width: 20%;
	max-width: 20%;
}
section.mainwrap {
	width: 78%;
}
}

/********** SIDEBAR STYLES **************/

@media screen and (max-width: 800px) {
.sidebar_left {background-color: #FFFFFF;}
}

.sidebar_left h3 {
    margin-top: .2em;
    margin-bottom: .2em;
}

/********** BOTTOM PIECES **************/

 @media screen and (max-width: 800px) {

.bottommenu nav.sb_hlinks ul li {
	display: block;
}
}


/********** SMALLER SOCIALS **************/
.fa-2x {
	font-size: 1.3em;
}

/********** GRID **************/

[class*='bit-'] {
 float: left;
 padding: 4px;
}
/**** .nest class to any div with bit-x to pull padding out for nesting *****/ 
[class*=bit-].nest {
	padding: 0px 0px 8px 0px !important;
}
/**** .centered class to any div with bit-x to center that bit div in the container *****/ 
[class*=bit-].centered {
	float: none;
	margin: 0 auto !important;
}
.bit-1 {
	width: 100%;
}
.bit-2 {
	width: 50%;
}
.bit-3 {
	width: 33.33333%;
}
 @media screen and (max-width: 800px) {
.bit-1 {
	width: 100%;
}
.bit-2 {
	width: 100%;
}
.bit-3 {
	width: 100%;
}
}

 @media only screen and (min-width: 801px) {
.hide-on-full {
	display: none !important;
	width: 0;
	height: 0;
}
}
 @media only screen and (max-width: 800px) {
.hide-on-mobile {
	display: none !important;
	width: 0;
	height: 0;
}
}
