/*
Theme Name: ECI theme
Theme URI: http://www.eci-online.org/
Description: Working design for ECI
Version: 1.1
Author: Design and Print Services
Author URI: http://www.lboro.ac.uk/designandprint/
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #333333;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}
#main {
	background-color: #FFFFFF;
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#header {
	background-image: url(images/fpic1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 200px;
	width: 950px;
	position: relative;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a {
	color: #000000;
}
a:hover {
	color: #A90E37;
}

#logostrip {
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 970px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	background-position: center top;
}
#footer p {
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu {
	padding: 0px;
	width: 950px;
	background-color: #EEEEEE;
	display: block;
	margin: 0px;
	height: 60px;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	position: relative;
	width: 940px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #A90E37;
	background-image: url(images/logobg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
}
#menu ul ul li {
	display: inline;
	margin: 0px;
	background-image: none;
	padding: 0px;
}
#menu ul ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	float: left;
	background-image: none;
}
#menu ul ul li a:hover {
	color: #000000;
}
#menu ul ul li ul {
	position: absolute;
	left: 10px;
	top: 35px;
	background-image: none;
	background-color: #EEEEEE;
	margin: 0px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 920px;
}
#menu ul ul li ul li a {
	font-size: 0.8em;
	color: #3B3839;
	display: inline;
	float: left;
	background-image: none;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin: 0px;
}
#menu ul ul ul ul {
	position: absolute;
	left: 0px;
	top: 27px;
	background-color: #FFFFFF;
	width: 700px;
}
#menu ul ul ul ul li a {
	background-color: #FFFFFF;
}
#menu .self {
	font-weight: bold;	
}
#sidebar {
	margin: 10px;
	padding: 0px;
	float: right;
	width: 200px;
	display: inline;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	display: block;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #DDDDDD;
	font-size: 0.9em;
}
#sidebar h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #A20E35;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebar ul li ul {
	margin: 0px;
	padding: 0px;
}
#sidebar .searchbox {
	background-color: #D31246;
	color: #FFFFFF;
	position: relative;
	height: 43px;
}
#sidebar .searchbox #s {
	width: 130px;
	color: #FFFFFF;
	padding: 4px;
	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;
	background-color: #DE2D5C;
	margin: 0px;
	position: absolute;
	top: 30px;
	left: 20px;
}
#sidebar .searchbox #searchsubmit {
	position: absolute;
	top: 30px;
	right: 20px;
}
#sidebar form {
	margin: 0px;
	padding: 0px;
}
#sidebar .searchbox label {
	font-size: 1.2em;
}
#content {
	padding: 0px;
	float: left;
	width: 700px;
	display: inline;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content h2 {
	font-size: 2em;
	color: #AC0E38;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: normal;
}
#content h2 a {
	color: #AC0E38;
	text-decoration: none;
}
#content blockquote {
	font-weight: bold;
	background-color: #EEEEEE;
	background-image: url(images/blockquotebg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 55px;
}
#content blockquote cite {
	font-weight: normal;
	font-size: 0.9em;
	color: #999999;
}
#content h2 a:hover {
	color: #AC0E38;
	text-decoration: underline;
}
#content small {
	font-size: 0.8em;
	color: #666666;
	margin-top: 0px;
}
#content p {
	line-height: 1.2;
}
#content .postmetadata {
	font-size: 0.8em;
	color: #666666;
}
#sidebar ul li ul li {
	margin: 0px;
	padding: 0px;
	background-image: none;
	display: list-item;
}
#sidebar ul li ul li a {
	color: #333333;
}
#sidebar ul li ul li a:hover {
	color: #000000;
}
#sidebar p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logostrip h1 {
	position: absolute;
	left: -3000px;
}
#logostrip h2 {
	position: absolute;
	left: -3000px;
}
#logostrip p {
	font-size: 0.82em;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 15px;
	right: 20px;
	line-height: 1.3;
	width: 170px;
}
#logostrip #logolink {
	position: absolute;
	height: 71px;
	width: 198px;
	left: 39px;
	top: 13px;
	text-decoration: none;
}
#footer {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	height: 30px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#menu h2 {
	display: none;
}
/* #content .size-full {
	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;
} */


#content .homelinks {
	display: block;
	padding: 0px;
	list-style-type: none;
	width: 722px;
	height: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -20px;
	overflow: hidden;
}
#content .homelinks li {
	height: 25px;
	width: 220px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
}
#content .homelinks li a {
	display: block;
	height: 25px;
	width: 200px;
	padding-top: 175px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	margin: 0px;
}
#content .homelinks li a.events {
	background-image: url(images/homelink-events.jpg);
	background-repeat: no-repeat;
}
#content .homelinks li a.taskforces {
	background-image: url(images/homelink-taskforces.jpg);
	background-repeat: no-repeat;
}
#content .homelinks li a.repository {
	background-image: url(images/homelink-repository.jpg);
	background-repeat: no-repeat;
}
#content .homelinks li a.join {
	background-image: url(images/homelink-join.jpg);
	background-repeat: no-repeat;
}
#content .ttlbg-events {
	background-color: #EEEEEE;
	background-image: url(images/ttlbg-events.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 640px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#content .ttlbg-repository {
	background-color: #EEEEEE;
	background-image: url(images/ttlbg-repository.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 640px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#content .ttlbg-taskforces {
	background-color: #EEEEEE;
	background-image: url(images/ttlbg-taskforces.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 640px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}


#sidebar .repository  {
	background-image: url(images/repository-widget-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 200px;
	display: block;
	padding-bottom: 10px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-size: 0.9em;
	width: 180px;
	margin-top: -10px;
	margin-left: -20px;
	padding-right: 0px;
	padding-left: 20px;
}
#sidebar .repository strong {
	font-size: 1.13em;
	color: #333333;
}
#sidebar .repository:hover,
#content .homelinks .events:hover,
#content .homelinks .taskforces:hover,
#content .homelinks .repository:hover  {
	text-decoration: underline;
}


#content h6 {
	font-size: 1em;
	background-color: #EEEEEE;
	font-weight: normal;
	background-image: url(images/eventbg.gif);
	background-repeat: no-repeat;
	background-position: 7px top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 50px;
}
#pagecontent .navigation .alignleft {
	float: left;
	width: 150px;
}
#pagecontent .navigation .alignright {
	float: right;
	width: 150px;
}
#pagecontent .navigation {
	height: 20px;	
}

/*	Ben's new styles (16 and 17 June 2010)
	--------------------------------------  */

h3 {
	margin-top: 0;
}

a img {
	border: 2px solid #ddd;
}

a:focus img,
a:hover img {
	border-color: #a90e37;
}

img.alignleft {
	float: left;
	margin: 3px 20px 10px 0;
}

.entry h3 {
	clear: both;
	margin-bottom: 12px;
}

	.entry h3 span {
		color: #666;
		font-size: 14px;
	}

.entry h4 {
	font-size: 16px;
	margin-bottom: 12px;
}

p + h3,
p + h4 {
	padding-top: 15px;
}

#news-listing {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#news-listing li {
		margin-bottom: 12px;
	}
	
	#content #news-listing li h4 {
		font-size: 16px;
		margin-bottom: 3px;
	}	
	
		#news-listing li h4 a {
			color: #AC0E38;
			text-decoration: none;
		}
		
		#news-listing li h4 a:focus,
		#news-listing li h4 a:hover {
			text-decoration: underline;
		}
	
	#news-listing li p {
		color: #444;
		font-size: 13px;
		margin-top: 0;
	}
	
	#news-listing li .date {
		font-size: 12px;
		color: #999;
		margin-top: 0;
	}

#events-listing {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#events-listing li {
		background: transparent url(images/icon-calendar.png) no-repeat left 1px;
		margin-bottom: 12px;
		padding-left: 58px;
	}
	
	#events-listing li h4 {
		margin-bottom: 3px;
	}	
	
		#events-listing li h4 a {
			color: #AC0E38;
			text-decoration: none;
		}
		
		#events-listing li h4 a:focus,
		#events-listing li h4 a:hover {
			text-decoration: underline;
		}
	
	#events-listing li p {
		color: #666;
		font-size: 13px;
		margin-top: 0;
	}

#repository-listing {
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
	width: 720px;
}

	#repository-listing li {
		margin: 0 0 0 20px;
		float: left;
		position: relative;
		width: 205px;
		min-height: 95px;
		padding-left: 95px;
	}
	
	#repository-listing li a img,
	#repository-listing li img {
		border: 2px solid #ddd;
		width: 75px;
		height: 75px;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 0;
	}
	
	#repository-listing li a:focus img,
	#repository-listing li a:hover img {
		border-color: #AC0E38;
	}
	
	#repository-listing li h4 {
		margin: 0 0 5px;
		font-size: 13px;
	}	
	
		#repository-listing li h4 a {
			color: #AC0E38;
			text-decoration: none;
		}
		
		#repository-listing li h4 a:focus,
		#repository-listing li h4 a:hover {
			text-decoration: underline;
		}
	
	#repository-listing li p {
		color: #666;
		font-size: 13px;
		margin-top: 0;
	}
	
	#repository-listing li p .download {
		color: #AC0E38;
		display: block;
		background: transparent url(images/icon-download.png) no-repeat left center;
		padding: 3px 0 3px 22px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#repository-listing li p .download:focus,
	#repository-listing li p .download:hover {
		text-decoration: underline;
	}


body.category .category-repository {
	margin: 0 20px 0 0;
	float: left;
	position: relative;
	width: 205px;
	min-height: 95px;
	padding-left: 95px;
}
	
	body.category .category-repository a img,
	body.category .category-repository img {
		border: 2px solid #ddd;
		width: 75px;
		height: 75px;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 0;
	}
	
	body.category .category-repository a:focus img,
	body.category .category-repository a:hover img {
		border-color: #AC0E38;
	}
	
	body.category #content .category-repository h2 {
		margin: 0 0 5px;
		font-size: 14px;
		font-weight: bold;
	}	
	
		body.category #content .category-repository h2 a {
			color: #333;
			text-decoration: none;
			cursor: text;
		}
		
		body.category .category-repository h2 a:focus,
		body.category .category-repository h2 a:hover {
			text-decoration: none;
		}
	
	body.category .category-repository p {
		color: #666;
		font-size: 13px;
		margin-top: 0;
	}
	
	body.category .category-repository p .download {
		color: #AC0E38;
		display: block;
		background: transparent url(images/icon-download.png) no-repeat left center;
		padding: 3px 0 3px 22px;
		font-weight: bold;
		text-decoration: none;
	}
	
	body.category .category-repository p .download:focus,
	body.category .category-repository p .download:hover {
		text-decoration: underline;
	}	

#calendar_booking5 {
	display: none;
}

#content h2 {
	margin-bottom: 15px;
}

.navigation {
	padding-top: 25px;
	clear: both;
}