/* @override 
	http://localhost:4000/stylesheets/nb.css
	http://localhost:4331/stylesheets/nb.css
*/

/* change default html styles */
* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}
a img {
  border-style: none;
}

/* hax */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
  zoom: 1;
}

/* general styling */
body {
  background: #fff url(/images/bg.gif) top repeat-x;
  color: #371e0b;
  font: normal 76% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", arial, sans-serif;
}
a {
  color: #ee9414;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* layout */
#pagewrapper {
  width: 850px;
  margin: 0 auto;
}
#banner {
  float: right;
  background: url(/images/banner_left.gif) left bottom no-repeat;
}
#banner p {
  padding: 5px 9px;
  background: url(/images/banner_right.gif) right bottom no-repeat;
  color: #6e6e6e;
}
#banner p strong {
  color: #444;
}

#logo {
  padding-top: 18px;
  padding-bottom: 11px;
}
#logo div {
  background: url(/images/logo.gif) no-repeat;
}
#logo div a {
  display: block;
  width: 193px;
  height: 33px;
}
#logo div a:hover {
  background: none;
  border: none;
}
#logo div a span {
  display: none;
}

#menu {
  background: url(/images/menu_bottom.gif) bottom no-repeat;
}
#menu ul {
  padding: 0 15px;
  background: url(/images/menu_top.gif) top no-repeat;
}
#menu li {
  display: inline;
  margin-right: 20px;
  font-size: 1.1em;
  /* font-weight: bold; */
  line-height: 2.2;
}
#menu li a {
  color: #fff;
  text-decoration: none;
}
#menu li a:hover {
  background: none;
  border-bottom: none;
  text-decoration: underline;
}

#announcement {
  border: 2px solid #eee;
}
#announcement a:hover {
  background-color: none;
  border: none;
}
#announcement .screenshot {
  float: left;
  padding-left: 10px;
}
#announcement .logo {
  margin-top: 5px;
  padding-bottom: 5px;
}
#announcement p {
  margin-left: 440px;
}
#announcement img {
}

h1 {
  color: #ee9414;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  font-family: "Century Gothic", sans-serif;
  font-size: 1.8em;
}
.content h4, .content h2 {
  margin-top: 0.6em;
  margin-bottom: 0.5em;
  color: #86b514;
  font-size: 1.3em;
}
.content {
  margin-bottom: 0px;
  padding-top: 0px;
}
.column1 {
  float: left;
  display: inline;
  width: 545px;
}
.column2 {
  float: right;
  display: inline;
  width: 283px;
  padding-top: 7px;
}
.column_even1 {
  float: left;
  display: inline;
  width: 410px;
}
.column_even2 {
  float: right;
  display: inline;
  width: 410px;
}
.content p.intro {
  margin-top: 9px;
  font-size: 1.2em;
}
.content h3 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.5em;
}
.content dl.founders dd {
  margin-bottom: 2em;
}
.content p {
  margin-bottom: 1em;
}
.content .more {
  text-align: right;
}
.img {
  float: right;
  display: inline;
  width: 191px;
  height: 129px;
  margin-left: 15px;
  margin-bottom: 15px;
  background: url(/images/bg_img.gif) center center no-repeat;
}

.videothumb {
	float: right;
	width: 384px;
	height: 216px;
	display: inline;
  margin-left: 15px;
  margin-bottom: 15px;
  background: url(/images/bg_img.gif) center center no-repeat;	
}

.img img {
  width: 173px;
  height: 111px;
  margin-left: 9px;
  margin-top: 9px;
}
.right {
  float: right;
}
.left {
  float: left;
}


#footer {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em;
  background: url(/images/box_bottom.gif) bottom no-repeat;
  color: #565656;
}
#footer #innerfooter {
  padding: 13px;
  background: url(/images/box_top.gif) top no-repeat;
}
#copy {
  float: left;
  font-size: .8em;
}
#contact {
  float: right;
  font-size: 1.1em;
  text-align: right;
}

/* SIDEBAR */

.column2 .box {
  margin-bottom: 13px;
  border-bottom: 1px solid #e1e1e1;
}

.fdpoweredby {
  display: none;
}
#blog_posts {
  padding-bottom: 10px;
}
#blog_posts li {
  margin-top: 10px;
}
#blog_posts a {
  font-weight: bold;
}
#blog_posts .date {
  display: block;
  font-size: 0.9em;
  margin-bottom: 3px;
  color: #5f4d3f;
}
#blog_posts em {
  display: block;
  font-style: normal;
}

#pr h3 {
  margin-bottom: 0em;
}
#pr .source {
  font-size: 0.9em;
  color: #5f4d3f;
}

/* Legal Pages */

div.terms h2 {margin: 0.8em 0; font-size: 1.2em;}
div.terms p {margin: 0.3em 0;}
div.terms ul li {list-style-type: circle; margin: 0.3em 0em 0.3em 2em;}

/* Open source products */

.osp a {
  display: block;
  border: 4px solid #f4f4f4;
  margin-bottom: 8px;
}
.osp a:hover {
  border: 4px solid #ddd;
}
.osp a span {
  border: 1px solid #cdcdcd;
  display: block;
  text-align: center;
}

.big_panda_logo {
  width: 360px;
  height: 80px;
  text-align: center;
  background: #fff url(/images/panda_logo.gif) 45% center no-repeat;
}
.big_pusher_logo {
  width: 360px;
  height: 120px;
  text-align: center;
  background: #fff url(/images/pusher_logo_small.jpg) 45% center no-repeat;
}

/* @group People */

.founders p, .founders h2 {
  margin-left: 325px;
}

.founders h2 span {
  color: #aaa;
}

#founders_pic {
  float: left;
  border: 1px solid #ccc;
  padding: 3px;
  margin-right: 1em;
  margin-bottom: 1em;
}

#people_pics li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding: 3px;
}

#people_pics li span {
  color: #888;
  display: block;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 3px;
}

/* @end */

/* @group Contact Us */

/*div#office {
  padding: 4px;
  background: #f4f4f4;
}

div#office img {
  border: 1px solid #bbb;

  
}*/

/* @end */

/* @group Clients */

ul#clients {
  margin-bottom: 20px;
}

.clients ul#clients {
  margin-left: 160px;
}

ul#clients li {
  float: left;
  margin-right: 25px;
  list-style-type: none;
}

ul#clients li:hover {
  background: #ddd;
}

ul#clients li img {
}

ul#clients li a {
	
}



/* @end */

/* @group Partners */

ul.partners {
}

ul.partners li {
  float: left;
  margin: 10px 0px;
  margin-right: 20px;
}

/* @end */

/* @group Facebox client info */

#facebox .body {
  width: 630px !important;
}

.client_project {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.client_project .thumb{
  float: right;
  border: 5px solid #f7f7f7;
  margin-left: 30px;
}

/* @end */

/* @group Training */

.training_product {
  background: #F5FEE9;
  border: 1px solid #DCEEC4;
	padding: 0em 0.9em;
  width: 46%;
  float: left;
  margin-bottom: 21px;
}

.content .even {
	float: right;
}
.intro .images img{

  margin-right: 25px;
}

 .leadin{
  font-weight: bold;
}

.training_product h2 a{
	font-weight: bold;
  color:  #86b514;
}

.training_product .details{
  float: right;
}

.training_product .details a, .training_content .book a{
  background: #8DC808 url(/images/menu_top.gif) top no-repeat;
  font-weight: bold;
  padding: 3px 5px;
  color:  #fff;
  border: 1px #7CB900 solid;
}

.training_content .impact  li{
  margin-bottom: 7px;
	font-weight:bold;
	list-style-type:disc;
	margin-left:18px;
}

.training_content .details  li{
  margin: 0 0 3px 30px;
  list-style-type: none;
}

.training_content .details li.length {
	list-style-image: url("/images/clock.png");
}
.training_content .details li.people {
	list-style-image: url("/images/user.png");
}
.training_content .details li.location {
	list-style-image: url("/images/building.png");
}
.training_content .details li.time {
	list-style-image: url("/images/calendar.png");
}

.training_content .book {
  padding-bottom: 10px;
}

.training_content .book a{
  font-size: 120%;
}

p.back_to_training {
  margin-bottom: 0;
  margin-top: 10px;
}
/* @end */



blockquote {
	margin-bottom:5px;
	padding-left: 6px;
	padding-right: 6px;
	font-style:italic;
	font-size:1em;
	text-align:left;
	line-height: 1.5;
}

/*blockquote div {
  padding: 0 24px;
  background: transparent url(/images/quoright.png) right bottom no-repeat;
}
*/
.attribution {
	font-size:90%;
	font-style:normal;
	text-align:right;
}


/* @group Jobs */

.column1 ul {
  margin-bottom: 1em;
}

.column1 ul li {
  margin-left: 1.2em;
  margin-bottom: 0.2em;
  list-style-type: disc;
}

.notice {
  border: 1px solid #F5D752;
  padding: 5px;
  font-weight: bold;
  background: #FFF8D8;
  color: #493F10;
}

div#team_lunch {
  float: right;
  padding: 4px;
  background: #f4f4f4;
}

div#team_lunch img {
  border: 1px solid #bbb;

  
}

/* @end */

/* NEWS */

.newspage img							{float: left; margin: 0 1em 1em 0; border: 1px solid silver; padding: 0.2em;}
.newspage #press_highlights_ticker		{ height: 140px; }
.newspage .press_item					{margin: .75em 0 .75em 0;}

.newspage th 							{ padding: 0.8em; }
.newspage td 							{ padding: 0.5em; vertical-align: top;}
.newspage td.firstcol					{ width: 150px;}

/* @group Front Page */

/* Slideshow */

/*#js_home_slideshow	{ height: 195px; }*/

/* Protect The Human launch */

/*.front_testimonial {
  margin-top: 20px;
}

#js_home_slideshow .launch {
  font-family: Arial;
  margin-top: 10px;
  width: 850px;
  height: 195px;
}
#js_home_slideshow h2, #js_home_slideshow p {
  float:left;
  clear: both;
  background-color:#fff;
}
#js_home_slideshow h2 {color:#000; font-size:2.14em; margin:18px 0 11px 8px; padding:4px 9px; font-weight:bold;}
#js_home_slideshow p { margin:0 0 3px 8px; font-size:1.42em; color: #555; padding:1px 4px;}


#pth {
  background: url(/images/pth_fp.jpg) left top no-repeat;
}*/

#new_offices {
  margin-top: 10px;
  width: 850px;
  height: 195px;
  background: url(/images/new_offices.jpg) left top no-repeat;
}
#new_offices h1, #new_offices p {
  float:left;
  clear: both;
  background-color:#fff;
}
#new_offices h1 { margin:18px 0 11px 8px; padding:4px 9px; }
#new_offices p { margin:0 0 3px 8px; font-size:1.42em; color: #555; padding:1px 4px;}


.front_page h2 {
  color: #371e0b;
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 13px;
  margin-bottom: 1em;
}

.front_page h3 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1em;
}

.infobox {
  width: 30%;
  float: left;
  margin-top: 10px;
  margin-bottom: 15px;
}

.infobox h4 {
  margin-top: 0;
}

.infobox h4 a {
  color: #86b514;
}

#infobox_middle {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px 10px;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
}

/* @end */

/* 3 services */

#services {
  width: 850px;
  background: url(/images/front_box_top.gif) top left no-repeat;
  margin-top: 12px;
  padding-top: 5px;
}
#services_inner {
  background: url(/images/front_box_bottom.gif) bottom left no-repeat;
  padding: 10px;
  padding-top: 5px;
}
.service h2 {
  margin-bottom: 7px;
  color: #86b514;
  font-size: 1.3em;
}
.service {
  width: 31%;
  min-height: 13em;
  float: left;
}
.service .case_study_links {
  margin-top: 0.5em;
}
.service .case_study_links li {
  font-size: 0.9em;
  margin-top: 0.2em;
  float: right;
}
.service .case_study_link a {
}
#service_social {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  margin: 0px 10px;
  padding: 0px 10px;
}

ul.benefits {
	margin-left:1.5em;
}
ul.benefits li {
	line-height:150%;
}


ul.coaching_sessions li {
	list-style-type:none;
	margin-left:3em;
	margin-top:1em;
}
