
/*
Jeff Thing Personal Training
Author		:		Jeff Thing
Email			:		info@jtpersonaltraining.co.uk
Updated		:		19/05/2010
*/



/* ------------------------------------------------------------------------------------

-- PRINT STYLE

------------------------------------------------------------------------------------ */

/* TODO - add .noprint to html pages where needed. */

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	padding:0px;
	margin: 0px;
	}
div.nav2, div.callout,  form, div.footer, .noprint
{
    DISPLAY: none
}

body, .container_12,    .grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,
.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16, .footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

div.container_12 {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   /*color: black;*/
   background: transparent none;
   }
div.container_12 {
   margin-left: 0;
   padding-top: 1em;
   border-top: 1px solid #930;
   }

a:link, a:visited {
   position: static; display: inline;
   font-size: 1em; font-weight: normal; width: auto; height: auto;
   margin: 0; padding: 0;
   background: none; color: #555;
   }
   
/*
a:link:after, a:visited:after,
.footer a[href]:after {
   content: "(" attr(href) ")";
   font-size: 90%;
}
a[href^="/"]:after,
.footer a[href^="/"]:after {
   content: "("http://www.jtpersonaltraining.co.uk/" attr(href) ")";
}
*/


a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

a[href^="/"]:after {
   content: " (http://www.jtpersonaltraining.co.uk" attr(href) ") ";}




h1{
font-size:13pt;
}
h2{
font-size:12pt;
}
h3{
font-size:12pt;
}
h4{
font-size:11pt;
}


 