/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}
.container {
  background: none;
}
.clear {
	clear:both;
}
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
h1 { border-bottom: 3px solid #666; clear: both;}
h2 { border-bottom: 1px dotted #666; font-weight: normal;}
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

hr { 
  display: none;
}

blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size: 1em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }
p, cite { margin-left: 25px; font-style: normal;}
a:link, a:visited {
	background: transparent;
	font-weight:normal;
	color: #000;
	text-decoration: none;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
.newslisting_home, .site_credits, .newsarticle {
	list-style: none; margin: 0;
}
.tb_contact ul, .services_list, .services_list ul {
	list-style: none; margin: 0 0 0 25px;
}
.services_list ul, .services_list ul p { margin: 0;}
.newsarticle .calendar {
	clear: both;
	position:relative;
	top: 104px;
	font-size: 16px; font-weight: bold; color: #666;
}
.newsarticle h1 {
	margin: 0 0 40px 0;
}
.newsarticle img {
	margin: 0 200px 25px;
}
.article_img_small {
	float: left; width: 50%; display: inline;
}
.article_img_small img{
	display: inline; margin: 0 50px 40px;
}
#masthead { padding: 0 200px;}
.site_credits { border-top: 3px solid #666; padding: 30px 0 0 25px; color: #666;}
.site_credits a { color: #666;}
.newslisting_home ul, .news_headline { border-left: 5px solid #ccc; list-style: none; margin: 0 0 0 25px; padding: 0 0 0 20px;}
.newslisting_home ul li, .news_headline li { line-height: 1.5; margin: 0; padding: 0;}
.newslisting_home ul li h3, .newslisting_home ul li p, .news_headline li h3, .news_headline li p { margin: 0;}
.news_headline { margin-bottom: 15px; }
/*Hide these from printer*/
#accessibility, #navigation, .masthead_phone, .masthead_logo, .btn_feat_project, .btn_newsarchive, em.hidden, .holder_more_button, .footer_usability, #breadcrumbs, .tb_news, .print_hide, .next_prev_nav, .page_list, .nav_secondary, #breadcrumbs_history, .btn_back, #breadcrumbs_news, #breadcrumbs_contact, .map_holder ul, .contact_panel, #breadcrumbs_services, .btn_more_services, .logo_link, .submit { display: none; }
.story { clear: both;}
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */
/*a[href^="/"]:after {
  content: " (http://www.digitalmarmalade.co.uk" attr(href) ") ";
}*/

label { display: block; }
input.text { width: 550px; height: 25px; }
textarea { width: 550px; height: 150px; }
fieldset { border: none; padding: 0; margin: 0 0 10px; }
legend { font-weight: 700; margin: 0; font-size: 12pt; color: #000; border: none; display: block; }
fieldset fieldset legend, div.fieldset fieldset legend { font-weight: 400; font-size: 10pt; }
fieldset fieldset, div.fieldset fieldset { border-bottom: 1px dotted #ccc; padding: 10px 0; }
fieldset fieldset input, .submit, div.fieldset fieldset input { display: none; }
fieldset fieldset .checkbox input, div.fieldset fieldset .checkbox input { display: inline; }
fieldset fieldset label, div.fieldset fieldset label { float: left; text-align: center; padding: 10px; font-weight: 700; border: 1px solid #ccc; margin: 0 25px; }
.checkbox label, fieldset fieldset .checkbox label, div.fieldset fieldset .checkbox label { display: inline; float: none; width: auto; padding: 0; font-weight: 400; }
fieldset fieldset.no-border label, div.fieldset fieldset.no-border label { float: none; text-align: left; padding: 0; font-weight: 400; border: none; margin: 0; }
.print_page_break {
	page-break-before: always; height: 30px;
}
.submit { text-align: right; }
