body, wrapper, main

background-color: $silent-color

header

background-color: $theme-color
background-image: -webkit-gradient(linear, left top, left bottom, from($theme-color), to(#3d455f))
background-image: -moz-linear-gradient(center top, $theme-color 0%, $theme-color #3d455f )
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$theme-color', endColorstr='#3d455f')
padding: 10px 0 0 10px
background-position-y: 11%
height: auto
min-height: 64px

> h1
  padding: 0
  height: 34px
  margin: 0 24px
  font-weight: normal
  font-size: 20px
  line-height: 20px
  .breadcrumbs
    font-size: 0.5em
    margin-top: -3px
    margin-bottom: -4px

main

margin: 15px 15px 0 15px

> #sidebar
  ul
    margin: 12px 0
    padding: 0 0 0 30px

    li
      list-style-type: disc

top-menu

background: #000
padding: 7px 10px 2px 20px

main-menu

left: 15px

li
  a
    background-color: transparent
    &.selected, &.selected:hover
      background-color: $silent-color
      color: $title-color-default
    &:hover
      background-color: transparent

quick-search

padding-top: 10px
padding-right: 5px

div.flash

border: 0
text-shadow: 0 1px white

sidebar

a.selected
  background-color: transparent
  color: $shadow-color
  font-weight: bold

content

> div.flash
  border: 0px solid
  padding: 9px 35px 10px
  margin: -6px -10px 6px -10px
  background-position-x: 12px !important
  background-position-y: 9px !important

errorExplanation, .nodata, .warning

border: 1px solid

div.filters h2 .scope_title a

color: $title-color-default !important

content

> h2,
> div.filters h2,
> #add-news > h2,
> #add-message > h2,
> .message.details > h2,
> .board.details > h2,
> #add-document > h2
  background: $segment-color
  padding-top: 15px
  padding-bottom: 15px
  padding-right: 20px
  padding-left: 20px
  margin: -7px -10px 10px
  border-top: 1px solid $seperator-color
  border-bottom: 1px solid $seperator-color

> div.contextual
  margin-top: 13px
  margin-right: 10px

> div.wiki
  padding: 6px 10px 10px 10px

content, main.nosidebar content

background: $content-color
-webkit-box-shadow: 0 0 3px $shadow-color
-moz-box-shadow: 0 0 3px $shadow-color
box-shadow: 0 0 3px $shadow-color
border: 1px solid $border-color

footer

background-color: $silent-color
border: 0
margin: 10px