/* 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: #f6e6dd url(../images/bg.gif) top repeat-x;
  color: #371e0b;
  //color: #333;;
  font: normal 76% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
  color: #ee9414;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* layout */
#pagewrapper {
  width: 850px;
  margin: 0 auto;
  border: none;
}
#banner {
  float: right;
}
#banner p {
  padding: 9px 9px;
}
#banner p strong {
  color: #444;
}

#logo {
  padding-top: 5px;
  padding-bottom: 11px;
}
#logo div {
  background: url(../images/logo.gif) no-repeat;
}
#logo div a {
  display: block;
  width: 438px;
  height: 75px;
}
#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";
  font-size: 1.8em;
}
.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;
  //padding-top: 15px;
  //border: none;
}
.column2 {
  float: right;
  display: inline;
  width: 283px;
  padding-top: 7px;
  //border: none;
}
.column_even1 {
  float: left;
  display: inline;
  width: 410px;
}
.column_even2 {
  float: right;
  display: inline;
  width: 410px;
}
.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: #f6e6dd;
}
#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 {
  //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;
}

/* JOBS */

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

/* FRONT PAGE */

/* Protect The Human launch */

.front_testimonial {
  margin-top: 20px;
}

#pth {
  font-family: Arial;
  margin-top: 10px;
  width: 850px;
  height: 195px;
  background: url(../images/pth_fp.jpg) left top no-repeat;
}
#pth h2, #pth p {
  float:left;
  clear: both;
  background-color:#fff;
}
#pth h2 {color:#000; font-size:2.14em; margin:18px 0 11px 8px; padding:4px 9px; font-weight:bold;}
#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;
}
table {
	border-collapse: collapse;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
}
th {
	text-align: left;
}
thead th, tfoot th, tfoot td {
	background-color: #f6e6dd;
	font-size: 1.1em;
}
tbody th {
	padding-left: 8px;
}
tbody th, td {
	background-color:#f6e6dd;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #ee9414;
}
tr.odd td, tr.odd th {
	background-color: #ddd;
}
tbody a {
	color: #333;
}
tbody a:visited {
	color: #999999;
}
tbody a:hover {
	color: #33c;
}
tbody a:active {
	color: #33c;
}
tbody td+td+td+td a {
	background: url(../images/external.gif) no-repeat right 0.4em;
	padding-right: 12px;
}
tfoot th {
	text-align: right;
}
tfoot th:after {
	content: ":";
}