/* color variables */
/* size variables */
/* fonts */
/* helper classes */
.page-width {
  width: 976px;
  margin: 0 auto; }

.fleft {
  float: left; }

.fright {
  float: right; }

.horizontal-list {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  .horizontal-list li {
    display: inline; }

/* general */
html {
  background-color: #f3f3f3;
  font-family: Arial, Helvetica, sans-serif; }

body {
  color: #333333; }

a {
  text-decoration: none;
  color: inherit; }

/*layout styles*/
/*header*/
header {
  height: 56px;
  background-color: #ff6600;
  line-height: 54px; }
  header a {
    color: white; }

#logo {
  width: 225px;
  height: 56px;
  background-color: #f3f3f3;
  float: left; }

#main-menu li {
  display: inline-block;
  border-right: 1px #ff9d5c solid;
  font-weight: 700;
  font-size: 17px; }
#main-menu a {
  padding: 0 34px;
  display: inline-block; }
  #main-menu a:hover {
    background-color: #ff9d5c; }

#user-menu li {
  margin-left: 10px; }

/*page-content*/
#content-header, #content-footer {
  font-weight: 700; }

#content-header {
  min-height: 75px; }
  #content-header a {
    color: #333333; }
  #content-header ul {
    padding: 35px 0; }
  #content-header li {
    margin-right: 30px; }
  #content-header .active {
    color: #ff6600; }

.content {
  clear: both;
  background-color: white;
  overflow: hidden;
  margin-bottom: 10px; }

#content-footer {
  color: #ff6600;
  font-size: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 20px 0; }

/*footer*/
footer {
  font-size: 14px;
  clear: both;
  margin-bottom: 10px; }
  footer .page-width {
    border-top: 2px solid #ff6600;
    padding-top: 15px;
    height: 100px; }
  footer ul {
    text-align: center; }
  footer li {
    margin-right: 5px; }

/*single elements styles*/
/*entries*/
.entry {
  padding: 20px 0;
  border-bottom: 2px solid #f3f3f3;
  padding-right: 20px;
  overflow: hidden; }

.entry-vote {
  width: 50px;
  height: 50px;
  border: 3px solid #ff6600;
  float: left;
  margin: 0 25px 0 20px;
  padding-left: 0px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 50px; }
  .entry-vote a {
    display: inline-block;
    background-color: #ff6600;
    color: white;
    padding: 1px 6px 0;
    font-family: "Courier New",Courier,monospace;
    font-size: 20px;
    line-height: 19px; }
    .entry-vote a:hover {
      background-color: #ff9d5c; }

.entry-vote.active {
  line-height: 30px; }

.entry-title {
  overflow: hidden;
  font-size: 16px; }
  .entry-title a {
    font-weight: 700; }
    .entry-title a:hover {
      text-decoration: underline; }
    .entry-title a:visited {
      color: #999999; }

.entry-type {
  color: #999999;
  font-size: 15px; }

.entry-meta {
  font-size: 13px;
  color: #999999;
  margin-top: 6px; }

.entry-content {
  margin: 15px 20px;
  font-size: 15px; }

/* comments */
#comments-header {
  margin-top: 20px;
  font-weight: bold; }
  #comments-header span {
    background-color: #ff6600;
    color: white;
    margin-right: 10px;
    padding: 15px 20px; }
  #comments-header ul {
    line-height: 50px; }
  #comments-header li {
    font-size: 15px;
    margin: 0 10px; }
  #comments-header .active {
    color: #ff6600; }

#comments {
  font-size: 15px; }

.unread {
  background-image: url("../img/unread.png");
  background-repeat: no-repeat; }

.comment {
  background-color: white;
  overflow: hidden;
  margin-bottom: 10px; }

.comment-meta {
  padding: 15px 20px;
  overflow: hidden; }

.comment-vote {
  font-weight: bold;
  overflow: hidden;
  margin-right: 10px;
  float: left; }
  .comment-vote a {
    color: #ff6600;
    font-family: "Courier New",Courier,monospace;
    font-size: 18px;
    float: left; }
  .comment-vote div {
    font-size: 13px;
    border: 2px solid #ff6600;
    padding: 1px 2px;
    margin: 0 2px;
    text-align: center;
    min-width: 15px;
    float: left; }

.comment-content {
  border-top: 1px solid #f3f3f3;
  padding: 15px 20px; }
  .comment-content .reply {
    color: #ff6600;
    font-weight: bold;
    font-size: 13px;
    display: block;
    margin-top: 10px; }

.child {
  margin-left: 25px;
  border-top: 10px solid #f3f3f3;
  border-left: 10px solid #f3f3f3;
  border-bottom: 10px solid #f3f3f3; }

/* test styles */
.icons {
  display: none; }

div.entry:hover .icons {
  display: inline; }
