/* 
1 General color adjustments
2 News and events swipe
3 Top (Audience) Navigation
4. Main Navigation
5. Audience gateway button style adjustments

1. General Color Adjustments */

a {
color: #0000FF;
}

h1, .contentHeader, .newsArticleHeader, .bodyHeader, .searchInfo
{
	color: #551900;
}

h2,h3 {
	color: #191919;
}

/* 2. News and events swipe */

.homeevents .articleWrapper div.articleDateContainer{
    background: none repeat scroll 0 0 #215352 !important;
    color: white;
}


.newshome .articleWrapper div.articleDateContainer{
    background: none repeat scroll 0 0 #215352 !important;
    color: white;
}

/* 3. Top (Audience) navigation */
ul.audience {
background:#5d87a1;
}

ul.audience li.gateway, ul.audience li.logo {
	background: #215352;
		background:url(/images/global/mobile/button_gradient.png) repeat-y top right #215352;
background-image: linear-gradient(left , rgb(33,83,82) 44%, rgb(55,97,96) 72%);
background-image: -o-linear-gradient(left , rgb(33,83,82) 44%, rgb(55,97,96) 72%);
background-image: -moz-linear-gradient(left , rgb(33,83,82) 44%, rgb(55,97,96) 72%);
background-image: -webkit-linear-gradient(left , rgb(33,83,82) 44%, rgb(55,97,96) 72%);
background-image: -ms-linear-gradient(left , rgb(33,83,82) 44%, rgb(55,97,96) 72%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0.44, rgb(33,83,82)),
	color-stop(0.72, rgb(55,97,96))
);
}

ul.audience li.logo {
border-right: 5px solid #afbd22;
background:#215352;
}

/* 4. Main Navigation */

div#searchBar {
	background:#215352;
}

#searchBar input {
border:1px solid #afbd22;
}

.primaryNavHeader{
color: #afbd22;
}

h2.secondaryNavHeader {
	color:#afbd22;	
}

div.navStatic {
background-color:#afbd22;
}

div.navStatic .gradientbar {
background-image: linear-gradient(left , rgb(33,83,82) 44%, rgb(176,189,34) 72%);
background-image: -o-linear-gradient(left , rgb(33,83,82) 44%, rgb(176,189,34) 72%);
background-image: -moz-linear-gradient(left , rgb(33,83,82) 44%, rgb(176,189,34) 72%);
background-image: -webkit-linear-gradient(left , rgb(33,83,82) 44%, rgb(176,189,34) 72%);
background-image: -ms-linear-gradient(left , rgb(33,83,82) 44%, rgb(176,189,34) 72%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0.44, rgb(33,83,82)),
	color-stop(0.72, rgb(176,189,34))
);
}

/* 5 Audience gateway button style adjustments */
.mbutton{
}

/* 6. spif background */
.random-video {
background: url("/images/global/mobile/spifcircles.png") repeat #a0d5b5;
}

.newsSorting {
	background: #215352;
}