/* 
   Redweb
   
   Print stylesheet
   Written by Ben Young
   benyoung@redweb.co.uk
   
   Last Updated: 14 August 2007
*/   


/* --------------------------
Global
--------------------------*/

body {
margin: 0px;
padding:0px;
font: normal 1.0em Arial, Helvetica, sans-serif;
color: #000;
text-align:left;
}

hr {
display: none;
}

a {
text-decoration: none;
color: #000;
}

acronym {
text-decoration:none;
}

/* --------------------------
Header
--------------------------*/
#navigation {
display: none;
}

#header div#logo a img {
border: none;
display:block!important;
}

/* --------------------------
Chapters
--------------------------*/
#chapterNav {
display: none;}

/* --------------------------
H tags
--------------------------*/
h1 {
font-size: 1.6em;
font-weight: normal;
margin-top: 2.0em;
}

h2 a {
font-size: 0.9em;
color: #000;
text-decoration: none;
font-weight: normal;
}

/* --------------------------
Content
--------------------------*/
#callToAction {
display: none;}

div#quote {
margin: 1.0em 3.0em;
}

div#quote blockquote p{
font-style: oblique;
margin-left: -1.0em;
margin-top: 2.0em;
font-size: 0.9em;
line-height: 1.4em;
}

div#quote p {
font-style:normal;
font-size: 0.8em;
margin-left: 2.0em;
}

div#quote p span{
font-weight: bold;
}

/* --------------------------
Team
--------------------------*/
body#team ul {
list-style-type: none;
margin: 0 0 2em -2.5em;
}

body#team ul li{
list-style-type: none;
font-size: 0.8em;
display: block; 
float: left;
width: 33%;
}

body#team ul li h3 {
margin-bottom: 0em;
}

body#team h2 {
clear: both;
margin-bottom: 0em;
}

body#team ul li span.vacancy {
display: none;
}

/* --------------------------
Work
--------------------------*/
body#work ul {
list-style-type: none;
margin: 0 0 2em -2.5em;
}

body#work ul li {
list-style-type: none;
font-size: 0.8em;
}

body#work ul li a {
text-decoration:none;
color: #000;
line-height: 2.0em;
}

body#casestudies div#primaryContent ul {
display: none;
}

body#casestudies div#primaryContent h2 {
font-size: 1.1em;
color: #000;
font-weight: normal;
}

body#casestudies div#secondaryContent img {
display: none;
}

body#casestudies div#secondaryContent a{
display: none;
}

/* --------------------------
Certifications
--------------------------*/
body#accreds div#secondaryContent{
display: none;
}

/* --------------------------
News
--------------------------*/
body#news img {
display: none;
}

body#news div.dateStamp,
body#news-article div.dateStamp {
font-size: 0.7em;
margin-top: -1.0em;
}

/* --------------------------
Join
--------------------------*/
body#join div#guide {
display: none;
}

/* --------------------------
footer
--------------------------*/
#footer,
#copyright a {
display: none;
}

#copyright {
border-top: solid 1px #000;
margin-top: 2.0em;
padding-top: 1.0em;
font-size: 0.6em;}

