/*

Copyright (C) 2010, Bálint Kis (balint@k-i-s.net)
All rights reserved.

*/
body {
    margin: 0px;
    font-family: "Bitstream Vera Sans", trebuchet MS, trebuchet, verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #b0b0b0;
    height:100%;
    border: none;
    background: url(../pix/background.png);
    background-color: #000000;
    /* background-color: #212f29; */
    /* background-color: #3D4042; */
    background-attachment: fixed;
    background-position-x: initial;
    background-position-y: initial;
    background-origin: initial;
    background-clip: initial;
}

#header_container {
    background: black;
    margin: 0px;
    height: 60px;
    opacity: 0.3; filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity: 0.3;
}

#history {
    top: 0px;
    position: absolute;
    left: 50%;
    width: 600px;
    margin-left: -390px;
    text-align: left;
    padding-top: 20px;
}

#history ul {
    margin: 0px;
    padding: 0px;
}

#history li {
    display: inline;
    padding: 12px 22px 5px 0px;
    background: url(../pix/history.next.png)  100% 50% no-repeat;
}

#history li.selected {
    background: none;
}

#history a {
    text-transform: lowercase;
    text-decoration: none;
    border: 0px none;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    color: #b0b0b0;
}

#history a:hover {
    color: white;
    text-shadow: black 0px 0px 30px;
    background: none;
}

#history a.selected {
    color: white;
}

#searchbox {
    top: 14px;
    position: absolute;
    left: 50%;
    width: 180px;
    margin-left: 200px;
    text-align: right;
}

#container {
    position: relative;
    left: 50%;
    width: 780px;
    margin-left: -390px;
    min-height: 102%;
}

#photo_container {
    position: relative;
    left: 50%;
    width: 870px;
    margin-left: -435px;
}

#photo_transparent_frame {
    margin: 0px;
    padding: 5px;
    border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px;
    background: url(../pix/overlay.png);
    line-height: 0px;
}

#photo_content {
    margin: 0px;
    padding: 0px;
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
    background: url(../pix/overlay.png);
    line-height: 0px;
    text-aling: center;
}

#photo_container img.blog {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background: url(../pix/overlay.png);
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

#menu {
    text-align: center;
    margin: 0px;
    padding: 15px 0px 12px 0px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
}

#menu li {
    display: inline;
    background: none;
}

#menu a {
    text-transform: lowercase;
    text-decoration: none;
    border: 0px none;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    color: #d0d0d0;
}

#menu a:hover {
    color: white;
    text-shadow: black 0px 0px 30px;
    background: none;
}


#transparent_frame, #admin_frame, #comment_frame {
    margin: 0px;
    padding: 10px;
    border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px;
    background: url(../pix/overlay.png);
}

#content, #admin_content, #comment_content {
    color: #d0d0d0;
    margin: 0px;
    padding: 10px;
    border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
    background: url(../pix/overlay.png);
}

#main_panel {
    padding: 0px 5px 0px 0px;
    width: 530px;
    float: left;
    margin: 0px;
}

#side_panel {
    padding: 5px 10px 0px 5px;
    width: 185px;
    float: right;
    margin: 0px;
}

#single_panel {
    padding: 0px;
    margin: 0px;
    border: none;
}

#admin_container {
    position: relative;
    left: 50%;
    width: 780px;
    margin-left: -390px;
    margin-top: 10px;
}

#comment_container {
    position: relative;
    left: 50%;
    width: 780px;
    margin-left: -390px;
    margin-top: 10px;
    visibility: hidden;
    overflow:hidden;
    height: auto;
}

#comment_counter {
    position: relative;
    left: 50%;
    width: 780px;
    margin-left: -390px;
    margin-top: 10px;
    text-align: center;
    text-shadow: black 0px 0px 30px;
    font-size: 16px;
    padding: 5px 10px 10px 10px;
    color: #f0d0b0;
    /* color: #b0d0f0; */
    cursor: pointer;
}

#comment_counter a {
    border: none;
}

#comment_counter a.hover {
    color: white;
}

.comment_name, .comment_url {
    width: 97%;
}

.comment_message {
    width: 97%;
    height: 5em;
    font-family: "Bitstream Vera Sans", trebuchet MS, trebuchet, verdana, arial, sans-serif;
}

div.comment_header {
   border-bottom: 1px solid #908070;
  /* border-bottom: 1px solid #7a8084; */
}

.comment_validate, .comment_edit, .comment_delete, .comment_save {
    cursor: pointer;
}

div.comment_body {
    margin-left: 50px;
    margin-bottom: 10px;
}

#footer {
    position: relative;
    left: 50%;
    width: 780px;
    margin-left: -390px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    color: #f0f0f0;
    font-size: 10px;
    font-family: "Bitstream Vera Sans Mono", monospace;
    text-shadow: black 0px 0px 30px;
}

#footer a:link, #footer a:visited {
    color: #f0f0f0;
    border-width: 0px;
    border-style: none;
    text-shadow: black 0px 0px 30px;
}

#feedback {
    position: absolute;
    top: 250px;
    left: -30px;
    height: 100px;
    width: 63px;
    background: url(../pix/feedback.png);
}

/* gui elements */
#tab_pane {
  margin: 0px;
  padding: 0px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #7f7870;
  /* border-color: #70787f; */
}

#tab_pane span {
  color: white;
  margin: 0px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #7f7870;
  /* border: 1px solid #70787F; */
  background: url(../pix/overlay.png);
}

#tab_pane a {
  margin: 0px;
  padding: 2px 5px 1px 5px;
  border: 1px solid transparent;
}

div.image {
  width: 125px;
  height: 125px;
  margin: 0px;
  padding: 5px;
  background-color: transparent;
}

div.image_hidden {
  width: 125px;
  height: 125px;
  margin: 0px;
  padding: 5px;
  background-image: url(../pix/warning.png);
}

#image_list, #scheduled_image_list {
  padding: 0px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  border-color: transparent;
  background-color: transparent;
}

#image_list ul, #scheduled_image_list ul {
  margin: 0px;
  padding: 0px;
}

#image_list li, #scheduled_image_list li {
  list-style-type: none;
  float: left;
  margin: 3px;
  padding: 3px;
  border: 0px none;
  background: url(../pix/overlay.png);
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  text-align: center;
  font-size: 16px;
}

#image_list input {
    width: 110px;
    margin-bottom: 5px;
    border: none;
}

#scheduled_image_list li.today {
    color: red;
    background-color: black;
}

#photo_menu {
  margin: 0px;
  padding: 0px;
}

#photo_next {
  margin: 0px;
  padding: 0px;
  width: 42px;
  height: 42px;
  background: url(../pix/photo.next.png);
  cursor: pointer;
}

#photo_prev {
  margin: 0px;
  padding: 0px;
  width: 42px;
  height: 42px;
  background: url(../pix/photo.prev.png);
  cursor: pointer;
}

#photo_thumb {
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 50%;
  width: 65px;
  height: 42px;
  margin-left: -33px;
  background: url(../pix/photo.thumb.png);
  cursor: pointer;
}

#photo_title {
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 50%;
  width: 700px;
  margin-left: -350px;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  vertical-align: top;
  color: #f0d0b0;
  /* color: #b0d0f0; */
  text-shadow: black 0px 0px 30px;
}

#photo_month {
  height: 42px;
  text-shadow: black 0px 0px 30px;
  color: white;
  font-family: "Bitstream Vera Sans", trebuchet MS, trebuchet, verdana, arial, sans-serif;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: .3em;
  text-align: center;
  vertical-align: top;
  text-transform: lowercase;
}


a.image_browser_history {
  line-height: 2.5em;
  font-size: 1.2em;
  color: #c4a66c;
  /* color: #6ca64c; */
  padding: 7px 10px 7px 10px;
  border: 0px none;
  background-color: transparent;
}

a.image_browser_history_selected {
  line-height: 2.5em;
  font-size: 1.2em;
  color: #c4a66c;
  /* color: #6ca64c; */
  padding: 7px 10px 7px 10px;
  border: 0px none;
  background: url(../pix/overlay.png);
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

a.image_browser_history:hover {
  line-height: 2.5em;
  font-size: 1.2em;
  color: #c4a66c;
  /* color: #6ca64c; */
  padding: 7px 10px 7px 10px;
  border: 0px none;
  background: url(../pix/overlay.png);
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

span.image_browser_history {
  color: #94763c;
  /* color: #3c7694; */
  font-size: 1.5em;
}

.search_entry {
  text-align: center;
}

.search_entry input {
  margin: 5px 0px 5px 0px;
}

.search_result {
  border: 0px none;
  padding: 10px;
  margin: 0px 0px 5px 0px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  background: url(../pix/overlay.png);
}

.search_result #first {
  border-color: #30383F;
  background-color: #20282F;
  /* border-color: #3f3830; */
  /* background-color: #2f2820; */
}

.search_result ul {
  margin: 0 0 0 0;
  padding: 0px 15px 0px 15px;
  list-style-type: none;
}

.search_result li {
  border-width: 0px;
  border-style: none;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

.centered {
  text-align: center;
}

.divider {
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  border-top: 1px solid #908070;
  /* border-top: 1px solid #7a8084; */
}

.divider_nodash {
  padding: 0px 0px 0px 0px;
  border-width: 0px;
  border-style: none;
}

.divider_full {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  background: url(../pix/overlay.png);
}

.entry {
  padding: 5px 0px 5px 0px;
}

.entry ul {
  margin: 0px;
  padding: 0px 15px 0px 15px;
  list-style-type: none;
}

.entry_header {
  margin: 5px 0px 0px 0px;
  padding: 2px 10px 2px 10px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  background: url(../pix/overlay.png);
}

.entry_counter {
  color: orange;
}

.entry_left {
  width: 7%;
  float: left;
  text-align: left;
}


.entry_right {
  width: 92%;
  float: right;
  text-align: left;
}

.entry_calendar_icon {
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    background: url(../pix/overlay.png);
}

.entry_month {
    background: url(../pix/overlay.png);
    border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px;
    color: #ddd;
    text-align: center;
}

.entry_day {
    color: #aaa;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.entry_year {
  background: url(../pix/overlay.png);
    border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 8px;
    line-height: 10px;
}

.register_left {
  width: 49%;
  float: left;
  text-align: left;
}

.register_right {
  width: 49%;
  float: right;
  text-align: left;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}


.clear {
    margin: 0px;
    padding: 0px;
    height: 0px;
    clear: both;
    font-size: 1px;
    line-height: 0px;
    border-width: 0px;
    border-style: none;
}

.field_name {
    margin-left: 12px;
}

.error_message {
  color: red;
  margin-left: 12px;
}

.mandatory {
  border-color: orange;
}

a.hidden {
  position:absolute;
  top:85px;
  right:10px;
  display:block;
  text-decoration: none;
  font-size:3em;
  border-width: 0px;
  border-style: none;
}

a.hidden:hover, a.hidden:active {
  background-color: transparent;
  color: #85a0c0;
  /* color: #c0a085; */
}

#hidden {
  display:none;
  position:absolute;
  top:60px;
  left:50%;
  margin-left: -316px;
  border-color: #60686F;
  border-width: 6px;
  border-style: solid;
  width:600px;
  padding: 10px;
  color:#F0F0F0;
  background-color:#2f2f2f;
}

p {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

h1 {
    text-shadow: black 0px 0px 30px;
    color: #908070;
    /* color: #7a8084; */
    font-family: "Bitstream Vera Sans", trebuchet MS, trebuchet, verdana, arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: .1em;
}

h2 {
    text-shadow: black 0px 0px 30px;
    color: #908070;
    /* color: #7a8084; */
    font-family: "Bitstream Vera Sans", trebuchet MS, trebuchet, verdana, arial, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: .15em;
}

h3 {
    text-shadow: black 0px 0px 30px;
    color: #908070;
    /* color: #7a8084; */
    font-family: "Bitstream Vera Sans", trebuchet MS, trebuchet, verdana, arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.1em;
    letter-spacing: .2em;
}

a {
    border-color: #605040;
    /* border-color: #405060; */
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    text-decoration: none;
}
a:link {
    color: #c0b0a0;
    /* color: #a0b0c0; */
    background-color: transparent;
}
a:visited {
    color: #c0b0a0;
    /* color: #a0b0c0; */
    background-color: transparent;
    border-style: none none dashed none;
}
a:hover, a:active {
    text-shadow: black 0px 0px 30px;
    background: none;
    color: #f0e0d0;
    /* color: #d0e0f0; */
}

a.nodecor {
    border: none;
}

input {
  font-size: 12px;
  font-family: "Bitstream Vera Sans", trebuchet MS, trebuchet, verdana, arial, sans-serif;
  border: 2px solid #908070;
  /* border: 2px solid #7a8084; */
  color: #f0e0d0;
  /* color: #d0e0f0; */
  cursor: pointer;
  height: 28px;
  line-height: 26px;
  padding: 0px 10px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  background: url(../pix/overlay.png);
}

input:focus {
  border-color: orange;
}

input.radio {
  border-width: 0px;
  border-style: none;
  padding: 0px;
  height: 1em;
  line-height: 1.5em;
  background: none;
}

textarea {
  font-family: "Bitstream Vera Sans Mono", monospace;
  color: #f0e0d0;
  /* color: #d0e0f0; */
  border: 2px solid #908070;
  /* border: 2px solid #7a8084; */
  padding: 10px 10px;
  font-size: 12px;
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  background: url(../pix/overlay.png);
}

ul {
  margin: 0px;
  padding: 5px 0px 5px 3px;
}

li {
  list-style-type: none;
  background: url(../pix/diamond.png) 0px 7px no-repeat;
  margin:0;
  padding-left: 15px;
}

form {
  padding: 0px;
  margin: 0px;
}

img {
  margin: 0px;
  padding: 0px;
}

.code {
  font-family: "Bitstream Vera Sans Mono", monospace;
  color: tan;
  border: none;
  padding: 0.5em;
  overflow: auto;
  margin: 0px 0px 10px 0px;
  border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
  background: url(../pix/overlay.png);
  box-shadow: 0px 1px 5px #000 inset; -moz-box-shadow: 0px 1px 5px #000 inset; -webkit-box-shadow: 0px 1px 5px #000 inset;
}

fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px none;
}

img.framed {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px;
  border: 0px none;
  background: url(../pix/overlay.png);
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}


img.nodecor {
  margin-right: 8px;
  border-width: 0px;
  border-style: none;
  padding: 5px;
  background-color: transparent;
}

