/*
Theme Name: GP
Theme URI: http://www.essential.co.nz
Description: Great Potentials theme
Author: Cameron Pitches
Author URI: http://www.essential.co.nz
Tags: GP
*/
/*
 * (c) Essential Software 2006
 * ------------------------------*/
	
/*
 * Import common styles
 *-------------------------------*/
@import url("common.css");
@import ulr("navigation.css");

.testimonial-quote {
	color:black;
	font-size: 0.9em;
}

.testimonial-name {
	color:#0089d0;
	font-weight:bold;
	font-size: 0.9em;
	}
	
.testimonial-title {
	color:#f5821f;
	font-weight:bold;
	font-size:0.9em;
}	

.highlight-stripe {
	background-image: url(images/highlight-stripe.gif);
	background-repeat:no-repeat;
	background-position: top left;
	height:15px;
	margin: 10px 0 10px 0;
	clear:right;
}

/*
 * Other page (t2) specific styles
 *-------------------------------*/
#main-content {
  margin: 10px 0 0 0;
  padding: 0;
  clear:both;
 }
 	
#left-col{
   float: left;
	width: 500px;
	padding:10px;
    border: 1px solid #fff;  /* border used so that bottom footer and nav is flush.  vertical margins collapse against border. */
}

#left-col img {
	/*float:right;*/
	margin: 5px 15px 5px 30px;
	}

.alignright {
   float:right;
   }

#right-col{
  float:left;
  width:300px;
  border: 1px solid #fff;  /* border used so that bottom footer and nav is flush.  vertical margins collapse against border. */
}	

