/* a crosshair looks more tron-y */
* {
  cursor: crosshair; }

body {
  background: black;
  color: #15abc3;
  font-family: "Bitstream Vera Sans Mono", monospace;
  /* give all text a cold glow */
  text-shadow: 0 0 5px rgba(21, 171, 195, 0.7); }

.content-page {
  font-size: 13px;
  line-height: 21px;
  display: block;
  /*margin: 0px 5px 20px 55px; todo*/
  margin: 0 auto 20px;
  width: 500px;
  padding: 25px 75px;
  border: 1px solid #15abc3;
  background: url(../images/quote_right.png) top right no-repeat;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0 0 9px #15abc3;
  -webkit-box-shadow: 0 0 9px #15abc3;
  box-shadow: 0 0 9px #15abc3; }

.content-page a {
  color: #52d7ec;
  text-shadow: 0 0 5px #52d7ec;
  cursor: pointer; }

.content-page a:hover {
  color: #63e8fd;
}

.content-page h1 {
  margin: .8em 0 0 0;
  font-size: 1.7em;
  text-align: center;
  font-weight: bold;
  padding: .5ex;
  border: 1px solid #52d7ec;
  margin-bottom: 1ex;
  font-family: "Bitstream Vera Sans Mono", monospace;
  background-color: #52d7ec;
  color: black;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-box-shadow: 0 0 10px #52d7ec;
  -webkit-box-shadow: 0 0 10px #52d7ec;
  box-shadow: 0 0 10px #52d7ec; }

.content-page h1:hover {
  background-color: #63e8fd;
}

.content-page h2 {
  padding: 2px;
  background: url(../images/quote_right.png) center right no-repeat; 
  background-clip: border-box;
}

.menu-big-rss {
    min-height: 70px;
}

a.big-rss-link {
  display: block;
  float: left;
  top: 0px;
  left: 0px;
  width: 59px;
  height: 58px;
  background-image: url(../images/rss.png);
  text-indent: -999em;
  margin: 5px;
  cursor: pointer; }
  a.big-rss-link:hover {
    background-image: url(../images/rss_bright.png); }

.content-page blockquote {
  width: 400px;
  background-image: url(../images/quote_left.png);
  background-repeat: no-repeat;
  /*background: url(../images/quote_left.png) top left no-repeat, url(../images/quote_right.png) top right no-repeat;*/
  font-size: 1.3em;
  padding: 20px 50px 10px;
  margin: .2em auto;
  border: 2px solid #15abc3;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-box-shadow: 0 0 5px #15abc3;
  -webkit-box-shadow: 0 0 5px #15abc3;
  box-shadow: 0 0 5px #15abc3; }

.content-page code {
  font-family: "Bitstream Vera Sans Mono", monospace;
  font-style: normal;
  color: #69dcef;
  text-shadow: 0 0 5px #69dcef; }

.content-page blockquote a {
  font-size: .85em; }

.content-page ul {
  list-style-type: none;
  padding-left: 1ex; }

.content-page ul li {
  background-image: url(../images/bullet_point.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 20px; }

.content-page ol {
  list-style: decimal inside;
  padding-left: 1ex; }

.content-page ol li {
  list-style: decimal inside;
  display: list-item; }

/* shared styles for ul and ol items */
.content-page li {
  margin: 1em 0 1em;
  font-size: 13px;
  line-height: 17px;
  font-family: "Bitstream Vera Sans Mono", monospace; }

/* Menu style */
ul.menu {
  position: relative;
  right: 500px;
  list-style-type: none; }

ul.menu li {
  display: block;
  width: 110px;
  border: 1px solid #15abc3;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0.5ex;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-box-shadow: 0 0 10px rgba(21, 171, 195, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(21, 171, 195, 0.5);
  box-shadow: 0 0 10px rgba(21, 171, 195, 0.5);
  cursor: pointer; }
  ul.menu li a {
    cursor: pointer;
    text-decoration: none;
    color: #15abc3; }
  ul.menu li:hover {
    color: #52d7ec;
    border-color: #52d7ec;
    -moz-box-shadow: 0 0 10px #52d7ec;
    -webkit-box-shadow: 0 0 10px #52d7ec;
    box-shadow: 0 0 10px #52d7ec;
    cursor: pointer; }
    ul.menu li:hover a {
      color: #52d7ec;
      text-shadow: 0 0 5px #52d7ec;
      cursor: pointer; }

ul.menu a:hover, ul.menu a:active, ul.menu a:visited:hover, ul.menu a:active:hover {
  text-decoration: none;
  cursor: pointer; }

ul.menu li.menu_break {
  height: 10px;
  visibility: hidden; }

#quick-search {
  display: none; }

#sidebar {
  /* margin: 1em 5px 10px 0px; todo */
  position: absolute;
  left: 50%; }

/* keyboard */
.keyboard {
  width: 27em;
  border: 4px double #15abc3;
  padding: 4px 0;
  font-size: 18px;
  cursor: pointer;
  -moz-box-shadow: 0 0 5px #15abc3;
  -webkit-box-shadow: 0 0 5px #15abc3;
  box-shadow: 0 0 5px #15abc3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.keyboard * {
  cursor: pointer; }

.keyboard-row {
  clear: both;
  padding: 4px 0;
  text-align: center; }

.keyboard-key {
  border: 1px solid #15abc3;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.2s ease;
  margin: 0 2px;
  padding: 0 5px;
  height: 20px;
  background-color: #15abc3;
  color: rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 5px #15abc3;
  -webkit-box-shadow: 0 0 5px #15abc3;
  box-shadow: 0 0 5px #15abc3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 

}
  .keyboard-key:hover {
    transform: translateY(-2px);
    border: 1px solid #52d7ec;
    background-color: #52d7ec;
    -moz-box-shadow: 0 0 7px #52d7ec;
    -webkit-box-shadow: 0 0 7px #52d7ec;
    box-shadow: 0 0 7px #52d7ec; }
  .keyboard-key:active {
    border: 1px solid #52d7ec;
    color: #52d7ec;
    background-color: rgba(82, 215, 236, 0.3);
    -moz-box-shadow: 0 0 7px #52d7ec;
    -webkit-box-shadow: 0 0 7px #52d7ec;
    box-shadow: 0 0 7px #52d7ec; }
