/* print styles */
/* css 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;
	}
	
:focus 
	{
	outline:0;
	}

body 
	{
	line-height:1;
	color:black;
	background:white;
	}

ol, ul 
	{
	list-style:none;
	}
	
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 img 
	{ 
	border:none; 
	}

/* print */ 

/* hide elements that do not need printing */

#header-bar,
#header-tagline,
#menu,
#social,
#media,
#comments-form,
#commentlist,
.category-blog .navigation /* next/previous */
	{
	display: none;
	}

body
	{
	background: #fff;
	margin: 2em;
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
p
	{
	margin: 0 0 1.5em;
	line-height: 1.5em; 
	}


ul, ol
	{
	margin: 0 1.5em 1.5em 1.5em;
	}
	
ul
	{
	list-style: disc;
	}

.container_12, .grid_12
	{
	width: 100%;
	}
	
h1, h2, h3, h4, h5, h6, legend
	{
 	font-family: "Gill Sans", Trebuchet, Arial, sans-serif; 
	color: #8bc2db;
	margin-bottom: 10px;
	}

h1, h2 {
	font-weight: normal;
	}

h3, h4, h5, h6 {
	font-weight: bold;
	}

h1 {
	font-size: 31px;
	}
	
h2 {
 	font-size:20px;
 	margin-bottom: 15px;
	}

h3 {
	font-size: 18px;
	font-weight: normal;
	}

h4, legend {
	font-size: 15px; 
	line-height: 1.25; 
	font-weight: normal;
	}
	
h5, h6
	{
	font-size: 13px; 
	line-height: 1.25; 
	font-weight: normal;
	}
	
/* link styles */

a:link, a:visited
	{
	color: #e06f1d;
	text-decoration: none;
	}

#header
	{
	color: #000 !important;
	}
	
#footer
	{
	color: #757575;
	font-size: 10px;
	clear: both !important;
	}
	
#footer p
	{
	margin-bottom: 0;
	}
	
/* homepage */

#testimonials
	{
	margin-bottom: 20px;
	}
	
#testimonials p
	{
	font-style: italic;
	}
	
#home-introduction
	{
	font-size: 1.5em;
	color: #707070;
	margin-bottom: 20px;
	}
	
/* course blocks */

.category-rollover img
	{
	display: block;
	}

.category-rollover
	{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
	
.category-rollover img
	{
	border: 3px solid #e3e3e3;
	}
	
/* team */

#team_accordion
	{
	margin-bottom: 20px;
	}

#team_accordion img
	{
	padding: 1px;
	border: 1px solid #f0f0f0;
	}
	
.accordion_headings
	{
	color: #e06f1d;
	}
	
/* clients */

#client_list
	{
	margin: 0px 0px 20px 0px;
	padding: 0;
	}

#client_list li
	{
	list-style: none;
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #f0f0f0;
	}
	
/* enquire online */

#contact-form fieldset
	{
	display: none;
	}
	
/* blog*/

.category-blog .post
	{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	}
	


