/* 	The master Print style CSS sheet for tecniche

	Main Coding: 	Stuart Dunn
	Copyright:		tecniche.co.uk 2006
  
  	Written: 	Feb 06
	Language:	CSS1
*/

/* *************************** */
/* General page style */
/* *************************** */

body {
	font-size: 12pt; 
	background: white; color: black;  
	margin: 0; padding: 0; 	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}

h1, h2, h3, h4, h5, p, a, ul { 
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif", "Lucida Sans Unicode", Arial, sans-serif; 
	color: black; background: white;
	line-height: 1.24em;
	text-decoration: none;
	}

h1, h2, h3, h4, p {
	margin: 0px 10% 10px 10px;
	}
	
/* *************************** */
/* specific tag styles */
/* *************************** */

ul { padding-left: 20px; list-style: decimal;}

blockquote {
	margin: 20px 10% 20px 30px;
	}

.top {display: none;}
	
img {
	filter: gray;
	}

/* *************************** */
/* Page header  and main navigation */
/* *************************** */

#header-blank h1 {
	font-family: "Trebuchet MS", Verdana; 
	font-weight: normal; 
	border-bottom: 2px solid #000;
	}
#header-blank h2	{display: none;}

#header {
	display: none;
	}
	
#topnav {
	display: none;
	}
#menu {
	display: none;
	}
	

/* *************************** */
/* Core Page layout styles */
/* *************************** */

#content {
	border: 0px solid #000; margin: 10px;
	}

#maintext {
	border: 0px solid #000;  padding-top: 0px;
	}

#maintextcontent{
	border: 0px solid #000;  padding-top: 0px;
	}

#sidetext {
	display: none;
	}

/* *************************** */
/* In content quotes*/
/* *************************** */
	
#mquote-inner {border: 1px solid #000; background: black; margin: 30px;}	

/* *************************** */
/* Portfolio images */
/* *************************** */

.box img{float: right; padding: 0 10px 10px 25px;}
a.porta {display: none;}


/* *************************** */
/* Page footer */
/* *************************** */

#footer {
	border-top: 2px solid #000;
	margin-top: 20px;
	}
#footer #b-menu  {
	display: none;
	}
	
#footer #standardstext {
	display: none;
	}
	
#footer #copyrighttext{
	float: right;
	margin-top: 10px;
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif", "Lucida Sans Unicode", Arial, sans-serif; 
	color: black; background: white;
	line-height: 1.24em;
	font-size: 10px;
	text-decoration: none;
	}	

#standardsValid {
	display: none;
	}

#standardsText {
	display: none;
	}

