@namespace url(http://www.w3.org/1999/xhtml);

/***************************************************************
Original Author : Donny T. Daniel  v0.1 | Sep 21, 2008
A studio|evoque production (Gee, dat sound important, eh ??)

Modified by: David Roberts

The color scheme is based upon the Google Reader Dark 2 style
created by oltra & Ka Yue
oltra homepage: http://www.myradioheart.com
Ka Yue : http://ka-yue.com

Feedback on userstyles.org reviews.
****************************************************************/

@-moz-document domain("stackoverflow.com") 
{

.post-tag, .comments-link 
{
  background-color: #232323 !important;
  color:#3E6D8E !important;
  border-bottom:0px dotted #3E6D8E !important;
  border-right:0px !important;
  margin:2px 2px 2px 0 !important;
  padding:3px 4px 3px 4px !important;
  text-decoration:none !important;
  font-size:80% !important;
  line-height:2.2 !important;
  white-space:nowrap !important
}

.post-tag:hover, .comments-link:hover 
{
  background-color:#3E6D8E !important;
  color:#E0EAF1 !important;
  border-bottom:0px solid #37607D !important;
  border-right:0px solid #37607D !important;
  text-decoration:none !important
}

.summary .post-tag 
{
  background-color: #232323 !important;
  color:#BBB !important;
}

.summary .post-tag:hover 
{
  background-color:#3E6D8E !important;
  color:#E0EAF1 !important;
}

.stats 
{
  float: right !important;
  background: #141414 !important;
}

.nav .primarynav li a
{
  color: #FFF !important;
  display:block !important;
  float:left !important
}

.nav .primarynav li a:hover 
{
  color:#fff !important;
  background:#f90 !important;
}

.narrow .votes, .views
{
  background: #232323 !important;
}

.answered, .answer-votes
{
  background: #232323 !important;
  color:#75845C !important
}

.answered strong 
{
  color:#75845C !important
}

.answered-accepted
{
  background:#75845C !important;
  color:#FFF !important
}

.answered-accepted strong
{
  color:#FFF !important
}

.accepted-answer
{
  background: #99FF99 !important;
}

.accepted-answer .post-text, .accepted-answer .user-action-time
{
   color: #555 !important;
}

.owner-answer
{
   background: #404040 !important;
}

.newuser
{
  color:#555 !important;
  background-color:#e1e9d3 !important
}

.newuser h4
{
  color:#555 !important
}

.newuser a
{
  color:#555 !important

}

.question-summary 
{
  margin-left: 10px !important
}

#question-header h2 a 
{
  color:#C1BEBA !important;
}

body, blockquote, #post-preview, .stats, .nav .primarynav li a
{
  color:#C1BEBA !important;
  background-color:#191919 !important
}

.module 
{
  background-color:#191919 !important;
  border: 2px solid #262626 !important;
  color: #C1BEBA !important;
}

.module h4 
{
  color: #C1BEBA !important;
}

#tabs a
{
  background-color:#232323 !important;
  color: #C1BEBA !important;
  border: 1px solid #191919 !important;
}

#tabs a:hover 
{
    border: 1px solid #666666 !important;
    border-bottom: 1px solid #191919 !important;
}

#tabs a.youarehere 
{
    border: 1px solid #666666 !important;
    border-bottom: 1px solid #191919 !important;
    background: #191919 !important;
}

.page-description
{
  color: #C1BEBA !important;
}

#user-about-me
{
  background: #191919 !important;
  border: 2px solid #262626 !important;
  color: #C1BEBA !important;
}

.user-details td, .content-page
{
  color: #c1beba !important;
}

.owner
{
   background: #404040 !important;
}

#post-text-container div span
{
  background: #c1beba !important
}

#openid_identifier
{
  color: #c1beba !important
}

.form-item label
{
  color: #c1beba !important
}
} /* end of @-moz-document */