/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
    
-------------------------------------------------------------- */


/*-----------------------------------------------------------------------------
	General
-----------------------------------------------------------------------------*/

body { font-family: 'Helvetica Neue', helvetica, arial, sans-serif;}

.pagetitle { height:95px; background:#464444;}
.pagetitle h1 { background:#fff; color:#f01f53; padding:12px 30px 12px 20px; font-weight:bold; font-size:26px; display:inline-block; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}

blockquote, .entry blockquote .single-people blockquote { position:relative;}
blockquote p, .entry blockquote p { border:none; -moz-border-radius:10px; -webkit-border-radius:10px; background:#68716f; font-weight:bold; color:#fff; font-size:18px; margin:40px 0; padding:30px 50px 60px 50px;}
blockquote h4, .entry blockquote h4 { position:absolute; bottom:0; right:50px; color:#fff; font-style:italic; font-size:18px;}

#bottom { margin:20px 0 0 10px; padding:20px 0; border-top: 3px dashed #DDD;}
.grid_6, .grid_4 { float:left;}

.grid_4 { width:300px;}
.grid_6 { width:400px;}

body.single-casestudies a.backbutton, body.single-people a.backbutton, a.button, a.backbutton, a.directionsbutton, .single-casestudies .postdate  { display:none;}

header, footer { display:none;}

/*-----------------------------------------------------------------------------
	Case Studies Single
-----------------------------------------------------------------------------*/

body.single-casestudies a.backbutton, body.single-people a.backbutton { font-size:12px; padding:5px 10px;}

.eventimg { position:relative;}
.eventimg img.companylogo { position:absolute; top:10px; right:10px;}

/* 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.yourdomain.com" attr(href) ") ";
} */

.eventsattending { display:none;}

#eventattendance img { float:left; margin:0 15px 0 0;}

.eventpeople { margin:20px 0;}

.content a, .entry a, #sidebar a, .whatwedosidebar a { color:#F01F53; text-decoration:none;border-bottom:1px solid #DDD; }
.single #bottom h2 { font-size:20px; color:#6EB6E0; }
.single #bottom h3 { font-size:30px; margin:0; }

