﻿/*
----------------------------------------------------------------------
  Title:       intranet.css
  Description: Master stylesheet for Capable Plus Intranet site
  Author:      Stephen Wallace <mail@capable.plus>
---------------------------------------------------------------------- */

/* Section:     reset
   Description: Reset all base styles across all browsers (modified)
   Author:      Eric Meyer - http://meyerweb.com/eric/tools/css/reset/
   Revision:    v1.0 | 20080212
---------------------------------------------------------------------- */

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,h7,h8,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}*/

/* Section:     generic-typography
   Description: Base typographic settings for WLD premium template
---------------------------------------------------------------------- */

a:link, a:visited, a:active, a:hover, a:focus	{ font-family: Lucida Sans Unicode; }
a:link											{ color:black; font-weight : bold; }
a:visited										{ color:navy; font-weight : bold; }
a:active 										{ color:red; font-weight : bold; }
a:hover											{ color:red; font-weight : bold; }
a:focus											{ color: rgb(255,0,0); font-weight : bold; }
h1, h2, h3, h4, h5, h6							{ font-family: Lucida Sans Unicode; color:black; }
h1												{ font-size: 24pt; }
h2												{ font-size: 20pt; }
h3												{ font-size: 18pt; }
h4												{ font-size: 16pt; }
h5												{ font-size: 14pt; }
h6												{ font-size: 12pt; }
h7												{ font-size: 10pt; }
h8												{ font-size: 8pt;  }

body
{
	font-family: Lucida Sans Unicode;
	background-image:url('../img/background.jpg');
	background-attachment:fixed;
	color:#555555;
	font-size: 10pt;
	text-align:justify;
	margin:auto;
}

/* Containers */

#wrapper
{
	width:1024px;
	margin:25px auto;
	border-style:solid; border-width:10px; border-color:#999999; border-style:inset;
	background-image:url('../img/billboard.jpg');
}

#header
{
	float:none; width:100%; margin: 0 0 20px 0;
	border-style:solid; border-width:0px; border-color:black;
	background-image:url('../img/billboard.jpg');
	padding:0pt;
	text-align:center;
	overflow:hidden;
}



#content
{
	float:none; width:100%;
	border-style:solid; border-width:1px; border-color:red;
	padding:0pt;
	text-align:left;
	overflow:hidden;
}

#footer
{
	float:none; width:100%;
	border-style:solid; border-width:0px; border-color:blue;
	padding:0pt;
	text-align:left;
	overflow:hidden;
}

#footer p {	text-align:center; font-weight:bold; }

#column_left { float:left; text-align:left; padding:10px; }

#column_centre { float:left; text-align:center; padding:10px; }

#column_right { float:left; text-align:right; padding:10px; }

/* Lists */

ul li {display:list-item; list-style-type:none; margin:0pt 5pt 8pt -10pt; }