@charset "utf-8";
/*
Theme Name: Leading Edge
Theme URI: http://www.leadingedge.com.au
Description: Custom theme for Leading Edge.
Version: 1.0
Author: Nick Jones
Author URI: http://www.beyondcapricorn.com/
*/

* {
    margin: 0;
}
html, body {
    height: 100%;
	background:url(http://www.leadingedgeevents.com.au/wp-content/uploads/whitebg.gif) center repeat-y #1e1a38;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.wrapper2 {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -21em;
}
.footer2, .push2 {
    height: 21em;
}

/*Footer*/
.menu {float:left;}
img.menu {border:none;}

#leftCol {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}
#logo {
	margin-top: 40px;
	margin-bottom: 45px;
	margin-left: 25px;
}
#logoHome {
	margin: 15px 0px 20px 25px;
	float: left;
}
#contentHome {
	float: right;
	width: 930px;
	margin: 10px 90px 35px 0px;
}


#nav {
	margin-left: 15px;
}
#nav a {
	display: block;

}
#rightCol {
	width: 640px;
	float: left;
	margin-top: 105px;
	margin-bottom: 20px;
}
#subnav {
	text-align: right;
	height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
#subnav a {
	color: #000000;
	text-decoration: none;
}
#subnav a:hover {
	color: #D4182F;
}
#subnav a.on {
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 930px;
	color: #999999;
	font-size: 11px;
	margin: 0px auto;
	padding: 10px 0px 15px;
	border-top: 1px solid #999999;
	overflow: auto;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}
#footer a.seo, #footer a.seo:hover {
	color: #999999;
	text-decoration: none;
	cursor: text;
}
#footer .bp {
	float: right;
	width: 525px;
	font-size: 10px;
	line-height: 15px;
}

/*/////////////// WHO WE ARE ///////////////*/
body#secWho #wrapper {
	background: url(images/who_we_are_bg.jpg) no-repeat right bottom;
}
body#secWho #wrapper #main {
	background: url(images/who_we_are_h.gif) no-repeat right top;
}
body#secWho #wrapper #rightCol {
	margin-bottom: 310px;
}
body#secWho #wrapper .leftContent {
	width: 405px;
}
body#secWho #wrapper .rightContent {
	float: right;
	width: 190px;
	padding-left: 20px;
	border-left: 1px solid #999999;
}
body#secWho #wrapper #flashPhoto {
	width: 281px;
	margin-top: 30px;
	margin-left: 12px;
	display: block;
}

/*/////////////// OUR STAFF ///////////////*/
body#secStaff #wrapper #main {
	background: url(images/who_we_are_h.gif) no-repeat right top;
}
body#secStaff #wrapper .bio {
	position: relative;
	float: right;
	width: 510px;
	padding-top: 30px;
	padding-bottom: 0px;
}
body#secStaff #wrapper .photo {
	float: left;
	padding-bottom: 20px;
}

/*/////////////// WHAT WE DO ///////////////*/
body#secWhat #wrapper {
	background: url(images/what_we_do_bg.jpg) no-repeat right top;
}
body#secWhat #wrapper #main {
	background: url(images/what_we_do_h.gif) no-repeat right 300px;
}
body#secWhat #wrapper #rightCol {
	margin-top: 405px;
}
body#secWhat #wrapper .leftContent {
	float: left;
	width: 315px;
}
body#secWhat #wrapper .rightContent {
	float: right;
	width: 315px;
}
body#secWhat #wrapper .photo {
	background: url(images/our_work_t_bg.gif);
	margin: 0px 0px 10px;
	padding: 7px;

}
body#secWhat #wrapper .callout {
	height: 197px;
	width: 280px;
	margin-top: 30px;
	margin-left: 10px;
}

/*/////////////// OUR WORK - DETAIL ///////////////*/
body#secWork #wrapper #main {
	background: url(images/what_we_do_h.gif) no-repeat right top;
}
body#secWork #wrapper #mainPhoto {
	background: url(images/our_work_img_bg.gif) no-repeat;
	margin: 0px 0px 13px;
	height: 325px;
	width: 620px;
	padding: 10px;
}

body#secWork #wrapper #mainPhoto2 {
	margin: 0px auto;
	height: 330px;
	width: 495px;
	padding: 10px;
}

body#secWork #wrapper .callout {
	height: 197px;
	width: 280px;
	margin-top: 30px;
	margin-left: 10px;
}


/*/////////////// CLIENTS ///////////////*/
body#secClients #wrapper {
	background: url(images/clients_bg.jpg) no-repeat left bottom;
}
body#secClients #wrapper #main {
	background: url(images/clients_h.gif) no-repeat right top;
}
body#secClients #wrapper #rightCol {
	margin-top: 0px;
	margin-bottom: 200px;
}
body#secClients #wrapper .leftContent {
	float: left;
	width: 410px;
	margin-top: 40px;
}
body#secClients #wrapper .rightContent {
	float: right;
	width: 220px;
	margin-top: 125px;
}
body#secClients #wrapper #flashLogos {
	width: 220px;
	margin-bottom: 10px;
}


/*/////////////// CONTACT ///////////////*/
body#secContact #wrapper {
	background: url(images/contact_bg.jpg) no-repeat left bottom;
}
body#secContact #wrapper #main {
	background: url(images/contact_h.gif) no-repeat right top;
}
body#secContact #wrapper .leftContent {
	float: left;
	width: 160px;
}
body#secContact #wrapper .rightContent {
	float: right;
	width: 415px;
}
body#secContact #wrapper #flashPhoto {
	height: 279px;
	width: 354px;
	padding-bottom: 100px;
	padding-left: 586px;
}


/*/////////////// SITEMAP ///////////////*/
body#secSitemap #wrapper #main {
	background: url(images/sitemap_h.gif) no-repeat right top;
}
body#secSitemap #wrapper #rightCol {
	margin-top: 125px;
}

/*/////////////// REDEFINED STYLES ///////////////*/
p {
	margin: 0px 0px 13px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d4182f;
	margin: 0px 0px 5px;
	padding: 0px;
}
h1 a{
	color: #d4182f;
	text-decoration: none;
}
h1 a:hover{
	color: #d4182f;
	text-decoration: underline;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0 0 3px;
}
h2 a{
	color: #000000;
	text-decoration: none;
}
h2 a:hover{
	color: #000000;
	text-decoration: underline;
}
h3 {
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}

ul {
	margin: 0px 0px 12px;
	padding: 0px;
	list-style-type: none;
}
ul ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
li {
	background: url(images/bullet.gif) no-repeat left 5px;
	padding: 0px 0px 3px 12px;
	line-height: 16px;
}
li li {
	background: url(images/bullet.gif) no-repeat left 8px;
	padding: 3px 0px 0px 12px;
	line-height: 16px;
}
a {
	color:#FF6633;
	text-decoration: underline;
}
a:hover {
	color:#FF6633;
	text-decoration: none;
}

a.visited {
	color:#CC99CC;
	text-decoration: underline;
}

/*/////////////// OTHER ///////////////*/
.noteCallWrap {
	background: #FFFD9E url(images/note_call_bg.gif);
	width: 284px;
	margin-left: 10px;
	margin-top: 30px;
}
.noteCall {
	background: url(images/note_call_bot.gif) no-repeat left bottom;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.slideLink {
	display: inline;
	cursor: pointer;
	color: #000000;
	text-decoration: underline;
}
.slideBody {
	margin-top: 5px;
}
.formTable {
	background: #F3F3F3;
	border: 1px solid #999999;
}

.formTable td {
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 5px 10px;
}
.formTable td td {
	padding: 0px 5px 0px 0px;
	border-style: none;
}


a.btn {
	background: #eeeeee;
	display: block;
	padding: 3px;
	border: 1px solid #999999;
	width: 140px;
	text-align: center;
	text-decoration: none;
	margin: 0px;
}
a.btn:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #D4182F;
	border: 1px solid #AF1427;
}

.col3 {
	float: left;
	width: 205px;
	margin-right: 8px;
}
.clr {
	clear: both;
}
.clrSolo {
	clear: both; 
	font-size: 1px; 
	line-height: 1px; 
	margin: 0px; 
	padding: 0px; 
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.imgRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #d4182f;
	margin-bottom: 35px;
	padding: 10px 0;
	border-bottom: 1px dotted #d4182f;
	border-top: 1px dotted #d4182f;
}

.gallery-caption {font-weight:900;}
