/***************************************
 * TITLE: Editorial Default Stylesheet *
 * URI  : editorial/default.css        *
 * MODIF: 2004-Oct-25 22:02 +1000      *
 * MEDIA: screen                       *
 ***************************************/

/* DESCRIPTION:
 * This is the default stylesheet for Editorial. It renders the main copy in a single column,
 * includes a right-hand sidebar, and has a tab-like bar beneath the title for navigation.
 * The tabs become depressed when the User hovers the mouse pointer over them, giving a dynamic
 * effect.
 *
 * This stylesheet is best used for display on large display areas (eg: standard computer
 * monitors).
 */


/* ##### Common Styles ##### */

body {
  color: #000;
  background-color: white;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 85%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 85%;
}

acronym, .titleTip {
  border-bottom: 1px dotted gray;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

acronym:hover, .titleTip:hover {  /* Ignored by MSIE. The nerve! */
  border-bottom: 1px solid #f63;  /* '#f63' not recognised here by Opera */
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ###### Header ###### */

div#header {
   /* background-image: url(rsschalice75x75.png);
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: 5px .5em; */
}

.headerTitle {
  color: #000;
  background-color: transparent; 
  font-family: garamond, "times new roman", times, roman, serif;
  font-size: 333%;
  font-weight: bold;
  margin: 0 0 0 85px;
  padding: .5ex 0 0 0;
}

.subHeader {
  clear: both; 
  margin: 0;
  padding: 0.75em 1ex 0.5ex 1ex;
  border-bottom: 10px solid #f63;  /* '#f63' not recognised here by Opera */
}

.quote {
  color: #666;
  background-color: transparent;
  font-style: italic;
  /* float: right; */
  margin: 0;
  padding: 0;
}

.subHeader .navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.subHeader .navigation li {
  line-height: 1.75em;
  margin: 0;
  padding: 0;
  display: inline;
}

.subHeader a {
  color: #090;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

.subHeader a:hover {
  color: #0c0;
  background-color: transparent;
  text-decoration: underline;
}

.subHeader .navigation .tab {
  color: #666;
  background-color: rgb(248,248,248);
  text-decoration: none;
  padding-bottom: 0.8ex;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1.25em 1ex 1.25em;
  border-top: 1px solid rgb(231,231,231);
  border-right: 1px solid rgb(97,97,97);
  border-left: 1px solid rgb(231,231,231);
  position: relative;
  left: 1px;
  top: 1px;
}

.subHeader .navigation a.tab:hover {
  color: #f63 !important;
  background-color: rgb(248,248,248);
  text-decoration: none;
  padding-bottom: 0.8ex;
  font-weight: bold;
  padding: 0.5ex 1.25em 1ex 1.25em;
  border-top: 1px solid rgb(97,97,97);
  border-right: 1px solid rgb(231,231,231);
  border-left: 1px solid rgb(97,97,97);
  position: relative;
  left: 1px;
  top: 1px;
}

.subHeader .navigation .highlighted {
  color: white;
  background-color: #f63;
  border-top-color: #f63;
  border-right-color: #f63;
  border-left-color: #f63;
}


/* ##### Side Bar ##### */

#side-bar {
  margin: 2em 1em 0 0;
  padding: 0;
  width: 15.5em;
  float: right;
}

[id="side-bar"] {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  margin-right: 2em !important;
}

[id^="side-bar"] {  /* Only recognised in Gecko & CSS3-compliant browsers */
  margin-bottom: 5em !important;
}

#side-bar .title,h4 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 1ex 0;
  background-image: url("/static/images/grey-dot.png");
  background-repeat: repeat-x;
  background-position: bottom center;
}

#side-bar .title,h5 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0 0 1ex 0;
}

#side-bar ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 1em 0 0 0;
  padding: 0 0 1em 1.25em;
  background-image: url("/static/images/grey-dot.png");
  background-repeat: repeat-x;
  background-position: bottom center;
}

[id="side-bar"] ul {  /* Not recognised by MSIE */
  list-style-type: circle !important;
  padding-left: 1em !important;
}

#side-bar ul li {
  line-height: 1.25em;
  margin: 1ex 0 1ex 1ex;
  padding: 0;
}

#side-bar ul li:hover {
  list-style-type: disc;
}

#side-bar ul li.highlight {
  color: crimson;
  list-style-type: disc;
}

#side-bar a {
  color: #00f;
  background-color: transparent;
  text-decoration: underline;
}

#side-bar a:visited	{	
  color:	#909;
  background-color: transparent;
  text-decoration: underline;
}

#side-bar a:hover {
  color: #f0f;
  text-decoration: underline;
}

#side-bar div {
  text-align: justify;
  margin: 0 0 0 0;
  padding: 1em 1ex 1.25em 1ex;
  background-image: url("/static/images/grey-dot.png");
  background-repeat: repeat-x;
  background-position: bottom center;
}

#side-bar div.filter {
  background-color: #eee;
}

/* ##### Main Copy ##### */

#main-copy {
  text-align: left;
  word-wrap: break-word;
  overflow: hidden; 
  line-height: 1.5em;
  margin: 2em 2em 5em 2em;
  padding: 0;
}

#main-copy p {
  margin: 0 0 1.5em 0;
  padding: 0 0.5ex;
}

#main-copy q {
  color: rgb(225,225,225);
  background-color: transparent;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  margin: 0.3em 0 0.8em 0;
  padding: 0;
  display: block;
}

q:before, q:after {  /* Prevents Gecko from adding quotation marks around quote */
  content: "";
}

#main-copy a {
  color: #00f;
  background-color: transparent;
  font-weight: bold;
  text-decoration: underline;
}

#main-copy a:visited	{	
  color:	#909;
  background-color: transparent;
  font-weight: bold;
  text-decoration: underline;
}

#main-copy a:hover {
  color: #f0f;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy h3 {
  font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  font-size: 145.5%;
  font-weight: bold;
  margin: 0 0 0.75em 0;
  padding: 0.5ex 0 0.5ex 0.5ex;
  border-bottom: 1px solid gray;
}

#main-copy h1:target {  /* Only recognised by Gecko & other CSS3-compliant browsers */
  color: white;
  background-color: #f63;
  border-bottom-color: #f63;
}

#main-copy dl {
  margin: 0 0 1.5em 0;
  padding: 0 0.5ex;
}

#main-copy dt {
  font-weight: bold;
}

#main-copy dd {
  margin: 0 0 .5em 1em;
  padding: 0;
}


/* ###### Footer ###### */

#footer {
  color: #333;
  background-color: rgb(250,250,250);
  margin: 0;
  padding: 0.25em 5mm 1.25ex 4mm;
  clear: both;
}

body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: #00f;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  color: #f0f;
  background-color: transparent;
  text-decoration: underline;
}

img {
   border:0;
   padding: 5px;
}

.logo {
   border:0;
   padding: 5px 1em .1em 1em;
   float:left;
}

.clear {
   clear:both;
}

div#announce {
   float: right;
   padding: .2em;
   margin: 1em;
   font-weight: bold;
   background-color: #ff9;
   border-width: 3px; 
   border-color: #f00; 
   border-style: dotted;
}

.warning	{
   text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	white;
	color:	red;
}	

#main-copy .warning a {
   text-decoration: none;
   text-transform: none;
	font-style:	italic;
	font-weight:	normal;
	background:	white;
	color:	red;
}	

#main-copy .warning a:hover {
   text-decoration: underline;
   text-transform: none;
	font-style:	italic;
	font-weight:	normal;
	background:	white;
	color:	red;
}	

.itemdescription {
   display: block;
   clear: left;
   margin-bottom: .2em;
}

.item {
   width:8em; 
   float:left;
   font-weight: bold;
}

.description {
   margin-left: 0em;
}

.checkboxes {
   list-style-type:none;
}

