@charset "utf-8";

/* STLYE SHEET FOR worklogic.com.au

Created by Jordan Lewis (8 June 2009)
jordan@smartdezign.com

/* Remove unwanted elements */
#header img, #nav, #changeFont, #footer, #header, #nav
{
display: none;
}

/* Ensure the content spans the full width */
#wrapper, #contentWrapper, #content, #content .about, #quoteBox
{
width: 99%; margin: 0; float: none; border: none; text-align: left; min-height: 0px; float: none !important;

}

/* Change text colour to black (useful for light text on a dark background) */
body
{
color: #000;
}

/* Improve colour contrast of links */

a {
	color:#000dbd;	
}

a:link, a:visited
{
color: #781351
}

/* ***** 6. Fonts ***** */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; }
li 		{ font-size:11px; }
p 		{ font-size:11px; line-height:16px; padding-bottom:15px;}
h1 		{ font-size:12px; line-height:16px; font-weight:bold; padding-bottom:15px; }
h2 		{ font-size:11px; line-height: 16px; font-weight:bold; font-style:italic; padding-bottom:5px;}
h3 		{ font-size:11px; line-height: 16px; font-weight:bold; padding-bottom:5px;  }
h4 		{ font-size:11px; line-height: 16px; font-weight:bold; padding-bottom:5px; }
dd, dt 	{ font-size:11px; line-height:16px; }
.quotes { font-size: 11px; line-height:16px; font-style: italic; }
blockquote { margin-left: 50px; }

