/* -----------------------------------------
Opus publishing system
Copyright (C) 2000-2005 The Hug
Distributed under GNU General Public License
http://www.the-hug.co.uk/opus/
------------------------------------------*/

body {
background-color: #ffffcc;
}

/* disable underlining on hyperlinks except while mouse is over them
   not least because it looks odd with "Read more ..."
*/
a:visited, a:link, a:active {text-decoration: none}
a:hover {text-decoration: underline}

h1 {text-align: center; color: #999999}

h2, h3, h4 {color: #999999}

b {color: #666666}

* {
font-size: 11pt;
font-family: Arial, sans-serif;
}

h1 {font-size: 164%}
h2 {font-size: 145%}
h3 {font-size: 127%}
h4 {font-size: 109%}
h5 {font-size: 91%}
h6 {font-size: 73%}
.large {font-size: 127%}
.small {font-size: 82%}
.smaller {font-size: 73%}

/* Footnotes table
*/
.footnotes {font-size:73%}

/* Article headline style
*/
.headline {
color: white;
background-color: orange;
font-weight: bold;
font-size: 109%;
border-color: #AAAAAA;
border-style: solid;
border-top-width:    0px;
border-left-width:   0px;
border-right-width:  1px;
border-bottom-width: 1px;
}

pre {
font-family: courier new, courier, monospace;
}

.highlighter
{background-color: #FFFF00;
}

.alert {
color: red;
}

.data {
font-weight: bold;
color: gray;
}

.searchstats: {
font-size:73%;
color: gray;
}


/* The blog comments box
*/

td.opus_blog {border-style: solid;
border-color: gray;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 2px;
border-bottom-width: 2px;
margin: 25px;
padding: 4px;
font-size: 82%}

p.opus_blog {font-size: 82%}


/* The author options box displayed via the authoropts merge field
*/

p.opus_authoropts {border-style: solid;
border-color: gray;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 2px;
border-bottom-width: 2px;
margin: 25px;
width: 12em;
padding: 4px;
font-size: 91%;
}

a.opus_authoropts {font-size: 91%}


/* The default <box> class opusbox, centred, 90% wide with a 1 pixel wide
   grey border. Base your <box> class definitions on this
*/

table.opusbox { width: 90%;
border-color: gray;
border-style: solid;
border-width: 1px;
position: relative;
left: 5%;
right: 5% }

td.opusbox { padding: 3px }


/* The reader login <box> class loginbox, centred, 50% wide with a drop
   shadow border.
*/

table.loginbox { width: 50%;
border-color: gray;
border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-right-width: 2x;
border-bottom-width: 2x;
}

td.loginbox { padding: 3px }


/* The default class opusdeck, which is used with the {deck} tag if you don't define
   a class of your own
*/

table.opusdeck {
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-color: #DCDCDC;
}

td.opusdeck_head {
background-color: #FFFFCC;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-color: #DCDCDC;
padding-left: 5px;
padding-right: 5px;
}

td.opusdeck_0 {
background-color: white;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-color: #DCDCDC;
padding-left: 5px;
padding-right: 5px;
}

td.opusdeck_1 {
background-color: #EDEDED;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 1px;
border-bottom-width: 1px;
border-color: #DCDCDC;
padding-left: 5px;
padding-right: 5px;
}
