
/* IMPORT GENERIC STYLE DEFINITIONS COMMON TO ALL DEPT SITES */
@import "http://www.qmul.ac.uk/qmcms/css/deptstyle2010.css";

/* ---------------------------------------------------- */
html {
	background-color: #6f7394;
}
/* ---------------------------------------------------- */
#primaryNav a{
	background-color: #dedfe7;
	color: #6f7394;
}
/* reverse out the colours on mouse over */
#primaryNav a:hover{
	background-color: #6f7394;
	color: #fff;
}
/* the active page isn't a link on the primary nav so set reverse out styles */
#primaryNav li.current {
	background-color: #6f7394;
	color: #fff;
}
/* ---------------------------------------------------- */
#breadcrumb a:link {
   color: #fff;	
}
#breadcrumb a:visited {
   color: #fff;
}
#breadcrumb a:hover {
   color: #a7c2c0;
}
#breadcrumb a:active {
   color: #fff;
}
/* ---------------------------------------------------- */
#main a[href], #main2col a[href] {
	border-bottom: 1px dotted #6f7394;
}
#main a[href]:hover, #main2col a[href]:hover{
	border-bottom: 1px dotted #990000;
}
#main a.noBorder, #main a.noBorder:hover {
	border: 0px;
}
/* ---------------------------------------------------- */
#sidebar a{
	border-bottom: 1px dotted #6f7394;
}
#sidebar a:hover{
	border-bottom: 1px dotted #990000;
}
#sidebar a.noBorder:hover{
	border-bottom: 0px;
}
/* ---------------------------------------------------- */
#footer a{
	border-bottom: 1px dotted #6f7394;
}
#footer a:hover{
	border-bottom: 1px dotted #990000;
}
/* ---------------------------------------------------- */
a {
   text-decoration: none;
}
a:link {
   color: #6f7394;	
}
a:visited {
   color: #6f7394;
}
a:hover {
   color: #990000;
}
a:active {
   color: #6f7394;
}
/* ---------------------------------------------------- */
/* don't want the icon next to images that are links so turn it off */
#sidebar a[target="_blank"].noBorder{
	background: url(http://www.qmul.ac.uk/qmcms/images/dummy.gif) center right no-repeat;
	padding-right: 0px;
}
/* ---------------------------------------------------- */
/* Button link - used on the Literary Essay in English Conference page for booking */
.button a{
	display: block;
	padding: 10px 20px 15px 20px;
	background-color: #6f7394;
	color: #fff;
	border-bottom: 0px!important;
	width: 150px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button a:hover{
	background-color: #e8e2d7;
	color: #6f7394;
}
/* ---------------------------------------------------- */
