/*
Project:        planetargon.com
Last Changed:   2009-04-01
                http://planetargon.com
/*##################################################################################
  =table of contents
  ##################################################################################

  1.  colors
  2.  stylesheet imports
    A. global reset
    B. grid framework
    C. typography
  3.  general styles
  4.  helper styles
  5.  layout structure
  6.  view components
  7.  overrides

####################################################################################
=1) colors
####################################################################################

  Blue:            #284257    Bright Blue:     #0471b5
  Dark Brown:      #2f2723    Med Brown:       #685d55 / #dedbcf (team li hover)
  Light-Med Brown  #d5d0bf    Light Gray:      #ddd
  Light Green:     #7eb734    Med Green:       #5b8424
  Dark Green:      #324a14    Bright Red:      #911526
  Light Brown:     #f0eee8    Red:             #5d1921

*/

/*##################################################################################
=2) stylesheet imports
##################################################################################*/

  @import url('/stylesheets/mortar/reset.css'); /* global reset */
  @import url('/stylesheets/mortar/grid.css'); /* grid framework */
  @import url('/stylesheets/mortar/text.css'); /* typography */


/*##################################################################################
=3) general styles
##################################################################################*/

/* body styles, links headings, other elements, tags go here. */


/*----------------------------------------------------------------------------------
=mortar overrides
----------------------------------------------------------------------------------*/
span.caps {
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0;
  text-transform: none;
}


/*----------------------------------------------------------------------------------
=body
----------------------------------------------------------------------------------*/
body {
  background: #15100e url(/images/bg.png) fixed;
  color: #4b413c;
  font: 1.4em/22px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

/*----------------------------------------------------------------------------------
=links
----------------------------------------------------------------------------------*/

/*a:focus {
  outline: 1px dotted invert;
}*/

a {
  border-bottom: 1px dashed #bbb;
  color: #5d1921;
  padding: 0 1px;
  text-decoration:none;
}

a:link {
}

a:visited {
}

a:hover {
  background:#931123;
  border:none;
  color:#fff;
}

a:active {
}

a.anchor {
  padding: 0px;
}

ul li a {
  display:block;
  padding:2px 3px;
}

ul li a:hover {
  border-bottom: 1px dashed #f0eee8;
}

h2 a.action {
  background: none;
  border-bottom: 1px dashed #999;
  color: #5D1921;
  font: 0.9em Helvetica, Arial, sans-serif;
  letter-spacing:0;
  padding: 0;
  position: absolute;
  right:0;
  top: 7px;
  text-transform:none;
}

h2 a.action:hover {
  background: #911526;
  border: none;
  color: #fff;

}

/*----------------------------------------------------------------------------------
=HTML tags
----------------------------------------------------------------------------------*/

abbr {
  border-bottom: 1px dotted #bbb;
}

dt {
  margin-bottom:5px;
}

dd {
  margin-bottom: 20px;
}

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0
}

p {
  margin-bottom:22px;
}

small {
}

object {
    opacity:1.0;
}

object:hover {
  opacity:0.97;
}

#content ul.list {
  margin-left: 13px;
}

#content ul.list li {
  list-style: square outside;
  margin-bottom: 5px;
}

#content ul.list li a {
  display: inline;
}

#content ul.list li ul {
  margin-bottom: 0;
  margin-left: 13px;
}

#content ul.list li ul li {
  list-style: circle outside;
  margin-top: 5px;
}

/*----------------------------------------------------------------------------------
=typography
----------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 10px;
}

h1,h2,h3,h4,h6 {
  font-family: 'Arial Black', Arial, sans-serif;
  text-transform: uppercase;
}

h1 {
  color: #5b8424;
  font-size: 3.7em;
  letter-spacing: -.07em;
  line-height: 1em;
}

body.index h1 {
  font-size: 7.7em;
  letter-spacing: -.08em;
  line-height: 0.74em;
}

h1.sub {
  font-size:1.2em;
  margin-bottom:5px;
}

h1.alt {
  color:#2f2723;
  font: 4.1em Georgia, Times, serif;
  letter-spacing: -.03em;
  line-height: 1em;
  margin-bottom:15px;
  text-transform:none;
}

h2 {
  color: #2f2723;
  font-size: 1.1em;
  letter-spacing: -0.05em;
  position: relative;
}

.img_link a {
  display: block;
  position: absolute;
  right: 0;
}

h2 a:hover {
  background: none;
  border: none;
}

h2.sub {
  color:#2f2723;
  font: 4.1em Georgia, Times, serif;
  letter-spacing: -.03em;
  line-height: 1em;
  margin-bottom:15px;
  text-transform:none;
}

h2.team_member_name {
  color:#5b8424;
  font-size:1.6em;
  margin-bottom:5px;
}

h2.team_member_name span {
  color:#2f2723;
  display:block;
  font: 0.9em Georgia, Times, "Times New Roman", serif;
  letter-spacing:-0.03em;
  margin-bottom:20px;
  margin-top:3px;
  text-transform:none;
}

h2 span {
  color: #5B8424;
}

div.news_archives h2.sub {
  color:#2f2723;
  font: 2.3em Georgia, Times, serif;
  letter-spacing: -.03em;
  line-height: 1em;
  text-transform:none;
}

h3 {
  color:#2f2723;
  font: 1.5em Georgia, Times, serif;
  letter-spacing: -.03em;
  line-height: 1em;
  position: relative;
  text-transform:none;
}

h3.date {
  margin:20px 0;
  background: url(/images/icon_document.gif) center left no-repeat;
  padding-left: 19px;
}

h3.featured {
  font-size:1.9em;
}

#secondary_content h3 a {
  border-bottom: 1px dashed #999;
  color:#5d1921;
}

#secondary_content h3 a:hover {
  border:none;
  color:#fff;
}

body.index #primary_content h3 a {
  border-bottom: 1px dashed #999;
  color:#5d1921;
  font-size:0.9em;
}

body.index #primary_content h3 a:hover {
  background:#911526;
  border-bottom:none;
  color:#fff;
}

#secondary_content h3,
#tertiary_content h3 {
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 5px;
}

#secondary_content .blog_post h3 a {
  border:none;
  color:#2f2723;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -.05em;
  line-height: 1em;
  margin-bottom:15px;
  text-transform: none;
}

#secondary_content .blog_post h3 a:hover {
  background:none;
  color:#911526;
}

h4.break {
  font: 1.8em Arial Black, Arial, Helvetica, sans-serif;
  letter-spacing: -.06em;
  line-height: 1em;
  margin-bottom: 22px;
  text-transform:uppercase;
}

h4.break span {
  color: #5b8424;
  display: block;
  font-size: 1.3em;
}

h5 {
  color:#2f2723;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing:-.05em;
  margin-bottom:10px;
}

h5.left {
  text-align:left;
}


h5.right {
  text-align:right;
}

.amp {
  font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua", serif;
  font-style: italic;
  font-weight:normal;
  color: #685d55;
  font-size: 1.8em;
  position: relative;
  bottom: -.1em;
  margin: 0 -3px;
  padding: 0 3px;
}

cite {
  color:#2f2723;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing:-.05em;
  margin-bottom:10px;
}

cite.left {
  text-align: left;
}

cite.right {
  text-align: right;
}


/*----------------------------------------------------------------------------------
=utility classes
----------------------------------------------------------------------------------*/

/* clear fix */

.clear:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}

.clear {
  display: inline-block;
}

* html .clear {
  height: 1%;
}

.clear {
  display: block;
}

/* removes element from viewing area */

.invisible {
  display: block;
  line-height: 0;
  margin: 0;
  text-indent: -9999px;
}


/*##################################################################################
=4) helper styles
##################################################################################*/

p.summary {
  color:#4b413c;
  font: 1.1em Georgia, Times, serif;
  font-style:italic;
  line-height:1.6em;
  margin-bottom: 25px;
}

body #breadcrumbs {
  margin:5px 20px;
}

body #breadcrumbs p {
  font-size: .9em;
  margin-bottom: 0;
  text-transform:none;
}

body #breadcrumbs p span{
  font-size:1.3em;
  padding: 0 2px;
}

body #breadcrumbs a {
  padding:3px;
}

body #breadcrumbs a:hover {
  background:#d5d0bf;
  color:#2f2723;
}

body.secondary #secondary_content #call_us_number {
  background: #473933;
  padding-bottom: 15px;
}

#call_us_number h2 {
  color: #D5D0BF;
}

#call_us_number p {
  margin-bottom: 0px;
}

#call_us_number a {
  font-size: 1.8em;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  color: #F0EEE8;
  text-decoration: none;
  border-bottom: none;
}

#call_us_number a:hover {
  text-decoration: underline;
  background: none;
}



/*----------------------------------------------------------------------------------
=flash messages (from blueprint framework) / error messages
----------------------------------------------------------------------------------*/

.error,
.notice,
.message {
  padding: 9px;
}

.error {
  background: #fbe3e4;
  color: #8a1f11;
  border: 2px solid #fbc2c4;
}

.notice {
  background: #fff6bf;
  color: #514721;
  border: 2px solid #ffd324;
}

.message {
  background: #e6efc2;
  color: #264409;
  border: 2px solid #c6d880;
}

.error a {
  color: #8a1f11;
  background: none;
  padding: 0;
  margin: 0;
}

.notice a {
  color: #514721;
  background: none;
  padding: 0;
  margin: 0;
}

.message a {
  color: #264409;
  background: none;
  padding: 0;
  margin: 0;
}

/* form errors */

#errorExplanation {
  background: #fbe3e4;
  border: 2px solid #fbc2c4;
  color: #8a1f11;
  margin-bottom: 18px;
  padding: 17px;
}

span.field_with_errors input[type="text"],
span.field_with_errors input[type="password"],
span.field_with_errors textarea {
  background: #fbe3e4;
  color: #8a1f11;
  border: 1px solid #fbc2c4;
}

/* forms, cosistent items with just one class go here */


/*----------------------------------------------------------------------------------
=form tags
----------------------------------------------------------------------------------*/

fieldset {

}

label {

}

input {
  border: 1px solid #ccc;
  color:#333;
  display: block;
  font: 1.1em Helvetica, Arial, sans-serif;
  line-height: 11px;
  margin-bottom: 10px;
  padding: 7px 4px;
}

.example_value {
  color: #555;
}

label span {
  font-weight: normal;
}

input[type="hidden"] {
  border: none;
  display: none;
}

input[type="checkbox"] {
  margin: 0 4px 0 0;
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
}

#secondary_content input[type="text"] {
  width: 230px;
}

#tertiary_content input[type="text"] {
  width: 168px;
}

label.checkbox {
  position: relative;
}

label.checkbox input {
  border: none;
  display: block;
  left: 0;
  position: relative;
}

label.checkbox span {
  left: 28px;
  position: absolute;
  top: 8px;
}

textarea {
  border: 1px solid #ccc;
  display: block;
  font: 1.1em Helvetica, Arial, sans-serif;
  height: 90px;
  margin-bottom: 20px;
  padding: 5px 5px 4px 5px;
  width: 380px;
}

textarea.long {
  height: 200px;
}

/* =form classes */
.form_submit {
  border-top: 1px dashed #bbb;
  clear: both;
  margin: 0;
  padding-top: 20px;
}

.form_submit input {
  background: transparent url(/images/button_send_your_message.png) no-repeat;
  border: none;
  height: 50px;
  margin-bottom: 0;
  text-indent: -9999px;
  width: 256px;
}


#mini_contact_form span.form_submit, #mini_rsvp_form span.form_submit {
  margin-top: 10px;
  display: block;
  padding: 6px
}

#mini_contact_form span.form_submit input {
  background: transparent url(/images/button_send_your_message_tan_bg.png) no-repeat;
  border: none;
  height: 50px;
  margin-bottom: 0;
  text-indent: -9999px;
  width: 256px;
}

#mini_rsvp_form span.form_submit input {
  background: transparent url(/images/buttons/rsvp-for-this-event.png) no-repeat;
}


input.signup_now {
  background: transparent url(/images/button_signup_now.png) no-repeat;
  border: none;
  height: 27px;
  margin-bottom: 0;
  text-indent: -9999px;
  width: 101px;
}

.form_submit input:hover,
input.signup_now:hover {
  cursor: pointer;
  opacity: 0.95;
}

/* end */

/*------------------------------------------------------------------------
=horizontal list (basis of most navigation schemes)
------------------------------------------------------------------------*/
ul.horizontal {
  list-style: none;
  overflow: hidden;
}

ul.horizontal li {
  float: left;
}

ul.horizontal.right {
  float: right;
}

body ul.horizontal li.first {
  margin-left: 0;
}


div.news_archives p {
  color:#2f2723;
  margin-top:10px;
  margin-bottom: 30px;
}

div.news_archives p.meta {
  color:#685d55;
  font-size: 0.9em;
  margin:0 0 15px 0;
}

div.news_archives h2 {
  margin:0 0 5px 0;

}
div.news_archives h2 a{
  border-bottom: 1px dashed #d5d0bf;
  color:#5d1921;
  font: 1.6em Georgia, Times, serif;
  text-transform: none;
}

div.news_archives h2 a:hover{
  background:#911526;
  border:none;
  color:#fff;
  text-transform: none;
}

/* end */

/*----------------------------------------------------------------------------------
=link styles
----------------------------------------------------------------------------------*/
p.more {
  text-align: right;
}

p.more_left {
  text-align: left;
}

p.more a {
  background: #911526;
  color: #FFF;
  font-size: 0.9em;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

p.more a:hover{
  background: #ce0721;
  color: #fff;

}

div#utility p.more a { font-size: 0.9em; padding: 3px;}

body.index div#secondary_content p.more a{
  background: #f0eee8;
  color: #2f2723;
  font-size: .9em;
  padding: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

body.index div#secondary_content p.more a:hover{
    background: #911526;
    color: #fff;
  }

div#secondary_content p.more a{
  background: #fff;
  color: #2f2723;
  font-size: .9em;
  padding: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

div#secondary_content p.more a:hover{
    background: #911526;
    color: #fff;
  }

div#tertiary_content p.more a{
  background: #473933;
  color: #FFF;
  font-size: .9em;
  padding: 5px 7px;
}

div#tertiary_content p.more a:hover{
  background: #911526;
  color: #fff;
}

#content p.more {
  margin-top: -10px;
}

p.more span.call_to_action_arrow { font-size: 1.2em;}

h1 a,h2 a,h3 a,h4 a, h6 a {
  border:none;
  color: #2f2723;
  text-decoration: none;
}

h1 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  border-bottom: 1px dashed #999;
}

h2.img_link a {
  display: block;
  position: absolute;
  right: 0;
}

a.rss_icon{
  background:url(/images/icon_rss.png) no-repeat;
  border: none;
  display: block;
  height:20px;
  text-indent: -9999px;
  width:35px;
}

h2 a.rss_icon {
  top: 6px;
}

h3 a.rss_icon {
  top: 3px;
}

a.rss_icon:hover{
  background:url(/images/icon_rss.png) no-repeat;
}

p a.rss_icon{
  background-position: center;
  float: right;
}

p a.rss_icon:hover {
  background: url(/images/icon_rss.png) no-repeat center;
}

/* end */

/*----------------------------------------------------------------------------------
=image styles
----------------------------------------------------------------------------------*/

img {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  opacity: 1.0;
  padding: 3px;
}

body.secondary #primary_content img {
  padding: 6px;
}

img.noframe {
  border: none;
  padding: 0;
}

a.noframe {
  border:none;
  padding: 0;
}

a.noframe:hover {
  background:none;
  border:none;
}

a.noframe img {
  opacity:1.0;
}

a.noframe img:hover{
  background:none;
  border:none;
  opacity:0.97;
}

a.frame,
a.frame_featured {
  border:none;
}

a.frame:hover,
a.frame_featured:hover {
  background:none;
  border: none;
}

a.frame_featured img {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 6px;
  opacity:1.0;
}

a.frame img{
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 3px;
  opacity:1.0;
}

a.frame_featured img:hover,
a.frame img:hover {
  background: #fff;
  border: 1px solid #aaa;
  opacity:0.97;
}

ul#team_member_list {

}

ul#team_member_list li.current_team_member {
  background: #dedbcf;
}

li.secondary_team_portrait {
  margin-bottom:5px;
}

span.image-wrapper img {
  width: 436px;
}

li.current_team_member a {
  /** TODO: Change this**/
}

li.secondary_team_portrait span {
  color:#5d1921;
  font: 1.2em Georgia, Times, serif;
}

li.secondary_team_portrait span.title {
  color: #685d55;
  display: block;
  font: .9em/1.3em Helvetica, Arial, sans-serif;
  margin-top:5px;
}

li.secondary_team_portrait a.frame {
  display: block;
  overflow: hidden;
  padding: 5px;
}

li.secondary_team_portrait a.frame img {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}

li.secondary_team_portrait a.frame:hover {
  background:#dedbcf;
}

li.secondary_team_portrait a.frame:hover img {
  border:1px solid #aaa;
}

li.secondary_team_portrait a:hover {
  color:#fff;
  border:none;
}

body.index div#secondary_content img,
body.index div#secondary_content embed {
  margin-bottom:5px;
}

/* end */

/*----------------------------------------------------------------------------------
=vertical lists
----------------------------------------------------------------------------------*/

ul.bulleted_list {
  margin-top: -22px;
}

ul.bulleted_list li {
  background: url(/images/bullet_green.png) center left no-repeat;
  padding-left: 1.4em;
}

/* end */

/*##################################################################################
=5) layout structure
##################################################################################*/

/* skeleton and page furniture goes here */

.wrapper {
  background: #fff;
  margin-top: 20px;
}

/*#secondary_content .block {
  background: #f0eee8;
}*/

#footer {
  background: #1d1817;
  color: #867572;
}

#footer #copyright_info {
  color: #645350;
  font-size: .8em;
  margin-bottom: 0;
  padding-top: 10px;
  text-align: center;
}

#footer h2 {
  color:#d5d0bf;
  margin-top:20px;
  letter-spacing:-.02em;
}

#footer a {
  border-bottom: 1px dashed #342725;
  color:#d4605c;
  font-size:.9em;
  position: relative;
}

#footer a span {
  color: #685d55;
  position: absolute;
  right: 0;
  font-size: 12px;
}

#footer a:hover span {
  color: #867572;
}

#footer ul li:hover {
  background:#2f2723;
}

#footer ul li:hover a{
  background:none;
  color:#fff;
}

#footer p.rails_logo {
  position: relative;
  padding-left: 50px;
  font-size: 12px;
  line-height: 18px;
}

#footer p.rails_logo a {
  font-size: 1em;
}

#footer p.rails_logo img {
  margin: 0;
  border: none;
  padding: 0;
  position: absolute;
  left: 0px;
}

#footer #new_newsletter_subscription #newsletter_subscription_email_address,
#footer #new_newsletter_subscription .signup_now {
  float: left;
}

#footer #new_newsletter_subscription span {
  display: block;
}

#footer #new_newsletter_subscription .signup_now {
  margin: 3px 0 0 20px;
}

body.index #secondary_content ul li{
  color:#5d1921;
}

body.index #secondary_content ul li a {
  padding: 5px 5px;
}

body.index #secondary_content ul li a:hover {
  background: #911526;
  color:#fff;
}

#secondary_content ul li{
  color:#2f2723;
}

#secondary_content ul li a {
  padding: 10px 5px;
}

#secondary_content ul li a:hover {
  background: #dedbcf;
  color:#2f2723;
}

#secondary_content ul.articles li{
  color:#2f2723;
}

#secondary_content ul.articles li a {
  background: none;
  padding: 10px 5px;
}

#secondary_content ul.articles li a:hover {
  background: #dedbcf;
  color:#2f2723;
}

#secondary_content ul.articles p {
  border-bottom:1px dashed #aaa;
  margin:0;
  padding:10px 5px;
}

/*----------------------------------------------------------------------------------
=block
----------------------------------------------------------------------------------*/
.block {
  position: relative;
}

#content .block {
  margin-bottom: 30px;
}

body.secondary #secondary_content .block {
  background: #f0eee8;
  margin: 0 10px 0;
  padding: 10px 10px 20px;
}

/* end */

/*----------------------------------------------------------------------------------
=utility
----------------------------------------------------------------------------------*/
/*#utility {
  margin-top: 20px;
}*/

#utility .block {
  padding: 10px;
}

#utility h3 {
  font: bold 1.1em Arial, Verdana, sans-serif;
  letter-spacing: -.05em;
}

#utility p {
  font-size: .9em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#utility p.more {
  bottom: 0;
  position: absolute;
  right: 10px;
}

#utility p.more a {
  position: relative;
}

#utility ul {
  font-size: .9em;
  margin-bottom: 10px;
}

#latest_news,
#news_list,
#about {
  height: 140px;
  margin-top: 20px;
  position: relative;
}

#latest_news {
  background: #d5d0bf;
}

#news_list {
  background: #f0eee8;
}

#news_list ul li:hover {
  background:#931123;
}

#news_list ul li:hover a{
  color:#fff;
}

#latest_news p.more a, #news_list p.more a, #about p.more a {
  background:#fff;
  color: #333;
}
#latest_news p.more a:hover, #news_list p.more a:hover, #about p.more a:hover {
  background:#911526;
  color:#fff;
}

#about {
  margin-left: 0;
  margin-right: 10px;
}

#testimonials {
/*  min-height: 400px;*/
  background: #F0EEE8;
  padding: 15px 10px 15px 10px;
  border-top: 1px solid #C6C0B9;
  border-bottom: 1px solid #C6C0B9;
}

#testimonials h4 {
  margin-left: 5px;
}
.testimonial blockquote {
  margin-top: 0;
}

#testimonials p.more {
  margin-top: 10px;
  font-size: 1em;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

#testimonials p.more a {
  background: #473933;
}

#testimonials p.more a:hover {
  background: #911526;
}

ul.marker {
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 38px;
  z-index: 100;
}

ul.marker li {
  background: url(/images/icon_circle_empty.png);
  height: 12px;
  margin-left: 2px;
  text-indent: -9999px;
  width: 13px;
}

ul.marker li.current {
  background: url(/images/icon_circle_full.png);
}

#testimonials div#testimonials_list{
  text-align: center;
}
/*#testimonials div#testimonials_list {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
*/
#testimonials p {
  font-size: 1.5em;
  font-family: georgia, times;
  margin-bottom: 0px;
  margin-top: 15px;
  color: #222;
}

#testimonials cite {
  font-size: 1em;
  font-family: georgia, times;
  color: #555;
}

.testimonial p.left {
  background: url(/images/img_testimonial_bg_left_bottom.png) no-repeat left bottom;
}

.testimonial p.right {
  background: url(/images/img_testimonial_bg_right_bottom.png) no-repeat left bottom;
}

div.panel cite.left {
  bottom: -20px;
  position: absolute;
  left: 110px;
}

div.panel cite.right {
  bottom: -20px;
  position: absolute;
  right: 120px;
}

/* end */

/*----------------------------------------------------------------------------------
=nav bar
----------------------------------------------------------------------------------*/
#navbar {
  background: #2f2723;
  color: #47403a;
}

body.index #navbar {
  margin-bottom: 43px;
}

#navbar #logo {
  background: url(/images/logo_planetargon.png) no-repeat center;
  border:none;
  display: block;
  float: left;
  height: 35px;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  width: 143px;
}

#navbar #logo:hover {
  background: url(/images/logo_planetargon.png) no-repeat center;
  border:none;
  color: #827167;
  font-size: .6em;
  line-height: 36px;
  text-transform: uppercase;
  white-space: nowrap;
}

body.secondary #navbar #logo:hover {
  text-indent: 148px;
}

#navbar ul {
  float: right;
  line-height: 36px;
  margin: 0;
}

#navbar ul li a {
  border-bottom: none;
  color: #ddd;
  display:block;
  font-weight:bold;
  font-size: .9em;
  padding: 0 20px;
  text-transform: uppercase;
}

#navbar ul li a:hover,
#navbar ul li a.current {
  background:#473933;
  color:#fff;
  border-bottom: none;
}

/* end */

/*----------------------------------------------------------------------------------
=statement
----------------------------------------------------------------------------------*/
body.index h1 { font-size: 7.7em; margin-top: -30px; }

body.index h1 span.we {
  color: #7eb734;
}

body.index h1 span.bring {
  color: #5b8424;
}

body.index h1 span.ideas {
  color: #324a14;
}

body.index h1 span.to_life {
  color: #2f2723;
}

/* end */


/*----------------------------------------------------------------------------------
=chat
----------------------------------------------------------------------------------*/

#chat h5 {
  font-size:1.2em;
  font-weight: bold;
  margin: 15px 0;
}

#chat p {
  margin-bottom:20px;
}

h3.call,
h3.email,
h3.stop_by {
  letter-spacing: -0.05em;
}

h3.call {
  background:url(/images/icon_call.png) no-repeat 0 1px;
  color: #ce0721;
  padding-left:23px;
}

h3.email {
  background:url(/images/icon_email.png) no-repeat 0 5px;
  color: #0471B5;
  padding-left:23px;
}

h3.stop_by {
  background:url(/images/icon_visit.png) no-repeat 0 5px;
  color: #5B8424;
  padding-left:20px;
}

/* end */

/*----------------------------------------------------------------------------------
=more projects
----------------------------------------------------------------------------------*/

#content #more_projects_header {
  margin-bottom: 0;
}

#content #more_projects_header h4 {
  font-size: 1.6em;
  margin-bottom: 0;
}

#content #more_projects_header h4 span {
 color: #5B8424;
}

#content #more_projects_header a {
  float: right;
  background: #5b8424;
  color: #FFF;
  font-size: 0.9em;
  padding: 1px 7px;
  margin-top: 21px;
  border-bottom: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#content #more_projects_header a:hover { background: #911526; }

#content #more_projects_header p {
  font-size: .9em;
}

/*##################################################################################
=6) view components
##################################################################################*/

/* view components that are used globally go here */

/*----------------------------------------------------------------------------------
=Call to actions
----------------------------------------------------------------------------------*/

.cta_next {
  background: #f0eee8;
  border: 1px solid #ccc;
  color: #4b413c;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.cta_next:hover {
  background: #f5f4f0;
  border: 1px solid #ccc;
  color: #302a27;
}

.cta_next .container {
  border: 1px solid #dcdcd4;
  display: block;
  margin: 5px;
  overflow: hidden;
}

.cta_next:hover .container {
  border-color: #d1d1c9;
}

.cta_next .title {
  border-right: 1px solid #dcdcd4;
  display: block;
  float: left;
  font-family: Georgia, Times, serif;
  font-size: 1.3em;
  line-height: 40px;
  margin: 10px;
  padding-left: 20px;
  padding-right: 10px;
  width: 150px;
}

.cta_next .description {
  background: url(/images/icon-arrow-right.png) no-repeat right center;
  color: #5d1921;
  float: right;
  height: 40px;
  margin: 10px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 30px;
  width: 180px;
}

.cta_next:hover .description {
  border-left-color: #d1d1c9;
  text-decoration: underline;
}

#talk {
  margin-bottom: 30px;
}

#research .title {
  background: url(/images/icon-zoom.png) no-repeat left;
}

#talk .title {
  background: url(/images/icon-talk.png) no-repeat left;
}

/*----------------------------------------------------------------------------------
=contact form
----------------------------------------------------------------------------------*/

#contact_form fieldset {
  border-top: 1px dashed #bbb;
  margin-bottom: 0;
  padding: 15px 0 10px 0;
}

#contact_form label {
  clear: both;
  display: block;
  font-size: .8em;
  text-transform: uppercase;
}

#contact_form label input {
  font-size: 1.4em;
  font-weight: bold;
}

#contact_form textarea {
  clear: both;
  width: 440px;
}

#contact_form fieldset p {
  color: #2f2723;
  font: 1.1em Georgia, Times, serif;
  float: left;
  margin-bottom: 20px;
  width: 110px;
}

#contact_form fieldset div.inputs {
  float: right;
  width: 300px;
}

#contact_form fieldset div.inputs input,
#contact_form fieldset div.inputs textarea {
  width: 288px;
}

#contact_form fieldset div.inputs input:focus {
  border: 1px solid #D5D0BF;
  background: #FFC;
}

#contact_form fieldset div.inputs label#general {
  background: #f9f9f9;
  border: 1px solid #ccc;
  color: #555;
  width: 288px;
}

#contact_form fieldset div.inputs label.checkbox {
  background: #f0eee8;
  border: 1px solid #d5d0bf;
  clear: none;
  float: left;
  font-size: .9em;
  line-height: 14px;
  margin: 0 10px 10px 0;
  padding: 5px;
  text-transform: none;
  width: 133px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;

}

#contact_form fieldset div.checkbox_group {
  margin-bottom: 20px;
  margin-right: -20px;
  width: 320px;
}

#contact_form fieldset div.checkbox_group input {
  width: 15px;
}

#contact_form fieldset div.inputs label.checkbox input[type="hidden"] {
  display: none;
}

#map_container {
  border: 1px solid #bfbaab;
  padding: 3px;
  width: 233px;
}

#map {
  height: 292px;
  width: 233px;
}

#map span {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
}

#out_of_office_message {
  color: #000;
  width: 500px;
  padding-left: 15px;
  padding-right: 15px;
}

#out_of_office_message strong {
  font-size: 1.2em;
}

/*----------------------------------------------------------------------------------
=mini contact form
----------------------------------------------------------------------------------*/
#mini_contact_form fieldset, #mini_rsvp_form fieldset {
  background: #f0eee8;
  border: 1px solid #d5d0bf;
  padding: 15px 5px 5px;
  position: relative;
}

#mini_contact_form legend, #mini_rsvp_form legend {
  background: #fff;
  border: 1px solid #d5d0bf;
  font-size: 1em;
  font-family: 'Arial Black', Arial, sans-serif;
  left: .5em;
  letter-spacing: -.03em;
  padding: 0 5px;
  position: relative;
  text-transform: uppercase;
  top: -.5em;
}

#mini_contact_form label, #mini_rsvp_form label  {
  float: left;
  margin: 0 5px;
  width: 209px;
  text-transform: uppercase;
  font-size: 0.8em;
}

#mini_contact_form label input, #mini_rsvp_form label input {
  margin-bottom: 10px;
  width: 199px;
}

#mini_contact_form label textarea {
  clear: both;
  margin-bottom: 5px;
  width: 416px;
}

#mini_contact_form .form_submit, #mini_rsvp_form .form_submit {
  background: none;
  border-top: none;
  padding: 0;
}

/*----------------------------------------------------------------------------------
=latest tweet
----------------------------------------------------------------------------------*/
#tweet blockquote {
  background: url(/images/bg-tweet-top.png) no-repeat;
  padding-top: 18px;
}

#tweet blockquote p {
  background: url(/images/bg-tweet-bottom.png) no-repeat bottom;
  font-size: .80em;
  color: #333;
  margin-bottom: 0;
  line-height: 1.6em;
  padding: 0 12px 30px 12px;
}

a.twitter_icon{
  background:url(/images/icon_twitter.png) no-repeat;
  border-bottom: none;
  display: block;
  height:20px;
  margin-left: 84px;
  text-indent: -9999px;
  width:20px;
}

#tweet p.more {
  margin-top: 10px;
}

/*----------------------------------------------------------------------------------
=vcard
----------------------------------------------------------------------------------*/

.vcard {
  margin-bottom: 20px;
}

.vcard .org {
  font-weight: bold;
}

/*----------------------------------------------------------------------------------
=testimonials slider
----------------------------------------------------------------------------------*/

#slider {
  width: 450px;
  margin: 0 auto;
  position: relative;
}

.panel {
  width:450px;
  padding-right:5px;
}

.scrollContainer div.panel {
  height: 350px;
  padding: 10px;
  width: 450px;
}

#x_slider_back_button,
#x_slider_forward_button{
  border: none;
  cursor: pointer;
  height: 33px;
  position: absolute;
  text-indent: -9999px;
  top: 100px;
  width: 33px;
  z-index: 500;
}

#x_slider_back_button {
  background: url(/images/icon-slider-left.png);
  left: 28px;
  padding: 0;
}

#x_slider_forward_button {
  background: url(/images/icon-slider-right.png);
  border: none;
  padding: 0;
  right: 28px;
}


/*----------------------------------------------------------------------------------
=services pages sections (needs better name)
----------------------------------------------------------------------------------*/

div.worksheet {
  background: url(/images/bg_010.jpg) left top repeat;
  padding: 1em 1em 0 1em;
  border: 1px dashed #d5d0bf;
}

div.worksheet h3 {
  font-size: 1.2em;
}

div.worksheet p.worksheet_footer {
  background: url(/images/bg_001.jpg) left top repeat;
  border-top: 1px dashed #777;
  margin: 0 -1em;
  padding:10px;
}

div.worksheet p.worksheet_footer a{
  border-bottom: 1px dashed #d5d0bf;
  color:#ddd;
  margin-right:20px;
}

div.worksheet p.worksheet_footer a:hover{
  border:none;
}

div.price_info {
  margin: 22px 0;
  position: relative;
}

div.price_info .price {
  position: absolute;
  right: 0;
  top: 2px;
}

div.price_info .price span {
  color: #324a14;
  font-weight: bold;
}

#services_provided {
  margin-bottom: 22px;
}

#services_provided ul {
  margin-bottom: 0;
  list-style: none inside;
}

#services_provided ul li {
  font-weight: bold;
  font-size: 15px;
}

#services_provided ul li ul li {
  font-weight: bold;
  font-size: 11px;
  color: #555;
  margin-left: 10px;
}

#services_provided ul li ul li ul {
  margin-bottom: 11px;
}

#services_provided ul li ul li ul li {
  color: #2f2723;
  font-weight: normal;
  font-size: 14px;
  margin-left: 0;
}

#project_quote p {
  margin-bottom: 0;
}

#project_quote blockquote p {
  margin-bottom: 22px;
}

#project_quote span {
  font-weight: bold;
}

/*----------------------------------------------------------------------------------
=team member
----------------------------------------------------------------------------------*/

p.meta {
  color:#685d55;
  font-size: 0.9em;
  margin-bottom: 5px;
}

.seal {
  background: url(/images/bg-stamp.png);
  color: #fff;
  font-size: .8em;
  height: 90px;
  left: 376px;
  line-height: 90px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 472px;
  width: 90px;
}

/*##################################################################################
=7) overrides
##################################################################################*/

/* Everything that is "one-off" will go here. The goal is using this area as a last resort, any patterns or reusable CSS should not go here */

/*----------------------------------------------------------------------------------
=menu of services
----------------------------------------------------------------------------------*/

#menu_of_services {
  background: url(/images/bg_010.jpg) left top repeat;
  border: 1px dashed #d5d0bf;
  padding: 1em;
}

#menu_of_services a {
  border-color: #685D55;
  font-size: .9em;
}

#menu_of_services dl#menu_left,
#menu_of_services dl#menu_right {
  width: 190px;
  float: left;
  margin-top: -11px;
}

#menu_of_services dl#menu_left {
  padding-right: 11px;
  margin-right: 10px;
  width: 205px;
  border-right: 1px dashed #d5d0bf;
}

#menu_of_services dl dd {
  margin-bottom: 11px;
}

#menu_of_services dl dt {
  clear: left;
  margin-bottom: 0;
}

#menu_of_services dl dd dl {
  float: left;
  margin-bottom: 11px;
}

#menu_of_services dl dd dl dt {
  font-weight: normal;
  margin-bottom: 11px;
}

#menu_of_services dl .title {
  color: #2F2723;
  line-height: 44px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.3em;
}

#menu_of_services dl .link {
  margin-bottom: 0px;
  position: relative;
  top: -3px;
  left: -3px;
}

#menu_of_services dl .link a {
  background: #fff;
  color: #2f2723;
  font-size: .9em;
  padding:3px;
}

#menu_of_services dl .link a:hover {
  background: #911526;
  color: #fff;
}

#menu_of_services dl dd.price {
  color: #324a14;
  font-size: .8em;
  line-height: 18px;
  padding-bottom: 4px;
}

#menu_of_services #menu_right dl dd.description {
  margin-bottom: 0;
}

#menu_of_services #menu_right dl dd.description span {
  display: none;
}

/*----------------------------------------------------------------------------------
=5ds
----------------------------------------------------------------------------------*/

.process_discover, .process_discovery {
  background: url(/images/icon_lightbulb.png) left center no-repeat;
}

.process_design {
  background: url(/images/icon_layout_edit.png) left center no-repeat;
}

.process_development {
  background: url(/images/icon_bricks.png) left center no-repeat;
}

.process_deployment {
  background: url(/images/icon_server_go.png) left center no-repeat;
}

.process_dialogue {
  background: url(/images/icon_comments.png) left center no-repeat;
}

.process_discover, .process_discovery, .process_design, .process_development, .process_deployment, .process_dialogue {
  padding-left: 19px;
}

/*----------------------------------------------------------------------------------
=team member links
----------------------------------------------------------------------------------*/

ul#tm_links li {
  margin-left: 10px;
}

ul#tm_links li:first-child {
  margin-left: 0;
}

/*----------------------------------------------------------------------------------
=team member photo gallery
----------------------------------------------------------------------------------*/
#gallery-adv img {
  margin-bottom: 10px;
}

#gallery-adv a, #gallery-adv a:hover {
  background: none;
  border: none;
  color: #333;
}

#gallery-adv a.prev {
  background: url(/images/icons/control_play.png) no-repeat left center;
}

#gallery-adv a.prev {
  background: url(/images/icons/control_rewind.png) no-repeat left center;
  padding-left: 20px;
  float: left;
  font-size: .8em;
}
#gallery-adv a.prev:hover, #gallery-adv a.next:hover {
}

#gallery-adv a.next {
  background: url(/images/icons/control_fastforward.png) no-repeat right center;
  padding-right: 20px;
  float: right;
  font-size: .8em;
}

#gallery-adv .caption {
  font-size: 0.9em;
  margin-bottom: 10px;
  margin-top: -5px;
}

/*----------------------------------------------------------------------------------
=core values
----------------------------------------------------------------------------------*/
dl#core_values dt {
  font-weight: bold;
  font-size: 1.1em;
}

dl#core_values dd {
  font-size: 0.9em;
  margin-left: 13px;
  line-height: 1.3em;
}

a#talk {
  border: none;
}
a#talk:hover {
  background: none;
}

/*----------------------------------------------------------------------------------
=portland page
----------------------------------------------------------------------------------*/

ul.services {
  list-style: square;
  margin-left: 20px;
}


/*----------------------------------------------------------------------------------
=portland page
----------------------------------------------------------------------------------*/
img.download {
  margin-bottom: 0px;
  border: none;
}

/*----------------------------------------------------------------------------------
=testimonials
----------------------------------------------------------------------------------*/
.testimonial {
  margin-bottom: 20px;
  border-bottom: 1px dotted #2F2723;
}

.testimonial blockquote {
  margin-bottom: 10px;
  font-size: 1em;
}

.testimonial cite {
  font-size: 1.1em;
}

.testimonial img {
  float: right;
  width: 80px;
  margin-left: 10px;
}
