/*




	This file was auto generated by Less (http://lesscss.org). To change the contents of this file, edit app/stylesheets/common.less instead.




*/@font-face {
  font-family: DroidSans;
  src: url(/fonts/DroidSans.ttf);
}
@font-face {
  font-family: DroidSans;
  font-weight: bold;
  src: url(/fonts/DroidSans-Bold.ttf);
}
@font-face {
  font-family: DroidSansMono;
  src: url(/fonts/DroidSansMono.ttf);
}
@font-face {
  font-family: DroidSerif;
  src: url(/fonts/DroidSerif-Regular.ttf);
}
@font-face {
  font-family: DroidSerif;
  font-weight: normal;
  font-style: italic;
  src: url(/fonts/DroidSerif-Italic.ttf);
}
@font-face {
  font-family: DroidSerif;
  font-weight: bold;
  font-style: normal;
  src: url(/fonts/DroidSerif-Bold.ttf);
}
@font-face {
  font-family: DroidSerif;
  font-weight: bold;
  font-style: italic;
  src: url(/fonts/DroidSerif-BoldItalic.ttf);
}
.ui-widget {
  font-family: inherit !important;
  font-size: 0.9em !important;
}
.ui-state-highlight { color: #000000 !important; }
.ui-widget-content .ui-state-highlight { color: #000000 !important; }
.ui-datepicker { top: 0; }
body, h1, h2, h3, h4, h5, h6 { font-family: DroidSerif, serif; }
pre, code, xmp { font-family: DroidSansMono, monospace; }
.badge { font-family: DroidSans, sans-serif; }
#header h1 a { font-family: DroidSans, sans-serif; }
ul#navigation { font-family: DroidSans, sans-serif; }
body {
  margin: 0;
  padding: 0;
  background: #222222 url(/images/background.png) repeat-x top left;
  color: #808080;
  font-size: 14px;
  line-height: 150%;
}
h1 {
  font-size: 24px;
  padding: 0.25em 0;
  margin: 0 0 0.5em;
  color: #ffcc33;
}
h2 {
  font-size: 22px;
  margin: 1em 0 0.5em;
  color: #bbbbbb;
}
h3 {
  font-size: 20px;
  margin: 1em 0 0.5em;
}
h4 {
  font-size: 18px;
  margin: 1em 0 0.5em;
}
h5 {
  font-size: 16px;
  margin: 1em 0 0.5em;
}
h1, h2, h3, h4 { font-weight: normal; }
h1 { position: relative; }
h1 a.add {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h1 a.edit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h1 a.delete {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h2 { position: relative; }
h2 a.add {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h2 a.edit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h2 a.delete {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h3 { position: relative; }
h3 a.add {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h3 a.edit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h3 a.delete {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h4 { position: relative; }
h4 a.add {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h4 a.edit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h4 a.delete {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h5 { position: relative; }
h5 a.add {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h5 a.edit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h5 a.delete {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h6 { position: relative; }
h6 a.add {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h6 a.edit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
h6 a.delete {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
p { margin: 1em 0; }
pre, .badge, .frame {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 24px;
  margin: 5px auto;
}
pre {
  overflow: hidden;
  position: relative;
  background: #000000;
}
pre span {
  position: absolute;
  top: 24px;
  bottom: 24px;
  right: 0;
  width: 24px;
  background: transparent url(/images/black_shadow_right.png) repeat-y top right;
}
pre:hover {
  display: inline-block;
  margin: 0;
  min-width: 507px;
  overflow: inherit;
}
code { color: #33cc33; }
small { font-size: 12px; }
a:link {
  text-decoration: none;
  color: #c0c0c0;
}
a:visited {
  text-decoration: none;
  color: #c0c0c0;
}
a:hover {
  text-decoration: underline;
  color: #ffcc33;
}
a:active {
  text-decoration: underline;
  color: #ffcc33;
}
a img { border: none; }
a.image { border: none; }
hr {
  clear: both;
  visibility: hidden;
}
.bigtarget { cursor: pointer; }
span.frame {
  display: table;
  margin: auto;
  background: #404040;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr { vertical-align: top; }
table tr td {
  padding: 2px 5px;
  border-bottom: 1px solid #404040;
}
table tr td.name { width: 150px; }
table tr td.value { width: auto; }
table tr td.actions { width: 75px; }
table thead td {
  color: #808080;
  background: #000000;
}
table tfoot td {
  color: #808080;
  background: #000000;
}
#wrapper {
  position: relative;
  width: 920px;
  margin: 0 auto;
  padding: 35px 0;
}
#wrapper #container {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
#wrapper #container #alfa {
  position: relative;
  width: 555px;
  float: left;
}
#wrapper #container #ceta {
  position: relative;
  width: 348px;
  float: right;
}
#header {
  position: relative;
  height: 160px;
  overflow: hidden;
}
#header h1 {
  margin-top: 40px;
  padding-bottom: 0;
}
#header h1 a {
  color: fireBrick;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -4px;
}
#header h4 { color: #ffffff; }
#footer {
  clear: both;
  position: relative;
  margin-top: 1em;
  padding: 1em;
  text-align: center;
  border-top: 3px double #404040;
  background: #111111;
  color: #808080;
  font-size: 12px;
}
#footer a { color: #808080; }
#footer #login {
  position: absolute;
  top: 1em;
  right: 2em;
  text-align: right;
}
ul#navigation {
  position: absolute;
  margin: 0;
  top: 7px;
  right: 0;
}
ul#navigation li {
  position: relative;
  float: left;
  list-style: none;
}
ul#navigation li a {
  display: block;
  width: 90px;
  color: #cccccc;
  border-left: solid 1px #404040;
  line-height: 20px;
  text-align: center;
}
ul#navigation li a:hover { color: #ffffff; }
div.article { margin-bottom: 3em; }
div.article > h1 { border-bottom: double 3px #404040; }
div.article > h1 a { color: #ffffff; }
div.article > div > h2 { border-bottom: solid 1px #404040; }
div.article p { text-align: justify; }
div.article blockquote {
  margin: 10px 0;
  padding: 10px 20px;
}
div.articles dl.column {
  display: block;
  float: left;
  width: 440px;
  min-height: 300px;
  padding-right: 20px;
  margin-bottom: 30px;
}
div.articles dl.column dt {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: right;
  color: #ffffff;
  border-bottom: solid 1px #808080;
}
div.articles dl.column dd {
  margin: 0;
  padding: 3px 0 3px 53px;
  border-bottom: dotted 1px #404040;
}
div.articles dl.column dd a { padding-right: 20px; }
div.articles dl.column dd strong {
  color: #ffcc33;
  display: block;
  float: left;
  width: 45px;
  margin-left: -53px;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
}
div.articles dl.column dd em {
  float: right;
  font-size: 12px;
  font-style: normal;
}
.comments .comment {
  clear: both;
  min-height: 4em;
  position: relative;
  padding: 0 0 20px 170px;
}
.comments .comment > h2 {
  width: 155px;
  margin: 0 0 0 -170px;
  float: left;
  text-align: right;
  font-size: 16px;
}
.comments .comment > h2 em {
  display: block;
  font-size: 12px;
}
.comments .comment > h2 a.edit { position: relative; }
.comments .comment p.actions {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.badge {
  position: relative;
  padding: 12px;
  margin-bottom: 10px;
  font-size: 13px;
  text-align: left;
  line-height: 20px;
  color: #909090;
  background: #333333;
}
.badge * { margin: 0; }
.badge > h2 {
  margin-bottom: 6px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  background-position: center left;
  background-repeat: no-repeat;
  background-color: transparent;
}
.badge p abbr strong {
  display: block;
  margin: 5px 0;
}
.badge strong {
  color: #ffffff;
  border: none;
}
.badge li a.date {
  font-size: 10px;
  padding-top: 2px;
  text-align: right;
}
.badge li.conversation {
  font-style: italic;
  font-size: 90%;
}
.badge li.quote { font-style: italic; }
.badge li.quote p.author {
  text-align: right;
  font-size: 12px;
  margin-top: 0;
}
.badge .rank {
  position: absolute;
  top: 12px;
  right: 12px;
}
.badge .frame {
  background: #222222;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  margin: 5px auto;
}
.badge.pagination { height: 2em; }
.badge.pagination a {
  position: absolute;
  top: 12px;
}
.badge.pagination a.prev { left: 12px; }
.badge.pagination a.next { right: 12px; }
.badge.half > h2 { padding: 0; }
.badge.half em a { margin-left: 5px; }
#profile {
  height: 100px;
  padding: 10px;
}
#profile strong {
  font-size: 20px;
  line-height: 1.5em;
}
#profile img {
  float: left;
  margin-right: 10px;
}
#profile .rank img { margin: 0; }
#lastfm { height: 156px; }
#lastfm > h2 { background-image: url(/images/lastfm.png); }
#lastfm div {
  width: 126px;
  height: 126px;
  margin: 2px;
  border: solid 1px #808080;
  float: left;
  text-align: center;
}
#lastfm img {
  vertical-align: middle;
  display: block;
  max-width: 126px;
  max-height: 126px;
}
#lastfm em {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
#lastfm p {
  margin: 2em 0 0 141px;
  max-height: 6em;
}
#lastfm p a { font-size: 16px; }
#flickr > h2 { background-image: url(/images/flickr.png); }
#flickr img.s {
  width: 75px;
  height: 75px;
  margin: 2px;
  border: solid 1px #808080;
}
#tumblr > h2 { background-image: url(/images/tumblr.png); }
#tumblr ul { padding: 0 0 0 45px; }
#tumblr ul li {
  list-style: none;
  margin-bottom: 0.75em;
  position: relative;
  line-height: 120%;
}
#tumblr ul li a.date {
  position: absolute;
  left: -47px;
  top: 0;
  color: #ffcc33;
  font-style: normal;
  cursor: pointer;
}
#tumblr img {
  max-width: 250px;
  margin-bottom: 0.25em;
}
#tumblr code {
  background: none;
  color: inherit;
  font: inherit;
}
