/* ------------------------------------------------------------ 
	Just Maybe Textpattern Template | 2006
	(c) Sam Brown - www.massiveblue.net
------------------------------------------------------------ */


/* ------------------------------------------------------------ 
	 GLOBAL RESET
------------------------------------------------------------ */
* {font-size: 100.01%; margin: 0; padding: 0;}
body{
	margin: 30px 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: #7D7D7D;
}

html {font-size: 62.5%;}


/* ------------------------------------------------------------ 
	 BASE ELEMENTS
------------------------------------------------------------ */
a, a:link, a:visited, a:active {text-decoration: none;}
a:hover {text-decoration: none;}
abbr, acronym {font-style: normal; border-bottom: dotted 1px #666; cursor: help;}
blockquote {border-left: .4em solid #e3e3e3; margin: 0 0 1em 1.5em; padding-left: .5em;}
body {background-color: #fff; font: 1.1em/1.75em 'Lucida Grande', Verdana, Arial, Sans-Serif; margin: 40px 0;}
code, var, kbd {font-family: monaco, courier, monospace;}
dt {font-size: 1.5em;}
h1 {font: bold 5em/.85em 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; text-transform: lowercase;}
h2 {font-size: 1.75em; font-weight: bold; line-height: 1.5em;}
h3 {font-size: 1.5em; font-weight: normal; line-height: 1.5em;}
h4 {font-size: 1.25em; font-weight: bold; line-height: 1.5em;}
h5 {font-size: 1.1em; font-weight: normal; line-height: 1.5em;}
h6 {font-size: 1.25em; font-weight: normal;}
hr {border: none; height: 1px; background: #999; margin: 2em 0;}
input {margin: .5em 0;}
p {margin-bottom: 1em; text-align: justify;}
ol, ul {margin: 0 0 1em 1.5em;}
sup {color: #999; line-height: 0px;}


/* ------------------------------------------------------------ 
	 COLOURS
------------------------------------------------------------ */
a,
a:link,
a:visited,
a:active,
code,
dt,
h1,
h2,
h3,
h4,
h5, 
#title span,
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {color: #416792;} /* Primary Colour */
body,
a:hover,
#footer,
#footer a:hover {color: #000;} /* Secondary Colour */
h4 a:hover,
p a:hover,
li a:hover {text-decoration: underline;}


/* ------------------------------------------------------------ 
	 SHELL
------------------------------------------------------------ */
#container {width: 63em; position: absolute;}
#title {float: left; text-align: right; width: 20em; margin-left: 1em;}
#title ul {list-style-type: none; margin-top: 1em;}
#title h4 {padding-top: 1em;}
#area {padding: .75em 0em 0em; width: 40em; float: right; position: absolute; left: 23em; margin-right: 1em;}


/* ------------------------------------------------------------ 
	 FOOTER
------------------------------------------------------------ */
#footer {clear: both; margin: 2em 0em 0em 1em; text-align: center;
width: 61em;
float: left;
padding-right: 1em;
border-top: 1px #999 solid; text-align: center; }
#footer p {font-size: .75em; text-align: center;}
#footer span {}

/* ------------------------------------------------------------ 
	 PREV NEXT
------------------------------------------------------------ */
#prevnext {margin: 1em 0;	height: 2em; 	line-height: 2em;}
#prev {float:left; 	padding-left: 1em;}
#next {float:right; padding-right: 1em;}


/* ------------------------------------------------------------ 
	 OTHER
------------------------------------------------------------ */
.off {display: none;}


/* ------------------------------------------------------------ 
	 (c) Sam Brown - www.massiveblue.net
------------------------------------------------------------ */