* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  /* reset font */
  font-family: "Georgia", Serif;
  font-size: 20px;
  color: #000;
  background-color: #afaca4;
}

a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #fb8b00;
}
a:hover {
  color: #eee;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

h1 {
  margin: 0 0 10px 0;

}

#flash_notice, #flash_warn, #flash_error {
  color: #eee;
  font-size: 24px;
  padding: 5px;
  padding-left: 10px;
  margin-top: -20px;
  margin-right: -10px;
}
#flash_notice {
  background-color: #383;
  border-top: 4px solid #040;
  border-bottom: 4px solid #040;
}
#flash_warn {
  background-color: #da0;
  border-top: 4px solid #a70;
  border-bottom: 4px solid #a70;
}
#flash_error {
  background-color: #c33;
  border-top: 4px solid #a00;
  border-bottom: 4px solid #a00;
}

.center {
  text-align: center;
}

/**header*/
.head {
  background-color: #fb8b00;
  color: #eee;
}

.head a, .head a:link, .head a:visited, .head a:active {
  color: #eee;
}
.head a:hover {
  color: #333;
}
.head .stripes {
  background: url(../images/stripes.png) repeat-x scroll top left;
  height: 49px;
  position:relative;
  left:0;
}
/**loginform*/
.head .loginform {
  position:absolute;
  right: 0;
  width: 190px;
  margin-top: -49px;
  background-color: #fb8b00;
  padding: 17px 17px 20px 20px;
}

.head .loginform #cutter {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 40px solid #fb8b00;
  position: absolute;
  left: -40px;
  top: 0px;
}

.head .loginform .operations {
  text-align: right;
  font-size: 16px;
}
.head .loginform form {
  width: 100%;
}

.head .loginform form label {
  display: inline-block;
  width: 27px;
}

.head .loginform form input[type="text"],
.head .loginform form input[type="password"],
.head .loginform form input[type="submit"]{
  width: 168px;
  background-color: #986601;
  display: inline-block;
  width: 145px;
  border: 1px solid #fff;
  -moz-box-sizing: content-box;
  padding: 0;
  padding-left: 8px;
}
.head .loginform form .fieldWithErrors {
  display: inline;
  background-color: inherit;
  padding: 0;
  width: inherit;
}
.head .loginform form .fieldWithErrors input{
  background-color: #c33;
  border: 2px solid #a00;
}

.head .loginform form .fieldWithErrors label{
  color: #a00;
}

.head .loginform form input[type="text"],
.head .loginform form input[type="password"] {
  font-size: 20px;
  font-family: inherit;
  color: #eee;
}
.head .loginform form input[type="submit"] {
  height: 10px;
  margin-top: 2px;
  width: 156px;
  border: 0 none;
  padding: 0;
  margin-left: 32px;
  cursor: pointer;
}

.head .loginform form input[type="submit"]:hover {
  background-color: #fff;
}

/**other head elements*/
.head .titlepane {
  padding-top: 10px;
  padding-left: 16px;
}
.head .mantra {
  font-size: 18pt;
}
.head .title {
  font-size: 72px;
  text-transform: uppercase;
  color: #fff;
  line-height: 52px;
}
.head .subtitle {
  font-size: 20px;
  position: absolute;
  right: 17px;
  margin-top: -20px;
}
.headbar {
  height: 40px;
  background-color: #740;
  font-size: 30px;
  color: #eee;
  padding-top: 4px;
}
.headbar a, .headbar a:link, .headbar a:visited, .headbar a:active {
  padding: 7px;
  color: #eee;
  line-height: 30px;
}
.headbar a:hover {
  color: #fb8b00;
}
.ultraniftyseparationbar {
  height: 20px;
  background-color: #dfdcd4;
  border-bottom: 4px solid #565248;
  padding-left: 16px;
  font-size: 17px;
  color: #000;
}
.ultraniftyseparationbar a,
.ultraniftyseparationbar a:link,
.ultraniftyseparationbar a:active,
.ultraniftyseparationbar a:visited {
  color: black;
  font-weight: bold;
  padding: 0 2px;
}
.ultraniftyseparationbar a:hover {
  color: #fb8b00;
  background-color: #333;
}

/**sidebar*/
.sidebar {
  width: 200px;
  color: #eee;
  font-size: 20px;
  padding: 4px 7px 14px 7px;;
  background-color: #036;
  display: table-cell;
}

.sidebar a, .sidebar a:link, .sidebar a:visited, .sidebar a:active {
  display: block;
  background-color: #369;
  color: inherit;
  padding: 2px 5px 3px 5px;
  margin: 1px 0;
}
.sidebar a:hover {
  color: #036;
  background-color: #eee;
}
.sidebar .block div {
  background-color: #369;
}
.sidebar .block .title {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.sidebar .block :first-child {
  -moz-border-radius-topleft: 14px;
  -moz-border-radius-topright: 14px;
  -webkit-border-radius: 14px 14px 0 0;
}
.sidebar .block :last-child {
  -moz-border-radius-bottomleft: 14px;
  -moz-border-radius-bottomright: 14px;
  -webkit-border-radius: 0 0 14px 14px;
}
.sidebar .block .counter {
  text-align: center;
}

.sidebar .block form.search input {
  background-color: #ace;
  display: block;
  width: 178px;
  border: 2px solid #eee;
  -moz-box-sizing: content-box;
  padding: 0;
  padding-left: 8px;
}
.sidebar .block form.search input[type="text"] {
  font-size: 26px;
  font-family: inherit;
  color: #036;
}
.sidebar .block form.search input[type="submit"] {
  height: 10px;
  margin-top: 2px;
  width: 190px;
  border: 0 none;
  padding: 0;
  cursor: pointer;
}

.sidebar .block form.search input[type="submit"]:hover {
  background-color: #fff;
}
.sidebar .block div.search {
  padding: 4px;
}
/**expandable layout*/
.expandable-area {
  display: table;
  width: 100%;
}
.expandable-row {
  display: table-row;
}

/**content*/

.errorExplanation {
  background-color: #c33;
  border: 3px solid #a00;
  padding: 4px;
  padding-left: 10px;
  color: #eee;
  margin-bottom: 12px;
}

.fieldWithErrors{
  background-color: #c33;
  display: inline-block;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.fieldWithErrors input{
  border: 3px solid #a00;
}
.content {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 30px;
  padding-top: 20px;
  padding-right: 10px;
  font-family: "GraublauSansWeb", "Georgia", Serif;
}
.content .block {
  position: relative;
  margin: 8px 4px 8px 0;
}
.content .admin a,
.content .admin a:link,
.content .admin a:visited,
.content .admin a:active {
  color: #ccc;
}
.content .admin a:hover {
  color: #fb8b00;
}
.content .block .admin {
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-radius: 0 0 12px 12px;
  border: 2px solid #565248;
  border-top: 0 none;
  background-color: #333;
  padding: 12px 4px 0px 4px;
  margin-top: -16px;
  margin-left: 50px;
}
.content .admin .innernote{
  margin-bottom: 6px;
  padding-left: 10px;
}
.content .block_separator {
  height: 10px;
}
.content .block .note {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 2px solid #565248;
  margin-left: 50px;
  padding: 4px;
  padding-left: 8px;
  background-color: #eaeaea;
}
.content .block .note p{
  margin-bottom: 1em;
}
.content .mainblock {
  z-index: 10;
}
.content .underblock {
  z-index: 5;
}
.content .block .ribbon {
  background-color: #222;
  color: #fb8b00;
  text-align: center;
  width: 46px;
  border-right: 4px solid #111;
  position: absolute;
  left: 0;
  top:0;
  bottom: 0;
  margin: 14px 0;
  overflow: hidden;
}

.content .block .ribbon .date {
  
}

.content .block .ribbon .time {
  font-size: 14px;
}

.content .block .ribbon .day {
  font-size: 26px;
}
.content .block .title {
  font-size: 26px;
  margin-bottom: 8px;
  background-color: #dadada;
  border-bottom: 2px dotted #aaa;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 8px;
  margin-top:-4px;
  margin-right:-4px;
  margin-left: -8px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-radius: 12px 12px 0 0;
}
.content .block .author {
  font-size: 16px;
  margin-top: -4px;
  padding-bottom: 2px;
  padding-left: 10px;
}
.content .block .comcount {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 7px;
}
.content .block .readmore {
  text-align: right;
  padding: 2px 5px 2px 0;
  height: 24px;
}
.content .block .tags {
  margin-top: -24px;
  font-style: italic;
  color: #986601;
}
.content a, .content a:link, .content a:active, .content a:visited {
  color: #630;
}
.content a:hover {
  color: #fb8b00;
  text-shadow: #f80 0 0 4px;
}
/**footer*/
.foot {
  border-top: 6px solid #816647;
  clear: both;
  background-color: #000;
  color: #fb8b00;
  position: relative;
}

.statistics {
  display: table;
  width: 100%;
}
.statistics .row {
  display: table-row;
}

.statistics .cell {
  display: table-cell;
  width: 33%;
}

.statbox {
  margin: 4px;
  padding: 0px 6px 6px 6px;
  border: 3px solid #fb8b00;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  vertical-align: top;
}

.statbox .title {
  border-bottom: 4px solid #fb8b00;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #fb8600;
  margin-bottom: 5px;
}

.statbox a:first-letter {
  margin-left: -100px;
}

.statbox a, .statbox a:link, .statbox a:visited, .statbox a:active {
  padding: 2px 0;
  padding-left: 100px;
  color: #816647;
  display: block;
  word-wrap: break-word;
  text-wrap: normal;
}

.statbox a:hover {
  color: #fb8b00;
  background-color: #210;
}
/** fixes RedCloth p malfunction*/
.statbox a p {
  display: inline;
}
.license {
  border-top: 3px solid #fb8b00;
  clear: both;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  padding-left: 7px;
  font-size: 20px;
}

.signature {
  position: absolute;
  bottom: 7px;
  right: 7px;
  font-size: 20px;
  cursor: wait;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -306px;
}

.foot, .push{
  height: 300px;
}

.command {
  cursor: pointer;
}

.comment_entry {
  _border: 2px solid #565248;
  padding: 5px;
  margin: 7px 10px 9px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  background-color: #ddd;
  -moz-box-shadow: 0 0 2px #444;
}

.comment_entry .userinfo {
  margin-bottom: 10px;
  _border-bottom: 2px solid #565248;
  text-decoration: underline;
}

.comment_entry .count {
  position: absolute;
  left: -26px;
  top: -2px;
  text-align: center;
  width: 26px;
  font-size: 26px;
}
.new_comment textarea {
  width: 100%;
  height: 140px;
}

/* forms */
.block form input, .block form textarea {
  border: 1px solid #630;
  background-color: #d2d2d2;
  color: #630;
}

.block form input[type="submit"] {
  padding: 0 3px;
  border-width: 2px;
}

.block form input[type="submit"]:hover {
  color: #fff;
  background-color: #630;
  cursor: pointer;
  border: 2px solid black;
}

/* feedback */
.feedback_flag {
  position: absolute;
  left: 0;
  bottom: 34px;
  z-index: 2000;
  background-color: #111;
  opacity: 0.4;
}
.feedback_flag a {
  padding: 6px;
  display: block;
}
.feedback_flag:hover {
  opacity: 1.0;
}
 

/* table */
table {
  width: 100%;
}

table td {
  padding-right: 10px;
}

/* fx */
.extender {
  height: 8px;
  display: block;
  background: transparent;
  margin-top: -4px;
  cursor: pointer;
  text-align: center;
  font-size: 8px;
  margin-left: -3px;
  margin-right: -3px;
  line-height: 5px;
  vertical-align: top;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
}
.extender .handle:before {
  content: "::::::::::::::::::::::::::";
  color: white;
}
.extender:hover .handle:before {
  color: black;
}
.extender:hover {
  background-color: #fb8b00;
}

div.codewrapper.code_short .pcode {
  height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}

div.codewrapper .extender {
  margin: 0;
  background-color: #333;
}
/** helpful elements */
.clear {
  clear: both;
}
.annotation {
  color: #666;
  font-style: italic;
}

pre {
  font-size: 14px;
}



.block .long .image {
  float: left;
  margin-right: 20px;
  padding-bottom: 6px;
}
.block .long .description {
  clear: both;
  background-color: #ddd;
  border-top: 2px dotted #888;
  padding: 8px 8px 4px 16px;
  margin-left: -8px;
  margin-right: -4px;
  margin-bottom: 6px;
}

.block .short .stats {
  display: none;
}

.block .short .image {
  float: left;
  margin-right: 10px;
  margin-bottom: 4px;
}

.block a .short,
.block a:link .short,
.block a:visited .short,
.block a:active .short {
  color: #000;
}

.block a:hover .short .title {
  background-color: #edd;
  color: #630;
  text-shadow: 0 0 0px #fff;
  border-color: #fb8b00;
}
.block a:hover .short {
  background-color: #fee;
  color: #630;
  text-shadow: 0 0 0px #fff;
  border-color: #fb8b00;
}

.block a img,
.block a:link img,
.block a:visited img,
.block a:active img,
.block a:hover img {
  border: 0 none;
}

.block .stats .release {
  margin-top: 20px;
  background-color: #eee;
}

.block .applet {
  text-align: center;
}

.block .long .tabbar {
  border-bottom: 2px solid #565248;
  margin-left: -8px;
  margin-right: -4px;
  padding-left: 10px;
  font-size: 24px;
}
.block .long .tabbar .tab {
  border-right: 2px solid #565248;
  border-top: 2px solid #565248;
  padding: 0px 4px 2px 4px;
  background-color: #d0d0d0;
  margin-bottom: 2px;
  position:relative;
  bottom: 2px;
}
.block .long .tabbar .tab:first-child {
  border-left: 2px solid #565248;
  -moz-border-radius-topleft: 8px;
  -webkit-border-radius: 8px 0 0 0;
}
.block .long .tabbar .tab:last-child {
  -moz-border-radius-topright: 8px;
  -webkit-border-radius: 0 8px 0 0;
}
.block .long .tabbar .tab:hover {
  background-color: #222;
}
.block .long .tabbar .active {
  background-color: transparent;
  border-bottom: 2px solid #eaeaea;
}
.block .long .tabbar .active:hover {
  background-color: inherit;
  color: inherit;
  text-shadow: none;
}

.block .log .applet {
  margin:0 auto;
}


.block .user_profile .user_image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;

}

.block .user_profile .user_name {
  vertical-align: top;
  font-size: 36px;
}

.block .user_profile .user_roles {
  font-size: 20px;
  color: #888;
}
.block .user_profile .user_mail:before {
  content: '\2709';
  font-size: 30px;
  vertical-align: middle;
}
