/*==============================================================================
 Font Downloading
 (not that any browsers actually support this yet; FF3.1 apparently will do)
==============================================================================*/
@font-face {
  font-family: "AvantGarde Md BT";
  src: url(/css/avant-guarde.ttf);
}

/*==============================================================================
 General
==============================================================================*/
*
{
  border: none;
  margin: 0;
  padding: 0;
}

body,
textarea
{
  font-family: "Century Gothic", "AvantGarde Md BT", "AvantGarde", Helvetica, Arial;
}

body
{
  border: 0;
  /*font-size: 15px;*/
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}

h1
{
  color: #7fa239;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
  text-align: left;
}

h2
{
  color: #7fa239;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  text-align: left;
}

h3
{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  text-align: left;
}

hr
{
  background-color: #999;
  clear: both;
  color: #999;
  height: 1px;
  margin: 0 0 15px 0;
}

p
{
  margin-bottom: 15px;
}

p img
{
  padding: 0;
  max-width: 100%;
}

ul,
ol
{
  margin-bottom: 15px;
  padding-left: 1.5em;
}

dt
{
  color: #7fa239;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

dd
{
  margin-bottom: 15px;
}

em
{
  font-style: italic;
}

strong
{
  font-weight: bold;
}

/*a:visited
{
  color: #9fb474;
}*/

a,
a:hover,
a:focus,
a:visited
{
  color: #7fa239;
}

.clear
{
  clear: both;
}

.clear-left
{
  clear: left;
}

.clear-right
{
  clear: right;
}

.space-before
{
  /* e.g. Testimonials footer - to make up for the lack of margin on the paragraph above */
  margin-top: 15px;
}

/*==============================================================================
 Breadcrumbs
==============================================================================*/
div.breadcrumbs
{
  color: #aaa;
  font-size: 12px;
}

div.breadcrumbs span,
div.breadcrumbs strong
{
  color: #9fb474;
  font-weight: normal;
}

div.breadcrumbs a,
div.breadcrumbs a:visited
{
  color: #aaa;
  text-decoration: none;
}

div.breadcrumbs a:hover
{
  color: #7fa239;
  text-decoration: underline;
}

/*==============================================================================
 Content
==============================================================================*/
p.intro-text
{
  color: #7fa239;
  font-size: 18px;
  line-height: 21px;
}

p.subtitle
{
  color: #777;
  font-size: 15px;
}

p.instructions /* e.g. contact us form */
{
  color: #777;
  font-weight: bold;
}

p.where-now /* Text at the end of the page that asks the question "Where Now?" */
{
  color: #7fa239;
  font-size: 16px;
}

span.email
{
  font-weight: bold;
  white-space: nowrap;
}

/* About Us > Partners */
.partner-logo
{
  margin: 0 0 10px 15px;
  float: right;
}

/* News (WordPress) */
p.postmetadata
{
  color: #666;
  padding: 0 15px;
}

p.postmetadata,
p.postmetadata small
{
  font-size: 13px;
}

.alignright
{
  float: right;
  margin: 0 0 10px 10px;
}

.alignleft
{
  float: left
  margin: 0 10px 10px 0;
}

.aligncenter
{
  margin: 10px auto;
}

img.centered
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright
{
  padding: 4px;
  display: inline;
}

img.alignleft
{
  padding: 4px;
  display: inline;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

div.vvqbox /* YouTube videos */
{
  margin-bottom: 15px;
}

/*==============================================================================
 Quotes
==============================================================================*/

/* Common */
div.quote,
div.alt-quote,
div.quote-green
{
  margin-bottom: 15px;
}

div.quote blockquote,
div.alt-quote blockquote,
div.quote-green blockquote
{
  padding: 15px 40px 1px 40px;
}

div.quote div.cite,
div.alt-quote div.cite,
div.quote-green div.cite
{
  font-size: 14px;
  padding: 0 60px;
  text-align: right;
}

/* Green */
div.quote
{
  background: url(/images/quote-open.gif) no-repeat top left;
}

div.quote blockquote
{
  background: url(/images/quote-close.gif) no-repeat bottom right;
}

div.quote blockquote,
div.quote blockquote a,
div.quote blockquote a:visited,
div.quote div.cite,
div.quote div.cite a,
div.quote div.cite a:visited
{
  color: #799430;
}

/* Grey */
div.alt-quote
{
  background: url(/images/alt-quote-open.gif) no-repeat top left;
}

div.alt-quote blockquote
{
  background: url(/images/alt-quote-close.gif) no-repeat bottom right;
}

div.alt-quote blockquote,
div.alt-quote blockquote a,
div.alt-quote blockquote a:visited,
div.alt-quote div.cite,
div.alt-quote div.cite a,
div.alt-quote div.cite a:visited
{
  color: #555;
}

/* Green BG */
div.quote-green
{
  background: #e1efb6 url(/images/quote-open.gif) no-repeat 5px 5px;
  border-top: 1px solid #d8e3bb;
  border-bottom: 1px solid #d8e3bb;
  padding-bottom: 10px;
}

div.quote-green blockquote
{
  background: url(/images/quote-close.gif) no-repeat bottom right;
  margin-right: 5px;
  padding: 15px 45px 1px 45px;
}

div.quote-green blockquote,
div.quote-green blockquote a,
div.quote-green blockquote a:visited,
div.quote-green div.cite,
div.quote-green div.cite a,
div.quote-green div.cite a:visited
{
  color: #799430;
}

/*==============================================================================
 Forms
==============================================================================*/
label
{
  color: #666;
}

/*input[type=text],
input[type=password],*/
input.textbox,
textarea,
select
{
  background-color: #f9f9f9;
  border-top:     1px solid #727272;
  border-right:   1px solid #bcbcbc;
  border-bottom:  1px solid #dadada;
  border-left:    1px solid #b4b4b4;
  font-size: 16px;
  padding: 5px;
}

/*input[type=submit],
input[type=button],*/
input.btn
{
  background-color: #f3f3f3;
  border-top:     1px solid #dadada;
  border-right:   1px solid #727272;
  border-bottom:  1px solid #727272;
  border-left:    1px solid #dadada;
  padding: 5px 7px;
}

input.primary
{
  font-weight: bold;
}

p.error-summary
{
  color: #f00;
}

p.error
{
  color: #c00;
  font-size: 14px;
  margin-bottom: 5px;
}

abbr.reqd
{
  color: #c00;
  font-size: 14px;
}

/*==============================================================================
 Case Studies
==============================================================================*/
div.casestudy-result
{
  border-top: 1px solid #ccc;
  padding-top: 1em;
  width: 455px;
  position: relative; /* For IE6! */
}

div.casestudy-result-text
{
  float: right;
  width: 257px;
}

p.casestudy-result-meta
{
  color: #666;
  font-size: 13px;
}

p.casestudy-result-more
{
  float: right;
  margin-top: -15px;
}

div.casestudy-result-image
{
  float: left;
  margin-bottom: 1em;
}

div.casestudy-side
{
  float: right;
  padding: 0 0 10px 15px;
}

div.casestudy-meta
{
  border: 1px solid #dfdfdf;
  font-size: 13px;
  margin-top: 15px;
  padding: 1px 10px 4px 10px;
  text-align: left;
  width: 160px;
}

div.casestudy-meta p
{
  margin-top: 7px;
  margin-bottom: 7px;
}

div.casestudy-meta,
div.casestudy-meta a,
div.casestudy-meta a:visited
{
  color: #585954;
}

div.casestudy-meta strong
{
  color: #7fa239;
}

/*==============================================================================
 Tooltips
==============================================================================*/
.tooltip
{
  border-bottom: 1px dotted #000;
  cursor: help;
  outline: none;
  text-decoration: none;
}

a.tooltip
{
  color: #000; /* inherit would be better but doesn't work in IE! */
}

/*==============================================================================
 Glossary
==============================================================================*/
div.glossary dt
{
  color: #000;
}

/*==============================================================================
 Search
==============================================================================*/
div.search-result
{
  margin-bottom: 1em;
}

small.search-result-url
{
  color: #666;
  font-size: 11px;
}
