/************************************************\
 ******************** MASTER ********************
\************************************************/

/*	Created: 13 October 2009 & 11.55am
 *	Author: Matthew Holmes <www.ivt.com.au>
*/

/*	TOC
 *	----------------------------------------------
 *	1. Colors
 *	2. Reset
 *	3. Links
 *	4. Typography
 *	5. List
 *	6. Forms
 *	7. Base
 *	8. Misc
*/


/*	1. COLORS
 *	----------------------------------------------
 *	orange		=		#fe880f
 *	blue		=		#02246e
 *	grey		=		#666666
*/


/*	2. RESET - DO NOT REMOVE OR MODIFY
 *	----------------------------------------------
*/

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
		margin: 0;
		padding: 0;
		border: 0;
		outline: none;
		font-size: inherit;
		font-family: inherit;
		list-style: none;
		}
		
	body {
		line-height: 1;
		}	
		
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
		
	blockquote, q {
		quotes: none;
		}
		
	q:before, q:after, blockquote:before, blockquote:after {
		content: "";
		}
		
	/* remember to define focus styles! */
	:focus {
		outline: 0;
		}
		
	legend,
	label {
		display: none;
		}
		
	hr {
		height: 1px;
		border: 1px solid #CCC;
		}
		
	/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
	.clearfix:after {
		clear: both;
		content: ' ';
		display: block;
		font-size: 0;
		line-height: 0;
		visibility: hidden;
		width: 0;
		height: 0;
		}

	.clearfix {
		display: inline-block;
		}

	* html .clearfix {
		height: 1%;
		}

	.clearfix {
		display: block;
		}
		
	iframe {
		display: none;
		}
		
		
/*	3. LINKS
 *	----------------------------------------------
*/

	a:link, a:active, a:visited {
		color: #3b706f;
		text-decoration: none;
		}
	a:hover {
		text-decoration: underline;
		}
	
	
/*	4. TYPOGRAPHY
 *	----------------------------------------------
*/

	h2 {
		margin: 0 0 .5em;
		color: #57b4b2;
		font-size: 1.8em;
		}
	
	p, ul {
		font-size: 1.2em;
		}
	
		
/*	6. FORMS
 *	----------------------------------------------
*/

	form input {
		width: 200px;
		padding: 5px 5px 5px 25px;
		border: 1px solid #ddd;
		background: url(../images/mag_glass.gif) 6px 6px no-repeat;
		}
		
		
/*	7. BASE
 *	----------------------------------------------
*/

	body {
		background-color: #bcaf90;
		color: #777;
		font: 62.5%/1.6 Arial, Helvetica, sans-serif;
		}
		
	#wrapper {
		background: #57b4b2 url(../images/bg.gif) fixed repeat-x;
		}
		
	#container {
		position: relative;
		width: 920px;
		margin: 0 auto;
		background: #fff url(../images/watermark.gif) right bottom no-repeat;
		}
		
	
	/* --- container */
	#container #container-inner {
		padding: 0 0 40px;
		margin: 0 20px;
		min-height: 450px;
		height: auto !important;
		height: 450px;
		}
		
		
	/* --- secondary navigation */
	.secondary_navigation {
		float: right;
		padding: 11px 0 9px;
		font-size: 1.1em;
		}
		
		
	/* --- logo */
	#logo {
		padding: 34px 0 40px 45px;
		}
		
		
		#sidebar {
			float: left;
			width: 200px;
			}
			
		#mainbar {
			float: right;
			width: 660px;
			}
			
		/* welcome */
		#welcome {
			padding: 10px 20px 0;
			}
			
			
		/* banner */
		#banner {
			height: 272px;
			overflow: hidden;
			}
		
			
		/* promotion */
		#ad {
			height: 100px;
			margin: 15px 0;
			background: #ddd;
			}
			
		/* events / news */
		#items {
			padding: 0;
			}
		#events, #news {
			float: left;
			display: inline;
			width: 290px;
			margin: 0 20px;
			}
		#events li, #news li {
			padding: 5px 0;
			border-bottom: 1px solid #ddd;
			}
		
		
	/* --- primary navigation */
	#primary-navigation {
		width: 200px;
		}
	#primary-navigation li {
		display: block;
		border-bottom: 1px solid #ccc;
		}
	#primary-navigation li.last {
		border: 0;
		}
	#primary-navigation li a {
		display: block;
		width: 185px;
		padding: 9px 15px 7px 0;
		background: url(../images/bg_menu.gif) top right repeat-y;
		font-size: 1.1em;
		font-weight: bold;
		}
	#primary-navigation li.first a {
		background: url(../images/bg_first_menu.gif) top right no-repeat;
		}
	#primary-navigation li.last a {
		background: url(../images/bg_last_menu.gif) right top no-repeat;
		}
	#primary-navigation li a:hover,
	#primary-navigation li.on a {
		background: #fff;
		text-decoration: none;
		}
	#primary-navigation li.on a {
		color: #57b4b2;
		}
	#primary-navigation li a span {
		padding: 0 0 0 15px;
		background: url(../images/bg_arrow-off.gif) 0 4px no-repeat;
		}
	#primary-navigation li.on a span {
		padding: 0 0 0 20px;
		background: url(../images/bg_arrow-on.gif) 4px 6px no-repeat;
		}
	#primary-navigation li ul {
		margin: 0;
		padding: 0 0 10px;
		background: #fff;
		}
	#primary-navigation li li {
		border: 0;
		}
	#primary-navigation li li a {
		width: auto;
		padding: 0 0 0 20px;
		font-size: 1.2em;
		font-weight: normal;
		}
	#primary-navigation li li.off a:hover {
		color: #6c55c2;
		}
	#primary-navigation li li.off a {
		color: #291c5c;
		}
	#primary-navigation li li ul {
		padding: 0;
		}
	#primary-navigation li li.on li a,
	#primary-navigation li li.on li a:hover {
		padding: 0 0 0 40px;
		background: url(../images/bg_sub_arrow.gif) 30px 6px no-repeat;
		color: #6c55c2;
		font-size: 1.2em;
		font-weight: normal;
		}
	
		
	/* --- footer */
	#footer {
		min-height: 150px;
		height: auto !important;
		height: 150px;
		background-color: #bcaf90;
		background-repeat: repeat-x;
		background-image: url(../images/bg_footer.gif);
		background-position: left top;
		}
	#footer #footer-inner {
		position: relative;
		width: 920px;
		margin: 0 auto;
		background: #fff url(../images/logo_sml.gif) 26px 15px no-repeat;
		-webkit-box-shadow: 0 5px 5px #b3ab8d;
		-moz-box-shadow: 0 5px 5px #b3ab8d;
		}
	#footer #footer-inner #footer-items {
		margin: 0 20px;
		padding: 22px 0;
		border-top: 1px solid #ddd;
		}
	#footer #footer-inner #footer-items .secondary_footer_navigation {	
		float: left;
		display: inline;
		margin: 5px 0 0 65px;
		font-size: 1.2em;
		font-weight: bold;
		}
	#footer #footer-inner #footer-items .secondary_footer_navigation span {
		display: block;
		margin: 5px 0 0;
		font-size: .8em;
		font-weight: normal;
		}
	#footer #footer-inner #footer-items form {
		float: right;
		width: 233px;
		}
	#footer #footer-inner #footer-items .credits {
		position: absolute;
		right: 20px;
		bottom: 22px;
		font-size: 1em;
		}
		
		/* twitter */
		a.twitter {
			display: inline;
			padding: 5px 0 5px 30px;
			background: url(../images/twitter-icon.gif) 0 0 no-repeat;
			}
			
		/* rss */
		a.rss {
			display: inline;
			padding: 4px 0 6px 28px;
			margin-left: 10px;
			background: url(../images/rss-icon.gif) 0 0 no-repeat;
			}	
		
		
/*	8. MISC
 *	----------------------------------------------
*/

	.accessibility,
	h1 {
		display: none;
		}
		
		
	/* -- corner radius */
	.corner-top {
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		}
		
	.corner-bottom {
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		}
		
	.corner-top-left {
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		}
		
	.corner-top-right {
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		}
		
	.corner-bottom-left {
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		}
		
	.corner-bottom-right {
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
		}