/* -------------------------------------------------------------- 
 B Tailoring CSS by Alastair Taylor and The SIXFTSIX Web Design Co.
 http://www.sixftsix.com

   * Copyright (c) 2009-Present. 

   print.css
   * Sets styles for printing pages.
   
-------------------------------------------------------------- */

/* NO OVERFLOW ON MEDIA, NO BACKGROUND IMAGES, NO NAVIGATION, CONTENT MARGIN REDUCED */

/*-----typography----------*/

body {font-size: 62.5%; font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;}

div#column{font: normal 1.4em/1.2em Garamond, "Hoefler Text", "Times New Roman", Times, serif; color:#000;}

h1 {font: normal 1.3em/1.3em Garamond, "Hoefler Text", "Times New Roman", Times, serif; color:#000;}

p.bridge {font-style: italic;}


a {color:#333;}

a:hover {color:#000; text-decoration:none;}



/*-----------Layout-----------*/

div#content{margin-left:50px; margin-top:50px;}
	
div#content img#logo{ margin-bottom:40px;}	
	
div#column{margin-left:100px;}	
	
div.section{border-top: 1px solid #000;
			width:395px;
			padding-bottom:10px;}

div.section p{ padding:10px 0 5px 0;}



div.section ul{ padding:0px 0 5px 0;  list-style-type:disc;}

div.section ul.ontop{ padding:10px 0 5px 0;}

div.section ul li{ padding:3px 0 3px 0;}



div#media {padding:10px 10px 0px 0px; width:385px;}


img.media{ float:right; padding:20px 10px 10px 20px;}


/*----------layout tweaks----------*/

body#thecut div.section{width:400px;}

div.mediaspacer {clear:both; margin:10px 0px; border-bottom:1px solid #ddd;}

/*----------tables--------*/

table tr.firstcell td{padding-top:15px;}

td{padding:1px 10px 0 0;}


/*-----definition lists-------*/
dl{display:block; float:left; margin:25px 0; width:200px;}

dd{margin:0 0 0 50px;}

dt{display:block; float:left; font-size: 0.8em; width:40px;}

dl#address{width:140px;}


/*-------hide navigation----------*/

div#navigation{display:none;}




