@charset "utf-8";
/* ====== "star trekking across the universe" =========

	CSS Document for JOHN HART CONSULTANCY website - www.hart.co.nz
	Created by Rebecca Dai | bocapa.com Ltd 
	
======================================================= */


/*------------ PAGE STRUCTURE   ------
---------------------------------------*/
html { 				
	height: 100%; margin-bottom: 1px; 
}

body  {
	color:#45473e;/*off black*/
	line-height:19px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	font-family:Tahoma, Arial, "Trebuchet MS", Helvetica;
	line-height:18px;
	background-color:#000;

}	

#container { 
	position: relative; 
	width: 954px;  
	margin: 0 auto; 
	text-align: left;
	border:none;
} 

#menu {
	position: relative;
	margin-left:450px;
	width:455px;
	height:35px;
	margin-top:45px;
} 


#logo {
	position: relative;
	background-image:url(../images/john-hart-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-left:40px;
	margin-top:-55px;
	width:274px;
	height:50px;
	opacity: 0.9;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}
* html #logo{ /* IE6 fix*/
	margin-top:-35px;
}

#content {
	position:relative;
	width:424px;
	height:533px;
	background-image:url(../images/content-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-left:460px;
	margin-top:30px;
	opacity: 0.9;
	filter:alpha(opacity=90); /* IE */
} 


#testimonial {
	width:400px;
	margin-left:30px;
	font-style:italic;
	font-family:Tahoma, Arial, "Trebuchet MS";
	color:#FFFFFF;
} 
#testimonialProfile {
	width:210px;
	margin-left:90px;
	margin-top:-100px;
	font-style:italic;
	font-family:Tahoma, Arial, "Trebuchet MS";
	color:#FFFFFF;
	line-height:16px;
} 

#sideBar {
	position:absolute;
	width:380px;
	top:180px;
	left:501px;
}

.clear{
	clear:both;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	position:relative;
	height:35px;
	margin-top: 110px ; 	
	padding: 0px;
} 

#footer-copyright {
	position:absolute;
	top:2px;
	right:30px;
	text-align:right;
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size:0.7em;
	color:#c7c7bf;
} 



/*---------------- MENU ------------
----------------------------------------*/
#menu a:link, #menu a:visited {
	float:left;
	color:#082eab; /*blue*/
	width:80px;
	margin-left:5px;
	font-family: Tahoma, Arial, "Trebuchet MS";
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	text-align: center;
	line-height:30px;
	
	background-image: url(../images/nav-bg.gif);
	background-repeat:no-repeat;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}

#menu a:hover {
	color: #5373fc; 
	text-decoration:none;
}

#menu .home {
	margin-left:30px;
}	
#menu .contact{
	margin-right:30px;
}


/*--------------HOME PAGE STYLE-----------
-------------------------------------------*/

body.home {
	background: #000000 url(../images/background/john-hart-home.jpg) 50%;
	background-repeat:no-repeat;
	background-position:top;
	
}

body.profile {
	background: #000000 url(../images/background/john-hart-profile-new.jpg) 50%;
	background-repeat:no-repeat;
	background-position:top;
	
}

body.services {
	background: #000000 url(../images/background/john-hart-speech.jpg) 50%;
	background-repeat:no-repeat;
	background-position:top;
	
}

body.clients {
	background: #000000 url(../images/background/john-hart-speech3.jpg) 50%;
	background-repeat:no-repeat;
	background-position:top;
	
}
body.clients2 {
	background: #000000 url(../images/background/john-hart-speech2.jpg) 50%;
	background-repeat:no-repeat;
	background-position:top;
	
}

body.contact {
	background: #000000 url(../images/background/john-hart-goal-rugby.jpg) 50%;
	background-repeat:no-repeat;
	background-position:top;
	
}
/*-------------LINKS FORMATTING----------
----------------------------------------*/
a:link,  a:visited {
	color:#082eab;
	text-decoration:underline;
	font-weight:normal;
}

a:hover {
	text-decoration:none;
}

.nextpage a:link, .nextpage a:visited {
	color: #082eab;
	font-weight:normal;
	text-decoration:underline;

}

.nextpage a:hover {
	text-decoration:none;
}

#footer-copyright a:link, #footer-copyright a:visited  {
	color:#c7c7bf;
	text-decoration:none;
	font-weight:bold;
}

#footer-copyright a:hover {
	text-decoration:underline;
}
/*----GENERAL TEXT, LISTS FORMATTING-----------
----------------------------------------------*/
p{
	padding-left:30px;
	padding-right:30px;
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size:1em;
}

h1.home {
	font-size: 3.2em;
	color: #082eab; /*BLUE*/
	text-transform: uppercase;
	font-family: "Trebuchet MS", Tahoma, Garamond, Georgia;
	font-weight:bold;
	margin:0px;
	line-height:50px;
	padding-left:20px;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1;
	-khtml-opacity:1;

} 

h2.home{
	font-size: 1.3em; 
	text-transform: uppercase;
	color: #FFF;
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Garamond, Georgia;
	margin-top:8px;
	margin-left:180px;
}

h2.footer{
	font-size:1em;
	text-align:center;
	font-weight:bold;
	color: #082eab;
	padding-bottom:20px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	letter-spacing:0.5em;
}



* html h2.home{ /*IE6 fix*/
	margin-top:-10px;

}

h3.inspirational{
	font-size: 2.7em; 
	text-transform: lowercase;
	color: #f7f4f4;
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Garamond, Georgia;
	margin-left:530px;
	margin-top:80px;
}

h3.professional{
	font-size:1.9em; 
	text-transform: lowercase;
	color: #bcc2bb;
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Garamond, Georgia;
	margin-left:730px;
	margin-top:40px;
	opacity: 0.7;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	
}

h3.motivational{
	font-size: 3.3em; 
	text-transform: lowercase;
	color: #FFF;
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Garamond, Georgia;
	margin-left:600px;
	margin-top:10px;
	
}
h3.visionary{
	font-size: 2.6em; 
	text-transform: lowercase;
	color: #eeefed;
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Garamond, Georgia;
	padding-top:0px;
	margin-left:650px;
	margin-top:90px;
	opacity: 0.9;
	fiter:alpha(opacity=90); /* IE */
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}

h3.practical{
	font-size: 1.9em; 
	text-transform: lowercase;
	color: #d6d5d4;
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Garamond, Georgia;
	padding-top:0px;
	margin-left:720px;
	margin-top:35px;
	filter:alpha(opacity=40);/* IE */
	opacity: 0.4;
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
}

h3.successful{
	font-size: 3.3em; 
	text-transform: lowercase;
	color: #FFF;
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Garamond, Georgia;
	padding-top:0px;
	margin-left:580px;
	margin-top:40px;
}

h2.Heading  {
	color:#082eab;
	font-size:2em;
	line-height:30px;
	padding-left:30px;
	padding-top:20px;
	font-family:Tahoma, Arial, "Trebuchet MS";
}

h3 {
	color:#082eab;
	font-size:14px;
	margin-left:30px;
	padding-bottom:0px;
	font-family:Tahoma, Arial, "Trebuchet MS";
}

.textIndent {
	padding-left:30px;
	padding-right:60px;
}

em {
	font-style:italic;
	color:#082eab;
	font-family: "Trebuchet MS", Tahoma, Arial;
}

ul li{
	margin-right:20px;
}
li {
	padding-bottom:5px;
	list-style-position: inherit;
}

ul.servicesUL {
	list-style-position: outside;
	list-style: inherit;
}

ul .clientsUL {
	padding-bottom:0px;
	line-height:19px;
}

.services {
	line-height:18px;
	padding-bottom:15px;
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size:13px;
}
.clients {
	line-height:18px;
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size:13px;
}
.titleBlue {
	text-align:center;
	font-weight:bold;
	color: #082eab;
	padding-bottom:20px;
	font-size:2.2em;
	font-family: "Trebuchet MS", Tahoma, Arial;
	letter-spacing:0.1em;
}

.textBlue {
	color:#082eab;
}

.nextpage {
	text-align:right;
	color:#082eab;
}
/* --------------- IMAGES  ---------------------
---------------------------------------------*/
.flt-rt { /* to float an element right . */
	float: right;
	margin-left: 8px;
}
.flt-lft { /* to float an element left  */
	float: left;
	margin-right: 8px;
}

img {
	border:none;
}
