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

/* change default html styles */
* {
	padding: 0;
	margin: 0;
}
li {
	list-style-type: none;
	list-style: disc;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}
#pagewrapper .content.clearfix .column_even2 p {
	list-style-type: circle;
}
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: #333;;
	font: normal 76% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
	color: #0074b1;
	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: #999;
}
#banner p strong {
  color: #444;
}

#logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
#logo div {
  background: url(../images/logo.gif) no-repeat;
}
#logo div a {
	display: block;
	width: 366px;
	height: 60px;
}
#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: #0074B1;
	margin-top: 0.6em;
	margin-bottom: 0.4em;
	font-family: "Century Gothic";
	font-size: 1.8em;
}
.content h2 {
	margin-top: 0.6em;
	margin-bottom: 0.5em;
	color: #333;
	font-size: 1.3em;
}
.content {
  margin-bottom: 0px;
  padding-top: 0px;
}
.column1 {
	float: left;
	display: inline;
	width: 400px;
  //padding-top: 15px;
	border: 1px solid red;
}
.column2 {
  float: right;
  display: inline;
  width: 283px;
  padding-top: 7px;
  border: 1px solid red;
}
.column_even1 {
  float: left;
  display: inline;
  width: 350px;
  padding-right: 30px;
  padding-left: 30px;
}
.column_even2 {
  float: left;
  display: inline;
  width: 350px;
  padding-right: 20px;
  padding-left: 30px;
}
.content p.intro {
  margin-top: 9px;
}
.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;
}
.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 {
	background: url(../images/box_top.gif) top no-repeat;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
}
#copy {
	float: left;
	font-size: 1.1em;
}
#contact {
  float: right;
  font-size: 1.1em;
  text-align: right;
}

/* SIDEBAR */

.column2 .box {
  //padding: 0px 12px;
  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;
}

/* Open source products */

#pandastream a {
  display: block;
  padding: 4px;
  background: #f4f4f4;
}
#pandastream a:hover {
  background: #ddd;
  border: none;
}
#pandastream a span {
  display: block;
  height: 60px;
  border: 1px solid #cdcdcd;
  background: #fff url(../images/panda_logo.gif) 45% top no-repeat;
}

/* CLIENTS */

/* 2x2 grid */



/* Old stlye with lots of screenshots */

.client_thumb {
  display: block;
  padding: 4px;
  background: #f4f4f4;
}
.client_thumb:hover {
  background: #ddd;
  border: none;
}
.client_thumb img {
  border: 1px solid #cdcdcd;
}

/* CASE STUDIES */

a.casestudy {
  font-size: 0.7em;
  font-weight: bold;
  float: right;
  margin-top: 3px;
}

ul.details {
  margin-top: 46px;
  margin-bottom: .75em;
  padding-top: .75em;
  background: url(../images/bg_dot.gif) top repeat-x;
  color: #86b514;
  text-align: right;
  list-style-type: circle;
}

.screenshots li {
  float: left;
  margin-bottom: 10px;
}

.screenshots .odd {
  margin-left: 10px;
}

blockquote {
  font-style: italic;
  //background: #f8fdec;
  border: 2px solid #d9eea5;
  padding: 12px;
  margin-bottom: 10px;
  //color: #333;
}
blockquote p {
  margin-bottom: 0.7em !important;
}
cite {
  font-weight: bold;
  font-size: 0.9em;
  font-style: normal;
}

/* @group Facebox client info */

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

/* @end */

/* JOBS */

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

ul.normal 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;
}

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

/* FRONT PAGE */

/* Slideshow */

#js_home_slideshow	{
	height: 19px;
}

/* Protect The Human launch */

.front_testimonial {
  margin-top: 20px;
}

#pth {
  font-family: Arial;
  margin-top: 10px;
  width: 850px;
  height: 195px;
  background: url(../images/main.gif) left top no-repeat;
}
#pth h2, #pth p {
	float:left;
	clear: both;
}
#pth h2 {
	color:#FFF;
	font-size:2.14em;
	margin:18px 0 11px 8px;
	padding:4px 9px;
	font-weight:normal;
}
#pth p { margin:0 0 3px 8px; font-size:1.42em; color: #555; padding:1px 4px;}

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

