a {
  color: #07c;
  cursor: pointer;
  text-decoration: none;
}

a:visited {
  color: #4a6b82;
}

a:hover {
  text-decoration: underline;
}

a.badge {
  white-space: nowrap;
}

#header {
  height: 170px;
}

#hlogo {
  margin-top: 12px;
}

.nav li a:hover {
  text-decoration: none;
}

.nav li a.emph-nav-button {
  background-color: #2e86b3;
}

.nav li a.emph-nav-button:hover {
  background-color: #f70;
}

.user-detail #moderator-actions {
  max-width: 320px;
}

.user-detail #moderator-actions textarea {
  width: 300px;
}

#user-edit-table #user-edit-form > table {
  width: 630px;
}

#page-faq table {
  margin-bottom: 1em;
}

#page-faq td.rep-treshold {
  text-align: right;
  font-weight: bold;
}

form.post-comments input[type="submit"] {
  width: 110px;
}

.highlight {
  font-weight: normal;
  background-color: #ffc;
  color: #333;
  line-height: 1.4;
  padding: 3px;
}

#footer-links-left {
  float: left;
  width: 33%;
  text-align: left;
}

#footer-copyright-info {
  float: left;
  width: 34%;
  text-align: center;
}

#footer-links-right {
  float: right;
  width: 33%;
  text-align: right;
}

.unanswered {
  background-color: #9A4444;
  color: #fff;
}

.answered {
  background-color: #75845C;
  color: #fff;
}

.answered-accepted {
  background-color: #75845C;
  color: #E1E818;
}

#interesting-tags,
#recent-tags,
#recent-badges {
  background-color: #FFFFFF;
}

#sidebar .porthole {
  margin-bottom: 10px;
  padding: 8px 8px 2px;
}

#sidebar .porthole h4 {
  font-size: 130%;
  line-height: 1.4;
  padding-bottom: 7px;
}

#sidebar #sidebar-top {
  color: #555;
  padding: 0;
}

#sidebar-top .sidebar-top-inner {
  background-color: #e4dac9;
  padding: 8px 8px 2px;
  margin-bottom: 10px;
}

#sidebar ul.feed-list {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

#sidebar ul.feed-list li {
  line-height: 1.5em;
  margin: 0;
  padding: 0 0 0.5em 15px;
  text-indent: -15px;
}

#sidebar .module-warning h4 {
  color: #800;
}

#banner-top {
  margin-bottom: 10px;
  padding: 5px;
  border: dotted #ccc 1px;
}

#banner-bottom {
  margin-top: 10px;
}

.devBlogi-ad-banner {
  font-weight: bold;
  font-size: 14px;
}

.devBlogi-ad-banner table {
  margin: 0 auto;
}

.devBlogi-ad-banner table td {
  vertical-align: middle;
}

.devBlogi-ad-banner table td.logo-cell {
  padding-top: 4px;
}

table.history-table td {
  vertical-align: middle;
}

table.history-table td span.event-type {
  font-weight: bold;
}

table.history-table .recent-action-asked {
  font-weight: bold;
}

table.history-table .recent-action-answered {
  color: #508850;
  font-weight: bold;
}

table.history-table .recent-action-awarded {
}

table.history-table .recent-action-revised {
  color: #800;
}

table.history-table .recent-action-accepted {
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #75845c none repeat scroll 0 0;
  color: #e1e818;  
}

table.history-table .recent-action-comment {
}

#sidebar-ad-widget-1 {
  text-align: center;
  margin-bottom: 5px;
}


a.post-tag,
#recent-tags a.post-tag {
  background: url('http://cdn.immortal.pl/static/dp/gfx/tags.png') repeat-x scroll left top transparent;
  background-color: transparent;
  border: none;
  border-top: solid #c3c3c3 1px;
  border-bottom: solid #888 1px;
  border-left: solid #b2b2b2 1px;
  border-right: solid #888 1px;
  display: inline-block;
  line-height: normal;
  font-weight: normal;
  padding: 2px 4px 2px 4px;
}

a.post-tag,
#recent-tags a.post-tag,
a.post-tag:visited,
#recent-tags a.post-tag:visited {
  color: #72461f;
}

a.post-tag:hover,
#recent-tags a.post-tag:hover {
  color: #bc2713;
  background-position: left bottom;
  border-top: solid #c3c3c3 1px;
  border-bottom: solid #888 1px;
  border-left: solid #b2b2b2 1px;
  border-right: solid #888 1px;
  text-decoration: none;
}

#recent-tags a.post-tag {
  margin-bottom: 4px;
}

#recent-tags a.pop1,
#recent-tags a.pop2 {
  font-weight: bold;
}

#question #bounty-notification .question-status h2 a,
#question #bounty-notification .question-status h2 a:visited {
  color: #7abff0;
  text-decoration: none;
}

#question #bounty-notification .question-status h2 a:hover {
  text-decoration: underline;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* BEGIN: ask question form */

#ask-question-form {
  width: 100%;
  display: none;
}

#ask-question-form-inner {
  margin: 0 auto;
  width: 550px;
}

#ask-question-form form {
  margin: 0; 
  padding: 0;
}

#ask-question-form input {
  background-color: #FFFFDD;
  border: 3px solid #E0E0E0;
  color: #777;
  float: left;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  padding-left: 8px;
  width: 348px;
}

#ask-question-form button {
  margin-top: 5px; 
  margin-left: 10px; 
  float: left; 
  cursor: pointer; 
  height: 35px; 
  font-size: 18px;
  background-color: #2E86B3;
  border-width: 0px;
  color: #FFFFFF;
  font-weight: bold;
}

#ask-question-form button:hover {
  background-color: #FF7700;
}

/* END: ask question form */

/* BEGIN: Markdown Editing Help */
#page-markdown-editing-help .hi {
  background-color: #ccc;
}

#page-markdown-editing-help .spaces {
  background-color: #ffffcc;
}

#page-markdown-editing-help #content {
  width: 600px;
}

#page-markdown-editing-help pre {
  font-family: consolas, monaco, lucida console, liberation mono, dejavu sans mono, bitstream vera sans mono, courier new;
  margin-bottom: 10px;
  overflow: auto;
  width: auto;
  padding: 5px;
  background-color: #f5f5f5;
  padding-bottom: 20px !ie7;
  max-height: 620px;
  line-height: 1.5;
}

#page-markdown-editing-help .notify {
  font-family: arial, helvetica, sans-serif;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 7px 0 5px 0;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: -1px;
  color: #735005;
  background-color: #f4a83d;
}
/* END: Markdown Editing Help */

/* BEGIN: promo box */
#promo-box {
  padding: 15px;
  background-color: #FFFFFF !important;
}

#promo-box-wrapper {
  margin: 0 auto; 
  overflow: auto; 
  width: 160px;
}

#email-promo {
  background-position: 0px 0px; 
}

#facebook-promo {
  background-position: -40px 0px;
}

#twitter-promo {
  background-position: -80px 0px;
}

#delicious-promo {
  background-position: -120px 0px;
}

#stumbleupon-promo {
  background-position: -160px 0px;
}

#blogger-promo {
  background-position: 0px -40px;
}

#googlebuzz-promo{
  background-position: -40px -40px;
}

#linkedin-promo {
  background-position: -80px -40px;
}

#email-promo, #facebook-promo,
#twitter-promo, #delicious-promo,
#stumbleupon-promo, #blogger-promo,
#googlebuzz-promo, #linkedin-promo {
  background-image: url("http://cdn.immortal.pl/static/common/gfx/sprite-promo-box.png");
  background-repeat: no-repeat; 
  display: block; 
  float: left; 
  height: 32px; 
  overflow: hidden;
  width: 32px; 
  text-indent: -9999em; 
  padding-right: 8px; 
  padding-bottom: 8px;
}
/* END: promo box */
