/* line 6, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 17, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
*:focus {
  outline: 0;
}

/* line 20, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
body {
  line-height: 1;
  color: #000;
  background: #fff;
}

/* line 23, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 27, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 33, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
q, blockquote {
  quotes: "" "";
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 36, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
a img {
  border: none;
}

/* Was fancy-type plugin */
/* Indentation instead of line shifts for sibling paragraphs. Mixin to a style like p + p */
/* For great looking type, use this code instead of asdf: 
 * <span class="alt">asdf</span>  
 * Best used on prepositions and ampersands. */
/* For great looking quote marks in titles, replace "asdf" with:
 * <span class="dquo">&#8220;</span>asdf&#8221;
 * (That is, when the title starts with a quote mark). 
 * (You may have to change this value depending on your font size). */
/* Reduced size type with incremental leading
 * (http://www.markboulton.co.uk/journal/comments/incremental_leading/)
 *
 * This could be used for side notes. For smaller type, you don't necessarily want to 
 * follow the 1.5x vertical rhythm -- the line-height is too much. 
 *
 * Using this mixin, reduces your font size and line-height so that for 
 * every four lines of normal sized type, there is five lines of the sidenote. eg:
 *
 * Arguments:
 *   font_size - The desired font size in pixels. This will be converted to ems for you. Defaults to 10px.
 *   base_font_size - The base font size in pixels. Defaults to 12px
 *   old_line_height - The old line height. Defaults to 1.5 times the base_font_size */
/* Surround uppercase words and abbreviations with this class.
 * Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
/* line 141, ../../../app/stylesheets/screen.sass */
body.blueprint {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%;
}
/* line 58, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
/* line 63, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint h1 img {
  margin: 0;
}
/* line 65, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em;
}
/* line 69, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
/* line 74, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
/* line 79, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
/* line 84, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
}
/* line 88, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint h2 img, body.blueprint h3 img, body.blueprint h4 img, body.blueprint h5 img, body.blueprint h6 img {
  margin: 0;
}
/* line 90, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint p {
  margin: 0 0 1.5em;
}
/* line 92, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint p img.left {
  display: inline;
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
/* line 96, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint p img.right {
  display: inline;
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
/* line 100, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint a {
  text-decoration: underline;
  color: #aa0099;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.blueprint a:visited {
  color: #880099;
}
/* line 15, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.blueprint a:focus {
  color: #110099;
}
/* line 18, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.blueprint a:hover {
  color: #440099;
}
/* line 21, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
body.blueprint a:active {
  color: #770099;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
/* line 107, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint strong {
  font-weight: bold;
}
/* line 109, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint em {
  font-style: italic;
}
/* line 111, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint dfn {
  font-style: italic;
  font-weight: bold;
}
/* line 114, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint sup, body.blueprint sub {
  line-height: 0;
}
/* line 116, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint abbr, body.blueprint acronym {
  border-bottom: 1px dotted #666;
}
/* line 118, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint address {
  margin: 0 0 1.5em;
  font-style: italic;
}
/* line 121, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint del {
  color: #666;
}
/* line 123, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint pre {
  margin: 1.5em 0;
  white-space: pre;
}
/* line 126, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint pre, body.blueprint code, body.blueprint tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
/* line 129, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint li ul, body.blueprint li ol {
  margin: 0;
}
/* line 131, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint ul, body.blueprint ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em;
}
/* line 134, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint ul {
  list-style-type: disc;
}
/* line 136, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint ol {
  list-style-type: decimal;
}
/* line 138, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint dl {
  margin: 0 0 1.5em 0;
}
/* line 140, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint dl dt {
  font-weight: bold;
}
/* line 142, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint dd {
  margin-left: 1.5em;
}
/* line 144, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint table {
  margin-bottom: 1.4em;
  width: 100%;
}
/* line 147, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint th {
  font-weight: bold;
}
/* line 149, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint thead th {
  background: #c3d9ff;
}
/* line 151, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint th, body.blueprint td, body.blueprint caption {
  padding: 4px 10px 4px 5px;
}
/* line 153, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint tr.even td {
  background: #e5ecf9;
}
/* line 155, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint tfoot {
  font-style: italic;
}
/* line 157, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint caption {
  background: #eee;
}
/* line 159, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint .quiet {
  color: #666666;
}
/* line 161, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body.blueprint .loud {
  color: #111111;
}
/* line 117, ../../../app/stylesheets/screen.sass */
body.blueprint p + p {
  /* Don't want this in forms. */
}
/* line 63, ../../../app/stylesheets/screen.sass */
form body.blueprint p + p {
  text-indent: 0;
}
/* line 119, ../../../app/stylesheets/screen.sass */
body.blueprint p.incr,
body.blueprint .incr p {
  font-size: 0.833em;
  line-height: 1.44em;
  margin-bottom: 1.5em;
}
/* line 51, ../../../app/stylesheets/screen.sass */
body.blueprint .caps {
  font-variant: small-caps;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-size: 1.2em;
  line-height: 1%;
  font-weight: bold;
  padding: 0 2px;
}
/* line 53, ../../../app/stylesheets/screen.sass */
body.blueprint .dquo {
  margin-left: -!offset;
}
/* line 55, ../../../app/stylesheets/screen.sass */
body.blueprint .alt {
  color: #666;
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
  font-style: italic;
  font-weight: normal;
}
/* line 144, ../../../app/stylesheets/screen.sass */
body.blueprint a {
  text-decoration: none;
}
/* line 147, ../../../app/stylesheets/screen.sass */
body.blueprint .container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
/* line 5, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
body.blueprint .container {
  display: block;
}
/* line 149, ../../../app/stylesheets/screen.sass */
body.blueprint #header {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  margin-bottom: 3em;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #header {
  overflow-x: hidden;
}
/* line 153, ../../../app/stylesheets/screen.sass */
body.blueprint #header h1#logo {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 110px;
  padding-right: 80px;
  padding-top: 0.75em;
  display: block;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #header h1#logo {
  overflow-x: hidden;
}
/* line 158, ../../../app/stylesheets/screen.sass */
body.blueprint #header h1#logo a.logolink {
  background: url( /images/type.png ) no-repeat;
  width: 95px;
  height: 45px;
  display: block;
}
/* line 164, ../../../app/stylesheets/screen.sass */
body.blueprint #header h1#logo a.logolink .logotype {
  display: none;
}
/* line 166, ../../../app/stylesheets/screen.sass */
body.blueprint #header #navigation {
  padding-left: 0;
  margin: 0;
  text-indent: 0;
  padding-top: 3.3em;
}
/* line 171, ../../../app/stylesheets/screen.sass */
body.blueprint #header #navigation li.current {
  background-color: #f6f6f4;
}
/* line 174, ../../../app/stylesheets/screen.sass */
body.blueprint #header #navigation li.current a {
  color: black;
}
/* line 176, ../../../app/stylesheets/screen.sass */
body.blueprint #header #navigation li {
  font-size: 150%;
  list-style: none;
  display: inline;
  margin: 0;
  margin-right: 1.5em;
  text-indent: 0;
}
/* line 185, ../../../app/stylesheets/screen.sass */
body.blueprint #header #navigation li a {
  text-decoration: none;
  color: #556655;
  font-weight: light;
}
/* line 189, ../../../app/stylesheets/screen.sass */
body.blueprint #header #navigation li a:hover {
  color: #440099;
}
/* line 191, ../../../app/stylesheets/screen.sass */
body.blueprint #header #top {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 750px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #header #top {
  overflow-x: hidden;
}
/* line 193, ../../../app/stylesheets/screen.sass */
body.blueprint #header #navigate {
  display: inline;
  float: left;
  margin-right: 0;
  width: 190px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #header #navigate {
  overflow-x: hidden;
}
/* line 196, ../../../app/stylesheets/screen.sass */
body.blueprint #header #navigate #login_out {
  text-align: right;
  font-size: 50%;
  display: inline;
  float: left;
  margin-right: 0;
  width: 190px;
  z-index: 1000;
  position: absolute;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #header #navigate #login_out {
  overflow-x: hidden;
}
/* line 203, ../../../app/stylesheets/screen.sass */
body.blueprint #header #navigate #login_out h2 {
  padding: 0.66em;
  padding-bottom: 0.33em;
  background-color: #f6f4f6;
  width: auto;
  display: block;
  color: #454;
}
/* line 211, ../../../app/stylesheets/screen.sass */
body.blueprint #header #navigate #search_box {
  margin-top: 3em;
  text-align: right;
  color: #9a9;
}
/* line 219, ../../../app/stylesheets/screen.sass */
body.blueprint #footer #footer_navigation {
  margin-top: 1.5em;
}
/* line 221, ../../../app/stylesheets/screen.sass */
body.blueprint #footer #footer_navigation li {
  list-style: none;
  display: inline;
  margin-right: 1.5em;
}
/* line 226, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content {
  overflow-x: hidden;
}
/* line 231, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #recent_forum .forum_post {
  margin-bottom: 1.5em;
}
/* line 236, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #home #releases, body.blueprint #main-content #home #draft_releases {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  padding-bottom: 10px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #home #releases, * html body.blueprint #main-content #home #draft_releases {
  overflow-x: hidden;
}
/* line 239, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #home #releases .release_item, body.blueprint #main-content #home #draft_releases .release_item {
  margin-bottom: 0;
}
/* line 241, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #home #releases .row, body.blueprint #main-content #home #draft_releases .row {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 244, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #home #releases .clear, body.blueprint #main-content #home #draft_releases .clear {
  padding: 0;
  margin: 0;
}
/* line 249, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artists {
  margin: 0;
  padding: 0;
}
/* line 253, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artists .artist {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 150px;
  padding-right: 40px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #artists .artist {
  overflow-x: hidden;
}
/* line 261, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artists .artist img {
  width: 110px;
  height: 110px;
  margin-bottom: 1.5em;
  z-index: 1;
}
/* line 267, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artists .artist h4 {
  display: block;
}
/* line 269, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artists .artist h4 .artist-link {
  display: block;
  padding-bottom: 1.5em;
  text-align: left !important;
}
/* line 274, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artists .artist .artist-description * {
  text-align: left !important;
}
/* line 279, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #wallpapers {
  padding: 18px;
  background-color: #f6f6f6;
}
/* line 282, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #wallpapers .row {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 910px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #wallpapers .row {
  overflow-x: hidden;
}
/* line 285, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #wallpapers .row .wallpaper_item {
  margin-top: 0;
  padding-top: 0;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 190px;
  padding-right: 40px;
  margin-bottom: 30px;
}
/* line 286, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #wallpapers .row .wallpaper_item h3 {
  height: 3em;
}
/* line 289, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #wallpapers .row .wallpaper_item img {
  margin-bottom: 1.5em;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #wallpapers .row .wallpaper_item {
  overflow-x: hidden;
}
/* line 298, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases {
  padding: 18px;
  background-color: #f6f6f6;
}
/* line 301, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases .row {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 910px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #releases .row {
  overflow-x: hidden;
}
/* line 304, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases .row .release_item {
  margin-top: 0;
  padding-top: 0;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 190px;
  padding-right: 40px;
  margin-bottom: 30px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #releases .row .release_item {
  overflow-x: hidden;
}
/* line 311, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases .row .release_item .release {
  margin-top: 0;
  padding-top: 0;
}
/* line 315, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases .row .release_item .release a {
  text-decoration: none;
}
/* line 317, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases .row .release_item .release .release_info {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
/* line 321, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases .row .release_item .release .release_code {
  margin-top: -3em;
  z-index: 2;
  display: block;
  color: white;
  padding-left: 0.2em;
}
/* line 328, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases .row .release_item .release .release_link {
  display: block;
  border: 1px solid red;
  text-align: left !important;
}
/* line 332, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases .row .release_item .release .release_link * {
  text-align: left !important;
}
/* line 336, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases .row .release_item .release a img.release_cover {
  width: 190px;
  height: 190px;
  margin-bottom: 1.5em;
  margin-top: 0;
}
/* line 343, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #releases .row .fourth {
  display: inline;
  float: left;
  margin-right: 0;
  width: 190px;
  padding-right: 0px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #releases .row .fourth {
  overflow-x: hidden;
}
/* line 354, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #latest_updates {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
  margin-top: 6em;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #latest_updates {
  overflow-x: hidden;
}
/* line 358, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #latest_updates .col {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 230px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 1.5em;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #latest_updates .col {
  overflow-x: hidden;
}
/* line 364, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #latest_updates .col h3 a {
  color: black;
}
/* line 366, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #latest_updates #recent_forum {
  padding-right: 0px;
}
/* line 369, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artist_profile {
  margin-bottom: 9em;
}
/* line 371, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artist_profile #name {
  display: inline;
  float: left;
  margin-right: 0;
  width: 750px;
  padding-left: 200px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #artist_profile #name {
  overflow-x: hidden;
}
/* line 374, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artist_profile #website {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 150px;
  padding-right: 40px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #artist_profile #website {
  overflow-x: hidden;
}
/* line 377, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artist_profile #info {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 350px;
  padding-right: 80px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #artist_profile #info {
  overflow-x: hidden;
}
/* line 381, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artist_profile #info #biography {
  margin-top: 1.5em;
}
/* line 384, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artist_profile #releases {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
  margin-top: -3em;
  background-color: white;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #artist_profile #releases {
  overflow-x: hidden;
}
/* line 390, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artist_profile #releases .release {
  margin-bottom: 1.5em;
}
/* line 394, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #artist_profile #releases .release a img.release_cover {
  width: 190px;
  height: 190px;
  margin-bottom: 1.5em;
  margin-top: 0;
}
/* line 401, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #release {
  overflow-x: hidden;
}
/* line 403, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #meta {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 110px;
  padding-right: 80px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #release #meta {
  overflow-x: hidden;
}
/* line 406, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #meta #release_code {
  color: white;
  padding: 0.33em;
  font-size: 133%;
}
/* line 411, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #info {
  display: inline;
  float: left;
  margin-right: 0;
  width: 750px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #release #info {
  overflow-x: hidden;
}
/* line 414, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #buy {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 110px;
  padding-right: 80px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #release #buy {
  overflow-x: hidden;
}
/* line 417, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #tagline {
  display: inline;
  float: left;
  margin-right: 0;
  width: 750px;
  padding-left: 200px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #release #tagline {
  overflow-x: hidden;
}
/* line 420, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #info {
  display: inline;
  float: left;
  margin-right: 0;
  width: 750px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #release #info {
  overflow-x: hidden;
}
/* line 422, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #info #image {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 350px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #release #info #image {
  overflow-x: hidden;
}
/* line 425, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #info #widget {
  display: inline;
  float: left;
  margin-right: 0;
  width: 350px;
  padding-left: 40px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #release #info #widget {
  overflow-x: hidden;
}
/* line 429, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #info #widget .soundcloud a {
  color: #666666;
}
/* line 431, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #info #description {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 750px;
  margin-top: 1.5em;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #release #info #description {
  overflow-x: hidden;
}
/* line 434, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #release #releases {
  display: inline;
  float: left;
  margin-right: 0;
  width: 750px;
  padding-left: 200px;
  background: white;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #release #releases {
  overflow-x: hidden;
}
/* line 439, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #typecast {
  display: inline;
  float: left;
  margin-right: 0;
  width: 750px;
  padding-left: 200px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #typecast {
  overflow-x: hidden;
}
/* line 446, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #typecast #tagline {
  display: inline;
  float: left;
  margin-right: 0;
  width: 750px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #typecast #tagline {
  overflow-x: hidden;
}
/* line 448, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #typecast #info {
  display: inline;
  float: left;
  margin-right: 0;
  width: 750px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #typecast #info {
  overflow-x: hidden;
}
/* line 450, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #typecast #info #image {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 350px;
  background-color: #eeeeee;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #typecast #info #image {
  overflow-x: hidden;
}
/* line 454, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #typecast #info #widget {
  display: inline;
  float: left;
  margin-right: 0;
  width: 350px;
  padding-left: 40px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #typecast #info #widget {
  overflow-x: hidden;
}
/* line 458, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #typecast #info #widget .soundcloud a {
  color: #666666;
}
/* line 460, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #typecast #info #description {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 750px;
  margin-top: 1.5em;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #typecast #info #description {
  overflow-x: hidden;
}
/* line 464, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content form {
  font-size: 123.5%;
  background-color: #eeeeee;
  padding: 1.5em;
}
/* line 469, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content form label {
  font-weight: bold;
  margin-top: 1.5em;
  display: block;
}
/* line 473, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content form input {
  font-size: 123.5%;
  padding: 0.33em;
}
/* line 476, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content form p {
  margin-top: 1.5em;
}
/* line 479, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content .forum {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 630px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content .forum {
  overflow-x: hidden;
}
/* line 483, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #forum_footer {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #forum_footer {
  overflow-x: hidden;
}
/* line 485, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #breadcrumb {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 710px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #breadcrumb {
  overflow-x: hidden;
}
/* line 487, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #context {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
  padding-left: 80px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #context {
  overflow-x: hidden;
}
/* line 490, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #context .stats {
  margin-bottom: 1.5em;
}
/* line 493, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #monitoring {
  margin-bottom: 3em;
  padding-bottom: 1.5em;
}
/* line 497, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #monitoring form {
  background-color: white;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 4px solid #eee;
  padding-bottom: 1.5em;
}
/* line 507, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #voices {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 4px solid #eee;
}
/* line 513, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #recent_topics h4 {
  margin-bottom: 0;
}
/* line 515, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #recent_topics p {
  margin-bottom: 1.5em;
  color: #999;
}
/* line 519, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content #forums {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 630px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #main-content #forums {
  overflow-x: hidden;
}
/* line 522, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content .forums .vat {
  padding-top: 1.5em;
}
/* line 524, ../../../app/stylesheets/screen.sass */
body.blueprint #main-content .forums .vat h3 {
  padding-bottom: 0;
}
/* line 527, ../../../app/stylesheets/screen.sass */
body.blueprint #users {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 470px;
  padding-right: 160px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #users {
  overflow-x: hidden;
}
/* line 530, ../../../app/stylesheets/screen.sass */
body.blueprint #search_users {
  display: inline;
  float: left;
  margin-right: 0;
  width: 310px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #search_users {
  overflow-x: hidden;
}
/* line 534, ../../../app/stylesheets/screen.sass */
body.blueprint #user_profile #avatar {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px;
  padding-right: 160px;
  margin-bottom: 6em;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #user_profile #avatar {
  overflow-x: hidden;
}
/* line 538, ../../../app/stylesheets/screen.sass */
body.blueprint #user_profile #info {
  display: inline;
  float: left;
  margin-right: 0;
  width: 470px;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #user_profile #info {
  overflow-x: hidden;
}
/* line 540, ../../../app/stylesheets/screen.sass */
body.blueprint #user_profile #stats {
  border-bottom: 4px solid #eee;
  margin-bottom: 1.5em;
}
/* line 543, ../../../app/stylesheets/screen.sass */
body.blueprint #user_profile #description {
  margin-bottom: 3em;
}
/* line 546, ../../../app/stylesheets/screen.sass */
body.blueprint #footer {
  margin-top: 1.5em;
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px;
  border-top: 4px solid;
  border-color: #f6f6f6;
}
/* line 101, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.0.pre5/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html body.blueprint #footer {
  overflow-x: hidden;
}
/* line 552, ../../../app/stylesheets/screen.sass */
body.blueprint .notice {
  padding: 1.5em;
  margin-bottom: 1.5em;
  border: 4px solid;
  border-color: #ffd324;
  background: #fff6bf;
  font-size: 123.5%;
}

/* line 559, ../../../app/stylesheets/screen.sass */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
}

/* line 562, ../../../app/stylesheets/screen.sass */
.admin {
  background: #eeeeee;
  padding: 0.5em;
}

/* line 566, ../../../app/stylesheets/screen.sass */
#admin {
  background: #eeeeee;
  padding: 0.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 572, ../../../app/stylesheets/screen.sass */
.editbox {
  background: #eeeeee;
}

/* line 575, ../../../app/stylesheets/screen.sass */
#breadcrumb {
  margin-bottom: 1.5em;
}

/* line 578, ../../../app/stylesheets/screen.sass */
.right {
  float: right;
}

/* line 581, ../../../app/stylesheets/screen.sass */
.left {
  float: left;
}

/* line 584, ../../../app/stylesheets/screen.sass */
.clear {
  clear: both;
}

/* line 586, ../../../app/stylesheets/screen.sass */
.handle {
  cursor: move;
}

/* line 588, ../../../app/stylesheets/screen.sass */
.hide {
  display: none;
}


/* line 593, ../../../app/stylesheets/screen.sass */
h2.alt {
  padding-bottom: 1.5em;
}

/* line 596, ../../../app/stylesheets/screen.sass */
ul.flat {
  text-indent: 0;
  padding: 0;
  margin: 0;
}

/* line 601, ../../../app/stylesheets/screen.sass */
.shadowed {
  background: url(/images/cover_190_shadow.png) no-repeat;
  margin-left: -9px;
  margin-top: -9px;
  padding: 9px;
  width: 190px;
  height: 190px;
}

/* line 609, ../../../app/stylesheets/screen.sass */
.first .shadowed {
  margin-left: -12px;
  padding-left: -12px;
}

/* line 613, ../../../app/stylesheets/screen.sass */
.second .shadowed {
  margin-top: -6px;
  padding-top: 6px;
}

/* line 617, ../../../app/stylesheets/screen.sass */
.third .shadowed {
  margin-top: -6px;
  padding-top: 6px;
}

/* line 621, ../../../app/stylesheets/screen.sass */
.fourth .shadowed {
  margin-left: -6px;
  padding-left: 6px;
}

/* line 625, ../../../app/stylesheets/screen.sass */
.release-description {
  text-align: left !important;
}
/* line 627, ../../../app/stylesheets/screen.sass */
.release-description h3 {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 631, ../../../app/stylesheets/screen.sass */
.release-description h3 a {
  padding-bottom: 1.5em;
  color: black !important;
  display: block;
  margin: 0;
}
/* line 636, ../../../app/stylesheets/screen.sass */
.release-description p {
  margin-top: -1.5em !important;
  padding: 0 !important;
  display: block;
}
/* line 640, ../../../app/stylesheets/screen.sass */
.release-description p a {
  margin: 0;
  display: block;
  color: #777 !important;
}
