/* Add here all your CSS customizations */

/*.img-right{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 10px;
	float: right;
}


body {
	background-color: #FFF;
	color: #777;
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}*/

/* Header */
/*header {
	clear: both;
	border-top: 5px solid #EDEDED;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#ffffff 100%);
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
}*/

/* Footer */
/*footer {
	background: #121214;
	border-top: 4px solid #1F1F1F;
	font-size: 0.9em;
	margin-top: 70px;
	padding: 80px 0 0;
	position: relative;
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
}*/



/*** TERMINALFOUR ADDITIONS ***/

/* Inner Page Breadcrumbs */
/* SiteManager outputs the breadcrumb divider between li's
 * whereas the original HTML has them within the li */
.breadcrumb .divider {
	color: #ccc;
	padding: 0 5px;
}
div.breadcrumb {
	background: none;
	color: #fff;
	margin: 0;
	padding: 0;
}
div.breadcrumb a {
	background: none;
	color: #FED307;
	margin: 3px 0 0;
	padding: 0;
	text-shadow: none;
}

/* Staff Listing */
/* Job Title element is of type HTML so will output p tags.
 * Remove p styling to bring it inline with original CSS */
ul.team-list .thumb-info-type {
	color: inherit;
	line-height: inherit;
	margin: 0;
}

/* Staff Profile */
/* Restyle any HTML elements that will bring in p tags */
.t4-staff-profile h2 p, .t4-staff-job-title {
	color: inherit;
	display: inline;
	line-height: inherit;
	margin: 0;
 }

 /* Capitalise language switcher */
 .langswitcher {
 	text-transform: uppercase;
 }

 /* Link Menu Styling */
 ul.nav li ul li a {
 	background: none !important;
 	border-bottom: 0 !important;
 	color: inherit;
 	font-size: 0.9em;
 	padding: 0;
 }

 /* Course: Course Tutor(s) styling PSRR: 1872 */
 .t4-course-tutors p {
 	font-weight: bold;
 	margin-bottom: 0;
 }

/*** CLIVE JONES ADDITIONS ***/

/* Top Nav appears when resizing to mobile */


@media (max-width: 767px) {

	body header nav ul.nav-top {
		left: 0;
	}

	body header div.header-top,
	body header nav ul.nav-top,
	body header nav ul.nav-top li {
		display: block;
	}
	
	header.flat-menu div.search,	
	body header.flat-menu div.social-icons {
		display: none;
	}

}

/* Course Social Media Icons */

.social-right {
	float: right;
	padding-right: 100px;
}
/*Added by Keith Bolton for sa1 section*/
/*pull quote speach bubble css class (sa1-pull-quote) uses blockquote for quote and para for name following quote*/
.sa1-pull-quote {
	position: relative;
	padding: 15px 30px;
	margin: 0;
	color: #fff;
	background: #285f97; /* default background for browsers without gradient support */
	/* css3 */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#66ccff), to(#285f97));
	background: -moz-linear-gradient(#66ccff, #285f97);
	background: -o-linear-gradient(#66ccff, #285f97);
	background: linear-gradient(#66ccff, #285f97);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.sa1-pull-quote + p {margin:15px 0 2em 85px; font-style:italic;}

/* creates the triangle */
.sa1-pull-quote:after {
  content:"";
  position:absolute;
  bottom:-50px;
  left:50px;
  border-width:0 20px 50px 0px;
  border-style:solid;
  border-color:transparent #285f97;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
/*style for publication scheme list*/
.pub { 
  padding:0; 
  margin:0;
}
.pub li{
  margin-top: 1em; 
  margin-bottom: 1em; 
  list-style-type:none; 
  line-height:120%;
}
/*a gallery of logos for CWIC, images of standard height in a row within a div span12*/
div.logo-img {
    margin: 2px;
    /*border: 1px solid #ccc;*/
    float: left;
    /*width: 180px;*/
	height: 75px;
}
div.logo-img img {
    width: 100%;
    height: auto;
}

