
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: Citrus Tree Media Print stylesheet
author: tom sears
created: 20/08/09
modified: 20/08/09
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */
	
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body	{
	background: url(../images/background-pattern.jpg) fixed;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

/* -----------------------------------------------------------------------------
  text style */

  p,dd,dt,li,h1,h2,h3,h4 {
  	padding-bottom: 10px;
  }

h1 {
	font-size: 190%;
}  

img {
 	float: right;
 	margin-left: 10px
 }

 #blurb {
 	margin-bottom: 20px;
 	border-bottom: 3px solid #777;
 }
 
 .more {
 	display: none;
 }

/* -----------------------------------------------------------------------------
   nav style */

ul#nav {
	display: none;
}

#title {
	display: none;
}

/* -----------------------------------------------------------------------------
 pagination style */

.item-list {
	display: none;
}
 
/* -----------------------------------------------------------------------------
  home page style */
  
object {
	display: none;
}  
 
/* -----------------------------------------------------------------------------
  portfolio style */
  
dt {
 	font-weight: bold;
 	font-size: 130%;
 	padding-bottom: 0;
 } 
  
dd {
 	border-bottom: 2px solid #000;
 	margin-bottom: 20px;
 	overflow: auto;
 } 
 
 dt span {
 	font-size: 80%;
 	font-family: Georgia;
 }

/* -----------------------------------------------------------------------------
footer style */

div#footer {
	display: none;
}

/* -----------------------------------------------------------------------------
   end style sheet */