/* overall */
* {
	padding: 0;
	margin: 0;
	border: none;
}
body {
	background-color: #450909;
	color: white;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	font-size: small;
}
html.whizzy, html.whizzy body {
	background-image: none;
	background-color: transparent;
	_background-color: #691010;
}
/* basic tags */
p {
	margin-bottom: 0.5em;
	line-height: 1.5em;
	text-align: justify;
}
h1, h2, h3 {
	font-family: "Georgia", "Palatino Linotype", "DejaVu Serif", "Bitstream Vera Serif", serif;
	font-weight: normal;
	font-style: italic;
	clear: both;
}
h1 {
	font-size: 2.7em;
	margin: 0.5em 1em;
}
h2 {
	font-size: 1.6em;
	width: 95%;
	margin: 1.5em auto 0.2em;
	border-bottom: 1px dotted #4c0707;
}
h3 {
	font-size: 1.3em;
	width: 97%;
	margin: 1em auto 0.1em;
	border-bottom: 1px dotted #4c0707;
}
h1 small, h2 small, h3 small {
	display: block;
	float: right;
	font-size: small;
	font-style: normal;
}
a {
	color: #dda17a;
	text-decoration: none;
}
a:hover, a:active {
	color: #ddbeaa;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
th, td {
	font-size: 90%;
	font-family: "Trebuchet MS", "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	padding: 1px 3px;
}
th {
	font-weight: bold;
	text-align: center;
}
td {
	text-align: left;
	border: 1px dotted #4c0707;
}
ul {
	margin-left: 1.5em;
}
dt {
	margin-top: 5px;
}
dd {
	margin-left: 15px;
}
img {
	line-height: 1%;
}
/* structure */
#menustrip {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
}
#menu {
	position: relative;
	width: 719px;
	height: 20px;
	background-color: #450909;
	font-style: italic;
	font-size: 13px;
	margin: 0 auto;
}
#menu .current {
	color: #bd816a;
}
#menu a {
	color: #f0f0f0;
}
#menu a:hover, #menu a:active {
	color: #fffff0;
}
#menuleft {
	position: absolute;
	left: -17px;
	top: 0;
}
#menuright {
	position: absolute;
	right: -17px;
	top: 0;
}
#contentarea {
	width: 730px;
	padding: 15px;
}
#redarea {
	position: relative;
	margin: 0 auto;
	width: 760px;
	min-height: 300px;
	_height: 300px; /* min-height for ie */
	background-color: #5f0000;
	background-image: url(/images/background/script_mid.png);
	background-repeat: no-repeat;
	background-position: 0px 120px;
}
#mainarea {
	position: relative;
	width: 100%;
	background-color: black;
	background-image: url(/images/background/script_sides.png);
	background-repeat: no-repeat;
	background-position: 50% 120px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#mainheader {
	position: relative;
	background-color: #450909;
	background-image: url(/images/headerbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 140px;
}
#mainheadertext {
	position: relative;
	top: 39px;
	display: block;
	margin: 0 auto;
}
#footer {
	background-color: #450909;
	padding: 2px 0;
	width: 100%;
	font-family: "Trebuchet MS", "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
}
#footercontent {
	width: 760px;
	margin: 0 auto;
	font-size: 11px;
}


/* classes */
.fade {
	position: absolute;
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
	left: 0;
	font-size: 2px; /* mainly for ie */
}
.fadetop {
	background-image: url(/images/fade_light.png);
	top: 0;
}
.fadebottom {
	background-image: url(/images/fade_light_bottom.png);
	_background-image: none; /* ie can't handle 32-bit png */
	bottom: 0;
}
.left {
	float: left;
	margin: 0 15px 5px 0;
}
.right {
	float: right;
	margin: 0 0 5px 15px;
}
td.left, td.right {
	margin: 0;
	float: none;
}
td.left {
	text-align: left;
}
td.right {
	text-align: right;
}
table.centre td, td.centre {
	text-align: center;
}
img.heading {
	border: none;
	display: block;
	margin: 0 30px 10px;
}
img.left {
	border: 1px solid #ddbeaa;
}
img.right {
	border: 1px solid #ddbeaa;
}
img.mid {
	display: block;
	clear: both;
	border: 1px solid #ddbeaa;
	margin: 15px 0;
}
.gallery {
	text-align: center;
	margin-top: 2em;
	clear: both;
}
.gallery a img {
	border: 1px solid #ddbeaa;
	margin: 0;
}
.gallery a:hover img {
	border-color: #eecfbb;
}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px; 
}
.sidebar {
	width: 40%;
	padding: 5px 15px;
	border: solid #4c0707;
	border-width: 0 1px;
}
.antisidebar {
	width: 45%;
	padding: 0 15px;
	border: none;
}
.sidebar.right {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}
.sidebar.left {
	margin-left: 0;
	border-left: none;
	padding-left: 0;
}
.sidebar dd {
	text-align: right;
}
.sidebar h2, .messagebox h2 {
	margin-top: 0;
}
p.centre {
	text-align: center;
}
ul.centre {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
ul.menu {
	margin: 0;
}
ul.menu li {
	display: inline;
	margin: 0 4px; /* or contact gets pushed off the end of the line in ie6 and 7 */
	font-family: "Trebuchet MS", "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
}
ul.menu .current {
	color: white;
}
.true {
	color: #00ff00;
	font-style: italic;
}
.false {
	color: #ff0000;
	font-style: italic;
}
.messagebox {
	margin: 1em auto;
	padding: 1em;
	width: 60%;
	border: solid #4c0707;
	border-width: 1px 0;
}
.biglink {
	width: 30%;
	font-size: 120%;
	font-weight: bold;
	font-family: "Trebuchet MS", "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	text-align: center;
}
.highlighted {
	color: #ffe0c0;
	font-weight: bold;
}
.noclear {
	clear: none;
	border-bottom: none;
}

/* forms-----------------------------------------------new: */
button {
	background-color: transparent;
}
input, textarea, select, .whizzywigdiv {
	border: 1px solid #4c0707;
}
input, textarea, select, .whizzyeditarea {
	font-weight: normal;
	color: white;
	font-family: "Trebuchet MS", "DejaVu Sans", "Bitstream Vera Sans", sans-serif;
	overflow: auto;
	background-color: transparent;
	background-image: url(/images/transred.png);
	_background-color: #691010; /* ie can't handle... */
	_background-image: none; /* ...transparent pngs */
}
input, textarea, select {
	font-size: 85%;
}
input.inputtext, input.inputcheckboxradio, input.inputbutton, textarea, select {
	display: block; /* don't want to make type="hidden" ones visible */
}
label input.inputtext, label input.inputcheckboxradio, label input.inputbutton, label select {
	display: inline
}
.wzmaintoolbar input, .wzmaintoolbar select {
	display: inline;
}
iframe.whizzywigframe {
	width: 100%;
	height: 220px;
}
iframe.whizzywigframe.medium {
	height: 200px;
}
iframe.whizzywigframe.small {
	height: 100px;
}
option {
	background-color: #752323;
	padding: 1px 8px;
}
input, textarea, .whizzywigdiv {
	width: 100%;
	margin: 0 5px 0 0;
}
input.small {
	width: 5em;
}
input.medium {
	width: 10em;
}
textarea {
	height: 300px;
}
textarea.small {
	height: 75px;
}
textarea.medium {
	height: 150px;
}
input.inputcheckboxradio {
	/* note:
		firefox applies background-image to box and ignores background-color and border
		opera applies background-color to box (but if it does so you can't check it!), ignores background-image and uses border as the outline of the checkbox itself
		ie6 and 7 apply background-color to area around box, ignore background-image and put the border round the lot
	*/
	background-image: none;
	*background-color: transparent; /* target all ie */
	*border: none;
	width: auto;
	height: auto;
	vertical-align: middle;
	display: inline;
}
input.inputcheckboxradio[type="radio"] {
	border: none;
}
input.inputbutton {
	border-color: #884141;
	width: auto;
	padding: 0;
	font-weight: bold;
}
input.disabled {
	border-color: #774141;
	color: #884141;
}
input.inputbutton, input.inputtext, textarea {
	padding: 0 2px;
}
div.wzCtrl {
	background-color: #e4e4e4;
	text-align: left;
	color: black;
	padding: 2px;
}
div.wzCtrl select, div.wzCtrl option, div.wzCtrl input.inputtext, div.wzCtrl input.inputcheckboxradio, div.wzCtrl input.inputbutton {
	background-color: white;
	background-image: none;
	color: black;
}
div.wzCtrl input.inputbutton {
	background-color: inherit;
	border: 1px solid #666666;
}
div.whizzywigdiv, div.wzCtrl {
	clear: none;
	margin-top: 0;
}
.gridform {
	border-collapse: separate;
	border-spacing: 3px;
	width: 100%;
}
.gridform th, .gridform td {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 2px;
	font-size: 100%;
}
.gridform th {
	text-align: right;
	/*width: 30%;*/
}
.gridform td {
	text-align: left;
}
.gridform th label {
}
.gridform td label {
	display: block;
	margin-left: 5px;
}
.gridform td.compact label, .gridform td.compact input, .gridform td.compact select {
	display: inline;
	margin-right: 10px;
}
.gridform td.set {
	border-left: 1px solid #4c0707;
}
.gridform small {
	display: block;
}
body.whizzy {
	padding: 0.5em;
	background-image: none;
	background-color: transparent;
	_background-color: #691010;
	height: auto;
	width: 95%;
}

