/*************************************************************************
 * General Overrides
 ************************************************************************/

#sidewalk {
  padding-bottom: 1em;
}

/*************************************************************************
 * Fandoc Overrides
 ************************************************************************/

#sidewalk div.fandoc code {
  padding: 0.2em 0.4em;
  color: #777;
}

#sidewalk div.fandoc pre {
  background: #f7f7f9;
  margin: 1em 0;
  padding: 1.5em;
  overflow: auto;
}

#sidewalk div.fandoc hr {
  height: 1px;
  background: #ddd;
  border: none;
}

#sidewalk div.fandoc blockquote {
  margin: 1em 0;
  padding: 0 0 0 1em;
  border-left: 1px solid #ccc;
  color: #9043a4;
}

/*************************************************************************
 * Form Controls Overrides
 ************************************************************************/

#sidewalk form input[type=text],
#sidewalk form input[type=email],
#sidewalk form input[type=password],
#sidewalk form textarea {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 3px;
}

#sidewalk a.button {
  padding: 4px 12px;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  background: #ddd;
  color: #666;
}

#sidewalk a.button.def {
  border: none;
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
}

#sidewalk a.button:hover  { background: #e5e5e5; }
#sidewalk a.button:active { background: #bbb; box-shadow: none; }

/* bg: #4476a4 */
#sidewalk a.button.def        { background: hsl(209, 41%, 45%); color: #fff; }
#sidewalk a.button.def:hover  { background: hsl(209, 41%, 48%); }
#sidewalk a.button.def:active { background: hsl(209, 41%, 38%); }

/*
#sidewalk form input[readonly] {
  background:#f2f2f2;
  color:#666;
}
*/

#sidewalk form input[type=text]:focus,
#sidewalk form input[type=email]:focus,
#sidewalk form input[type=password]:focus,
#sidewalk form textarea:focus {
  border-color: #699cd6;
  outline: none;
}

#sidewalk form input[type=submit],
#sidewalk form input[type=button] {
  color: #666;
  padding: 7px 12px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

#sidewalk form input[type=submit]        { background: hsl(209, 41%, 45%); color: #fff; }
#sidewalk form input[type=submit]:hover  { background: hsl(209, 41%, 48%); }
#sidewalk form input[type=submit]:active { background: hsl(209, 41%, 38%); }

/*
#sidewalk form input[type=checkbox] {
  margin:0 0.5em 0 1em;
}

#sidewalk form input[type=submit]:active,
#sidewalk form input[type=button]:active {
  background:#eee;
  padding:5px 12px 3px 12px;
}

#sidewalk form input[disabled],
#sidewalk form textarea[disabled] {
  background:#eee;
  color:#999;
}

#sidewalk form input[disabled]:active {
  background:#eee;
  padding:4px 12px;
}
*/

/*************************************************************************
 * Blog Overrides
 ************************************************************************/

#sidewalk div.blog div.posts:before {
  content: "BLOG";
  font-size: 20px;
  font-weight: bold;
  color: #e85425;
}

#sidewalk div.blog div.posts {
  max-width: 700px;
}

#sidewalk div.blog div.posts h2:first-child {
  margin-top: 0.5em;
}

#sidewalk div.blog div.posts h2 a {
  color: #4476a4;
}

#sidewalk div.blog div.posts h3 {
  font-size: 100%;
  font-weight: normal;
  color: #aaaaac;
}

#sidewalk div.blog div.posts div.fandoc {
  border-bottom: 1px solid #eee;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

#sidewalk div.blog li.sidebarCalendar {
  display: none;
}

#sidewalk div.blog li.sidebarTitle {
  list-style: none;
  margin: 0 0 1em -2.5em;
}

/*************************************************************************
 * Forum Overrides
 ************************************************************************/

#sidewalk #forum {
  font-size: 14px;
  margin-top: 2em;
  padding-bottom: 3em;
}

#sidewalk #forum div.heading span.badge {
  background: #d5293e;
}

#sidewalk #forum div.heading div.cmds {
  top: 0;
}

#sidewalk #forum div.heading > div.page-control {
  top: 0;
}

#sidewalk #forum div.heading div.cmds li + li {
  margin-left: 4px;
}

#sidewalk #forum div.heading div.cmds li a {
  border-radius: 3px;
}

#sidewalk #forum div.page-control li:before {
  content: "/";
  color: #88888a;
  padding: 0 6px;
}

#sidewalk #forum div.page-control li:first-child:before {
  content: "";
  padding: 0;
}

#sidewalk #forum table.topics td.tags span {
  font-size: 12px;
  padding: 3px 6px;
}

#sidewalk #forum table.topics td.tags span.wg-open {
  background: #f5eda1;
  color: #948610;
}

#sidewalk #forum table.topics td.tags span.wg-review {
  background: #be4921;
  color: #fff;
  border: none;
}

#sidewalk #forum table.topics td.tags span.wg-closed {
  background: #57a376;
  color: #fff;
}

#sidewalk #forum table.topics td.tags span.wg-cancelled {
  background: #ddd;
  color: #000;
}

#sidewalk #forum table.topics td.blog span  {
  background: #155c80;
  font-size: 12px;
  padding: 3px 6px;
}

#sidewalk #forum table.topics td.blog span.wg {
  background: #e85425;
}

#sidewalk #forum h2.blog { color: #155c80; margin-bottom: -0.75em; }
#sidewalk #forum h2.wg   { color: #e85425; margin-bottom: -0.75em; }

#sidewalk #forum h1 {
  font-size: 26px;
  margin: 1em 0;
}

#sidewalk #forum h1 span {
  color: #4476a4;
  font-weight: normal;
  font-size: 22px;
}

#sidewalk #forum div.sidebar {
  width: 240px;
}

#sidewalk #forum div.comment {
  max-width: 700px;
  width: auto;
}

#sidewalk #forum div.comment > h2 {
  background: #f8f8fa;
  border-top: 1px solid #ddd;
}

#sidewalk #forum div.comment > h2 > a {
  top: 7px;
  right: 136px;
}

#sidewalk #forum div.comment > div {
  font-size: 16px;
}

#sidewalk #forum div.expand a {
  border-radius: 3px;
  margin-bottom: 2px;
}

#sidewalk #forum div.wg-detail {
  border: none;
}

#sidewalk #forum div.wg-detail tr.heading {
  border: none;
}
#sidewalk #forum div.wg-detail td {
  padding: 2px 8px;
}

#sidewalk #forum div.wg-detail tr.heading.wg { color: #e85425; }
#sidewalk #forum div.wg-detail tr.heading.champion,
#sidewalk #forum div.wg-detail tr.heading.members {
  border-bottom: 1px solid #eee;
}

#sidewalk #forum div.wg-detail tr.heading.champion td,
#sidewalk #forum div.wg-detail tr.heading.members td {
  padding-top: 1em;
}

#sidewalk #forum div.wg-detail span.wg-open,
#sidewalk #forum div.wg-detail span.wg-review,
#sidewalk #forum div.wg-detail span.wg-closed {
  display: inline-block;
  padding: 2px 8px;
  border: none;
  font-weight: normal;
}

#sidewalk #forum div.wg-detail span.wg-open {
  background: #f5eda1;
  color: #948610;
}

#sidewalk #forum div.wg-detail span.wg-review {
  background: #be4921;
  color: #fff;
}

#sidewalk #forum div.wg-detail span.wg-closed {
  background: #57a376;
  color: #fff;
}

/*************************************************************************
 * Settings
 ************************************************************************/

#sidewalk div.settings-header ul {
  position: absolute;
  top: 2px;
  left: 160px;
}