body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #e7e7db;
	background-image: url(../images/structure/top-background.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 5px;
}
/* Header */
#header {
	color: #000;
	width: 960px;
	height: 100px;
	margin: 0px auto;
	margin-top: 0px;
	background: #ff6600;
	/*border: 1px solid #CCB48E;*/
}
#header h2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
}
#header h2 a {
  background: url(../images/structure/header/header-title.gif) no-repeat;
  width: 360px;
  height: 100px;
  display: block;
  text-indent: -3000px;
}

/* social icons */
#socialicons {
	float: right;
	margin-top: 32px;
	width: 420px;
	height: 36px;
}
ul#social {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#social li {
	float: left;
	padding-right: 10px;
}
ul#social li a:hover {
	cursor: pointer;
}
li#facebook a {
	background: url(../images/structure/header/facebook.gif) 0 0 no-repeat;
	display: block;
	height: 36px;
	width: 148px;
	text-indent: -7000px;
}
li#facebook a:hover{
	background: url(../images/structure/header/facebook-over.gif) 0 0 no-repeat;
}
li#twitter a {
	background: url(../images/structure/header/twitter.gif) 0 0 no-repeat;
	display: block;
	height: 36px;
	width: 126px;
	text-indent: -7000px;
	opacity: 1;
}
li#twitter a:hover{
	background: url(../images/structure/header/twitter-over.gif) 0 0 no-repeat;
}
li#blog a {
	background: url(../images/structure/header/blog.gif) 0 0 no-repeat;
	display: block;
	height: 36px;
	width: 116px;
	text-indent: -7000px;
}
li#blog a:hover{
	background: url(../images/structure/header/blog-over.gif) 0 0 no-repeat;
}
#socialmedia a:active {
	outline: none;
}
#socialmedia a:focus {
	-moz-outline-style: none;
}

/* Navigation */

#navigation {
	height: 45px;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #ff6600;
	background: #ffaf4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff9934 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff9934)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff9934 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff9934 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff9934 100%); /* IE10+ */
	background: linear-gradient(top,  #ffaf4b 0%,#ff9934 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff9934',GradientType=0 ); /* IE6-9 */

}

/* content */
#content { 
	color: #222;
	background-color: #fff;
	padding: 10px 10px 30px 10px;
	width: 940px;
	margin: 0px auto;
	margin-top: 10px;
	border: 1px solid #cbcbc1;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow:  0px 0px 5px #ccc;
	box-shadow:  0px 0px 5px #ccc;
}
#content h1 {
	font-size: 1.4em;
	margin-bottom: 1.1em;
	color: #222;
}
#content h2 {
	font-size: 1.2em;
	color: #A3061B;
	margin-bottom: 1.1em;
}
#content h3 {
	font-size: 1.1em;
	color: #330066;
	margin-bottom: 1.1em;
}
#content h4 {
	font-size: 1.1em;
	color: #990066;
	margin-bottom: 1.1em;
}
#content h5 {
	font-size: 1.4em;
	color: #ff6600;
	margin-bottom: 1.1em;
	text-align: center;
}
#content h6 {
	font-size: .9em;
	color: #990066;
	margin-top: 2.1em;
	margin-bottom: 1.1em;
}
#content p {
	font-size: .8em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}
#content td {
	font-size: .9em;
	padding: 5px;
}
#content td p {
	font-size: .9em;
}
#content td ul {
	font-size: .9em;
}
#ccontent ul {	
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-left: 1.5em;
	list-style-type: disc;
}
#content li {
	line-height:1.5em;
}
#content a:link {
	color: #776850;
	text-decoration: underline;
}
#content a:visited {
	color: #A3061B;
}
#content a:hover {
	color: #330066;
	text-decoration: none;
}
#content ul {
	font-size: .8em;
	line-height: 1.4em;
}
#content ul ul {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-type: circle;
}
.filetype {
	font-size: .75em;
	margin-left: 5px;
}
/* Footer */
#footer { 
	width: 960px;
	color: #333;
	margin: 15px auto;
	text-align: center;
}
#footer p {
	font-size: .7em;
	color: #666;
	margin: 1.2em 0px;
	padding: 0px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
.clear {
	clear: both;
	background: none;
}
.pdf {
	background-image: url(../images/software/pdf.gif);
	background-repeat: no-repeat;
	padding-right: 25px;
	background-position: right;
}
img.floatLeft { 
    float: left; 
    margin: 6px 6px 6px 0px; 
}
img.floatRight { 
    float: right; 
    margin: 6px 0px 6px 6px; 
	clear: right;
}
img.floatLeftBorder { 
    float: left; 
    margin: 6px 6px 6px 0px;
	border: 1px solid #666666;
	clear: right;
}
img.floatRightBorder { 
    float: right; 
    margin: 6px 0px 6px 6px;
	border: 1px solid #333333;
}
.onFocus {
	border: 1px solid #003C76; 
	BACKGROUND-COLOR: #eff6fc; 
	font-size: 8pt;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #003C76;
}
.onBlur {
	border: 1px solid #B9D0EB; 
	font-size: 8pt;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #666666;
}
.thumbs {
	border: 1px;
	border-thickness: 1px;
	border-color: #999999;
	border-style: solid;
}
A:hover .thumbs, A:active .thumbs {
	border: 1px;
	border-thickness: 1px;
	border-color: #A3061B;
	border-style: solid;
}
.hughendenbox {
	border: 1px;
	border-thickness: 1px;
	border-color: #A3061B;
	border-style: solid;
	background-color: #fd8e44;
	line-height: 2em;
	font-weight: bold;
}
.hughendenbox td {
	line-height: 2em;
	font-weight: bold;
}
.hughendenbox td a:link {
	text-decoration: none;
	border: 0px;
	border-thickness: 0px;
	color: #000000;
}
.hughendenbox td a:visited {
	text-decoration: none;
	border: 0px;
	border-thickness: 0px;
	color: #000000;
}
.hughendenbox td a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #fff;
	padding-bottom: 2px;
}
.hughendenbox td a:active {
	text-decoration: none;
	color: #000000;
}
.smalltext {
	font-size: .8em;
}
/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}
.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt;
  padding: 0pt;
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}
.sIFR-active h5 {
  visibility: hidden;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.0m;
  font-size: 1.4em;
  margin-top: 1.0em;
  text-align: center;
}
#highlightbox {
	width: 70%;
	text-align: center;
	margin: 20px auto;
	border: 1px dashed #FF6600;
	background-color: #FFCC66;
}
#highlightbox ul {
	list-style: none;
	margin:0px;
	padding: 0px;
}
.orangetext {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF6600;
	font-style:italic;
}
/*Start Subscription form*/
form div label {
	float: left;
	width: 140px;
	font-size: .8em;
	color: #000;
	margin: 5px 0px;
}
input.txt {
	background-color: #F3F3EB;
	border: 1px solid #404040;
	width: 250px;
	height: 20px;
	color: #000;
	padding: 6px 5px 2px 30px;
	margin: 5px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
input.txt:focus {
	border: 1px solid #0099FF;
	background-color: #fceedf;
}
textarea.txt {
	background-color: #F3F3EB;
	border: 1px solid #404040;
	width: 400px;
	color: #000;
	padding: 6px 5px 2px 30px;
	margin: 5px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea.txt:focus {
	border: 1px solid #0099FF;
	background-color: #fceedf;
}
.reviewtext {
	color: #ff0000;
}
select {
	background-color: #F3F3EB;
	border: 1px solid #404040;
	width: 230px;
	height: 26px;
	color: #000;
	padding: 2px 4px;
	margin: 2px 0px;
	font-size: 12px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
input.btn {
	background-color: #F3F3EB;
	border: 1px solid #737B3C;
	color: #000;
	height: 30px;
	padding: 2px 5px 4px 30px;
	margin: 15px 0px 0px 140px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
input.btn:hover {
	background-color: #fceedf;
	border: 1px solid #fd0303;
	color: #000;
	cursor: pointer;
}
.name {
	background-image: url(../images/icons/user.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.email {
	background-image: url(../images/icons/email_add.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.phone {
	background-image: url(../images/icons/phone.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.organisation {
	background-image: url(../images/icons/organisation.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.comments {
	background-image: url(../images/icons/note_add.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.button {
	background-image: url(../images/icons/tick.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
#errors {
	width: 375px;
	margin: 5px 0px;
	padding: 5px 5px 5px 25px;
	border: 1px solid #B00122;
	background-image: url(../images/icons/exclamation.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	font-style: italic;
	color: #000;
	line-height: 20px;
	font-size: .8em;
}
/*End Subscription form*/
a {
   outline: none;
}

#socialbuttons {
	margin:5px 0px;
	margin-right: -15px;
	height: 25px;
	float:right;
}
#facebookshare {
	text-align:right;
	margin-bottom: 5px;
}
#twittershare {
	/*margin-right: 12px;*/
}
#slider {
    position:relative;
    width:230px; /* Change this to your images width */
    height:360px; /* Change this to your images height */
    background:url(../nivo-slider/demo/images/loading.gif) no-repeat 50% 50%;
	margin-left: 60px;
	/*border: 1px solid #A3061B;*/
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
/*Travel Photos*/
div.travelphotos {
  margin: 1px;
  margin-left: 8px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.travelphotos img {
  display: inline;
  margin: 8px;
  border: 1px solid #c3c3c3;
}
div.illustrators a:hover img {
  border: 1px solid #990099;
}
.cleardirectory {
  clear: left;
  display: block;
  margin-bottom: 20px;
}
#homelogospanel {
	margin: 20px auto;
	height: 40px;
	width: 908px;
}
ul#homelogos {	
	margin: 0px;
	padding: 0px;
}
ul#homelogos li {
	list-style: none;
	display: inline;
	float: left;
	margin-left: 25px;
}
li#nswwc a {
	background: url(../images/logos/nswwc.gif) 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 98px;
	text-indent: -7000px;
}
li#nswwc a:hover{
	opacity: .8;
}
li#love2read a {
	background: url(../images/logos/national-year-of-reading.gif) 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 78px;
	text-indent: -7000px;
}
li#love2read a:hover{
	opacity: .8;
}
li#scbwi a {
	background: url(../images/logos/scbwi-logo.gif) 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 122px;
	text-indent: -7000px;
}
li#scbwi a:hover{
	opacity: .8;
}
li#biha a {
	background: url(../images/logos/books-homes.gif) 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 89px;
	text-indent: -7000px;
}
li#biha a:hover{
	opacity: .8;
}
li#roomtoread a {
	background: url(../images/logos/room-to-read-logo.gif) 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 62px;
	text-indent: -7000px;
}
li#roomtoread a:hover{
	opacity: .8;
}
li#cancercouncil a {
	background: url(../images/logos/cancer-council.gif) 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 86px;
	text-indent: -7000px;
}
li#cancercouncil a:hover{
	opacity: .8;
}
li#amf a {
	background: url(../images/logos/alanna-and-madeline-foundation.gif) 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 76px;
	text-indent: -7000px;
}
li#amf a:hover{
	opacity: .8;
}
li#monkeybaa a {
	background: url(../images/logos/monkey-baa-theatre.gif) 0 0 no-repeat;
	display: block;
	height: 40px;
	width: 122px;
	text-indent: -7000px;
}
li#monkeybaa a:hover{
	opacity: .8;
}
.social-links {
	float: right;
	margin-top: 5px;
	z-index: 10;
}
.twitter-tweet-button {
	min-width:110px;
	float:left;
	z-index: 10;
}
.google-plus-one-button {
	float:left;
	margin-left:5px;
	z-index: 10;
}
.facebook-like-button {
	float:left;
	margin-left:-10px;
	z-index: 10;
}
