/*	------------------------
	School of Science styles
	------------------------  */

/*  -----------------------
	Override default styles
	-----------------------  */

#main-header-menu ul li a {
	border-right: 1px solid #ccc;
}

#main-header-menu ul .last a {
	border: 0;
}

#main-title {
	background: #000 url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/global/h1-bg.jpg) no-repeat left top;
	font-size: 100%;
	width: 100%;
}

#main-breadcrumb {
	color: #666;
}

.home #main-breadcrumb {
	margin: 0;
}

#main-menu span {
    display: block;
}

#main-menu .currentbranch0 a,
#main-menu .currentbranch0 a:focus,
#main-menu .currentbranch0 a:hover,
#main-menu a.active,
#main-menu a.active:focus,
#main-menu a.active:hover {
    background: #000 url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/global/h1-bg.jpg) no-repeat left top;
    color: #fff;
}

#main-menu .currentbranch1 a,
#main-menu .currentbranch1 a:focus,
#main-menu .currentbranch1 a:hover {
	background: #ddd url("http://www.lboro.ac.uk/-images/submenu-bullet1b.gif") no-repeat 0 6px;
}

#main-menu .currentbranch2 a,
#main-menu .currentbranch2 a:focus,
#main-menu .currentbranch2 a:hover {
        background: #ddd url("http://www.lboro.ac.uk/-images/submenu-bullet2b.gif") no-repeat 0 6px;
}

#main-menu ul li ul li a {
	background-position: 0 6px;
}

#main-menu ul li ul li ul li a {
    background: #eee url("http://www.lboro.ac.uk/-images/submenu-bullet2.gif") no-repeat 0 6px;
}

#main-menu ul li ul li ul li a:focus,
#main-menu ul li ul li ul li a:hover {
    background-color: #ddd;
}

#site-footer {
	color: #999;
	border: 0;
	background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/global/site-footer-bg.png) no-repeat center top;
	margin: 0;
	width: 960px;
}

	#site-footer a {
		color: #666;
		text-decoration: none;
	}
	
	#site-footer a:focus,
	#site-footer a:hover {
		color: #333;
	}

#main-botlinks {
	margin-bottom: 0;
	padding-bottom: 10px;
}

a {
	color: #666;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #999;
	text-decoration: underline;
}

#content-wrapper #content p a {
	text-decoration: underline;
}

.modal {
	display: none;
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 0;
    margin: 15px 0;
}


/*	-------------
	Global styles
	-------------  */

/*	Layout and typography
	---------------------  */
	
#content-wrapper {
	background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/global/content-wrapper-bg.png) repeat-y right top;
	float: right;
	margin: -10px 0 0;
	overflow: hidden;
	padding: 10px 0 0;
	width: 740px;
}

#content {	
	float: left;
	line-height: 1.5;
	width: 530px;
	margin: 1em 0 0 0;
	padding-bottom: 20px;
}

.home #content {
	background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/global/content-bg.png) repeat-y left top;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

	#content h2 {
		color: #000;
		font-size: 1.5em;
		line-height: 1.1;
		margin: 0 0 11px;
		padding: 0 20px 0 0;
	}
	
	#content .main-photo img {
		border: 1px solid #ddd;
		margin-bottom: 12px;
	}
	
	#content .photo img {
		border: 1px solid #ddd;
	}
        
#content .main-video {
	display: block;
	margin-bottom: 15px;
	position: relative;
	height: 222px;
	width: 530px;
}

	#content .main-video img {
		border: 1px solid #bbb;
	}
	
	#content .main-video a:focus img,
	#content .main-video a:hover img {
		border-color: #888;
	}
	
	#content .main-video a strong {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/icon-play-large.png) no-repeat left top;
		display: block;
		left: 205px;
		height: 110px;
		position: absolute;
		top: 56px;
		width: 120px;
	}
	
	#content .main-video a:focus strong,
	#content .main-video a:hover strong {
		background-position: left -390px;
	}
	
	#content p {
		margin: 0 0 1em;
	}
	
	#content h2 + img + p {
		font-size: 15px;
		line-height: 1.3;
	}
        
	#content h3 {
		border: 0;
		font-size: 21px;
		font-weight: bold;
		letter-spacing: -0.04em;
		line-height: 1;
		margin: 0 0 10px;
		padding: 0;
	}
        
        #content h4 {
        	color: #9da0a7;
        	font-size: 1.4em;
        	font-weight: normal;
        	line-height: 1.15;
        	margin: 0 0 0.75em;
        }
        
        #content p + h4,
        #content ul + h4 {
        	margin-top: 1em;
        }

	#content h5 {
		color: #444;
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 12px;
	}

	#content p + h5,
	#content ul + h5 {
		margin-top: 18px;
	}

	#content h6 {
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 12px;
	}
	
	#content ul li h6 {
		margin: 0;
	}

	#content p + h6,
	#content ul + h6 {
		margin-top: 16px;
	}
	
	#content img.right {
		float: right;
		margin: 0 0 20px 20px;
	}
	
	#content-wrapper #content ul {
		border-top: 1px solid #eee;
		list-style: none;
		margin: 0 0 20px;
		padding: 0;
	}
	
		#content-wrapper #content ul li {
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/bullet.png) no-repeat 10px 11px;
			border-bottom: 1px solid #eee;
			margin: 0;
			padding: 5px 0 5px 25px;
		}
		
		#content-wrapper #content ul li:nth-child(odd) {
			background-color: #f8f8f8;
		}

#content blockquote {
	background: #f8f8f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eee;
	color: #999;
	margin: 20px 0 20px;
	padding: 15px 20px;
}	

	#content blockquote p {
		margin: 0;
	}
	
		#content blockquote p em {
			color: #666;
			font-size: 14px;
			padding-bottom: 5px;
		}
			

/*	--------
	Homepage
	--------  */

/*	Banner
	------  */
	
#banner {
	background: #000;
	height: 280px;
	line-height: 1;
	overflow: hidden;
}

	#banner ul {
		float: left;
		list-style: none;
		margin: 21px 0 0 20px;
		padding: 0;
		width: 230px;
	}
	
		#banner ul li {
			margin: 0 0 8px;
		}
		
			#banner ul li a {
				background: #222 url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/button-arrow.png) no-repeat right center;
				color: #fff;
				display: block;
				font-size: 16px;
				font-weight: bold;
				padding: 11px 20px 14px;
				text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
			}
			
			#banner ul li a:focus,
			#banner ul li a:hover {
				background-color: #333;
				text-decoration: none;
			}
			
	#banner #slideshow {
		border: 3px solid #222;
		float: right;
		margin: 17px 17px 0 0;
		height: 240px;
		width: 670px;
	}


/*	-------
	Content
	-------  */
	
#content-main {	
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 5px;
}

	#content-main #content-home {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/home/content-home-bg.png) no-repeat left top;
		float: left;
		padding: 20px 30px 0 20px;
		width: 660px;
	}
	
		#content-main #content-home h2 {
			color: #cecece;
			font-size: 36px;
			letter-spacing: -0.03em;
			line-height: 1;
			margin: 0 0 13px;
			padding: 0;
		}
		
		#content-main #content-home p {
			margin: 0 0 12px;
		}
		
		#content-main #content-home h2 + p {
			font-size: 16px;
			font-weight: bold;
			line-height: 1.4;
			margin-bottom: 10px;
		}
		
		
/*	Highlighted info
	----------------  */
		
#content p.info {
	background: #fff url(/media/wwwlboroacuk/styleassets/sitespecific/informationscience/img/icons/box-bg.png) repeat-x left bottom;
	border: 1px solid #e8e8e8;
	color: #666;
	margin: 1.5em 0 1.5em;
	padding: 12px 15px 12px;
	width: 498px;
}

	#content p.info em {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/informationscience/img/icons/icon-info.png) no-repeat left 4px;
		display: block;
		font-style: normal;
		padding-left: 20px;
	}


/*	Buttons
	-------  */
	
#content ul.buttons,
#content-wrapper #content ul.buttons {
	border: 0;
	font-weight: bold;
	list-style: none;
	margin: 15px 0 15px;
	overflow: hidden;
	padding: 0;
}

	#content ul.buttons li,
	#content-wrapper #content ul.buttons li {
		background: none;
		border: 0;
		float: left;
		line-height: 1;
		margin: 0 10px 10px 0;
		padding: 0;
	}
	
		#content ul.buttons li a {
			background: #222 url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/button-arrow.png) no-repeat right center;
			color: #fff;
			display: block;
			padding: 8px 34px 9px 20px;
		}
		
		#content ul.buttons li a:focus,
		#content ul.buttons li a:hover {
			background-color: #333;
			text-decoration: none;
		}

#content p.buttons {
	border-top: 1px dashed #ddd;
	overflow: hidden;
	margin-top: 15px;
	padding-top: 20px;
}

	#content p.buttons a {
	    color: #fff;
	}
	
	    #content p.buttons a strong {
	        background: #222 url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/button-arrow-prev.png) no-repeat 17px center;
	        display: block;
	        float: left;
	        padding: 8px 20px 9px 34px;
	    }
	
	    #content p.buttons a:focus strong,
	    #content p.buttons a:hover strong {
	        background-color: #333;
	    }
	
	    #content p.buttons a strong.next {
	        background-image: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/button-arrow.png);
	        background-position: right center;
	        float: right;
	        padding: 8px 34px 9px 20px;
	    }

#sidebar ul.buttons {
	border: 0;
	font-weight: bold;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0;
}

	#sidebar ul.buttons li {
		background: none;
		border: 0;
		float: none;
		line-height: 1;
		margin: 0 0 5px;
		padding: 0;
	}
	
		#sidebar ul.buttons li a,
		#content #sidebar ul.buttons li a {
			display: block;
			padding: 9px 15px 9px 38px;
		}
		
		#sidebar ul.buttons li a:focus,
		#sidebar ul.buttons li a:hover,
		#content #sidebar ul.buttons li a:focus,
		#content #sidebar ul.buttons li a:hover {
			text-decoration: none;
		}
						

/*	Downloads / resources
	---------------------  */

#content-wrapper #content ul.resources {
	border-top: 1px dashed #ddd;
	list-style: none;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0;
}

	#content-wrapper #content ul.resources li {
		border-bottom: 1px dashed #ddd;
		padding: 1px 0;
	}
	
		#content-wrapper #content ul.resources li a {
			background: #fbfbfb url(/media/wwwlboroacuk/styleassets/sitespecific/teachingcentre/images/filetypes/doc-pdf.png) no-repeat 5px 7px;
			display: block;
			font-weight: bold;
			padding: 6px 5px 8px 30px; 
			text-decoration: none;
			text-shadow: 1px 1px 1px #fff;
		}
		
		#content-wrapper #content ul.resources .pdf a {
			background-image: url(/media/wwwlboroacuk/styleassets/sitespecific/teachingcentre/images/filetypes/doc-pdf.png);
		}
                
		#content-wrapper #content ul.resources .doc a {
			background-image: url(/media/wwwlboroacuk/styleassets/sitespecific/teachingcentre/images/filetypes/page_white_word.png);
		}
                
		#content-wrapper #content ul.resources .xls a {
			background-image: url(/media/wwwlboroacuk/styleassets/sitespecific/teachingcentre/images/filetypes/page_white_excel.png);
		}
                
        #content-wrapper #content ul.resources .ppt a {
			background-image: url(/media/wwwlboroacuk/styleassets/sitespecific/teachingcentre/images/filetypes/page_white_powerpoint.png);
		}
                
		#content-wrapper #content ul.resources .link a {
			background-image: url(/media/wwwlboroacuk/styleassets/sitespecific/teachingcentre/images/filetypes/link.png);
		}
		
		#content-wrapper #content ul.resources li a:focus,
		#content-wrapper #content ul.resources li a:hover {
			background-color: #fdfdfd;
		}


/*	Expandable content
	------------------  */

#content h5.trigger {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 10px;
	background: #f8f8f8 url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/arrow-down.png) no-repeat 500px 15px;
	border: 1px solid #f2f2f2;
	padding: 5px 0 5px 15px;
	line-height: 1.5;
	font-weight: normal;
	cursor: pointer;
	display: block;
}
	
	#content h5.trigger:focus,
	#content h5.trigger:hover {
		background-color: #f2f2f2;
	}
	
		#content h5.trigger a {
		    border: 0;
		    text-decoration: none;
		    display: block;
		    outline: none;
		}
	        
	#content h5.active {
	    background: #f2f2f2 url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/arrow-up.png) no-repeat 500px 14px;
	}
	
	.toggle_container {
	    clear: both;
	    margin: 0;
	    overflow: hidden;
	    padding: 0;
	    width: 530px;
	}
	
		.toggle_container .block {
			color: #737373;
			margin-top: 2px;
			padding: 0 15px 0 15px;
			width: 501px;
		}


/*	YouTube videos
	--------------  */

#content p.youtube-video {
	clear: none;
	float: right;
	margin: 5px 0 15px 20px;
	width: 204px;
}

#sidebar p.youtube-video {
	margin: 0 0 15px;
	padding-top: 9px;
	width: 160px;
}

	#content p.youtube-video a,
	#sidebar p.youtube-video a {
		border: 2px solid #ddd;
		display: block;
		margin-bottom: 5px;
		height: 111px;
		position: relative;
		overflow: hidden;
		width: 200px;
	}
	
	#sidebar p.youtube-video a {
		border: 0;
		height: 89px;
		margin-bottom: 8px;
		width: 160px;
	}
	
	#content p.youtube-video a:focus,
    #content p.youtube-video a:hover {
        border-color: #ccc;
    }
		
		#content p.youtube-video a img {	        
	        border: 0;
	        height: 150px;
	        margin: -20px 0 0;
	        width: 200px;
	    }
	    
	    #sidebar p.youtube-video a img {
		    border: 0;
		    height: 120px;
		    margin-top: -16px;
		    width: 160px;
	    }	    
		
		#content p.youtube-video a strong,
		#sidebar p.youtube-video a strong {
	        background: url(/media/wwwlboroacuk/styleassets/sitespecific/lds/img/icon-play.png) no-repeat left top;
	        display: block;
	        left: 75px;
	        height: 46px;
	        position: absolute;
            text-indent: -9999px;
	        top: 32px;
	        width: 50px;
	    }
	    
		#sidebar p.youtube-video a strong {
	        left: 55px;
	        top: 21px;
	    }
	    
	    #content p.youtube-video a:focus strong,
	    #content p.youtube-video a:hover strong,
	    #sidebar p.youtube-video a:focus strong,
	    #sidebar p.youtube-video a:hover strong {
	        background-position: left -454px;
	    }
	    
	    #content p.youtube-video em,
	    #sidebar p.youtube-video em {
	        color: #999;
	        display: block;
	        font-size: 12px;
	        font-style: normal;
	        line-height: 1.4;
	        margin-bottom: 10px;
	        padding-top: 4px;
	    }


/*  Virtual tours
    -------------  */

#content .tour {
	float: right;
	margin: 0 0 0.5em 20px;
	position: relative;
}
	
	.tour a img {
		border: 2px solid #ddd;
		height: 112px;
		margin: 0;
		padding: 5px;
		width: 200px;
	}
	
	.tour a:focus img,
	.tour a:hover img,
	.tour a:active img {
		border-color: #bbb;
	}
	
	.tour a strong {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/prospectus/ug2013/img/button-tour.png) no-repeat left top;
		cursor: pointer;
		display: block;
		left: 70px;
		height: 70px;
		position: absolute;
		top: 28px;
		width: 75px;
	}
	
	.tour a:focus strong,
	.tour a:hover strong {
		background-position: left -430px;
	}


/*	Slideshow
	---------  */

#slideshow {
	border: 1px solid #ccc;
	height: 220px;
	margin: 0 0 18px;
	width: 528px;
}
                
                
/*	Department staff
	----------------  */
	
/*	Staff list  */

#content-wrapper #content .staff-list {
	border: 0;
	list-style: none;
	margin: 0 0 1.25em 0;
	padding: 0;
	list-style-type: none;
	width: 530px;
}

	#content-wrapper #content .staff-list li {
		background: #f9f9f9;
		border: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 5px;
		overflow: hidden;
		padding: 4px 11px;
	}
	
	#content .staff-list h3 {
		color: #999;
		margin: 0;
		font-size: 12px;
		line-height: 1.4;
		font-weight: normal;
		float: left;
		width: 320px;
	}
        
		#content .staff-list h3 a {
			display: block;
			font-size: 13px;
			font-weight: bold;
			line-height: 1.5;
		}
	
	#content .staff-list p {
		margin: 2px 0 0;
		float: right;
		font-size: 12px;
		overflow: hidden;
		width: 175px;
	}
	
		#content .staff-list p span {
			width: 120px;
			display: block;
			float: left;
			color: #666;
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/sidebar-tel.png) no-repeat left center;
			padding-left: 15px;
		}
		
			#content .staff-list p span a {
				text-align: left;
				width: 120px;
			}
		
		#content .staff-list p a {
			width: 40px;
			display: block;
			float: right;
			text-align: right;
		}


/*	vCard  */

.vcard {
	width: 357px;
	padding: 18px 20px 20px 151px;
	border: 1px solid #ccc;
	color: #fff;
	background: #000;
    min-height: 162px;
    margin: 0 0 18px;
	position: relative;
}

	.vcard img {
		border: 2px solid #fff;
		position: absolute;
		left: 20px;
		top: 20px;
		width: 104px;
	}
	
		#content .vcard h3 {
			border: 0;
			padding: 0;
		}
		
        #content .vcard h4 {
  			color: #FFFFFF;
  			font-size: 1em;
  		}
        
			#content .vcard h3 em {
				font-style: normal;
				font-size: 80%;
				display: block;
			}
	
	#content .vcard .title {
		font-size: 120%;
		line-height: 1.25;
	}
	
	.vcard div {
		float: left;
		line-height: 1.75;	
	}
	
	.vcard div.contact-details {
		width: 220px;
	}
	
	#content .vcard .contact {
		margin: 0;
		padding: 0 0 0 24px;
	}
	
		#content .vcard p strong {
			position: absolute;
			left: -9999px;
		}
	
	.vcard .tel {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/contact-tel-white.png) no-repeat left center;
	}
	
	.vcard .email {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/contact-email-white.png) no-repeat left center;
	}
	
	.vcard .location {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/vcard-location.png) no-repeat 3px center;
	}
	
	.vcard .publications {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/vcard-publications.png) no-repeat 2px center;
	}
	
	.vcard .website {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/vcard-website.png) no-repeat left center;
	}
	
	#content-wrapper #content .vcard a {
		border-bottom: 1px dotted #fff;
		color: #fff;
		text-decoration: none;
	}
	
	#content-wrapper #content .vcard a:focus,
	#content-wrapper #content .vcard a:hover {
		border-bottom-style: solid;
		color: #fff;
	}

div.extras {
	padding: 6px 0 6px 170px;
	position: relative;
}

div.extras.date-start,
div.extras.supervisors {
	background: #f8f8f8;
}

div.extras.supervisors {
	margin-bottom: 20px;
}

	div.extras strong {
		left: 12px;
		position: absolute;
	}
	
	#content #staff-profile #tabs-content div.extras ul {
		border: 0;
		margin: 0;
	}
	
		#content #staff-profile #tabs-content div.extras ul li {
			background-position: left 7px;
			border: 0;
			padding-bottom: 0;
			padding-top: 0;
		}


/*	Profile
	-------  */
        
#staff-profile #tabs-content h4 {
	border: 0;
     color: #333;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 0.75em;
	padding: 0;
}

#staff-profile #tabs-content ul + h4,
#staff-profile #tabs-content p + h4 {
	margin-top: 20px;
}

#content #staff-profile #tabs-content ul,
#content #support-staff-profile ul {
	border-top: 1px solid #ddd;
        list-style: none;
        margin: 0 0 1em;
        padding: 0;
}

	#content #staff-profile #tabs-content ul li,
    #content #support-staff-profile ul li {
	    background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/bullet.png) no-repeat left 12px;
		border-bottom: 1px solid #ddd;
        padding: 6px 10px 6px 15px;
	}

#content #staff-profile #tabs-content #publications ul {
	border-top: 0;
}
    
	#content #staff-profile #tabs-content #publications ul li {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/publication.png) no-repeat left 5px;
		border: 0;
		margin-bottom: 1em;
		padding: 0 0 0 34px;
	}

		#content #staff-profile #tabs-content #publications ul li a {
			font-size: 110%;
		}


/*	Signposts
	---------  */

#content-wrapper #content ul.signposts {
	border: 0;
	list-style: none;
	margin: 15px 0 20px -20px;
	overflow: hidden;
	padding: 0;
}

	#content-wrapper  #content ul.signposts li {
		border: 0;
		float: left;
		margin: 0 0 0 20px;
		padding: 0 0 10px;
		width: 255px;
	}
	
	#content-wrapper  #content ul.signposts li:nth-child(odd) {
		background: none;
		clear: both;
	}
		
		#content ul.signposts li img {
			border: 0;
			margin-bottom: 0.5em;
			width: 255px;
		}
		
		#content .signposts li .border {
			border: 1px solid #eee;
			width: 253px;	
		}
		
		#content .signposts li h3 {
			font-size: 16px;
                        line-height: 1.25;
                        margin-bottom: 5px;
		}
		
		#content .signposts li p {
			color: #666;
                        margin-bottom: 0.5em;
		}
		
			#content-wrapper #content .signposts li p a {
				background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/more-arrow.png) no-repeat right center;
				font-weight: bold;
				padding-right: 15px;
				text-decoration: none;
			}
                        
			#content-wrapper #content .signposts li p a:focus,
			#content-wrapper #content .signposts li p a:hover {
				text-decoration: underline;
			}
                

/*	Contact us
	----------  */

/*	Contact page  */

#content-wrapper #content ul.contact-general {
	border: 0;
	list-style: none;
	margin: 0 0 1em -20px;
	overflow: hidden;
	padding: 0;
}

	#content-wrapper #content ul.contact-general li {
		border: 0;
		float: left;
		margin-left: 20px;
		padding: 0 0 0 24px;
	}
	
	#content-wrapper #content ul.contact-general .contact-general-tel {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/contact-tel.png) no-repeat left center;
	}
	
	#content-wrapper #content ul.contact-general .contact-general-fax {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/contact-fax.png) no-repeat left center;
	}
	
	#content-wrapper #content ul.contact-general .contact-general-email {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/contact-email.png) no-repeat left center;
	}
	
		#content-wrapper #content ul.contact-general li strong {
			left: -9999px;
			position: absolute;
		}

#content .contact-general-address {
	background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/contact-address.png) no-repeat left top;
	padding-left: 24px;
}

#content-wrapper #content ul.key-contacts {
	border: 0;
	list-style: none;
	margin: 0 0 0 -20px;
	overflow: hidden;
	padding: 0;
	width: 550px;
}

	#content-wrapper #content ul.key-contacts li {
		background: #f8f8f8;
		border: 1px solid #eee;
		float: left;
		margin: 0 0 20px 20px;
        min-height: 95px;
		padding: 10px 15px 0;
		width: 223px;
	}
	
		#content-wrapper #content ul.key-contacts li span {
			display: block;
			padding-left: 24px;
		}
		
		#content-wrapper #content ul.key-contacts li .tel {
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/sidebar-tel.png) no-repeat left 7px;
			padding-top: 5px;
		}
		
		#content-wrapper #content ul.key-contacts li .email {
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/sidebar-email.png) no-repeat left center;
		}
		
			#content-wrapper #content ul.key-contacts li span strong {
				left: -9999px;
				position: absolute;
			}


/*	Key points
	----------  */
	
#key {
	list-style: none;
	margin: 0 0 20px;
	padding: 5px 0 0;
}

	#key li {
		margin: 0 0 18px;
		padding: 0;
	}
	
	#key li:last-child {
		border: 0;
		margin: 0;
		padding: 0;
	}

		#key h3 {
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/tick.png) no-repeat left center;
			font-size: 18px;
			line-height: 1;
			margin: 0 0 5px;
			padding: 1px 0 1px 24px;
		}
		
		#content-main #content-home #key p {
			color: #888;
			font-size: 13px;
			margin: 0;
			padding-left: 24px;
		}


/*	---------------
	News and events
        ---------------  */

#content .article.listing {
	border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 13px;
}

#content .article.listing:last-child {
	border: 0;
        margin: 0;
}
        
        #content .article h3 {
		font-size: 1.25em;
                line-height: 1.25;
                margin: 0 0 2px;
	}

	#content .article.listing p {
		margin: 0;
	}

	#content .article p.date {
		color: #999;
	}
        
        #content .article.listing p.date {
		color: #999;
	        margin-bottom: 0.5em;
	}
        
        #content .article .small-photo img {
		float: right;
                margin: 0 0 20px 20px;
	}


/*	-----------
	Course info
	-----------  */

#course-info h2 {
	left: -9999px;
	position: absolute;
}

#course-info h3 {
	border: 0;
	font-size: 30px;
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin: -7px 0 17px;
	padding: 0;
}

	#course-info h3 em {
		color: #666;
		font-style: normal;
		font-size: 23px;
	}

	#course-info .duration {
		font-size: 16px;
		margin: -13px 0 10px;
		padding: 0;
	}

p.photo + #course-info #tabs-wrapper,
div.main-photo + #course-info #tabs-wrapper {
	margin-top: -4px;
}

#course-info .duration-ucas {
	color: #636363;
	font-size: 14px;
	line-height: 1.3;
	margin: -12px 0 0;
}

/*	Postgraduate
	------------  */

/*	Course details  */

#content .course-title {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 1.25em;
	padding: 0.75em 0 0.5em;
}

	#content .course-title h3 {
		display: inline;
		margin: 0;
		padding: 0;
	}

	#content .course-title h3 em {
		color: #9DA0A7;
		font-size: 18px;
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
		#content .course-title p.duration {
			color: #777;
			margin: 0;
			padding: 0;
		}

.course-footer-notes {
	left: -9999px;
	position: absolute;
}
/*	----
	Tabs
	----  */

#tabs-wrapper {
	background: #fff;
	float: left;
	width: 530px;
}

/*	Tabs navigation  */

#tabs-nav-wrapper,
#static-tabs-nav-wrapper {
	display: none;
	font-size: 12px;
	line-height: 1;
	overflow: hidden;
	position: relative;
	top: 1px;
	width: 100%;
}

#static-tabs-nav-wrapper {
	display: block;
}

#content h4 + #static-tabs-nav-wrapper {
	margin-top: 17px;
}

	#content-wrapper #content #tabs-nav-wrapper ul,
    #content-wrapper #content #static-tabs-nav-wrapper ul {
		border: 0;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;		
	}

		#content-wrapper #content #tabs-nav-wrapper ul li,
		#content-wrapper #content #static-tabs-nav-wrapper ul li {
			background: transparent;
			border: 0;
			float: left;
			margin: 0 4px 0 0;
			padding: 0;
		}

			#content-wrapper #content #tabs-nav-wrapper ul li a,
            #content-wrapper #content #static-tabs-nav-wrapper ul li a {
				background: #222 url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/global/h1-bg.jpg) no-repeat left -10px;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-top-right-radius: 4px;
				-moz-border-radius-topleft: 4px;
				-moz-border-radius-topright: 4px;
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
				color: #fff;
				display: block;
				font-weight: bold;
				outline: none;
				padding: 10px 12px;
				text-align: center;
				text-decoration: none;
				text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
			}
			
			#content-wrapper #content #tabs-nav-wrapper ul li a:focus,
			#content-wrapper #content #tabs-nav-wrapper ul li a:hover,
			#content-wrapper #content #static-tabs-nav-wrapper ul li a:focus,
			#content-wrapper #content #static-tabs-nav-wrapper ul li a:hover {
				background-position: left top;
			}

			#content-wrapper #content #tabs-nav-wrapper ul li.active,
			#content-wrapper #content #static-tabs-nav-wrapper ul li.active,
			#content-wrapper #content #static-tabs-nav-wrapper ul li span {
				border: 1px solid #d9d9d9;
				border-bottom-color: #fff;
				-webkit-border-top-left-radius: 4px;
				-webkit-border-top-right-radius: 4px;
				-moz-border-radius-topleft: 4px;
				-moz-border-radius-topright: 4px;
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
				padding: 1px;
				padding-bottom: 0;
			}
                        
			#content-wrapper #content #static-tabs-nav-wrapper ul li span {
				display: block;
			}
                        
				#content-wrapper #content #tabs-nav-wrapper ul li.active a,
                #content-wrapper #content #static-tabs-nav-wrapper ul li.active a,
                #content-wrapper #content #static-tabs-nav-wrapper ul li span a {
					background: #fff url(/media/wwwlboroacuk/styleassets/sitespecific/prospectus/ug2013/img/tab-active-bg.png) repeat-x;
					color: #626262;
					padding: 8px 10px 10px;
					text-shadow: none;
				}


/*	Tabs content  */

#tabs-content {
	border-top: 1px solid #d9d9d9;
	padding-top: 16px;
}

.tab-content {
	
}

	.tab-content h4 {
		left: -9999px;
		position: absolute;
	}
        
			
	#tabs-content #general h5 {
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		margin: 22px 0 15px;
	}
	
	#tabs-content #structure h5 {
		font-size: 18px;
		font-weight: normal;
		line-height: 1;
		margin: 22px 0 15px;
	}
        
        #tabs-content #structure h4 + h5 {
		margin-top: 0;
	}
	
	#tabs-content #structure p {
		color: #737373;
	}

	#tabs-content #structure ul {
		border-top: 1px dotted #e8e8e8;
		font-size: 14px;
		line-height: 1.5;
		list-style: none;
		margin: 0 0 1.25em;
		padding: 0;
	}
	
		#tabs-content #structure ul li {
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/prospectus/ug2013/img/course-module-bullet.png) no-repeat 10px 7px;
			border-bottom: 1px dotted #e8e8e8;
			list-style: none;
			margin: 0;
			padding: 5px 10px 5px 36px;
		}
		
		#tabs-content #structure ul li:nth-child(odd) {
			background-color: #fbfbfb;
		}
	
	#tabs-content #options h4 {
		color: #333;
		font-size: 18px;
		font-weight: normal;
		left: 0;
		line-height: 1;
		margin: 0 0 10px;
		position: relative;
	}
	
	#tabs-content #options h4 + p {
		border-bottom: 1px solid #eee;
		margin: 0 0 18px;
		padding: 0 0 17px;
	}
	
	#tabs-content #options h5 {
		float: left;
		font-size: 16px;
		line-height: 1;
		margin: 0 0 10px;
	}
	
	#tabs-content #options p {
		color: #939393;
		margin: 0 0 15px;
	}
	
	#tabs-content #options p.ucas-code {
		float: right;
		font-size: 16px;
		line-height: 1;
		margin: 0;
	}
	
		#tabs-content #options p small {
			font-size: 12px;
			border-right: 1px solid #ddd;
			margin-right: 8px;
			padding-right: 9px;			
		}
		
		#tabs-content #options p small:last-child {
			border: 0;
		}
	
	#tabs-content #options dl {
		border-bottom: 1px solid #eee;
		clear: both;
		margin: 0 0 18px;
		padding: 0 0 22px;
		overflow: hidden;
	}
	
		#tabs-content #options dt {
			background: #999;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			clear: both;
			color: #fff;
			float: left;
			font-weight: bold;
			line-height: 1.5;
			margin: 5px 0 0;
			padding: 7px 0;
			text-align: center;
			width: 78px;
		}
		
		#tabs-content #options dd {
			background: #f7f7f7;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin-top: 5px;
			float: left;
			line-height: 1.5;
			margin: 5px 0 0 5px;
			min-height: 19px;
			padding: 7px 15px;
			width: 417px;
		}
		
		
/*	-------
	Sidebar
	-------  */

#sidebar {
	float: right;
	font-size: 12px;
	margin-top: 36px;
	padding: 0 15px 20px;
	width: 160px;
}

.home #sidebar {
	font-size: 13px;
	margin-top: 0;
	padding: 15px 20px 20px;
	width: 210px;
}

	#sidebar h3 {
		color: #222;
		font-size: 16px;
		line-height: 1;
		margin: 0 0 9px;
		position: relative;
	}
	
	.home #sidebar h3 {
		font-size: 18px;
	}
	
		#sidebar h3 a {
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/more-arrow.png) no-repeat right center;
			color: #999;
			font-size: 11px;
			padding-right: 13px;
			position: absolute;
			right: 0;
			text-transform: lowercase;
			top: 4px;
		}
		
		.home #sidebar h3 a {
			font-size: 12px;
			top: 5px;
		}
	

/*	Search
	------  */

#sidebar form {
	margin: 0 0 16px;
	padding: 8px 0 0;
}

.home #sidebar form {
	margin: 0 0 20px;
}

	#sidebar form fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}

	#sidebar form p {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}
		
		#sidebar form p label {
			color: #999;
			cursor: text;
			font-size: 13px;
			left: 0;
			line-height: 1;
			margin: 0;
			padding: 9px 0 11px 12px;
			position: absolute;
		}
		
		/* @media screen and (-webkit-min-device-pixel-ratio:0) {
		     #sidebar form p label {
				line-height: 1.85;
			}
		} */
		
		#sidebar form p input.text {
			background: #fff;
			border: 1px solid #ddd;
			color: #666;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 1;
			margin: 0;
			padding: 7px 0 9px 10px;
			width: 102px;
		}
		
		#sidebar form p input.text:focus,
		#sidebar form p input.text:hover {
			border-color: #ccc;
		}
		
		.home #sidebar form p input.text {
			width: 155px;
		}
	
	#sidebar form input.search {
		float: right;
		margin: 1px 0 0;
	}
	

/*	News
	----  */

#sidebar #news, 
#sidebar #events {
	border-bottom: 1px dashed #d8d8d8;
	list-style: none;
	margin: 0 0 14px;
	padding: 3px 0 9px;
}

.home #sidebar #news , 
.home #sidebar #events {
	margin: 0 0 16px;
}

	#sidebar #news li, 
        #sidebar #events li {
		margin-bottom: 7px;
	}
	
	.home #sidebar #news li, 
        .home #sidebar #events {
		margin-bottom: 9px;
	}
	
		#sidebar #news li a, 
                #sidebar #events li a {
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/bullet-news.png) no-repeat left 1px;
			display: block;
			line-height: 1.35;
			padding-left: 23px;
		}
		
		.home #sidebar #news li a, 
                .home #sidebar #news li a {
			background-position: left 3px;
			line-height: 1.4;
			margin-right: 0;
		}
		
			#sidebar #news li a em, 
                        #sidebar #events li a em {
				color: #aaa;
				display: block;
				font-size: 11px;
				font-style: normal;
				font-weight: normal;
				padding-top: 2px;
			}
			
			#sidebar #news li a:focus em,
			#sidebar #news li a:hover em, 
                        #sidebar #events li a:focus em,
			#sidebar #events li a:hover em  {
				color: #999;
				text-decoration: none;
			}
			
			.home #sidebar #news li a em,
                        .home #sidebar #events li a em {
				font-size: 12px;
			}
		
		#sidebar #news li a:focus,
		#sidebar #news li a:hover,
                #sidebar #events li a:focus,
		#sidebar #events li a:hover {
			text-decoration: none;
		}
		
			#sidebar #news li a strong,
                        #sidebar #events li a strong {
				padding-right: 5px;
			}
			
			#sidebar #news li a:focus strong,
			#sidebar #news li a:hover strong,
                        #sidebar #events li a:focus strong,
			#sidebar #events li a:hover strong {
				text-decoration: underline;
			}
						

/*	Contact
	-------  */
	
#sidebar #contact {
	line-height: 1.4;
	list-style: none;
	margin: 0;
	padding: 0;
}

	#sidebar #contact li.tel {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/sidebar-tel.png) no-repeat 2px center;
		padding-left: 24px;
	}
	
	#sidebar #contact li.email a {
		background: url(/media/wwwlboroacuk/styleassets/sitespecific/schoolofscience/img/icons/sidebar-email.png) no-repeat left center;
		display: block;
		padding-left: 24px;
	}
        

/*  Related lists
	-------------  */

#sidebar div.related {
	border-bottom: 1px dashed #d8d8d8;
        margin: 0 0 20px;
        padding: 0 0 16px 0;
        
}

	#sidebar div.related h3 strong {
		text-transform: lowercase;
                
	}
	
	#sidebar div.related ul {
		font-weight: bold;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#sidebar div.related ul li {
			background: url(/media/wwwlboroacuk/styleassets/sitespecific/ssehs/img/icons/bullet-news.png) no-repeat left 2px;
			border-bottom: 1px dotted #ddd;
			margin-bottom: 9px;
			padding: 0 0 9px 16px;
		}
		
		#sidebar div.related ul li:last-child {
			border-bottom: 0;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		
		#sidebar div.related.links ul li {
			background-image: url(/media/wwwlboroacuk/styleassets/sitespecific/ssehs/img/icons/external.png);
		}
                
                
                
               
/*  Videobox right column  */



.rightvideobox {
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 164px;
}
.rightvideobox a {
	display: block;
	margin-top: 0px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: -2px;
	width: 164px;
	background-color: #f9f9f9;
	padding: 0px;
	color: #666;
	text-decoration: none;
	overflow: hidden;
	z-index: 50;
	position: relative;
}
.rightvideobox a:hover {
	background-color: #eee;
}
#main .rightvideobox a p {
	padding: 5px;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
	margin: 0px;
	line-height: 1.1;
}
.rightvideobox a span {
	height: 91px;
	width: 164px;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.rightvideobox a span img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -16px;
	z-index: 100;
	padding: 0px;
        width: 164px !important;
}
.rightvideobox a strong {
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	left: 60px;
	top: 24px;
	background-image: url(/media/wwwlboroacuk/styleassets/img/videoplaysprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 200;
	text-indent: -3000px;
}
.rightvideobox a:hover strong {
	background-image: url(/media/wwwlboroacuk/styleassets/img/videoplaysprite.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 200;
	
}

