/* -------------------------------------------------------------- 
  
   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: georgia, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#835151;
  background: none;
  font-size: 10pt;
}
.container {
  background: none;
	width:60%;
	margin:0 auto;
}
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
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 { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

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

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

a {
	color:#0066ff;
	text-decoration:none;
}

a:link, a:visited {
	background: transparent;
	font-weight:700;
}

a:link:after, a:visited:after {
  font-size: 90%;
}

/* 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) ") ";
} */

/********************************
STRUCTURE
********************************/
.container {
	width:90%;
	margin:0 auto;
}
.main h3 {
	color:#ff0000;
	text-transform:uppercase;
	font-family:verdana;
	font-size:10px;
	display:block;
	margin:5px 0 10px;
	font-weight:bold;
	letter-spacing:1px;
}


/********************************
fonts
********************************/
.aaredHeader {
	color:#ff0000;
	text-transform:uppercase;
	font-family:verdana;
	font-size:10px;
	display:block;
	margin:5px 0 0px;
	font-weight:bold;
	letter-spacing:1px;
	font-style:normal;
}


/********************************
HOME PAGE
********************************/
.clientChallenges, .wip, .insight {
	margin:5em 0;
}
.intro h1 {
	font-size:12px;
}
.intro a {
	display:none;
}
/********************************
HOMEPAGE - client challenges
********************************/
.clientChallenges img {
	margin:0 1em 1em 0;
}
.clientChallenges h2 {
	margin:0 0 1em;
	font-size:12px;
	margin:0;
}
.clientChallenges em {
	font-size:10px;
}
.clientChallenges p a {
	font-size:10px;
}

.clientChallenges div {
	margin:1em 0;
	padding:1em 0;
	clear:left;
}


#people h1 {
	margin-bottom:0;
	font-size:14px;
}
#people h2 {
	margin:0;
	font-size:12px;;
}
#people .bioInfo h4 {
	margin:0;
	font-size:10px;
  	color:#ff0000;
	display:block;
}


#footer td {
	vertical-align:top;
}


/********************************
HOMEPAGE - work in progress
********************************/
.wip img {
	display:block;
	float:none;
}
.wip h2 {
	font-size:14px;
}

.insight h2 {
	font-size:14px;
	margin:0;
}
.insight h4 {
	font-size:11px;
	margin:0;
}

body .more {
	font-size:10px;
}
/********************************
HEADER
********************************/
#header h1 {
	color:#000;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid black;
}
#header h1 strong {
	color:#ff0000;
}
#aaredname h2 a {
	font-size:10px;
  	color:#ff0000;
	border-bottom:1px solid #000;
	display:block;
}
#aaredname h2 a span {
	color:#000;
}

#aaredname a:after, #aaredname a:link:visited {
	content: "";	
}
/********************************
things i'm turning off
********************************/
#globalNav, .topNav, .postNav {
	display:none;
}

/********************************
FOOTER
********************************/
#footer {
	font-size:10px;
	margin-top:50px;
}

/********************************
PORTFOLIO PAGES
********************************/
#portfolio .main h1 {
	font-family:georgia;
	margin-bottom:0px;
	font-size:16px;
}
.practiceArea a:link:after, .practiceArea a:visited:after {
  content: "";	
}
img.bannerImage {
	width:100%;
}


ul.clean {
	list-style:none;
	padding:0;
}




.entry_author_image, .supplimental {
	display:none;
}

