/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html { color:#000; background:#FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style:inherit; font-weight:inherit; }
del,ins { text-decoration:none; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:400; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:baseline; }
sub { vertical-align:baseline; }
legend { color:#000; }
input,button,textarea,select,optgroup,option { font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; }
input,button,textarea,select { font-size:100%; }

body {
	font-family: "Courier New";
	font-size: 14px;
	color: #666;
	line-height: 16px;
  -webkit-text-size-adjust: none;
}
a {
	cursor: pointer;
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.keyword {
	cursor: pointer;
  display: block;
  color: #666;
}
.keyword:hover {
	text-decoration: none;
}
span {
  font-size: 13=4px;
}

span.new {
	color: #0099cc;
}
.match {
	background-color: #333;
	color: #fff;
}
.current_item {
	background-color: #000;
	color: #fff;
}

.keyword_click {
	background-color: #333;
	color: #fff;
}
.keyword_over {
	background-color: #000;
	color: #fff;
}
.keyword_match {
	background-color: #000;
	color: #fff;
}
.keyword_out {
  color: #666;
  background-color: transparent;
}
.gray {
	background-color: #666;
	color: #fff;
}
.black {
  color: #fff;
  background-color: #000;
}
.normal {
  color: #333;
  background-color: transparent;
}

p {
	margin-bottom: 10px;
}

div#wrapper {
	position: relative;
}

div.clearer { clear:both; height:0; overflow:hidden; padding:0; margin:0; }

div.dashes {
  height: 7px;
  overflow: hidden;
  background-image: url('../images/dashes.gif');
  background-position: left center;
  background-repeat: repeat-x;
}
div#wrapper {
	width: 500px;
}

div.item {
	text-align: left;
}
div.title {
	cursor: pointer;
	cursor:pointer;
	padding:2px 0 2px 5px;	
}
div.item div.keywords {
	display: none;
}

div.payload {
	margin-top: 10px;
	margin-left: 17px;
	width: 95%;
	display: none;
}
div.actions {
  margin-bottom: 10px;
}
div.head {
	background-color: #0099cc;
	color: #fff;
	cursor: default;
}
div.filters {
}
div.filters div.payload {
  display: none;
}
div.filters span {
}
div.filters div.keywords {
	display: block;
	margin-bottom: 10px;
}
div.filters div.keywords div.services {
  float: left;
  width: 45%;
  margin-right: 10%;
}
div.filters div.keywords div.industries {
  float: left;
  width: 45%;
}
div.filters div.title {
  background-color: #333333;
  color: #fff;
}
span.check {
	display: none;
	color: #333;
}
span.keyword_category {
  font-weight: bold;
}
span.reset {
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
span.reset:hover {
  background-color: #0099cc;
  color: #fff; 
}
span.show {
	color: #0099cc;
}
span.show:hover {
	color: #fff;
	background-color: #000;
}

/* about */
div.about div.title {
  background-color:#666;
  color:#fff;
}
div.about span.header {
	display: block;
	font-weight: bold;
}

/* contact */
div.contact div.title {
  background-color: #999;
  color: #fff;
}
div.contact a {

}
div.contact form {
	margin-bottom: 15px;
}
div.contact label {
	display: block;	
	margin-bottom: 3px;
}
div.contact input[type=text] {
	letter-spacing: .6px;
	font-size: 12px;
	border: 1px solid #cecece;
	margin: 0;
	height: 18px;
	padding: 1px 1px 1px 5px; 
	line-height: 20px;
	color: #666;
	width: 200px;
}
div.contact input[type=submit] {
	letter-spacing: .6px;
	font-size: 12px;
	border: 1px solid #cecece;
	margin: 0;
	line-height: 20px;
	color: #666;
}
div.contact textarea {
	letter-spacing: .6px;
	font-size: 12px;
	border: 1px solid #cecece;
	margin: 0;
	padding: 1px 1px 1px 5px;
	line-height: 20px;
	color: #666;
	width: 200px;
	height: 60px;
}
div.contact fieldset {
	margin-bottom: 5px;
}
div.contact span.submitted {
	font-size: 12px;
	margin-left: 10px;
	color: #0099cc;
	display: none;
}


/* colleagues */
div.colleagues div.title {
  background-color: #666;
  color: #fff;
}
div.colleagues div.payload a {
	display: block;
}


/* name/pinojar */
span.bean {
  display: block;
  float: left;
}
span.chris {
  display: block;
  float: right;
}

/* work */

div#work {
	margin-top: 3px;
}
div#work div.item {

}
div#work div.item div.title {
  margin-left: 17px;
}

div#work div.item div.payload {
  margin-left: 28px;
  width: 95%;

}

div.work div.title {
  background-color: #000;
  color: #fff;
  margin: 0;
}

div#work div.dashes {
	margin-left: 17px;
}