/*
style.org
public style sheet (gray) by Jonathan Corum
updated January 24, 2004

You are welcome to use this style sheet.
For additional colors, please see http://www.style.org/css/

*/


/* TAGS */

BODY {
	background: #FFFFFF;
	font-family: Verdana, serif;
	font-size: 12px;
	height: 10%;
	text-align:justify
}

.bodyBox{

max-width:750px;
margin-left:auto;
margin-right:auto;


}

TABLE TD {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 11px;
}

P, BLOCKQUOTE {
	line-height: 160%;
}

UL, OL {
	//line-height: 130%;
}

a.bcs:link {
	color: #FF9900;
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
}

a.bcs:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
/*	border-bottom: 1px dotted #006600;*/
}

a.pdf:link {
	color: #FF9900;
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
}

a.pdf:hover {
	color: #FF9900;
	text-decoration: underline;
	font-weight:bold;
	font-size: 12px;
/*	border-bottom: 1px dotted #006600;*/
}

a.footerref:link {
	color: #999999;
	text-decoration: underline;
	font-weight:bold;
	font-size: 10px;
}

a.footerref:hover {
	color: #999999;
	text-decoration: underline;
	font-weight:bold;
	font-size: 10px;
/*	border-bottom: 1px dotted #006600;*/
}

A {
	color: #FF9900;
	text-decoration: none;
	font-size: 13px;
}

A:hover {
	color: #FF9900;
	text-decoration: underline;
/*	border-bottom: 1px dotted #006600;*/
}

SUP {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: 100%;
}


/* HEADER */

.shadow1 {
	background-color: #999999;
	border-bottom: 1px solid #BBBBBB;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.shadow2 {
	background-color: #DDDDDD;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.header {
	background: #111111;
	border-bottom: 2px solid #006600;
	padding: 3px 10px 3px 10px;
}

.framework {
	width: 100%;
}

.head {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}


/* FOOTER */

.footer {
	background: #FFF;
	color: #666666;
	border-top: 1.5px solid #999999;
	font-family: Verdana;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 50px;
}

.footertext {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
}


/* CONTENT */

H1 {
	color: #111111;
	font-family: Verdana, serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: 0px;

    text-align: center;
}

H2 {
	font-family: Verdana, serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5px;
}

H3 {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-bottom: 5px;
}

.breadcrumb {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 50px;
}

.content {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 100px;
}

.deck {
	color: #333333;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	margin-top: 3px;
}

.byline {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 16px;
}

.dateline {
	color: #666666;
	font-size: 12px;
	font-family: Verdana;
}

.footline {
	font-family: Verdana;
	font-style: italic;
	margin-top: 16px;
}

.subsection {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pullquote {
	background-color: #EEEEEE;
	color: #333333;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 35%;
	float: right;
}

.smallcaps {
	font-variant: small-caps;
}

hr {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1.5px;
	width: 100%;
	text-align: left;
}

li {
    margin: 0 0 1em 0;

}

/* IMAGES */

.titleimage {
	position: relative;
	float: right;
	margin: 10px;
	margin-top: 20px;
	margin-left: 30px;
}


/* TABLES */

.caption {
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

.captiontitle {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}


/* RULES */

.rule {
	border-top: 1px dotted #666666;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

img {
    border: 0 none;
    vertical-align: middle;
    margin-left: 3em;
    margin-bottom: 3em;
    float: right ;
    max-width: 100%;
    height: auto;
}

.menu  a {
    font-size:16px;
}

.menu {
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
}

.footer img {
    margin-left: 0em;
    margin-right: 2em;
    margin-bottom: 1em;

}

.disabled-link {
	font-size: 16px;
    color: grey;

}

#qmul-logo {
    vertical-align: middle;
    height: 2.625em;
    width: 9.82845em;
    float: left;
}

#goldsmiths-logo {
    vertical-align: middle;
    height: 2.625em;
    width: 10.062525em;
    float: left;
}

#bath-logo {
    vertical-align: middle;
    height: 2.625em;
    width: 7.5em;
    float: left;
}

#epsrc-logo {
    vertical-align: middle;
    height: 2.625em;
    width: 7.36173em;
    float: left;
}

@media only screen and (max-width: 48em) { /* 13 / 390 */
    img {
        display:  block;
        float: right;
        clear: both;
    }
}

@media only screen and (max-width: 30em) { /* 13 / 390 */
    img {
        display:  block;
        float: right;
        clear: both;
    }
}


