/* border:nones are for NN4 */
html { 
	margin: 0px; padding: 0px; 
}

body {
	margin: 0px;
	padding: 0 0 30px 0;
	background-color: #E6ECFF;
	font-family: sans-serif;
	line-height: 150%;
	font-size: small;
}

div { 
	margin: 0px; padding: 0px; 
}

p {
	padding: 0px; margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 5px 0;	
	text-shadow: #999999 0.2em 0.2em 3px;
	border-bottom: 1px dotted #6d4c07;	
}

h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

hr {
	height: 1px;
	color: #C5C877;
	background-color: #C5C877;
	border: 0px;
	margin: 0.2em 0.5em 0.2em 0.5em;
}

ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.3em 0.3em 0.3em 1.5em;
    padding:0;
    list-style-image: url("bullet.gif");
}

ol {
    line-height: 1.5em;
    margin: 0.3em 0 0 3.2em;
    padding:0;
    list-style-image: none;
}

li { 
	margin-bottom: 0.1em; 
}

a {
	text-decoration: none; 
   	background: url(../img/external.png) center right no-repeat;
   	padding-right: 13px;	
}

a:link { 
	color: #647d9e;
}

a:visited { 
	color: #600; 
	text-decoration: none; 
}

a:hover, a:active
{
	text-decoration: underline;
}

a.local {
	background: none;
	padding-right: 0px;
}

pre {
    border: #777 1px dotted;
    padding: 0.5em;
    margin-left: 1em;
    margin-right: 2em;
    white-space: pre;
    background-color: #e6e6e6;
    color: black;
}


/* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
.clear { clear: both;} 
/*/*/ .clear { display: none; } /* */

/* box-wrap is only needed if you want to set a background color for the 
   columns, put a border round the content block or fix the content width 
*/
.box-wrap {
	color : #000000;
    border:1px solid #000;
    margin:0px auto; 
    voice-family:inherit; 
    /*width:750px;  */
	background: #fff;
}


/* ====================================================================
HEADER STUFF (IMAGE AND MAIN SITE NAV)
-------------------------------------------------------------------- */
#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	background-color: #6b8eb3;
}

#header-image {
	border-top: 1px solid #000;
	margin: 0;
	height: 40px;
	width: 100%; 
	background: url('wiki.jpg') no-repeat top;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #fff;
}

.trail {
	padding-top: 2px;
	padding-left: 15px;
	background-color: transparent;
	font-size: x-small;
}
	
.trail a {
	color: #000;
	text-decoration: none;
}

.trail a:hover {
	text-decoration: underline;
}
	
.description {
	/* font-family: Georgia, Tahoma, Verdana, Times; */
	padding-top: 4px;
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding-left: 15px;
	background-color: transparent;
}
	
.description-blue {
	color: #2972D9;
}
	
.description a, .description a:visited {
	color: #fff;
	text-decoration: none;
}

#header-nav, #box-footer {
	background: #6B8EB3;
	color: #82ACD9;
	padding: 5px 0px 5px 0;
}
	
#header-nav {
	padding: 5px 10px 5px 0;
	text-align: right;
	font-weight: bold;	
	background: url('header.jpg') no-repeat top;
	background-repeat: no-repeat;
	background-position: left;
}

#box-footer {
	text-align: center;
	font-size: x-small;
	color: #ddd;
	clear: both;	
}
	
#header-nav a, #box-footer a {
	text-decoration: none;
	color: #99CAFF;
}

#header-nav a:hover, #box-footer a:hover {
	color: #ddd; /*#82ACD9; */
}	

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float {
	float: left;
	width: 80%;
}


.column-one {
	width: 100%;
}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-three {
	margin-left: 80%;
}
/* */

.column-one-content {
	padding: 0px 30px 10px 30px;
	border: none;
	color: #000000;
	line-height: 165%;
}
	
.column-three-content {
	padding: 0px;
	margin: 5px;
	border: none;
	color: #000000;
}


/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2, img
	{ p\osition: relative; }
/* */

.column-one a {
	color: #3B6DB3;
	text-decoration: none;
}

/* ====================================================================
RIGHT HAND COLUMN
-------------------------------------------------------------------- */


.column-three h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #1B4A8C;
	font-size: 1.1em;
    text-transform: lowercase;
}
	
.column-three ul {
	padding: 0 0 3px 20px;
	margin: 0;
}

.column-three li { 
        line-height: 1.41em;
        font-size: 0.86em;
        text-transform: lowercase;
}


.column-three a {
	color:#225EB3;
	font-size: 1em;
	text-decoration: none;
}

.column-three a:hover {
	color: #8C701B;
	text-decoration:underline;
}


.column-three .menuitem {
	margin: 5px 10px 5px 0px;
	padding: 0;
	border-bottom: 1px dotted #D9D9D9;
	
}

.column-three input {
	font-family: Georgia, tahoma, verdana, times;
	padding: 0;
	margin: 0;
}

.column-three form {
	padding: 0 0 5px 0;
	margin: 0px;
}

/* wiki stuff */
table.wikitable {
	table-layout: fixed;
	margin: 10px;
	width: 90%;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #777;
	border-collapse: collapse;
	background-color: #fff;
}

table.wikitable th {
	border-width: 1px;
	padding: 0;
	border-style: solid;
	border-color: #777;
	background-color: #6B8EB3;
	color: #fff;
}

table.wikitable td {
	border-width: 1px;
	padding: 0;
	border-style: solid;
	border-color: #777;
}

table.caltable {
	border: 0;
	width: 100%;
}

.calendar {
	border-width: 2px;
	border-style: outset;
	border-spacing: 0px;
	font-size: 80%;
	background: transparent;
}

.calendar td {
	text-align: right;
	padding: 0px;
}

.calendar caption {
	font-size: 1em;
	text-align: left;
	font-weight: bold;
}

.calendar .today {
	border: 3px solid #ccc;
}
