/**
* Colour specific settings
*
# This file is to contain ONLY the overrides needed to changing the colour of the site,
* so no colours, sizes, fonts or spacings styles
*
* This will mainly be used for the background colours, foreground colours and coloured image backgrounds
*
*
*/
#header {
	border-color: #A1A1A1;
}

div.tags ul li,h2,h3,h4,
div.intro p,
div p.intro,
blockquote p,
p.lead,
table th,
dl.staff dt,
p em,
#content h4,
#content h5, 
#content h6,
ul#breadcrumb li a,
div.peripheralcontent h3,
div.featured h3,
div.listing h3,
#webform fieldset legend,
.serif,
div.contactCard h4
{
	color: #3E494E;
}


a:link,a:visited, #container table tr td a,
div .card a, .ep_citations_item a
{
	color: #00366B;
}

/*
 Main Left Navigation
*********************************************************/
#nav li a {
	color: #FFF;
}

#nav li#searchBox, #nav li.home a, #nav li.sotonhome a, input.button {
	background-color: #A1A1A1;
}

#nav li.home a:hover, #nav li a:hover, #nav li.active a, #nav li.inactive a:hover, #nav li.sotonhome a:hover {
	background-color: #3E494D;
}

#nav li#searchBox button.submit {
	background-image: url(../../images/cb3/nav_silver_search.gif);
}

#nav li#searchBox input.text, #nav li.pages, #nav li.home  {
	border-color: #B7BBBD;
}

#nav li.home a {
	background-image: url(../../images/cb3/nav_silver_home.gif);
}

#nav li.home a:hover {
	background-image: url(../../images/cb3/nav_silver_home_over.gif);
}

#nav li li.inactive a {
	/* inactive items and inactive items under active items */
	background-color: #6F777B;
}

#nav ul ul,#nav li li,#nav li li.active a,#nav li li.active li {
	/* border for all items in the nav */
	border-color: #B7BBBD !important;
}

/* University Home Top level Item */
#nav li.sotonhome a {
	background-image: url(../../images/cb3/nav_silver_back.gif);
}

#nav li.sotonhome a:hover {
	background-image: url(../../images/cb3/nav_silver_back_over.gif);
}

/* page list styles */
.pageList ul li, div.featured ul li,#content div.card div.row ul.facts li,.peripheralcontent ul li, div.card div.peripheralcontent ul li,.peripheralcontent div.newsfeed h3,.peripheralcontent h3.flickr   {
  background-color: #F2F2F2;
}

/* tab navigation */
div#content ul.tabs li.active a {
	background: #FFF url(../../images/cb3/bg_tabs_silver.gif) repeat-x;
}

div.peripheralcontent div.feature div.feature-bg {
  background: #FFF url(../../images/cb3/bg_highlightBox_silver.png) no-repeat 0 0;
}

/* profile styles */
.testimonialDetails dl dt, .profileDetails dl dt {
  color: #6F777B;
}

div.highlightBox {
	background: #FFF url(../images/cb3/bg_highlightBox_silver.png) no-repeat 2px 2px;
	
	}
	
	.kisinfo {
     background: url("../../images/kis/nav_up_grey.png") no-repeat;
	 padding: 0px 25px;
	 color: #3E494E;

}

div.card div.row ul.facts li {
  background-color: #F2F2F2;
}

.menu-icon {
background-color: #F2F2F2;
}

.flex-control-nav li a {
background: url(../../images/slider/bg_nav_gray.png) no-repeat;  
}

.usefuldownloads {
background-color: #F2F2F2; /* The color of menu button */
}
.readers > li {
background-color: #F2F2F2 !important;
}

a.adjust {

background-color: #F2F2F2;
}

a.adjust:hover {

background-color: #3E494E;
}