/* ----------

	Site:		Tutor Master Services
	File:		print.css
	Use:		Print only Styles
	Author:		Edaptive - matthew.lane@edaptive.co.uk
	
---------- */

/* -- GLOBAL STYLES ////////////////////////////////////////////////////////// */

.clear	{
	clear: both;
}

.hidden	{
	position: absolute;
	top: -5000px;
}

/* -- TYPOGRAPHY ///////////////////////////////////////////////////////////// */

h1	{
	color: #5F243A;
	font-family: Tahoma;
	font-size: 225%;
	font-weight: bold;
	line-height: 197%;
}

h2	{
	color: #5F243A;
	font-family: Tahoma;
	font-size: 167%;
	font-weight: bold;
}

h2 a	{
	color: #5F243A;
	text-decoration: none;
}

h3	{
	
}

p	{
	color: #000000;
	font-size: 93%;
	line-height: 123.1%;
}

/* -- LINKS ////////////////////////////////////////////////////////////////// */

a	{
	
}

a:hover	{
	
}

/* -- LAYOUT ///////////////////////////////////////////////////////////////// */

div#page	{
	margin: 0 5% 0 5%;
}

div#header	{
	display: none;
}

div#content	{
	
}

/* -- HEADER ///////////////////////////////////////////////////////////////// */

p#logo	{
	background: url('../images/common/tms_logo.gif') no-repeat;
	height: 180px;
	margin: 15px 0 0 0;
	width: 155px;
}

/* -- PRIMARY NAVIGATION ///////////////////////////////////////////////////// */

#primary-navigation	{
	
}

/* -- BREADCRUMBS //////////////////////////////////////////////////////////// */

#breadcrumbs	{
	
}

/* -- CONTENT //////////////////////////////////////////////////////////////// */

div#welcome	{
	
}

div#print-logo	{
	display: block;
}

div#welcome p	{
	margin: 0 0 10px 0;
	
}

.article	{
	border-top: 1px solid #5F243A;
	float : left;
	margin: 10px 0 0 0;
}

.article-bottom	{
	
}

.article h2	{
	
}

.article p	{
	float: left;
	margin: 0 20px 0 0;
}

.article form	{
	margin: 0 0 0 110px;
}

.article img	{
	clear: left;
	float: left;
	margin: 0 10px 0 0;
}

/* -- FORM /////////////////////////////////////////////////////////////////// */

