/* 

Created: 27/06/2007
Modified: 27/06/2007

Clent: NLA
Creator: ZOO Interactive (http://www.zoogroup.com.au)
Developer: TB

Colours:
logo blue: #3876d0
logo orange: #e1b240
nav bg (grey): #b4bcc7

*/


/* MAIN TEXT STYLES */

* { /* Reset ALL margins and padding to 0, this helps with keeping things consistent over different browsers */
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	width: 100%;
	_width: auto;
}
body {
	font: 85%/1.3 Arial, Helvetica, sans-serif;
	color: #000;
	height: 100%;
	width: 100%;
	_width: auto;
	background: #fff;
}
body.home, body.second-level {
	background: #fff url(../img/bg_page.gif) repeat-y 100% 0;
}
/* Clean slate */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
}
p, blockquote, ul, ol, table {
	margin-bottom: 0.6em;
}
#header p {
	margin: 0;
}
h1 {
	float: left;
	width: 204px;
	height: 75px;
	display: block;
	line-height: 12em;
	overflow: hidden;
	background: url(../img/logo_asknow.jpg) no-repeat 0 0;
}
h2 {}
.second-level h2 {
	font-size: 140%;
	font-weight: bold;
	color: #3876d0;
	margin-bottom: 0.3em;
}
h3 {}
.home h3 {
	color: #3876d0;
	font-size: 140%;
	font-weight: bold;
}
.second-level .container h3 {
	margin-bottom: 0;
	color: #000;
	font-size: 110%;
	font-weight: bold;
}
h4 {}
h5 {}
h6 {}
p {}
#footer p.info {
	font-size: 80%;
	margin: 45px 320px 0 20px;
}
ul { /* reset left margin for lists */
	margin-left: 1.3em;
}
ol { /* reset left margin for lists */
	margin-left: 1.2em;
}
.second-level #sec-navi ul {
	margin: 0;
}
.second-level #mainbody li {
	list-style: disc;
}
#sec-navi li {
	margin-top: 6px;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
	vertical-align: top;
	padding: 0px;
}
form {}
a, a:link, a:visited {
	color: #3876d0;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	color: #3876d0;
	text-decoration: none;
}
#footer a, #footer a:link,#footer  a:visited {
	color: #000000;
	text-decoration: underline;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #3876d0;
	text-decoration: none;
}
.second-level h1 a, .second-level h1 a:link, .second-level h1 a:visited {
	display: block;
	width: 204px;
	height: 75px;
}
#navi a, #navi a:link, #navi a:visited {
	font-size: 90%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#navi a:focus, #navi a:hover, #navi a:active {
	color: #3876d0;
	text-decoration: none;
	font-weight: bold;
}
#sec-navi a, #sec-navi a:link, #sec-navi a:visited {
	font-size: 85%;
	color: #3876d0;
	text-decoration: none;
	font-weight: bold;
}
#sec-navi a:focus, #sec-navi a:hover, #sec-navi a:active {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
/* SPECIFIC TEXT STYLES */

div#content-navigation a, div#content-navigation a:link, div#content-navigation a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}
div#content-navigation a:focus, div#content-navigation a:hover, div#content-navigation a:active {
	color: #fff;
	background: #666;
}
div#content-navigation a strong {
	padding: 6px;
	display: block;
}
div#content h2 {
	font-size: 140%;
	color: #036;
	margin: 0 0 0.6em;
	font-weight: bold;
}
div#site-navigation ul {
	margin: 0;
}
div#site-navigation ul li {
	display: block;
	background: #b0b0b0;
	border-right: 1px solid #666;
	float: left;
}
div#site-navigation a strong {
	padding: 6px;
	display: block;
}
div#site-navigation a, div#site-navigation a:link, div#site-navigation a:visited {
	color: #000;
	text-decoration: none;
	display: block;
}
div#site-navigation a:focus, div#site-navigation a:hover, div#site-navigation a:active {
	color: #fff;
	background: #666;
}
div#footer ul {
	margin: 0;
}
div#footer ul li {
	display: inline;
}



/* MISC. */



/*
********** Tag cloud **********
*/

#rss {
	margin-left: 20px;
	}

#rss li {
	margin-bottom: 1.5em;
	list-style-type: none !important;
}

#rss li img {
	float: left; 
	margin-left: -20px;
	}

#rss li a {
	font-weight: bold;
	font-size: 14px;
	display: block;
	}

#rss:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin-bottom: 2em;	
}

.tag_cloud { padding: 3px; text-decoration: none; }