@charset "UTF-8";

/*
	
	Site Design Copyright 2008 Infusion Design Melbourne
	www.infusiondesign.com.au
	
	Table of Contents
	1.	Browser CSS Reset
	2.	Typographic Setup
	3.	Generic Page Layout
	
	Swatches
	Off-White: #f7f7ea
	Dark Grey: #333
	Green: #309220
*/

/*  -----  1. RESET  -----  */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font: 13px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #333;
	background: #f7f7ea;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #aaa;
}
	a:hover {
		color: #309220;
	}

h2, h3, h4, h5, p, ul, ol, blockquote {
	margin: 10px 0;
}

em { font-style: italic; }
strong { font-weight: bold; }
h3, h4, h5 {
	font-weight: bold;
	margin-top: 20px;
}

h2 {
	font-size: 28px;
	line-height: 40px;
	color: #309220;
} 

h3 {
	font-size: 18px;
	color: #7a7a7a;
}

/*#header, h2 {
	font-family: "Folks-Light", "Whitney HTF", Tahoma, Arial, sans-serif;
		letter-spacing: 2px;
}*/

ul {
	list-style: square inside url('../images/ul.png');
}
ul ul, ol ul {
	margin: 0 20px;
}
ol {
	list-style: decimal inside;
}

/* ========== */
/* = HEADER = */
/* ========== */

#container {
	min-width: 960px;
}
#header {
	background: #333;
	color: #f7f7ea;
	padding: 0 0 10px 0;
	z-index: 3;
	float: left;
	width: 100%;
	position: relative;
}
	#header a {
		color: #f7f7ea;
		border: 0 none;
	}
	#header a:hover, #header a:focus {
		color: #309220;
	}
#header #logo {
	display: block;
	float: left;
	margin: 0 20px 0 -10px;
	width: 80px;
	height: 80px;
}
	#header #logo img {
		display: block;
	}

#gbd-title {
	padding: 10px 10px 0 10px;
/*	width: 376px;
	height: 33px;*/
	float: left;
}
	#gbd-title a {
		display: block;
		width: 376px;
		height: 33px;
		text-indent: -9999px;
		background: transparent url('../images/gbd-title.png') no-repeat 0 0;
	}

#masthead {
	margin: 20px 0 0 110px;
	z-index: 30;
	position: relative;
}

/* ============== */
/* = NAVIGATION = */
/* ============== */

#topnav {
	position: relative;
	z-index: 40;
}

#subnav {
	margin-top: 0;
	font-size: 14px;
}

.navigation {
	float: left;
	clear: both;
	margin: -30px 0 0 80px;
	font-size: 16px;
	list-style: none;
	width: 770px;
}
.navigation li {
	float: left;
	position: relative;
}
	.navigation li a {
		display: block;
		padding: 10px 20px;
		cursor: pointer;
	}
		.navigation li a:hover, .navigation li a:focus {
		/*	background: #2c2c2c;*/
			color: #9de35c !important;
		}
	.navigation li.active > a {
		color: #9de35c !important;
	}

#topnav .case-studies a, #topnav .white-papers a, #topnav .news a {
	color: #7a7a7a;
}
	#topnav .case-studies a:hover, #topnav .white-papers a:hover, #topnav .news a:hover,
	#topnav .case-studies a:focus, #topnav .white-papers a:focus, #topnav .news a:focus {
		color: #309220;
		color: #9de35c; /* lighter green */
	}

	.navigation li ul {
		position: absolute;
		width: 220px;
		top: 40px;
		left: 0;
		margin: 0;
		z-index: 50;
		background: #222;
		background: rgba(50,50,50,0.95);
		background: rgba(40,40,40,0.95);
		display: none;
		-moz-box-shadow: 1px 4px 12px rgba(10,10,10,0.6);
		-webkit-box-shadow: 1px 4px 12px rgba(10,10,10,0.6);
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
		.navigation li ul li {
			list-style: none;
			width: 220px;
			margin: 0;
			padding: 0;
		}
			.navigation li ul li a {
				font-size: 14px;
				padding: 10px 20px 10px 20px;
			}
			.navigation li ul li a:hover {
				background: #222;
				background: rgba(30,30,30,0.8);
			}
			.navigation li ul li:first-child a {
				-webkit-border-top-left-radius: 7px;
				-webkit-border-top-right-radius: 7px;
				-moz-border-radius-topleft: 7px;
				-moz-border-radius-topright: 7px;
			}
			.navigation li ul li:last-child a {
				-webkit-border-bottom-left-radius: 7px;
				-webkit-border-bottom-right-radius: 7px;
				-moz-border-radius-bottomleft: 7px;
				-moz-border-radius-bottomright: 7px;
			}
	.navigation li:hover ul {
		display: block;
	}

.side-navigation {
	
}
.side-navigation li {
	display: block;
}
	.side-navigation li a {
		display: block;
		padding: 10px 30px 10px 0px;
		border: 0 none;
		color: #888;
		text-align: right;
		background: url('../images/ul-gt.png') no-repeat 145px 16px;
	}
		.side-navigation li a:hover, .side-navigation li a:focus {
			color: #309220;
		}
	.side-navigation li.active a {
		color: #309220;
		font-weight: bold;
	}

/* =========== */
/* = CONTENT = */
/* =========== */	

#content-wrap {
	clear: both;
	margin: 0;
	float: left;
	width: 100%;
	background: url('../images/secondary-bg.png') no-repeat 0 0;
}
#content-inner {
	width: 460px;
	margin: 20px 20px 40px 210px;
	text-align: justify;
	float: left;
}
#sidebar {
	float: left;
	width: 160px;
	padding: 0 20px;
	margin: 100px 0 0 80px;
	border-left: 1px dotted #aaa;
	min-height: 200px;
}

/* ========== */
/* = FOOTER = */
/* ========== */

#footer-wrap {
	clear: both;
}
#footer {
	margin-left: 200px;
	padding: 20px 0;
	color: #666;
}
	#footer p {
		display: inline;
		margin-right: 50px;
	}
	#footer a {
		border-bottom: 0 none;
		color: #666;
	}
		#footer a:hover, #footer a:focus {
			color: #309220;
		}
		#footer #infusion:hover, #footer #infusion:focus {
			color: #f22;
		}
		
/* ========== */
/* = EXTRAS = */
/* ========== */

#header h1, #home-tagline, .navigation, {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

/* ============= */
/* = HOME PAGE = */
/* ============= */

body#home {
	background: #43a02a;
	background: #53ac33;
	color: #f7f7ea;
}

#home #header {

}
#home #content-wrap {
	background-image: url('../images/home-bg.png');
	padding-top: 40px;
	min-height: 260px; /* 300 minus padding */
}
	#home #content-inner {
		width: 750px;
		overflow: hidden;
		position: relative;
	}
	
#feature-wrap {
	width: 2400px;
	overflow: hidden;
	position: relative;
	left: 0;
}
#home .feature {
	float: left;
	width: 750px;
	margin: 0 50px 0 0;
}
	#home .feature h3 {
		float: left;
		width: 180px;
		font-size: 26px;
		line-height: 40px;
		color: #f7f7ea;
		margin: 0 20px 0 0;
		font-weight: normal;
		text-align: left;
	}
	#home .feature .summary {
		font-size: 15px;
		line-height: 25px;
		text-align: left;
		float: left;
		width: 340px;
	}

.find-out-more {
	width: 122px;
	height: 35px;
	text-indent: -9999px;
	background: transparent url('../images/find-out-more-button.png') no-repeat 0 0;
	float: left;
	border: 0 none;
}
	.find-out-more:hover, .find-out-more:focus {
		background-position: 0 -40px;
	}
	.find-out-more:active {
		background-position: 0 -80px;
	}
	
.next-button {
	width: 50px;
	height: 20px;
	padding: 10px 5px 5px 5px;
	margin-left: 10px;
	text-indent: -9999px;
	background: transparent url('../images/next-button.png') no-repeat 5px 8px;
	float: left;
	border: 0 none;
}
	.next-button:hover, .next-button:focus {
		background-position: 5px -32px;
	}
	.next-button:active {
		background-position: 5px -72px;
	}

#home #footer {
	color: #f7f7ea;
}
	#home #footer a {
		color: #f7f7ea;
	}
		#home #footer a:hover {
			color: #333;
		}

/* =========================== */
/* = HOME FEATURE NAVIGATION = */
/* =========================== */

#feature-nav {
	padding-left: 200px;
	position: absolute;
	bottom: -34px;
	z-index: 20;
}

#feature-nav ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 680px;
	height: 70px;
	background: transparent url('../images/home-subnav-sprite.png') no-repeat 0 0;
}
	#feature-nav ul li {
		display: block;
		float: left;
		position: absolute;
		height: 70px;
	}
	#feature-nav ul li a {
		display: block;
		text-indent: -9999px;
		height: 70px;
		border: 0 none;
		background: transparent url('../images/home-subnav-sprite.png') no-repeat 0 0;
	}
	
	#feature-nav .nav-project, #feature-nav .nav-project a {
		width: 210px;
		left: 0;
		background-position: 0 0;
	}
	#feature-nav .nav-supply, #feature-nav .nav-supply a {
		width: 250px;
		left: 210px;
		background-position: -210px 0;
	}
	#feature-nav .nav-business, #feature-nav .nav-business a {
		width: 220px;
		left: 460px;
		background-position: -460px 0;
	}
	
	/* Hover States */
	#feature-nav .nav-project a:hover { background-position: 0 -140px; }
	#feature-nav .nav-supply a:hover { background-position: -210px -140px; }
	#feature-nav .nav-business a:hover { background-position: -460px -140px; }
	
	/* Current States */
	#feature-nav .nav-project a.current { background-position: 0 -70px; }
	#feature-nav .nav-supply a.current { background-position: -210px -70px; }
	#feature-nav .nav-business a.current { background-position: -460px -70px; }
	

/* ================ */
/* = HOME TAGLINE = */
/* ================ */

#home-tagline {
	clear: both;
	font-size: 32px;
	line-height: 50px;
	padding: 10px 20px 0 210px;
	margin: 0 0 10px 0;
	height: 80px;
	width: 450px;
	color: #7a7a7a;
}
	#home-tagline span {
		color: #f7f7ea;
	}
	#home-tagline em {
		font-style: normal;
	}
	#home-tagline #generate em {
		color: #ca0f0c;
	}
	#home-tagline #build em {
		color: #fba817;
	}
	#home-tagline #deliver em {
		color: #55ad34;
	}
	
	#home-tagline object {
		background: #333;
		margin-left: -10px;
		margin-top: -10px;
	}
	
/* ======== */
/* = NEWS = */
/* ======== */

.news-post {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bbb;
}
.news-post:last-child {
	border-bottom: 0 none;
}
	.news-post .post-title {
	}
	.news-post .post-date {
		color: #666;
	}
		.news-post .post-date span {
			
		}
		
/* =============== */
/* = WHITE PAPER = */
/* =============== */

.white-paper {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}
.white-paper:last-child {
	border-bottom: 0 none;
}
	.white-paper .paper-title {
	}
	.white-paper .paper-subtitle {
		color: #666;
	}
		
/* ================ */
/* = CONTACT FORM = */
/* ================ */

form div {
	margin: 20px 0;
}

form div label {
	display: block;
	float: left;
	width: 120px;
	line-height: 30px;
}
	form div label span {
		color: #309220;
		margin-left: 5px;
	}
form div input[type="text"], form div textarea {
	width: 250px;
	padding: 5px;
	margin: 0;
	background: #fff;
	background: -webkit-gradient(linear, left top, right bottom, from(rgba(255,255,255,1)),to(rgba(255,255,255,0.3)));
	border: 1px solid #ccc;
	font: 13px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #333;
/*	color: #309220;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	-webkit-transition: all 0.2s linear;
}
form div input[type="text"]:focus, form div textarea:focus {
	border-color: #309220;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),to(rgba(255,255,255,0.5)));
}

form div textarea {
	resize: vertical;
}
#contact-form #send input {
	margin-left: 120px;
	width: 65px;
	height: 30px;
	display: block;
	border: 0 none;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url('../images/contact-submit-btn.png') no-repeat 0 0;
}
	#contact-form #send input:hover, #contact-form #send input:focus {
		background-position: 0 -30px;
	}
	#contact-form #send input:active {
		background-position: 0 -60px;
		border: 0 none;
	}
	
	/*  CONTENT IMAGES  */
	#content-inner img, .mceContentBody img {
		background: #fff;
		border: 1px solid #ccc;
		padding: 5px;
		margin: 10px 10px 10px 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#content-inner img.floatright, .mceContentBody img.floatright {
		float: right;
		margin: 0px -50px 20px 30px;
	}
	.mceContentBody img.floatright {
		margin-right: 0;
	}