/* -----------------------------------------------------

   AUTHOR           :  	Jude Roust
   WEBSITE          :   http://www.minervasupport.co.uk/
   TEMPLATE NAME    : 	layout
   LAST DATE MOD    :   21 April 2010 (font sizing)

-------------------------------------------------------- */
/* STYLE NOTES:
Colours used 
red - #CC0000
black - #000000
nearly black - #333333
almost nearly black = #555555 (original font colour. Now #333
dark grey - #777777
mid grey - #CCCCCC
light grey - #F2F2F2
Nearly white - #FAFAFA
white - #FFFFFF
Link colour - #000080 (navy)
/* -----------------------------------------------------
   HTML ELEMENTS
-------------------------------------------------------- */

/* top elements */
* { margin: 0;	padding: 0; outline: 0; }
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/layout/background.gif) repeat-x;
	color: #333333;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*font: 75% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;*/
}

p {
	padding: 0;		
	margin: 10px;
	font-size: .75em;
	line-height: 1.5em;
}
p + p {margin-top: 1.5em;}

/* links */
a:link, a:visited {
	color: #CC0000;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #000080; 
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-weight: bold;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 10px;
}

h1 {
	font-size: .8125em;
	letter-spacing: .5px;
}
h2 {
	font-size: .75em;	
	text-transform: uppercase; 		
}
h3 {
	font-size: .75em;
}

/*ul, ol {
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 1.5em;
}
li {
	list-style:none;
	background: url(../images/layout/bullet.gif) no-repeat 0px 8px;
	padding: 4px 5px 4px 35px;
	margin: 0;
}*/

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	line-height: 1.5em;
	font-size: .75em;
}
li {
	background: url(../images/layout/bullet.gif) no-repeat 0 8px;
	padding: 4px 5px 4px 35px; 
}

img {
	background: #FFFFFF;
    padding: 8px;
}

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 10px 0;
  padding: 15px 20px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777777;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 15px 32px;
  	background: #FAFAFA url(/images/layout/quote.gif) no-repeat 7px 10px  !important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #CC0000; 
	font-weight: bold;  
}

/* form elements */
/* add the following border and background-colour tags if required */
/*border: 1px solid #f2f2f2; */
/*background-color: #FAFAFA; */

#contactform {
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 10px;
}

/*form {
	padding: 10px;
}*/
#contactform p {
	line-height: 1.0em;
	font-size: .75em;
}
form p + p {margin-top: 0;}

label {
	display: block; 
	font-weight:bold;
	padding: 3px 5px;
	font-size: 100%;
}
input {
	font-size: 100%;
	padding: 3px 5px;
	border:1px solid #CCCCCC;
}
textarea {
	font-size: 100%;
	padding: 3px 5px;
	border:1px solid #CCCCCC;
	width: auto;
	height:200px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.button { 
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif; 
	border: 1px solid #CCCCCC; 
	background: #FFFFFF url(../images/layout/headerbg.gif) repeat-x bottom left;
	padding: 5px 3px;
	color: #333333;
}

/* search form */
form.search {
	position: absolute;
	top: 5px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0;
	width: 120px;
	border: 1px solid #CCCCCC; 
	background: #FFFFFF;
	color: #333333; 
}
form.search input.searchbutton { 
	margin: 0; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCCCCC; 
	background: #FFFFFF url(../images/layout/headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333333;
	width: 60px;
}

/* -----------------------------------
  LAYOUT
-------------------------------------- */
#wrap {
	position: relative;
	height: auto !important;
	min-height: 100%;
	margin: 0 auto -101px;
	width: 800px;
}
/**html #wrap {
	height: 100%;
}*/

/* header */
#header {
	position: relative;
	margin: 0; padding: 0;
	height: 60px;
}
#header span#slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
}

#header-logo {
	position: relative;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}
#header-logo #logo {
	position: absolute;
	top: 3px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000000;
}

/* navigation tabs */
#header ul {
	position: absolute;
	margin:0;
	list-style:none;
	right:-18px ; bottom: 3px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/layout/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/layout/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFFFFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}

#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}

/* main column */
#main {
	overflow:auto;
	float: right;
	min-height: 100%;
	margin: 0; 
	padding-bottom: 101px;
	width: 100%;
	background: #FFFFFF;
}

#main h1 {
	margin: 10px 0 15px 0;
	padding: 5px 5px 5px 8px;
	color: #FFFFFF;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: .5px;
}
#main h3 {
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 8px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 0px;
	margin: 0; 
	padding-bottom: 101px; 
	background-color: #FFFFFF; 	
}
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 5px 5px 5px 8px;
	font-size: 105%;
	color: #FFFFFF;
	text-transform: uppercase; 
	background: #333333; 
	letter-spacing: 1px;	
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	margin: 0 0 5px 0;	
	background: #FFFFFF;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #F2F2F2; 
	background: url(../images/layout/bullet.gif) no-repeat 3px 6px;
	padding: 4px 5px 4px 28px;
	margin: 0;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
}

/* breadcrumbs */
#crumbs {
	height:2.5em;
	font-size: 13px;}

#crumbs ul {list-style: circle;}

#crumbs li {
float:left;
line-height:2.5em;
padding-left:1em;
} 

/* footer */
#footer  {
	position: relative;
	margin-top: -101px;
	height: 100px;
	width: 100%;
	clear: both;
	border-top: 1px solid #CCCCCC;
	background: #f2f2f2 url(../images/layout/footerbg.jpg) left no-repeat;
	padding: 0;
	margin: 0;
}
#footer-wrapper {
	width: 800px;
	margin: 0 auto;
}
#footer-content-left {
	float:left;
	width:50%;
	text-align:left;
}
#footer-content-right {
	float:right;
	width:50%;
	text-align:right;
}
#footer p {
	padding: 0;		
	margin: 10px;
	font-size: 13px;
	line-height: 1.5em;
}
#footer a { 
	text-decoration: none;
	color: #CC0000; 
}
#footer a:hover {
	color: #000080; 
	background-color: inherit;
}
#footer img {
	padding: 0;
	margin: 0;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear { clear: both; }
.contrast { color: #CC0000; }
.comments { 
	margin: 20px 10px 25px 10px;
	padding: 5px 3px;
	border-bottom: 1px solid #EFF0F1;
	border-top: 1px solid #EFF0F1;
}
/* small text */
.small-print {
	text-align: center;
	font-size: 13px;
	
}
