@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
'	Company:ehaus ltd (http://www.ehaus.co.uk/)
'	Copyright © 2009, All rights reserved.
'	Date Created: April 2010
'	Last Modified Date: 23 Aug 2010
'	Last Modified By: Joe
------------------------------------------------*/

/*----------- reset, styles to reset browser defaults -----------*/
/*----------- DON NOT EDIT  -----------*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
address,
blockquote,
th,
td {
	margin: 0; 
	padding: 0;
	font-size: 100%;
	}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var	{
	font-style:normal;
	font-weight:normal;
	}
li {
	list-style:none;
	}
caption,
th {
	text-align:left;
	}
abbr,
acronym {
	border:0;
	font-variant:normal;
	cursor: help;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}
a {
	outline: none;
	}
/*----------- DON NOT EDIT ABOVE -----------*/
/*----------- end reset, styles to reset browser defaults -----------*/


/*----------- defaults, portable common styles -----------*/
body {
	background-color: #fff;
	padding: 0; 
	margin: 8px;     
	font-family: Georgia,"Times New Roman",Times,serif;
	font-variant: normal;
	color: #222;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 30.5px;
}

h2 {
  font-size: 25.5px;
}

h3 {
  font-size: 20.5px;
}

h4 {
  font-size: 16.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

fieldset,
img {
	border: none;
	outline: none;
	}
a {
	outline: 0;
	}
p {
  margin: 0 0 22px;
}
.btn {
	display: none;
}

.assistive-link {
	display: none;
	}
	
/* header */
header {
	margin: 1em 0;
	}
.navbar,
.sidebar-nav {
	display: none;
	}
	
/* footer */
.footer {
	clear: both;
	}
.footer .centre {
	border-top: 4px solid #ebebeb;
	margin-top: 20px;
	padding: 20px 0;
	}
	
/* authors page */
.author-alphabet {
	font-size: 20px;
	text-align: center;
	}
#authorlist {
	padding-top: 20px;
	}	
#authorlist ul {
	list-style: circle;
	-moz-border-radius:8px 8px 8px 8px;
	-moz-box-shadow:0 1px 2px #AAAAAA;
	background:none repeat scroll 0 0 #EBEBEB;
	margin: 0 auto 20px;
	padding:20px 50px;
	width: 300px;
	min-height: 200px;
	}
#authorlist ul li {
	list-style: circle;
	}
#author-display .lrg-image {
	float: right; 
	border: 1px solid #EBEBEB; 
	background: #f8f8f8; 
	padding: 10px; 
	margin: 0 0 10px 10px;
	}
		