@charset "UTF-8";
/* CSS Document */

@import "forms.css";

* { margin: 0; padding: 0; }


html { width: 100%; background: url(../images/interface/htmlBG.jpg) top center fixed repeat; }

body {
	position: relative;
	width: 100%;


	font-size: 15px;
	font-family: "Lucida Grande", "Tahoma", Verdana, Arial, Helvetica, sans-serif;

	color: #111;
	background: url(../images/interface/bodyBG.png) top center repeat-x;
}

div#body {
	position: relative;
	width: 1015px;

	clear: both;

	margin: 0 auto;
	padding: 0;

	padding-top: 345px;
}

div#page {
	position: relative;

	float: left;
	clear: both;

	width: 100%;
	margin: 0 auto;

	background: url(../images/interface/pageBG.jpg) bottom left no-repeat #fff;
}

/* Columns */
div.column {
	position: relative;
	float: left;
	width: 96%;

	padding: 1% 2%;
}

/* Diff Column Widths */
div.column.quarter { width: 22%; }
div.column.threequarters { width: 69%; float: right; }

/* Misc */
div.clear, div.divider { clear: both; }
div.placard { float: right; clear: right; width: 222px; text-align: center; padding-right: 2%; }
div.placard.home { width: 480px; padding: 0; }
div.placard img { width: 222px; border: 0; }
div.placard.home img { margin-right: 50px; }

div.divider { border-bottom: 1px dashed #fff; padding-top: 40px; margin-bottom: 20px; }
h1, h2, h3 { font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }

h3.success { color: #393; }
h3.fail, span.fail { color: #d00; }
h3.fail { text-decoration: blink; }

p { margin-bottom: 15px; line-height: 18px; }
p.small { font-size: 10px; }

a { color: #0077b5; }
a:hover { color: #0094e0; }

/* A Buttons */
a.button {
	display: block;
	float: left;
	width: 100px;
	height: 28px;
	margin-right: 5px;

	color: #111;
	line-height: 28px;
	text-align: center;
	text-decoration: none;

	background: url(../images/interface/buttonBG.gif) top left repeat-x;
}
a.button.right { float: right; margin-right: 0; margin-left: 5px; }
a.button:hover { background-position: bottom left; }

a.mp3 {
	float: left;
	display: block;
	height: 64px;
	font-size: 20px;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 15px 20px 0 84px;
	border: 1px dashed #333;
	background: url(../images/interface/mp3.png) center left no-repeat;
}

a.mp3 span { display: block; font-size: 15px; color: #333; }

object { float: left; margin: 0 10px 10px 0; }

/* Headings */
h1 { color: #333; font-size: 50px; text-transform: uppercase; margin-bottom: 10px; }
h2 { color: #a32600; font-size: 40px; margin-bottom: 10px; clear: left; font-style: italic; }
h3 { color: #00384b; font-size: 25px; margin-bottom: 10px; }

h2 span { font-size: 20px; color: #fff; }

/* Column Images */
img.left, img.right { margin-bottom: 10px; padding: 1px: border: 1px dashed #333; }
img.left { float: left; margin-right: 10px; }
img.right { float: right; margin-left: 10px; }

a.back { color: #fff; }

/* Side Menu */
div.column.quarter { border-right: 1px dashed #ccc; }

h3.menu {
	float: left;

	width: 220px;
	height: 50px;

	line-height: 50px;
	text-align: center;

	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	background: url(../images/interface/h3BG.png) top left no-repeat;
}

ul.menu {
	float: left;
	clear: left;

	width: 100%;

	list-style-type: none;
}

ul.menu li {
	float: left;
	clear: left;

	width: 96%;

	padding: 5px 0 5px 2%;
	border-bottom: 1px dashed #ccc;
}

/* Gallery */
ul.gallery { float: left; clear: both; width: 100%; }
ul.gallery li, ul.gallery li img { width: 160px; }
ul.gallery li { position: relative; float: left; clear: none; height: 200px; margin: 5px; padding: 1px; border: 1px dashed #111; overflow: hidden; }

/* Header Graphic */
div#headerGraphic {
	position: absolute;
	top: 145px;
	left: 0;

	width: 1015px;
	height: 200px;

	background: url(../images/interface/headerGraphics.png) 0 -400px no-repeat;
}

div#headerGraphic.loony { background-position: 0 -200px; }
div#headerGraphic.brainchild { background-position: 0 0; }

/* Album Table */
table.album {
	width: 100%;
	border: 1px dashed #333;
	border-collapse: collapse;
}

table.album td, table.album th { padding: 2px 2%; }
table.album th { text-align: left; }
table.album td { width: 46%; text-align: right; }

/* Sitemap */
ul.sitemap { list-style-type: none; }
ul.sitemap h3 { margin-bottom: 0; }
ul.sitemap p { font-size: 12px; }

/* Links */
ul.links, ul.links li {
	float: left;
	clear: left;
	width: 100%;
}

ul.links { list-style-type: none; }
ul.links li { text-align: center; }
ul.links li img { border: 0; }

/* Links Admin */
ul.links li div.admin {
	float: none;

	width: 258px;
	height: 20px;
	line-height: 20px;

	padding: 5px;
	margin: 0 auto 5px auto;
}

ul.links li div.admin form, ul.links li div.admin form fieldset, ul.links li div.admin form fieldset ol, ul.links li div.admin form fieldset ol li { padding: 0; margin: 0; }
ul.links li div.admin input.checkbox { float: right; margin-right: 0; }
ul.links li div.admin form { float: left; width: 60%; }
ul.links li div.admin a.block { float: right; display: block; width: 75px; }
ul.links li div.admin a.block.delete { color: #d00; }

/* Admin boxes, tables and buttons */
div.admin, a.admin { background-color: #cfff7c; border: 1px dashed #026a9a; color: #111; }
div.admin {
	float: left;
	clear: both;

	width: 94%;
	padding: 2%;
	margin-bottom: 20px;
}

div.admin.restrict_h { height: 400px; overflow: auto; }
div.admin.restrict_h.small { height: 200px; }
div.column.third div.admin { margin: 2% 0 0 2%; width: 86%; }

div.admin table { float: left; clear: left; width: 100%; border-collapse: collapse; background: url(../images/interface/alphaF50.png) top left repeat; }
div.admin table th, div.admin table td { text-align: left; padding: 1px 2px; }
div.admin table tr.odd td { background: url(../images/interface/alphaF50.png) top left repeat; }
div.admin table a.admin { float: right; margin: 0 1px 0 0; color: #111; }

a.admin {
	display: block;
	float: left;

	margin: 0 5px 5px 0;
	padding: 4px 12px;

	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.admin:hover { color: #111; }

ul.admin, ul.admin li {
	float: left;
	clear: left;
	list-style-type: none;
}

/* Admin Menu */
ul#adminMenu, ul#adminMenu li {
	float: left;
	height: 25px;
	line-height: 23px;
}

ul#adminMenu {
	position: absolute;
	z-index: 10;
	list-style-type: none;

	top: 10px;
	right: 285px;

	background-color: #cfff7c;
	border: 1px dashed #026a9a;
}

ul#adminMenu li { width: 100px; text-align: center; }
ul#adminMenu li a { text-decoration: none; color: #111; font-size: 85%; }

/* Anchor Text Management Stuff */
form#addAnchor ol li input.text, form#addAnchor ol li select {
	float: left;
	clear: none;
	width: 45%;
	margin-right: 1%;
}

/* rtEdit stuff */
div.rtEditor {
	float: left;
	clear: left;
	width: 100%;
}

div.rtEditor span.rtToolbar {
	float: right;
	display: block;

	margin-right: 12px;
	border: 1px solid #777;
	border-bottom: 0;
	z-index: 5;
}

div.rtEditor span.rtToolbar a {
	display: block;
	float: left;

	width: 30px;
	height: 25px;

	line-height: 25px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;

	color: #111;
	background-color: #eee;
}

div.rtEditor span.rtToolbar a:hover { background-color: #fff; }
div.rtEditor span.rtToolbar a.rtBold { font-weight: bold; }
div.rtEditor span.rtToolbar a.rtItalic { font-style: italic; }

div.rtEditor span.rtToolbar a.rtP { font-size: 10px; }
div.rtEditor span.rtToolbar a.rtH1 { font-weight: bold; font-size: 14px; }
div.rtEditor span.rtToolbar a.rtH2 { font-weight: bold; font-size: 13px; }
div.rtEditor span.rtToolbar a.rtH3 { font-weight: bold; font-size: 12px; }

div.rtEditor span.rtToolbar a.rtImg, div.rtEditor span.rtToolbar a.rtLink, div.rtEditor span.rtToolbar a.rtMp3link, div.rtEditor span.rtToolbar a.rtVideo { font-size: 10px; }

div.rtEditor div.rtEditorView {
	float: left;
	clear: left;
	width: 915px;
	height: 500px;
	overflow: auto;

	padding: 1%;
	margin-bottom: 5px;
	border: 1px solid #777;

}

div.rtEditor textarea { float: left; clear: both; width: 100%; }
div.rtEditor.small div.rtEditorView { height: 300px; }

#rtImages { display: none; position: absolute; top: 150px; left: 50%; margin-left: -200px; width: 400px; height: 400px; border: 1px solid #333; background: #fff; z-index: 20; }
#rtImages ul.gallery li, #rtImages ul.gallery img { width: 75px; height: 94px; }
#rtImages ul.gallery img { height: auto; }

/* End of admin stuff */

/* Masthead */
ul#masthead {
	position: absolute;
	top: 0;
	left: 0;

	width: 985px;
	height: 50px;

	z-index: 1;
	list-style-type: none;

	padding: 50px 10px 100px 0;
	background: url(../images/interface/masthead.png) top center no-repeat;
}

ul#masthead.loony { background-position: 0 -200px; }
ul#masthead.brainchild { background-position: 0 -400px; }

ul#masthead li, ul#masthead li a {
	float: right;
	width: 200px;
	height: 50px;
	line-height: 50px;

	color: #fff;
	font-size: 13px;
	text-align: center;
}

ul#masthead li { position: relative; margin: 0 5px; }

ul#masthead li a {
	display: block;
	padding: 0;

	color: #fff;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;

	background: url(../images/interface/mastheadButtons.gif) top left no-repeat;
}

ul#masthead li a { background-position: 0 0; text-indent: -100000px; overflow: hidden; }
ul#masthead li.brainchild a { background-position: -400px 0; }
ul#masthead li.loony a { background-position: -200px 0; }

ul#masthead li a:hover, ul#masthead li a.active { background-position: 0 -50px; }
ul#masthead li.brainchild a:hover, ul#masthead li.brainchild a.active { background-position: -400px -50px; }
ul#masthead li.loony a:hover, ul#masthead li.loony a.active { background-position: -200px -50px; }

/* Addthis / Twitter Buttons */
div#addthis, div#twitterUs, div#twitterUs a { padding: 0; margin: 0; }
div#addthis, div#twitterUs { position: absolute; top: 10px; z-index: 10; }
div#addthis { right: 145px; }
div#twitterUs { top: 6px; right: 10px; }
div#twitterUs, div#twitterUs a { width: 125px; height: 24px; }
div#twitterUs a { display: block; float: left; background: url(../images/interface/twitter.gif) top left no-repeat; }

/* Footer */
ul.footer, ul.footer li {
	float: left;
	height: 30px;
	line-height: 30px;
}

ul.footer, div.footer {
	position: relative;

	float: left;
	clear: both;

	width: 100%;

	margin: 10px 0;
	list-style-type: none;

	border: 1px solid #fff;
	background: url(../images/interface/boxBGzero.jpg) top left repeat;
}

ul.footer { background: #fff; }
ul.footer li { margin: 0 10px; }
ul.footer li.right { float: right; }
ul.footer li, ul.footer li a { color: #111; }
ul.footer li a { text-decoration: none; }
ul.footer li.small, ul.footer li.small a { font-size: 10px; height: 20px; line-height: 20px; }

div.footer { border: 0; background: none; text-align: center; font-size: 12px; line-height: 20px; }
div.footer a { margin: 4px; text-decoration: none; }

/* Footer Links */
div.footer.links {
	height: auto;
	line-height: auto;
}

div.footer.links img { border: 0; margin: 0 5px; }

/* W3C */
ul.footer li a.w3c {
	display: block;
	float: left;

	width: 58px;
	height: 16px;

	margin: 6px 2px 0 0;
	border: 1px solid #fff;
	background: url(../images/interface/w3c.gif) top left no-repeat;
}

ul.footer li a.w3c.css { background-position: top right; }

/* Pop Box */
div.popBox {
	position: fixed;
	display: none;

	z-index: 1000;

	top: 97px;
	left: 50%;

	margin-left: -500px;
	padding: 20px;

	width: 960px;
	height: 535px;

	background: url(../images/interface/popClose.gif) bottom right #000 no-repeat;
	border: 1px solid #fff;

	overflow: auto;
	cursor: pointer;
}

div.popBox { display: none; }

div.column ul.gallery li a.admin { display: block; position: absolute; bottom: 2px; right: 2px; z-index: 20; }

/* Colours */
.red { color: #d00; }
.green { color: #390; }
.blue { color: #33f; }
.purple { color: #906; }
.cyan { color: #0cf; }
.grey { color: #555; }

.bold { font-weight: strong; }
.italic { font-style: italic; }

#randomHeader {
	position: absolute;
	top: 154px;
	left: 13px;

	width: 990px;
	height: 156px;

	z-index: 200;
}

