@charset "utf-8";

/* 
------------------------------------------------------------------

PRINT STYLESHEET

Project:		St Astier Ltd v4
Author:			Phil Brown
Notes:			
Contents:		1. 	Layout
				2.	Type		

----------------------------------------------------------------- */


/* 
-----------------------------------------------------------------

1. Layout

---------------------------------------------------------------- */


#header ul, #featuresCol, #sidebar, #categoryListing, #projectCategoryListing, #footer ul, #txpCommentInputForm {
	display: none;
}

#blogPageExcerpt, #projectsPageExcerpt { 
	margin-bottom: 20px;
	
}

img {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}

.commentContainer img {
	display: none;
}

/* 
-----------------------------------------------------------------

2. Type

---------------------------------------------------------------- */

#header h1  {
	font-family: Rockwell, Helvetica, Georgia;
	font-size: 38px;
	font-weight: bold;
	text-transform: none;
}


h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}


h2, h3, h4, h5, h6, h7, h8, h9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

p, ul, ol, dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding-right: 10px;
	padding-bottom: 10px;
}

ul, ol, dl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

dt {
	padding-top: 25px;
	padding-bottom: 10px;
	font-weight: bold;
}

.blogPgExcerptDets {
	font-size: 9px;
	line-height: normal;
	padding: 0px;
}

