/*
 * colors: 
 * dark brown: #443232
 * light brown: #D27B1A
 */

#content div.cookie-alert {
    margin: 0 0 10px 0;
    padding: 1px 10px;
    border: 0; /* 1px dashed #E65407;*/
    background: #E65407;
    color: #FFF;
}
#content div.cookie-alert a {
    color: #FFF;
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0;
    background: #666 url(/skin/back1.png) 50% 0 repeat-y;
    color: #222;
    font: normal 12px/18px "Trebuchet MS", Verdana, sans-serif;
}
h1 {
    font-size: 1.4em;
    color: #444;
}
h2 {
    font-size: 1.2em;
    color: #444;
}
h3 {
    font-size: 1em;
    font-style: italic;
    color: #444;
}
a {
    color: #66C;
}
a:visited {
    color: #888893;
}
a:hover {
    text-decoration: none;
}
fieldset {
    padding: 5px;
    border: 1px solid #EEE;
}
legend {
    color: #444;
    font-weight: bold;
}
label {
    display: block;
}
dt {
    font-style: italic;
}
tt {
    font-family: monospace;
    color: #733;
}


/*--- structure ---*/
#page {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding-bottom: 30px;
    background: #FFF url(hack6.jpg) left top no-repeat;
}
#content {
    float: right;
    width: 730px;
    padding: 10px 10px 10px 20px;
}
div#meta {
    float: left;
    width: 200px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 0.92em;
}
#footer-wrapper {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 20px;
}
#footer {
    width: 960px;
    margin: 0 auto;
    line-height: 20px;
}
#throbber {
    position: absolute;
    top: 130px;
    left: 462px;
    width: 35px;
    height: 35px;
    background: transparent url(/skin/ajax-loader.gif) 0 0 no-repeat;
}

/*--- navigation ---*/
#nav {
    position: relative;
    padding: 100px 0 0 0;
    border-bottom: 1px solid #666;
    background: transparent url(hackvalue.png) left top no-repeat;
    line-height: 30px;
}
#nav #showuser {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px 20px 0;
    font-size: 1em;
}
#nav ul {
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    list-style: none;
    border-top: 1px solid #666;
    background: #EEE; /* url(/skin/nav-back2.png) 0 0 no-repeat;*/
    font-size: 1.1em;
}
#nav ul#lang {
    position: absolute;
    right: 0;
    bottom: 0;
    background: none;
}
#nav li {
    display: block;
    float: left;
}
#nav ul a {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
#nav ul#lang a {
    padding: 0 10px;
}
#nav #homelink {
    width: 200px;
    text-align: right;
}
#nav #homelink a {
    float: right;
}
#nav ul.lang a {
    margin: 0 5px;
}
#nav ul a:hover, #nav a.active {
/*    text-decoration: underline;*/
    background: #CCC;
}

/*--- ads ---*/
#ads {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 468px;
    height: 60px;
}

/*--- footer ---*/
#footer {
    border-top: 1px solid #666;
    text-align: center;
}
#footer .credits {
    padding: 4px 50px;
    color: #000;
    font-size: 90%;
}

/*--- meta ---*/
#meta {
    line-height: 200%;
}
#meta p {
    margin: 0;
    padding: 5px;
}
#meta ul {
    margin: 0;
    padding: 0;
    border: 0;
}
#meta li {
    list-style: none;
    margin: 0;
    padding: 0 5px;
    border-right: 1px solid #EEE;
    line-height: 160%;
}
#meta li li {
    list-style-type: disc;
    list-style-position: inside;
    color: #66C;
}
#meta li:last-child {
/*
    border-bottom: 1px solid #EEE;
*/
    padding-bottom: 5px;
}
#meta li li, #meta li li:last-child {
    border: 0;
}
#meta li.head {
    list-style: none;
    border: 0;
    color: #222;
    background: #EEE;
    font-size: 1.1em;
    font-weight: bold;
}
#meta #tagcloud li {
    display: inline;
    padding: 0 2px;
    line-height: 200%;
}

/*--- content styles ---*/
#content .intro {
    font-style: italic;
}
#content img {
    border: 1px solid #000;
}
#content .imgright {
    clear: right;
    float: right;
    margin: 0 0 4px 4px;
    border: 0;
}
#content .imgleft {
    clear: left;
    float: left;
    margin: 0 4px 4px 0;
    border: 0;
}

#content div.inset-rechts {
    float: right;
    width: 220px;
    margin: 0 0 10px 10px;
    border: 1px solid #CCC;
    padding: 10px;
    background: #F7F7F7;
    font-size: 90%;
}
#content div.inset-rechts h2,
#content div.inset-rechts p {
    margin: 0;
}
#content div.inset-rechts ul {
    margin: 0;
    padding-left: 0px;
    line-height: 160%;
    list-style-position: inside;
}
#content div.inset-rechts li {
    padding: 0;
    color: #66C;
}

#content div.homeindex {
    border-bottom: 1px solid #EEE;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
#content div.homeindex p {
    margin: 2px 0;
}

#content pre {
    border: 1px solid #CCC;
    padding: 5px;
    background: #EEE;
    color: #000;
    font-family: monospace;
}

#content li {
    padding-top: 4px;
    padding-bottom: 4px;
}

/* login */
div.login {
    width: 260px;
    margin-top: 10px;
    text-align: right;
}
div.login label {
    display: block;
    padding: 2px;
}
div.login input[type="text"], div.login input[type="password"] {
    width: 160px;
    border: 1px solid #CCC;
    font-family: monospace;
    font-size: 100%;
}

/* blog editor */
#blogeditor {
    clear: both;
    margin-bottom: 20px;
}
#blogeditor p {
    margin: 0;
}
#blogeditor label {
    line-height: 200%;
    white-space: nowrap;
}
#blogeditor label.inline {
    display: inline-block;
    width: 250px;
}
#blogeditor label.inline select {
    max-width: 150px;
}
#blogeditor label span {
    display: inline-block;
    width: 100px;
    text-align: right;
}
#blogeditor label input.longtext {
    width: 600px;
}
#blogeditor label textarea {
    width: 600px;
    height: 80px;
    vertical-align: baseline;
}
#blogeditor #blogcontent {
    width: 100%;
    height: 400px;
}
#bloglist {
    border-collapse: collapse;
    width: 100%;
    line-height: 160%;
}
#bloglist th {
    padding: 0 2px;
    color: #444;
    background: #EEE;
    text-align: left;
}
#bloglist td {
    padding: 0 2px;
    border-bottom: 1px dashed #EEE;
}
.blogadd, .blogedit, .blogdelete,
#bloglist a:visited {
    color: #66C;
    font-weight: normal;
}
fieldset.buttonrow div:last-child {
    margin-top: 5px;
    padding: 5px 20px 0 0;
    border-top: 1px solid #EEE;
    text-align: right;
}
#alltags label {
    display: inline;
    padding: 0 10px;
}
#message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    padding: 5px;
    color: #FFF;
    background: #6A6;
    text-align: center;
}
#async {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#blogeditor ol {
    margin: 0;
    padding: 0;
}
li.blogimg {
    list-style-position: inside;
    margin: 5px 0 0 0;
    padding: 5px 0;
    border-top: 1px solid #EEE;
}
li.blogimg form {
    display: inline;
}
#content li.blogimg img {
    margin-right: 20px;
    border: 0;
    vertical-align: top;
}

.license {
    clear: both;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEE;
    padding: 5px;
    font-size: 85%;
    color: #999;
}
.license img {
    float: left;
    border: 0;
    margin-right: 10px;
    vertical-align: baseline;
}
h2.talkback {
    float: none;
    clear: both;
    padding-top: 20px;
}
#prevnext .previous {
    width: 40%;
    float: left;
    line-height: 200%;
}
#prevnext .next {
    width: 40%;
    float: right;
    text-align: right;
    line-height: 200%;
}
#diggstuff {
    clear: both;
    padding-top: 20px;
}
#diffstuff a {
    margin-right: 10px;
}
#diggstuff img, #diggstuff iframe {
    border: 0;
    vertical-align: top;
}

/* calendar popup */
div.calendar
{
  color: #000;
}
div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
}
div.calendar table
{
  background-color: #eee;
  border: 1px solid #999;
  border-collapse: collapse;
}
div.calendar thead {
  background-color: #CCC;
}
div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}
div.calendar td.title
{
  font-weight: bold;
}
div.calendar th
{
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}
div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}
div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #34ABFA;
  cursor: pointer;
}
div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}
div.calendar td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #000;
}
div.calendar td.today
{
  font-weight: bold;
  color: #D50000;
}
div.calendar td.otherDay
{
  color: #bbb;
}

/* threading */
a.threadform, a.moderate {
    cursor: pointer;
    text-decoration: underline;
}
a.threadform:hover, a.moderate:hover {
    text-decoration: none;
}
.threadmessage {
    border-top: 1px solid #EEE;
    padding-bottom: 4px;
}
.threaddepth0 {
}
.threaddepth1 {
    border-left: 20px solid #F8F8F8;
}
.threadhead {
    padding: 2px;
    background: #F8F8F8;
}
span.subject {
    font-weight: bold;
}

#cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CCC;
    opacity: 0.5;
}
#workspace {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#workspace-inner {
    width: 720px;
    margin: 0 0 0 220px;
    border: 1px solid #CCC;
    background: #FFF;
}
#form-outer {
    padding: 20px;
}
#workspace-inner h2 {
    margin-top: 4px;
}
#workspace-inner label {
    display: block;
}
#workspace-inner label span {
    display: block;
    float: left;
    width: 8em;
    padding-right: 5px;
    text-align: right;
}
#workspace-inner input[type="text"] {
    width: 50%;
}
#workspace-inner textarea {
    width: 100%;
    height: 150px;
}

#contactform {
    width: 36em;
}
#contactform label {
    display: block;
    line-height: 200%;
    text-align: right;
}
#contactform input[type="text"], input[type="password"] {
    width: 70%;
    border: 1px solid #CCC;
    font-family: monospace;
    font-size: 100%;
}
#contactform input[type="submit"] {
    float: right;
}


