/*
Reset styles.  Thanks to Eric Meyer:
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
.centre{
	text-align: center;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clear { clear:both; }


/*
Fonts
*/

body {
  font: 14px/18px "Georgis", "Nimbus Roman No9 L", serif;
  color: #666;
}
ul#navigation {
  font-size: 18px;
  line-height: 24px;
}

a {
  text-decoration: none;
  color: #666;
}
a:hover {
  border-bottom: 1px dotted;
}
h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
}
h3, p.large, label {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
h4 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 12px;
  font-weight: normal;
  text-align: center;
}
h5, h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: #a8a879;
}
h5 { margin-top: 4px;}
h6 {
  margin-top: 18px;
}
h6 span {
  color: #fff;
  background: #BDBBA4;
  padding: 2px 12px;
  font-style: normal;
}

h7{
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #a8a879;
}


p {
  margin-bottom: 18px;
}
blockquote {
  margin: 18px 0;
}
blockquote p {
  margin-bottom: 0;
  text-indent: 10px;
  font-style: italic;
}
ul.secondary-navigation {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  clear: both;
}
.sidenote {
  font-style: italic;
}
.center {
  text-align: center;
}


/*
Backgrounds
*/

body {
  background: #fbf3d7 url(./../images/BODY.jpg) no-repeat top left;
}
div#ratbooks {
  text-align: center;
}
div#footer {
  background: transparent url(./../images/DIV.footer.jpg) no-repeat bottom left;
}
div#scroll-container {
  background: #fdfaf1 url(./../images/DIV.scroll.jpg) repeat-y;
}
div#scroll {
  background: transparent url(./../images/DIV.scroll-top.jpg) no-repeat top left;
}
div#scroll-content {
  background: transparent url(./../images/DIV.scroll-bottom.jpg) no-repeat bottom left;
}
ul#navigation {
  background: transparent url(./../images/UL.navigation.jpg) no-repeat top left;
}
ul.a{
		text-align: center;
}
h1 {
  display: none;
}
div.title {
  padding-bottom: 20px;
  margin-bottom: 13px;
  background: transparent url(./../images/DIV.title.gif) no-repeat bottom center;
}
ul.secondary-navigation a {
  background: #fdfaf1;
  padding: 0 12px;
}
ul.secondary-navigation li.selected {
  background: transparent url(./../images/DIV.title.gif) no-repeat center center;
}
span.img {
  background: transparent url(./../images/SPAN.IMG.gif) no-repeat top center;
  display: block;
  width: 162px;
  float: right;
}
span.img.download {
  width: 150px !important;
  background: transparent url(./../images/SPAN.IMG.download.gif) no-repeat top center !important;
  float: left;
}
span.img span {
  display: block;
  float: left;
  background: transparent url(./../images/IMG.gif) no-repeat bottom center;
  padding: 23px;
}
span.img.download span {
  background: transparent url(./../images/IMG.download.gif) no-repeat bottom center !important;
}
span.img img {
  vertical-align: top;
}
.pad-top {
  margin-top: 18px;
}
div.indent {
  margin: 0 36px;
}
ul.pdf li {
  background: transparent url(./../images/LI.pdf.gif) no-repeat center left;
  padding-left: 52px;
}

ul.pdf li {
  background: transparent url(./../images/LI.pdf.gif) no-repeat center left;
  padding-left: 52px;
}

/*
Access
*/
.access {
  display: none;
}


ul#navigation a {
  border: none !important;
}


/* Navigation highlights */
/*
.home li#nav-home a, li#nav-home a:hover { background: transparent url(./../images/LI.nav-home.gif) no-repeat right; }
.books li#nav-books a, li#nav-books a:hover { background: transparent url(./../images/LI.nav-books.gif) no-repeat right; }
.about li#nav-about a, li#nav-about a:hover { background: transparent url(./../images/LI.nav-about.gif) no-repeat right; }
.blog li#nav-blog a, li#nav-blog a:hover { background: transparent url(./../images/LI.nav-blog.gif) no-repeat right; }
.downloads li#nav-downloads a, li#nav-downloads a:hover { background: transparent url(./../images/LI.nav-downloads.gif) no-repeat right; }
.subscribe li#nav-subscribe a, li#nav-subscribe a:hover { background: transparent url(./../images/LI.nav-subscribe.gif) no-repeat right; }
.contact li#nav-contact a, li#nav-contact a:hover { background: transparent url(./../images/LI.nav-contact.gif) no-repeat right; }
*/
/* Section colours */
h4 span { color: #fff !important; padding: 0 9px; }
#navigation a:hover { color: #fff; }

.home h2, .home #scroll a, .home div.indent, .home span.highlight { color: #cc0000; }
.home h4 span, .home #nav-home a, #navigation #nav-home a:hover { background-color: #cc0000; color: #fff; }

.books h2, .books #scroll a, .books div.indent, .books span.highlight { color: #cc9933; }
.books h4 span, .books #nav-books a, #navigation #nav-books a:hover { background-color: #cc9933; color: #fff; }

.about h2, .about #scroll a, .about div.indent, .about span.highlight { color: #c1c632; }
.about h4 span, .about #nav-about a, #navigation #nav-about a:hover { background-color: #c1c632; color: #fff; }

.blog h2, .blog #scroll a, .blog div.indent, .blog span.highlight { color: #009900; }
.blog h4 span, .blog #nav-blog a, #navigation #nav-blog a:hover { background-color: #009900; color: #fff; }

.downloads h2, .downloads #scroll a, .downloads div.indent, .downloads span.highlight { color: #6666ff; }
.downloads h4 span, .downloads #nav-downloads a, #navigation #nav-downloads a:hover { background-color: #6666ff; color: #fff; }

.subscribe h2, .subscribe #scroll a, .subscribe div.indent, .subscribe span.highlight { color: #333399; }
.subscribe h4 span, .subscribe #nav-subscribe a, #navigation #nav-subscribe a:hover { background-color: #333399; color: #fff; }

.contact h2, .contact #scroll a, .contact div.indent, .contact span.highlight { color: #cc33cc; }
.contact h4 span, .contact #nav-contact a, #navigation #nav-contact a:hover { background-color: #cc33cc; color: #fff; }

/*
Columns
*/

div#left-column, div#right-column {
  float: left;
}
div#left-column {
  width: 198px;
}
div#right-column {
  width: 756px;
}
div.x450 {
  width: 450px;
  margin-right: 36px;
  float: left;
}
div.x162 {
  width: 162px;
  float: left;
}
div#footer {
  clear: both;
  padding: 52px 0 52px 198px;
  float: left;
  width: 900px;
}
div#footer ul li {
  display: inline;
  margin-right: 18px;
}
div#scroll, div#scroll-container {
  float: left;
}
div#scroll-content {
  padding: 54px 54px 70px;
  float: left;
}
ul#navigation {
  height: 288px;
  min-height: 234px;
  padding: 54px 0 0 27px;
}
ul#navigation a {
  padding: 0 9px;
}


div#introduction {
  min-height: 90px;
  padding: 36px 0 0 18px;
}

h1 {
  height: 198px;
}

/* Buttons */
div.button-wrapper {
  overflow: hidden; /* Make sure floats work properly */
  width: 100%; /* Force IE to have hasLayout */
  display: block;
  margin-bottom: 18px;
}
a.button {
  font-size: 14px;
  background: url(./../images/A.button.gif) no-repeat center right;
  display: block;
  float: left;
  padding-right: 24px;
  font-weight: bold;
}
a.button span {
  background: url(./../images/A.button.SPAN.gif) no-repeat center left;
  display: block;
  padding: 18px 0 18px 24px;
}
a.button.align-right {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}
h1 a, ul#logo a, a.button:hover, .title a {
  border: none !important;
}
a.button.align-center {
  float: none;
  text-align: center;
}


/* Forms */
form {
  background: #fdf7e3;
  border: 1px solid #e5d39f;
  padding: 17px;
  margin-bottom: 18px;
}
label {
  display: block;
}
.other{
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  color: #bd9e43;
  padding: 5px;
}
input.text {
  font-size: 18px;
  font: 18px "Georgis", "Nimbus Roman No9 L", serif;
  padding: 4px;
  width: 380px;
  margin-bottom: 10px;
}
input.small-text {
  font: 12px "Georgis", "Nimbus Roman No9 L", serif;
  width: 120px;
}
textarea {
  width: 380px;
  height: 140px;
  font: 18px "Georgis", "Nimbus Roman No9 L", serif;
  padding: 4px;
  margin-bottom: 10px;
}