/* line 26, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
body {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%;
}

/* line 58, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
/* line 63, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h1 img {
  margin: 0;
}

/* line 65, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 69, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

/* line 74, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 79, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 84, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
}

/* line 88, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 90, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
p {
  margin: 0 0 1.5em;
}
/* line 92, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
p img.left {
  display: inline;
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
/* line 96, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
p img.right {
  display: inline;
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 100, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
a {
  text-decoration: underline;
  color: #000099;
}
/* line 12, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:visited {
  color: #000066;
}
/* line 15, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:focus {
  color: black;
}
/* line 18, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:hover {
  color: black;
}
/* line 21, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
a:active {
  color: #cc0099;
}

/* line 103, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* line 107, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
strong {
  font-weight: bold;
}

/* line 109, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
em {
  font-style: italic;
}

/* line 111, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
dfn {
  font-style: italic;
  font-weight: bold;
}

/* line 114, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
sup, sub {
  line-height: 0;
}

/* line 116, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
abbr, acronym {
  border-bottom: 1px dotted #666;
}

/* line 118, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 121, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
del {
  color: #666;
}

/* line 123, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 126, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 129, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
li ul, li ol {
  margin: 0;
}

/* line 131, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em;
}

/* line 134, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
ul {
  list-style-type: disc;
}

/* line 136, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
ol {
  list-style-type: decimal;
}

/* line 138, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
dl {
  margin: 0 0 1.5em 0;
}
/* line 140, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
dl dt {
  font-weight: bold;
}

/* line 142, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
dd {
  margin-left: 1.5em;
}

/* line 144, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 147, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
th {
  font-weight: bold;
}

/* line 149, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
thead th {
  background: #c3d9ff;
}

/* line 151, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/* line 153, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
tr.even td {
  background: #e5ecf9;
}

/* line 155, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
tfoot {
  font-style: italic;
}

/* line 157, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
caption {
  background: #eee;
}

/* line 159, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
.quiet {
  color: #666666;
}

/* line 161, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass */
.loud {
  color: #111111;
}

@font-face {
  font-family: 'TitilliumText14LRegular';
  src: url('/fonts/TitilliumText1.eot');
  src: local('TitilliumText14L Regular');
  src: local('TitilliumText14L-Bold');
  src: url('/fonts/TitilliumText1.ttf') format('truetype');
}

@font-face {
  font-family: 'TitilliumText14L250wt';
  src: url('/fonts/TitilliumText250wt.eot');
  src: local('TitilliumText14L 250 wt');
  src: local('TitilliumText14L-250wt');
  src: url('/fonts/TitilliumText250wt.ttf') format('truetype');
}

/* line 1, ../../app/stylesheets/partials/_general.sass */
body {
  background: #000000 url('../images/background.jpg') no-repeat fixed top left;
  margin: 0 auto;
  width: 950px;
}

/* line 6, ../../app/stylesheets/partials/_general.sass */
a, input {
  outline: none;
}
/* line 8, ../../app/stylesheets/partials/_general.sass */
a:focus, input:focus {
  outline: none;
}
/* line 10, ../../app/stylesheets/partials/_general.sass */
a::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

/* line 13, ../../app/stylesheets/partials/_general.sass */
a, a:active, a:visited {
  color: #880000;
  text-decoration: none;
}
/* line 16, ../../app/stylesheets/partials/_general.sass */
a:hover, a:active:hover, a:visited:hover {
  color: #000000;
}
/* line 18, ../../app/stylesheets/partials/_general.sass */
a img, a:active img, a:visited img {
  border: 0;
}

/* line 21, ../../app/stylesheets/partials/_general.sass */
.none {
  color: #999999;
}
/* line 23, ../../app/stylesheets/partials/_general.sass */
.none a {
  color: #996666;
}

/* line 1, ../../app/stylesheets/partials/_user-nav.sass */
#user-nav {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  color: #666666;
  font-size: 14px;
  height: 48px;
  line-height: 30px;
  margin-top: 128px;
  margin-bottom: 0px;
}
/* line 5, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#user-nav {
  display: block;
}
/* line 10, ../../app/stylesheets/partials/_user-nav.sass */
#user-nav img {
  float: right;
  margin: 0 0 0 10px;
}
/* line 13, ../../app/stylesheets/partials/_user-nav.sass */
#user-nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  float: right;
}
/* line 5, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#user-nav ul {
  display: block;
}
/* line 50, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#user-nav ul li {
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 40, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#user-nav ul li.first {
  padding-left: 0px;
}
/* line 42, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#user-nav ul li.last {
  padding-right: 0px;
}
/* line 16, ../../app/stylesheets/partials/_user-nav.sass */
#user-nav ul li {
  padding: 0;
}
/* line 18, ../../app/stylesheets/partials/_user-nav.sass */
#user-nav ul li a {
  color: #cccccc;
  display: block;
  margin: 0;
  padding: 0 8px 2px 8px;
}
/* line 24, ../../app/stylesheets/partials/_user-nav.sass */
#user-nav ul li a:hover {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: rgba(100, 100, 100, 0.5);
  text-decoration: none;
}

/* line 1, ../../app/stylesheets/partials/_header.sass */
#header {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: url('../images/header_bg.png') repeat;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  height: 80px;
  position: absolute;
  top: 160px;
}
/* line 5, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#header {
  display: block;
}
/* line 10, ../../app/stylesheets/partials/_header.sass */
#header #logo {
  float: left;
  font-size: 40px;
  line-height: 70px;
  margin-left: 25px;
  width: 180px;
}
/* line 16, ../../app/stylesheets/partials/_header.sass */
#header #logo a {
  background: url('../images/logo.png') no-repeat left 20px;
  display: block;
  color: #cccccc;
  text-decoration: none;
  text-indent: -9999px;
  width: 160px;
}
/* line 23, ../../app/stylesheets/partials/_header.sass */
#header #logo a span {
  color: #ffffff;
  margin-right: -0.2em;
}
/* line 26, ../../app/stylesheets/partials/_header.sass */
#header ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  float: right;
}
/* line 5, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#header ul {
  display: block;
}
/* line 50, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#header ul li {
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 40, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#header ul li.first {
  padding-left: 0px;
}
/* line 42, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#header ul li.last {
  padding-right: 0px;
}
/* line 29, ../../app/stylesheets/partials/_header.sass */
#header ul a {
  color: #cccccc;
  font-family: TitilliumText14L250wt;
  font-size: 20px;
  line-height: 76px;
  margin-right: 8px;
  padding: 5px 10px 7px 10px;
  text-decoration: none;
}
/* line 37, ../../app/stylesheets/partials/_header.sass */
#header ul a:hover {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #333333;
  background: rgba(75, 75, 75, 0.7);
  border: 0;
  color: #ffffff;
}

/* line 1, ../../app/stylesheets/partials/_messages.sass */
div.flash {
  background: #333333;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
}

/* line 7, ../../app/stylesheets/partials/_messages.sass */
div#flash_notice {
  background: #003300;
}

/* line 10, ../../app/stylesheets/partials/_messages.sass */
#error_messages {
  background: #FFE7E9;
  border: 1px solid #FFACB4;
  margin: 10px 0;
  padding: 5px;
  width: 500px;
}
/* line 16, ../../app/stylesheets/partials/_messages.sass */
#error_messages p {
  margin: 0;
  padding: 5px 8px;
}
/* line 19, ../../app/stylesheets/partials/_messages.sass */
#error_messages ul {
  margin: 0 0 0 20px;
  padding: 0;
}
/* line 22, ../../app/stylesheets/partials/_messages.sass */
#error_messages ul li {
  margin: 0 5px 5px 5px;
}

/* line 1, ../../app/stylesheets/partials/_body.sass */
#body {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #ffffff url('../images/body_bg.jpg') repeat-y left top;
  margin-top: 260px;
  padding-bottom: 10px;
}
/* line 5, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#body {
  display: block;
}

/* line 8, ../../app/stylesheets/partials/_body.sass */
body.admin #body {
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  background-image: none;
}

/* line 12, ../../app/stylesheets/partials/_body.sass */
#content, #content-full {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 710px;
}
/* line 101, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html #content, * html #content-full {
  overflow-x: hidden;
}
/* line 14, ../../app/stylesheets/partials/_body.sass */
#content > h1, #content > h2, #content > table, #content > p, #content > form, #content-full > h1, #content-full > h2, #content-full > table, #content-full > p, #content-full > form {
  margin: 10px 20px;
}
/* line 16, ../../app/stylesheets/partials/_body.sass */
#content > h1, #content h1, #content > h2, #content h2, #content-full > h1, #content-full h1, #content-full > h2, #content-full h2 {
  font-family: TitilliumText14L250wt;
}
/* line 18, ../../app/stylesheets/partials/_body.sass */
#content h1, #content-full h1 {
  font-size: 24px;
}
/* line 20, ../../app/stylesheets/partials/_body.sass */
#content > h1, #content-full > h1 {
  margin: 20px;
}
/* line 22, ../../app/stylesheets/partials/_body.sass */
#content > h2, #content-full > h2 {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px 0;
  padding: 10px 20px;
}
/* line 26, ../../app/stylesheets/partials/_body.sass */
#content h2, #content-full h2 {
  font-size: 18px;
}
/* line 28, ../../app/stylesheets/partials/_body.sass */
#content > p, #content-full > p {
  font-size: 14px;
}
/* line 30, ../../app/stylesheets/partials/_body.sass */
#content div.pagination, #content-full div.pagination {
  font-size: 11px;
  margin: 10px 20px;
  overflow: hidden;
}
/* line 34, ../../app/stylesheets/partials/_body.sass */
#content div.pagination a, #content div.pagination .disabled, #content div.pagination .current, #content-full div.pagination a, #content-full div.pagination .disabled, #content-full div.pagination .current {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #dddddd url('../images/object_header_bg.jpg') repeat-x left -1px;
  border: 1px solid #dddddd;
  display: block;
  float: left;
  margin: 0 2px;
  padding: 3px 6px;
}
/* line 42, ../../app/stylesheets/partials/_body.sass */
#content div.pagination .current, #content-full div.pagination .current {
  background: #eeeeee;
}

/* line 45, ../../app/stylesheets/partials/_body.sass */
#content-full {
  display: inline;
  float: left;
  margin-right: 0;
  width: 950px;
}
/* line 101, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html #content-full {
  overflow-x: hidden;
}
/* line 47, ../../app/stylesheets/partials/_body.sass */
#content-full #menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  background: url('../images/object_header_bg.jpg') repeat-x left top;
  border-left: 1px solid #dddddd;
  font-size: 14px;
  height: 30px;
  line-height: 29px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
/* line 5, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#content-full #menu {
  display: block;
}
/* line 50, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#content-full #menu li {
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 40, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#content-full #menu li.first {
  padding-left: 0px;
}
/* line 42, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
#content-full #menu li.last {
  padding-right: 0px;
}
/* line 57, ../../app/stylesheets/partials/_body.sass */
#content-full #menu li {
  border-right: 1px solid #dddddd;
  margin: 0;
  padding: 0 5px;
}
/* line 61, ../../app/stylesheets/partials/_body.sass */
#content-full #menu li a {
  display: block;
  color: #666666;
  padding: 0 10px;
}
/* line 65, ../../app/stylesheets/partials/_body.sass */
#content-full #menu li a:hover {
  color: #990000;
}
/* line 68, ../../app/stylesheets/partials/_body.sass */
#content-full #menu li.down a {
  color: #cccccc;
}
/* line 70, ../../app/stylesheets/partials/_body.sass */
#content-full #sub-menu {
  background: #f3f3f3;
  padding: 5px 10px;
}
/* line 73, ../../app/stylesheets/partials/_body.sass */
#content-full #sub-menu a {
  padding: 0 10px;
}
/* line 75, ../../app/stylesheets/partials/_body.sass */
#content-full .full-table {
  margin: 0 20px 10px;
  overflow: hidden;
}
/* line 78, ../../app/stylesheets/partials/_body.sass */
#content-full .full-table table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
/* line 83, ../../app/stylesheets/partials/_body.sass */
#content-full .full-table table thead th {
  background: url('../images/object_header_bg.jpg') repeat-x left top;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  height: 27px;
  margin: 0;
  padding: 0;
}
/* line 93, ../../app/stylesheets/partials/_body.sass */
#content-full .full-table table tr td {
  margin: 0;
  padding: 8px 10px;
}
/* line 96, ../../app/stylesheets/partials/_body.sass */
#content-full .full-table table tr td.actions {
  vertical-align: top;
  width: 150px;
}
/* line 99, ../../app/stylesheets/partials/_body.sass */
#content-full .full-table table tr td.actions a {
  display: block;
  float: left;
  margin-right: 15px;
}
/* line 103, ../../app/stylesheets/partials/_body.sass */
#content-full .full-table table tr.even-row {
  background-color: #eeeeee;
}
/* line 105, ../../app/stylesheets/partials/_body.sass */
#content-full a.add, #content-full a.edit, #content-full a.delete {
  padding: 1px 0 1px 22px;
  margin: 0 10px 0 0;
}
/* line 108, ../../app/stylesheets/partials/_body.sass */
#content-full a.add {
  background: url('../images/add.png') no-repeat left center;
}
/* line 110, ../../app/stylesheets/partials/_body.sass */
#content-full a.edit {
  background: url('../images/page_edit.png') no-repeat left center;
}
/* line 112, ../../app/stylesheets/partials/_body.sass */
#content-full a.delete {
  background: url('../images/cross.png') no-repeat left center;
}

/* line 115, ../../app/stylesheets/partials/_body.sass */
#side {
  display: inline;
  float: left;
  margin-right: 0;
  width: 230px;
  background: url('../images/rss.png') no-repeat -10px 5px;
}
/* line 101, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/blueprint/stylesheets/blueprint/_grid.sass */
* html #side {
  overflow-x: hidden;
}
/* line 118, ../../app/stylesheets/partials/_body.sass */
#side a.rss {
  float: left;
  font-size: 14px;
  margin: 12px 0 20px;
  padding: 0 0 0 25px;
}
/* line 123, ../../app/stylesheets/partials/_body.sass */
#side form {
  clear: both;
  margin: 0 0 0 10px;
  padding: 0;
}
/* line 127, ../../app/stylesheets/partials/_body.sass */
#side form label {
  display: block;
  margin: 0 0 5px 0;
}
/* line 130, ../../app/stylesheets/partials/_body.sass */
#side form input.text {
  background: #dddddd;
  border: 1px solid #bbbbbb;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 4px;
  width: 198px;
}
/* line 136, ../../app/stylesheets/partials/_body.sass */
#side form input.text:focus {
  background: #ffffff;
  border-color: #990000;
}
/* line 140, ../../app/stylesheets/partials/_body.sass */
#side form input.button {
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  margin: 0;
  width: auto;
  overflow: visible;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: normal;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 11px;
  line-height: 13.2px;
  padding: 2px 9px;
  border-width: 1px;
  padding: 5px 10px;
  border-width: 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #dddddd url('../images/object_header_bg.jpg') repeat-x left -1px;
  border-color: #cccccc;
  color: #333333;
  margin: 8px 0 0 0;
}
/* line 28, ../../app/stylesheets/partials/_base.sass */
#side form input.button::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* line 31, ../../app/stylesheets/partials/_base.sass */
#side form input.button:focus {
  outline: none;
}
/* line 33, ../../app/stylesheets/partials/_base.sass */
#side form input.button.disabled, #side form input.button[disabled] {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
}
/* line 35, ../../app/stylesheets/partials/_base.sass */
#side form input.button.disabled:hover, #side form input.button.disabled:focus, #side form input.button[disabled]:hover, #side form input.button[disabled]:focus {
  cursor: default;
}
/* line 60, ../../app/stylesheets/partials/_base.sass */
#side form input.button:active {
  padding: 1px 8px;
  border-width: 2px;
}
/* line 63, ../../app/stylesheets/partials/_base.sass */
#side form input.button.disabled:active, #side form input.button[disabled] {
  padding: 2px 9px;
  border-width: 1px;
}
/* line 60, ../../app/stylesheets/partials/_base.sass */
#side form input.button:active {
  padding: 4px 9px;
  border-width: 2px;
}
/* line 63, ../../app/stylesheets/partials/_base.sass */
#side form input.button.disabled:active, #side form input.button[disabled] {
  padding: 5px 10px;
  border-width: 1px;
}
/* line 149, ../../app/stylesheets/partials/_body.sass */
#side form input.button:hover {
  color: #990000;
  text-decoration: none;
}
/* line 152, ../../app/stylesheets/partials/_body.sass */
#side h3 {
  border-bottom: 1px solid #d7d7d7;
  clear: both;
  font-family: TitilliumText14L250wt;
  font-size: 16px;
  margin: 20px 0 10px 10px;
  padding: 0 0 10px 0;
}
/* line 159, ../../app/stylesheets/partials/_body.sass */
#side p {
  margin: 15px;
}
/* line 161, ../../app/stylesheets/partials/_body.sass */
#side #twitter {
  margin: 0 0 5px 10px;
}
/* line 163, ../../app/stylesheets/partials/_body.sass */
#side #twitter ul {
  margin: 0;
  padding: 0;
}
/* line 8, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass */
#side #twitter ul li {
  list-style-type: none;
  margin-left: 0px;
}
/* line 167, ../../app/stylesheets/partials/_body.sass */
#side #twitter ul li {
  border-bottom: 1px solid #d7d7d7;
  margin: 10px 0 0 0;
  padding: 0 10px 10px 0;
}
/* line 171, ../../app/stylesheets/partials/_body.sass */
#side #twitter ul li .time a {
  font-size: 11px;
}
/* line 173, ../../app/stylesheets/partials/_body.sass */
#side #twitter-link, #side #facebook-link {
  background: url('../images/bird.png') no-repeat -10px 2px;
  overflow: hidden;
}
/* line 176, ../../app/stylesheets/partials/_body.sass */
#side #twitter-link a, #side #facebook-link a {
  clear: left;
  display: block;
  float: left;
  font-size: 14px;
  margin: 10px 0 5px;
  padding: 0 0 0 25px;
}
/* line 183, ../../app/stylesheets/partials/_body.sass */
#side #facebook-link {
  background: url('../images/facebook.png') no-repeat -10px 4px;
}

/* line 1, ../../app/stylesheets/partials/_posts.sass */
div.post {
  clear: both;
  font-size: 14px;
  margin: 0 20px 60px 20px;
}
/* line 5, ../../app/stylesheets/partials/_posts.sass */
div.post .header {
  color: #888888;
  font-size: 13px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0;
}
/* line 11, ../../app/stylesheets/partials/_posts.sass */
div.post .header h1 {
  font-family: TitilliumText14L250wt;
  margin-bottom: 0px;
}
/* line 14, ../../app/stylesheets/partials/_posts.sass */
div.post .header h1 a {
  color: #000000;
}
/* line 16, ../../app/stylesheets/partials/_posts.sass */
div.post .header h1 a:hover {
  color: #990000;
  text-decoration: none;
}
/* line 19, ../../app/stylesheets/partials/_posts.sass */
div.post .header .meta {
  border-bottom: 2px solid #eeeeee;
  margin-top: 5px;
  padding: 0 0 10px 0;
}
/* line 23, ../../app/stylesheets/partials/_posts.sass */
div.post .header .meta a {
  color: #333333;
  text-decoration: none;
}
/* line 26, ../../app/stylesheets/partials/_posts.sass */
div.post .header .meta a:hover {
  color: #990000;
}
/* line 28, ../../app/stylesheets/partials/_posts.sass */
div.post p {
  line-height: 25px;
  margin: 10px 0;
}
/* line 31, ../../app/stylesheets/partials/_posts.sass */
div.post object, div.post div.audio {
  margin: 5px 0;
}
/* line 33, ../../app/stylesheets/partials/_posts.sass */
div.post .comments {
  float: left;
}
/* line 35, ../../app/stylesheets/partials/_posts.sass */
div.post .comments a {
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  margin: 0;
  width: auto;
  overflow: visible;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: normal;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 12px;
  line-height: 14.4px;
  padding: 2px 10px;
  border-width: 1px;
  padding: 3px 8px;
  border-width: 1px;
  background: #dddddd url('../images/button_bg.jpg') repeat-x left top;
  border-color: #cccccc;
  color: #333333;
}
/* line 28, ../../app/stylesheets/partials/_base.sass */
div.post .comments a::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* line 31, ../../app/stylesheets/partials/_base.sass */
div.post .comments a:focus {
  outline: none;
}
/* line 33, ../../app/stylesheets/partials/_base.sass */
div.post .comments a.disabled, div.post .comments a[disabled] {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
}
/* line 35, ../../app/stylesheets/partials/_base.sass */
div.post .comments a.disabled:hover, div.post .comments a.disabled:focus, div.post .comments a[disabled]:hover, div.post .comments a[disabled]:focus {
  cursor: default;
}
/* line 60, ../../app/stylesheets/partials/_base.sass */
div.post .comments a:active {
  padding: 1px 9px;
  border-width: 2px;
}
/* line 63, ../../app/stylesheets/partials/_base.sass */
div.post .comments a.disabled:active, div.post .comments a[disabled] {
  padding: 2px 10px;
  border-width: 1px;
}
/* line 60, ../../app/stylesheets/partials/_base.sass */
div.post .comments a:active {
  padding: 2px 7px;
  border-width: 2px;
}
/* line 63, ../../app/stylesheets/partials/_base.sass */
div.post .comments a.disabled:active, div.post .comments a[disabled] {
  padding: 3px 8px;
  border-width: 1px;
}
/* line 42, ../../app/stylesheets/partials/_posts.sass */
div.post .comments a:hover {
  color: #333333;
  text-decoration: none;
}

/* line 1, ../../app/stylesheets/partials/_forms.sass */
form, fieldset, legend {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 6, ../../app/stylesheets/partials/_forms.sass */
form legend {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.3em;
  margin: 0 0 10px 0;
  padding: 0 30px 0 5px;
}
/* line 11, ../../app/stylesheets/partials/_forms.sass */
form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 17, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol > li {
  padding: 0 0 15px 0;
}
/* line 19, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol > li abbr {
  border: 0;
}
/* line 21, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol > li label {
  display: block;
  font-size: 14px;
  margin: 0 0 5px 0;
}
/* line 25, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol > li label input {
  margin: 0 10px 0 0;
  width: auto;
}
/* line 28, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol > li input, form fieldset.inputs > ol > li textarea {
  background: #f6f6f6;
  border: 1px solid #bbbbbb;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 4px;
}
/* line 34, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol > li input:focus, form fieldset.inputs > ol > li textarea:focus {
  background: #ffffff;
  border-color: #990000;
}
/* line 37, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol > li input {
  width: 250px;
}
/* line 39, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol > li textarea {
  height: 200px;
  width: 600px;
}
/* line 42, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol > li div.markItUp {
  margin-top: 10px;
  width: 600px;
}
/* line 45, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol > li div.markItUp textarea {
  line-height: 1.5em;
  height: 350px;
  width: 100%;
}
/* line 50, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol li.string label ~ input, form fieldset.inputs > ol li.text label ~ input {
  display: block;
}
/* line 53, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol li.datetime li, form fieldset.inputs > ol li.date li {
  float: left;
  margin-right: 10px;
}
/* line 56, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol li.datetime li label, form fieldset.inputs > ol li.date li label {
  display: none;
}
/* line 58, ../../app/stylesheets/partials/_forms.sass */
form fieldset.inputs > ol li.boolean {
  padding-bottom: 10px;
}
/* line 61, ../../app/stylesheets/partials/_forms.sass */
form fieldset.buttons input, form fieldset.buttons a {
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  margin: 0;
  width: auto;
  overflow: visible;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: normal;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 12px;
  line-height: 14.4px;
  padding: 2px 10px;
  border-width: 1px;
  padding: 5px 10px;
  border-width: 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #dddddd url('../images/object_header_bg.jpg') repeat-x left -1px;
  border-color: #cccccc;
  color: #333333;
  margin-right: 10px;
}
/* line 28, ../../app/stylesheets/partials/_base.sass */
form fieldset.buttons input::-moz-focus-inner, form fieldset.buttons a::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* line 31, ../../app/stylesheets/partials/_base.sass */
form fieldset.buttons input:focus, form fieldset.buttons a:focus {
  outline: none;
}
/* line 33, ../../app/stylesheets/partials/_base.sass */
form fieldset.buttons input.disabled, form fieldset.buttons input[disabled], form fieldset.buttons a.disabled, form fieldset.buttons a[disabled] {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
}
/* line 35, ../../app/stylesheets/partials/_base.sass */
form fieldset.buttons input.disabled:hover, form fieldset.buttons input.disabled:focus, form fieldset.buttons input[disabled]:hover, form fieldset.buttons input[disabled]:focus, form fieldset.buttons a.disabled:hover, form fieldset.buttons a.disabled:focus, form fieldset.buttons a[disabled]:hover, form fieldset.buttons a[disabled]:focus {
  cursor: default;
}
/* line 60, ../../app/stylesheets/partials/_base.sass */
form fieldset.buttons input:active, form fieldset.buttons a:active {
  padding: 1px 9px;
  border-width: 2px;
}
/* line 63, ../../app/stylesheets/partials/_base.sass */
form fieldset.buttons input.disabled:active, form fieldset.buttons input[disabled], form fieldset.buttons a.disabled:active, form fieldset.buttons a[disabled] {
  padding: 2px 10px;
  border-width: 1px;
}
/* line 60, ../../app/stylesheets/partials/_base.sass */
form fieldset.buttons input:active, form fieldset.buttons a:active {
  padding: 4px 9px;
  border-width: 2px;
}
/* line 63, ../../app/stylesheets/partials/_base.sass */
form fieldset.buttons input.disabled:active, form fieldset.buttons input[disabled], form fieldset.buttons a.disabled:active, form fieldset.buttons a[disabled] {
  padding: 5px 10px;
  border-width: 1px;
}
/* line 70, ../../app/stylesheets/partials/_forms.sass */
form fieldset.buttons input:hover, form fieldset.buttons a:hover {
  color: #990000;
  text-decoration: none;
}
/* line 73, ../../app/stylesheets/partials/_forms.sass */
form .attachment {
  overflow: hidden;
}
/* line 75, ../../app/stylesheets/partials/_forms.sass */
form .attachment a.delete {
  display: block;
  float: left;
  line-height: 28px;
  margin: 0 0 0 5px;
}

/* line 1, ../../app/stylesheets/partials/_photos.sass */
#gallery_nav_menu {
  border-bottom: 1px solid #dedede;
  line-height: 30px;
  margin: 0 -10px 0 0;
  overflow: hidden;
}
/* line 6, ../../app/stylesheets/partials/_photos.sass */
#gallery_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 10, ../../app/stylesheets/partials/_photos.sass */
#gallery_nav_menu ul li {
  float: left;
  margin: 0;
  padding: 0;
}
/* line 14, ../../app/stylesheets/partials/_photos.sass */
#gallery_nav_menu ul li span {
  display: block;
  padding: 0 0 0 15px;
}
/* line 17, ../../app/stylesheets/partials/_photos.sass */
#gallery_nav_menu ul li a {
  background: url('../images/crumbs.gif') no-repeat right center;
  color: #000000;
  display: block;
  padding: 0 25px 0 20px;
}
/* line 22, ../../app/stylesheets/partials/_photos.sass */
#gallery_nav_menu ul li a:hover {
  color: #990000;
}
/* line 24, ../../app/stylesheets/partials/_photos.sass */
#gallery_nav_menu ~ p {
  margin-top: 20px;
}

/* line 27, ../../app/stylesheets/partials/_photos.sass */
table#galleries, table#photos {
  border: 0;
  border-collapse: collapse;
  margin: 10px 0 0 40px;
  padding: 0;
  width: auto;
}
/* line 33, ../../app/stylesheets/partials/_photos.sass */
table#galleries tr, table#photos tr {
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 37, ../../app/stylesheets/partials/_photos.sass */
table#galleries tr td, table#photos tr td {
  border: 0;
  margin: 0;
  padding: 0 20px 25px 0;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}
/* line 44, ../../app/stylesheets/partials/_photos.sass */
table#galleries tr td img, table#photos tr td img {
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #eeeeee;
  padding: 5px;
}

/* line 53, ../../app/stylesheets/partials/_photos.sass */
table#galleries tr td {
  vertical-align: bottom;
}

/* line 56, ../../app/stylesheets/partials/_photos.sass */
#gallery-cover {
  float: left;
  margin: 20px;
}
/* line 59, ../../app/stylesheets/partials/_photos.sass */
#gallery-cover p {
  margin: 20px 0 0 0;
}

/* line 62, ../../app/stylesheets/partials/_photos.sass */
#gallery-cover.droppable, #gallery-cover.hover {
  overflow: hidden;
}
/* line 64, ../../app/stylesheets/partials/_photos.sass */
#gallery-cover.droppable img, #gallery-cover.hover img {
  opacity: 0.7;
}

/* line 67, ../../app/stylesheets/partials/_photos.sass */
#gallery-cover.hover img {
  background: #993333;
}

/* line 70, ../../app/stylesheets/partials/_photos.sass */
#gallery-info {
  margin: 0 20px 0 0;
  overflow: hidden;
}
/* line 73, ../../app/stylesheets/partials/_photos.sass */
#gallery-info h1 span {
  color: #999999;
  font-size: 13px;
}

/* line 77, ../../app/stylesheets/partials/_photos.sass */
#current-photo {
  position: relative;
}
/* line 79, ../../app/stylesheets/partials/_photos.sass */
#current-photo img {
  position: absolute;
  right: 320px;
  top: 30px;
}

/* line 84, ../../app/stylesheets/partials/_photos.sass */
#admin-photos {
  clear: both;
  margin: 0 0 30px 40px;
  overflow: hidden;
}
/* line 88, ../../app/stylesheets/partials/_photos.sass */
#admin-photos .photo {
  float: left;
  height: 182px;
  margin: 0 40px 40px 0px;
  position: relative;
  text-align: center;
  width: 182px;
}
/* line 95, ../../app/stylesheets/partials/_photos.sass */
#admin-photos .photo div {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

/* line 102, ../../app/stylesheets/partials/_photos.sass */
.ui-dialog .back {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
/* line 106, ../../app/stylesheets/partials/_photos.sass */
.ui-dialog .back a {
  color: #990000;
}
/* line 108, ../../app/stylesheets/partials/_photos.sass */
.ui-dialog .photo {
  float: left;
  height: 182px;
  margin: 0 20px 20px 0;
  position: relative;
  text-align: center;
  width: 182px;
}

/* line 117, ../../app/stylesheets/partials/_photos.sass */
table#galleries .placeholder span, table#photos .placeholder span, #gallery-cover .placeholder span, #admin-photos .placeholder span, .ui-dialog .photo .placeholder span {
  background: #eeeeee;
  color: #cccccc;
  display: block;
  font-size: 18px;
  height: 145px;
  line-height: 144px;
  width: 100%;
}
/* line 125, ../../app/stylesheets/partials/_photos.sass */
table#galleries img, table#galleries .placeholder, table#photos img, table#photos .placeholder, #gallery-cover img, #gallery-cover .placeholder, #admin-photos img, #admin-photos .placeholder, .ui-dialog .photo img, .ui-dialog .photo .placeholder {
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #eeeeee;
  padding: 5px;
}

/* line 1, ../../app/stylesheets/partials/_music.sass */
ul#albums {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  overflow: hidden;
}
/* line 6, ../../app/stylesheets/partials/_music.sass */
ul#albums li {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
}
/* line 10, ../../app/stylesheets/partials/_music.sass */
ul#albums li .cover {
  float: left;
  text-align: center;
  width: 225px;
}
/* line 14, ../../app/stylesheets/partials/_music.sass */
ul#albums li .cover .placeholder {
  background: #eeeeee;
  border: 1px solid #dddddd;
  height: 175px;
  margin: 0 auto;
  width: 175px;
}
/* line 20, ../../app/stylesheets/partials/_music.sass */
ul#albums li .cover .placeholder span {
  color: #999999;
  font-size: 1.3em;
  line-height: 174px;
}
/* line 24, ../../app/stylesheets/partials/_music.sass */
ul#albums li .cover p {
  margin: 5px 0 0 0;
}
/* line 26, ../../app/stylesheets/partials/_music.sass */
ul#albums li .cover p.title {
  font-size: 1.3em;
  font-weight: bold;
}
/* line 29, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list {
  margin: 0 20px 10px;
  overflow: hidden;
}
/* line 32, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
/* line 37, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table thead th {
  background: url('../images/object_header_bg.jpg') repeat-x left top;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  height: 27px;
  margin: 0;
  padding: 0;
}
/* line 47, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table tr td {
  margin: 0;
  padding: 8px 10px;
}
/* line 50, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table tr td .image, ul#albums li .song-list table tr td .placeholder {
  float: left;
  text-align: center;
  width: 200px;
}
/* line 54, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table tr td .placeholder span {
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #eeeeee;
  color: #bbbbbb;
  display: block;
  font-size: 20px;
  height: 131px;
  line-height: 130px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 175px;
}
/* line 69, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table tr td p {
  margin: 10px 0;
}
/* line 71, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table tr td object {
  width: 100%;
}
/* line 73, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table tr td div.audio {
  margin: 5px 0;
}
/* line 75, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table tr td.actions {
  vertical-align: top;
  width: 150px;
}
/* line 78, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table tr td.actions a {
  display: block;
  float: left;
  margin-right: 15px;
}
/* line 82, ../../app/stylesheets/partials/_music.sass */
ul#albums li .song-list table tr.even-row {
  background-color: #eeeeee;
}

/* line 1, ../../app/stylesheets/partials/_events.sass */
#events {
  margin: 20px 0;
}

/* line 4, ../../app/stylesheets/partials/_events.sass */
div.event .map, #event_map {
  background: #dddddd;
  float: right;
  height: 250px;
  margin: 10px 0 10px 10px;
  width: 375px;
}

/* line 11, ../../app/stylesheets/partials/_events.sass */
div.event {
  overflow: hidden;
}
/* line 13, ../../app/stylesheets/partials/_events.sass */
div.event .listing {
  background: url('../images/object_header_bg.jpg') repeat-x left top;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  margin: 1px 15px 1px 20px;
  padding: 0;
}
/* line 23, ../../app/stylesheets/partials/_events.sass */
div.event .listing span {
  display: block;
  float: left;
}
/* line 26, ../../app/stylesheets/partials/_events.sass */
div.event .listing .date {
  padding: 0 0 0 10px;
  width: 125px;
}
/* line 29, ../../app/stylesheets/partials/_events.sass */
div.event .listing .name {
  font-weight: bold;
  padding: 0 10px 0 0;
}
/* line 32, ../../app/stylesheets/partials/_events.sass */
div.event .listing .location {
  float: right;
  padding: 0 10px 0 0;
}
/* line 35, ../../app/stylesheets/partials/_events.sass */
div.event .hover {
  color: #990000;
}
/* line 37, ../../app/stylesheets/partials/_events.sass */
div.event .full {
  clear: both;
  margin: 0 20px;
  overflow: hidden;
  padding: 0;
}
/* line 42, ../../app/stylesheets/partials/_events.sass */
div.event .full p.buttons {
  margin: 10px;
}
/* line 44, ../../app/stylesheets/partials/_events.sass */
div.event .full h1 {
  font-size: 20px;
  margin: 5px 0px;
  text-align: center;
}
/* line 48, ../../app/stylesheets/partials/_events.sass */
div.event .full .datetime {
  margin-top: 10px;
  text-align: center;
}
/* line 51, ../../app/stylesheets/partials/_events.sass */
div.event .full .address1, div.event .full .address2, div.event .full .phone {
  clear: left;
  float: left;
  font-size: 14px;
}
/* line 55, ../../app/stylesheets/partials/_events.sass */
div.event .full .price {
  float: right;
  font-size: 16px;
  margin: 3px;
}
/* line 59, ../../app/stylesheets/partials/_events.sass */
div.event .full .info {
  clear: left;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}

/* line 2, ../../app/stylesheets/partials/_tags.sass */
div.tags div {
  float: left;
  padding: 2px;
}
/* line 5, ../../app/stylesheets/partials/_tags.sass */
div.tags ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
}
/* line 5, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
div.tags ul {
  display: block;
}
/* line 50, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
div.tags ul li {
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 40, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
div.tags ul li.first {
  padding-left: 0px;
}
/* line 42, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
div.tags ul li.last {
  padding-right: 0px;
}
/* line 8, ../../app/stylesheets/partials/_tags.sass */
div.tags ul li {
  margin: 0;
  padding: 2px;
}
/* line 11, ../../app/stylesheets/partials/_tags.sass */
div.tags ul li a {
  font-family: "Lucida Grande", Lucida, Arial, sans_serif;
  margin: 0;
  width: auto;
  overflow: visible;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  font-weight: normal;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 12px;
  line-height: 14.4px;
  padding: 2px 10px;
  border-width: 1px;
  padding: 3px 8px;
  border-width: 1px;
  background: #dddddd url('../images/button_bg.jpg') repeat-x left top;
  border-color: #cccccc;
  color: #333333;
}
/* line 28, ../../app/stylesheets/partials/_base.sass */
div.tags ul li a::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* line 31, ../../app/stylesheets/partials/_base.sass */
div.tags ul li a:focus {
  outline: none;
}
/* line 33, ../../app/stylesheets/partials/_base.sass */
div.tags ul li a.disabled, div.tags ul li a[disabled] {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
}
/* line 35, ../../app/stylesheets/partials/_base.sass */
div.tags ul li a.disabled:hover, div.tags ul li a.disabled:focus, div.tags ul li a[disabled]:hover, div.tags ul li a[disabled]:focus {
  cursor: default;
}
/* line 60, ../../app/stylesheets/partials/_base.sass */
div.tags ul li a:active {
  padding: 1px 9px;
  border-width: 2px;
}
/* line 63, ../../app/stylesheets/partials/_base.sass */
div.tags ul li a.disabled:active, div.tags ul li a[disabled] {
  padding: 2px 10px;
  border-width: 1px;
}
/* line 60, ../../app/stylesheets/partials/_base.sass */
div.tags ul li a:active {
  padding: 2px 7px;
  border-width: 2px;
}
/* line 63, ../../app/stylesheets/partials/_base.sass */
div.tags ul li a.disabled:active, div.tags ul li a[disabled] {
  padding: 3px 8px;
  border-width: 1px;
}
/* line 18, ../../app/stylesheets/partials/_tags.sass */
div.tags ul li a:hover {
  color: #333333;
  text-decoration: none;
}

/* line 2, ../../app/stylesheets/partials/_comments.sass */
#comments > p {
  margin: 15px 20px;
}
/* line 4, ../../app/stylesheets/partials/_comments.sass */
#comments h2 {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 10px 0;
  padding: 10px 20px;
}
/* line 8, ../../app/stylesheets/partials/_comments.sass */
#comments ul ul {
  margin: 0;
  padding: 0;
}
/* line 11, ../../app/stylesheets/partials/_comments.sass */
#comments li > ul.replies {
  margin: 0 0 0 20px;
}
/* line 13, ../../app/stylesheets/partials/_comments.sass */
#comments > ul {
  margin: 20px 10px 20px 20px;
  padding: 0;
}
/* line 8, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass */
#comments > ul li {
  list-style-type: none;
  margin-left: 0px;
}
/* line 17, ../../app/stylesheets/partials/_comments.sass */
#comments > ul li.comment {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #f3f3f3;
  font-size: 13px;
  margin: 0 0 15px 0;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}
/* line 24, ../../app/stylesheets/partials/_comments.sass */
#comments > ul li.comment .avatar {
  float: left;
  padding: 5px;
}
/* line 27, ../../app/stylesheets/partials/_comments.sass */
#comments > ul li.comment .comment {
  margin: 0 0 0 65px;
}
/* line 29, ../../app/stylesheets/partials/_comments.sass */
#comments > ul li.comment .comment .author {
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
  padding: 0 0 5px 0;
}
/* line 33, ../../app/stylesheets/partials/_comments.sass */
#comments > ul li.comment .comment .author .datetime {
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 0 5px;
}
/* line 37, ../../app/stylesheets/partials/_comments.sass */
#comments > ul li.comment .comment .body {
  margin: 10px 0;
}
/* line 39, ../../app/stylesheets/partials/_comments.sass */
#comments > ul li.comment .comment .body p {
  margin: 0 0 10px 0;
}
/* line 41, ../../app/stylesheets/partials/_comments.sass */
#comments > ul li.comment .comment .meta {
  float: right;
  font-size: 12px;
  padding: 0 0 10px 0;
}
/* line 45, ../../app/stylesheets/partials/_comments.sass */
#comments form {
  margin: 0px 20px;
}
/* line 47, ../../app/stylesheets/partials/_comments.sass */
#comments form dd textarea {
  font-size: 13px;
  line-height: 1.5em;
  height: 175px;
  width: 500px;
}

/* line 1, ../../app/stylesheets/partials/_footer.sass */
#footer {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #333333;
  background: rgba(50, 50, 50, 0.9);
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-indent: 20px;
}
/* line 5, ../../../../ruby/gems/gems/compass-0.10.0.pre2/lib/compass/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
#footer {
  display: block;
}
