/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
/* line 13, ../../app/assets/stylesheets/default.scss */
html {
  color: #000;
  background: #FFF;
}

/* line 18, ../../app/assets/stylesheets/default.scss */
body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
button,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 44, ../../app/assets/stylesheets/default.scss */
ol,
input,
select,
textarea {
  margin: 0;
}

/* line 51, ../../app/assets/stylesheets/default.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 56, ../../app/assets/stylesheets/default.scss */
fieldset,
img {
  border: 0;
}

/* line 61, ../../app/assets/stylesheets/default.scss */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

/* line 75, ../../app/assets/stylesheets/default.scss */
del,
ins {
  text-decoration: none;
}

/* line 80, ../../app/assets/stylesheets/default.scss */
ul li {
  list-style: none;
}

/* line 84, ../../app/assets/stylesheets/default.scss */
caption,
th {
  text-align: left;
}

/* line 89, ../../app/assets/stylesheets/default.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 99, ../../app/assets/stylesheets/default.scss */
q:before,
q:after {
  content: '';
}

/* line 104, ../../app/assets/stylesheets/default.scss */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* line 110, ../../app/assets/stylesheets/default.scss */
sup {
  /*vertical-align: baseline;*/
  font-size: .6em;
}

/* line 115, ../../app/assets/stylesheets/default.scss */
sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
/* line 120, ../../app/assets/stylesheets/default.scss */
legend {
  color: #000;
}

/* line 124, ../../app/assets/stylesheets/default.scss */
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
/* line 138, ../../app/assets/stylesheets/default.scss */
input,
button,
textarea,
select {
  *font-size: 100%;
}

/* basic global settings */
/* line 150, ../../app/assets/stylesheets/default.scss */
html {
  background-color: transparent;
}

/* line 151, ../../app/assets/stylesheets/default.scss */
body {
  background: #e0dcd7 url(/img/bg.jpg) center top repeat-x;
  position: relative;
}

/* line 152, ../../app/assets/stylesheets/default.scss */
body, td, th {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
}

/* line 153, ../../app/assets/stylesheets/default.scss */
a, .link {
  color: #007dad;
  cursor: pointer;
  text-decoration: none;
}

/* line 154, ../../app/assets/stylesheets/default.scss */
a:link, a:active, a:visited {
  color: #007dad;
  outline: none;
}

/* line 155, ../../app/assets/stylesheets/default.scss */
a:hover {
  text-decoration: underline;
}

/* line 156, ../../app/assets/stylesheets/default.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 16px;
}

/* line 157, ../../app/assets/stylesheets/default.scss */
h1 {
  font-size: 2.2em;
  line-height: 1.2em;
  margin-bottom: 24px;
}

/* line 158, ../../app/assets/stylesheets/default.scss */
h2 {
  font-size: 1.6em;
  margin-bottom: 16px;
}

/* line 159, ../../app/assets/stylesheets/default.scss */
h3 {
  font-size: 1.4em;
}

/* line 160, ../../app/assets/stylesheets/default.scss */
h4 {
  font-weight: bold;
}

/* line 162, ../../app/assets/stylesheets/default.scss */
h6 {
  font-weight: normal;
  margin-bottom: 0;
}

/* line 163, ../../app/assets/stylesheets/default.scss */
blockquote, code, ol, p, pre {
  margin-bottom: 1em;
}

/* line 164, ../../app/assets/stylesheets/default.scss */
small {
  font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
}

/* line 165, ../../app/assets/stylesheets/default.scss */
label {
  cursor: pointer;
}

/* line 166, ../../app/assets/stylesheets/default.scss */
b, strong {
  font-weight: bold;
}

/* line 167, ../../app/assets/stylesheets/default.scss */
i, em {
  font-style: italic;
}

/* line 168, ../../app/assets/stylesheets/default.scss */
code {
  background-color: #EEF;
  border: 1px dashed #DDE;
  display: block;
  font-size: .9em;
  padding: 16px;
  white-space: normal;
}

/* line 169, ../../app/assets/stylesheets/default.scss */
input.text, input.password, textarea {
  background: white url(/img/input_bg.gif) left top repeat-x;
  border-color: #868686 #C1C1C1 #E1E1E1;
  border-style: solid;
  border-width: 1px;
  outline: none;
  padding: 3px 4px;
  resize: none;
}

/*input.checkbox, input.radio { background-color: transparent; background-image: none; border: none; height: auto !important; padding: 0; width: auto !important; }*/
/*input.file, input.image { background-image: none; border-color: default; border-style: default; border-width: default; height: auto !important; width: auto !important; }*/
/* clearfix */
/* line 174, ../../app/assets/stylesheets/default.scss */
.pagecontent:after,
.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* scripty text */
/* line 178, ../../app/assets/stylesheets/default.scss */
.script {
  font-family: "Times New Roman", Times, Didot, Georgia, serif;
}

/* columns */
/* line 181, ../../app/assets/stylesheets/default.scss */
.column, .column-left {
  float: left;
}

/* line 182, ../../app/assets/stylesheets/default.scss */
.column-right {
  float: right;
}

/* sections */
/* line 185, ../../app/assets/stylesheets/default.scss */
.section {
  margin-bottom: 2em;
}

/* line 186, ../../app/assets/stylesheets/default.scss */
.section-footer {
  margin-top: 1em;
}

/* default page container */
/* line 189, ../../app/assets/stylesheets/default.scss */
.pagecontent {
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}

/* default page container */
/* line 192, ../../app/assets/stylesheets/default.scss */
.photo.framed {
  background-color: #FFF;
  border: 1px solid #CCC;
  display: block;
  float: left;
  padding: 4px;
}

/* line 194, ../../app/assets/stylesheets/default.scss */
#logo img {
  width: 257px;
}

/* page header */
/* line 197, ../../app/assets/stylesheets/default.scss */
#theheader {
  background-color: #222;
  border-bottom: 1px solid #FFF;
  padding: 8px 0;
}

/* line 199, ../../app/assets/stylesheets/default.scss */
#theheader #thelogo {
  margin-left: 0;
  float: left;
}

/* line 200, ../../app/assets/stylesheets/default.scss */
#theheader #thelogo:hover {
  text-decoration: none;
}

/* line 201, ../../app/assets/stylesheets/default.scss */
#theheader #thelogo img {
  width: 153px;
}

/* line 202, ../../app/assets/stylesheets/default.scss */
#theheader #thetabs {
  float: right;
  line-height: 32px;
}

/* line 203, ../../app/assets/stylesheets/default.scss */
#theheader #thetabs .tab {
  float: left;
  margin-left: 32px;
}

/* line 204, ../../app/assets/stylesheets/default.scss */
#theheader #thetabs .tab a {
  color: #FFF;
  display: block;
  font-weight: bold;
}

/* page message */
/* line 207, ../../app/assets/stylesheets/default.scss */
#themessage {
  background-color: #004b64;
  height: 48px;
  cursor: pointer;
  width: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  max-width: 960px;
  margin: 0 auto;
}

/* line 208, ../../app/assets/stylesheets/default.scss */
#themessage table {
  height: 100%;
}

/* line 209, ../../app/assets/stylesheets/default.scss */
#themessage table td {
  color: #FFF;
  cursor: pointer;
  font-size: 1.6em;
  font-weight: 200;
  padding-left: 4px;
  vertical-align: center;
}

/* line 210, ../../app/assets/stylesheets/default.scss */
#themessage.error {
  background-color: #94070a;
  border-color: #A00;
}

/* page content */
/* line 213, ../../app/assets/stylesheets/default.scss */
#thecontent {
  margin-top: 32px;
}

/* page footer */
/* line 217, ../../app/assets/stylesheets/default.scss */
#thefooter {
  margin-top: 4em;
}

/* line 218, ../../app/assets/stylesheets/default.scss */
#thefooter .pagecontent {
  border-top: 1px dotted #CCC;
  color: #666;
  font-size: .9em;
  margin: 0 auto;
  padding: 16px 0 24px;
}

/* the link bar in the footer */
/* line 221, ../../app/assets/stylesheets/default.scss */
#footerlinkbar {
  font-size: 1.25em;
}

/* olark css styling */
/* line 225, ../../app/assets/stylesheets/default.scss */
#habla_panel_div {
  -webkit-box-shadow: #888 0px 0px 1px 1px;
  -moz-box-shadow: #888 0px 0px 1px 1px;
  box-shadow: #888 0px 0px 1px 1px;
}

/* object error styling */
/* line 229, ../../app/assets/stylesheets/default.scss */
#error_explanation {
  color: #900;
  margin-bottom: 15px;
}

/* line 230, ../../app/assets/stylesheets/default.scss */
#error_explanation h2 {
  margin-bottom: 5px;
}

/* line 231, ../../app/assets/stylesheets/default.scss */
#error_explanation ul li {
  list-style: circle;
  margin-left: 15px;
  font-size: 15px;
}

/* header */
/* line 234, ../../app/assets/stylesheets/default.scss */
#header {
  margin-bottom: 25px;
}

/* line 235, ../../app/assets/stylesheets/default.scss */
#header dt {
  font-size: 2.2em;
}

/* line 236, ../../app/assets/stylesheets/default.scss */
#header dd {
  font-weight: 200;
}

/* red button */
/* line 239, ../../app/assets/stylesheets/default.scss */
.red.button {
  background: #900;
  color: #eee !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0px 0px 3px #900;
}

/* line 240, ../../app/assets/stylesheets/default.scss */
.red.button:hover {
  text-decoration: none;
  background: #800;
  color: #CCC;
}

/* line 241, ../../app/assets/stylesheets/default.scss */
.red.button.big {
  font-size: 26px;
  padding: 10px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

@media only screen and (max-width: 480px) {
  /* line 246, ../../app/assets/stylesheets/default.scss */
  h1 {
    margin-bottom: 0.4em;
  }

  /* line 248, ../../app/assets/stylesheets/default.scss */
  h2, h3, h4, h5, h6 {
    margin-bottom: 0.2em;
  }

  /* line 249, ../../app/assets/stylesheets/default.scss */
  h1 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0.4 !important;
  }

  /* line 250, ../../app/assets/stylesheets/default.scss */
  h2 {
    font-size: 1.4em;
    margin-bottom: 0.2em;
  }

  /* line 251, ../../app/assets/stylesheets/default.scss */
  h3 {
    font-size: 1.2em;
  }

  /* line 252, ../../app/assets/stylesheets/default.scss */
  h4 {
    font-weight: bold;
  }

  /* override jquery form styles*/
  /* line 256, ../../app/assets/stylesheets/default.scss */
  .myform-input, .myform-label {
    width: 92%;
  }

  /* line 257, ../../app/assets/stylesheets/default.scss */
  .myform input, .myform textarea, input.password {
    width: 90%;
    word-wrap: break-word;
  }

  /* page header */
  /* line 260, ../../app/assets/stylesheets/default.scss */
  #theheader {
    padding: 4px 1%;
  }

  /* line 261, ../../app/assets/stylesheets/default.scss */
  #theheader #thelogo img {
    width: 110px;
  }

  /* line 262, ../../app/assets/stylesheets/default.scss */
  #theheader #thetabs {
    float: left;
    width: 100%;
    line-height: 24px;
  }

  /* line 263, ../../app/assets/stylesheets/default.scss */
  #theheader #thetabs .tab {
    float: left;
    margin-left: 1em;
  }

  /* line 264, ../../app/assets/stylesheets/default.scss */
  #theheader #thetabs .first_tab {
    float: left;
    margin-left: 0;
  }

  /* page content */
  /* line 267, ../../app/assets/stylesheets/default.scss */
  #thecontent {
    margin: 0.8em 0 0 0;
  }

  /* line 268, ../../app/assets/stylesheets/default.scss */
  #thecontent {
    padding: 0 1% 0 1%;
  }

  /* line 269, ../../app/assets/stylesheets/default.scss */
  .pagecontent {
    margin: 0 auto;
    position: relative;
    max-width: 100%;
  }

  /* page footer */
  /* line 272, ../../app/assets/stylesheets/default.scss */
  #thefooter {
    margin: 0.8em 0 0 0;
  }

  /* line 273, ../../app/assets/stylesheets/default.scss */
  #thefooter {
    padding: 0 1% 0 1%;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 281, ../../app/assets/stylesheets/default.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 282, ../../app/assets/stylesheets/default.scss */
#cboxWrapper {
  max-width: none;
}

/* line 283, ../../app/assets/stylesheets/default.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 284, ../../app/assets/stylesheets/default.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 285, ../../app/assets/stylesheets/default.scss */
#cboxContent {
  position: relative;
}

/* line 286, ../../app/assets/stylesheets/default.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 287, ../../app/assets/stylesheets/default.scss */
#cboxTitle {
  margin: 0;
}

/* line 288, ../../app/assets/stylesheets/default.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 289, ../../app/assets/stylesheets/default.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 290, ../../app/assets/stylesheets/default.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 291, ../../app/assets/stylesheets/default.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 292, ../../app/assets/stylesheets/default.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 303, ../../app/assets/stylesheets/default.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 304, ../../app/assets/stylesheets/default.scss */
#cboxWrapper {
  max-width: none;
}

/* line 305, ../../app/assets/stylesheets/default.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 306, ../../app/assets/stylesheets/default.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 307, ../../app/assets/stylesheets/default.scss */
#cboxContent {
  position: relative;
}

/* line 308, ../../app/assets/stylesheets/default.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 309, ../../app/assets/stylesheets/default.scss */
#cboxTitle {
  margin: 0;
}

/* line 310, ../../app/assets/stylesheets/default.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 311, ../../app/assets/stylesheets/default.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 312, ../../app/assets/stylesheets/default.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 313, ../../app/assets/stylesheets/default.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 314, ../../app/assets/stylesheets/default.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 321, ../../app/assets/stylesheets/default.scss */
.colorbox-container {
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
}
/* line 322, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxOverlay {
  background: #fff;
}
/* line 323, ../../app/assets/stylesheets/default.scss */
.colorbox-container #colorbox {
  outline: 0;
}
/* line 324, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}
/* line 325, ../../app/assets/stylesheets/default.scss */
.colorbox-container .cboxIframe {
  background: #fff;
}
/* line 326, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
/* line 327, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxLoadedContent {
  background: #000;
  padding: 1px;
}
/* line 328, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}
/* line 329, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxLoadingOverlay {
  background: #000;
}
/* line 330, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}
/* line 331, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
/* line 334, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxPrevious, .colorbox-container #cboxNext, .colorbox-container #cboxSlideshow, .colorbox-container #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(/assets/controls.png) no-repeat 0 0;
}
/* line 337, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxPrevious:active, .colorbox-container #cboxNext:active, .colorbox-container #cboxSlideshow:active, .colorbox-container #cboxClose:active {
  outline: 0;
}
/* line 339, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
/* line 340, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxPrevious:hover {
  background-position: 0px -25px;
}
/* line 341, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
/* line 342, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxNext:hover {
  background-position: -25px -25px;
}
/* line 343, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxClose {
  background-position: -50px 0px;
  right: 0;
}
/* line 344, ../../app/assets/stylesheets/default.scss */
.colorbox-container #cboxClose:hover {
  background-position: -50px -25px;
}
/* line 345, ../../app/assets/stylesheets/default.scss */
.colorbox-container .cboxSlideshow_on #cboxPrevious, .colorbox-container .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
/* line 346, ../../app/assets/stylesheets/default.scss */
.colorbox-container .cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
/* line 347, ../../app/assets/stylesheets/default.scss */
.colorbox-container .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
/* line 348, ../../app/assets/stylesheets/default.scss */
.colorbox-container .cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
/* line 349, ../../app/assets/stylesheets/default.scss */
.colorbox-container .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* line 1, ../../app/assets/stylesheets/welcome.scss */
body.body-welcome {
  background: black url(/img/welcome_bg.jpg) center top no-repeat;
}
/* line 3, ../../app/assets/stylesheets/welcome.scss */
body.body-welcome #thecontent {
  margin: 0px;
}

/* line 8, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index, #page-welcome-acceptdonations, #page-welcome-wepay {
  margin: 0 auto;
  color: #FFF;
}
/* line 11, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index h1, #page-welcome-acceptdonations h1, #page-welcome-wepay h1 {
  font-size: 56px;
  font-weight: 500;
  padding: 16px 0 0px;
  text-shadow: #744536 1px 1px 2px;
}
/* line 14, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #intro, #page-welcome-acceptdonations #intro, #page-welcome-wepay #intro {
  font-size: 1.1em;
  font-weight: 200;
  padding-top: 24px;
  width: 280px;
}
/* line 16, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #intro ul, #page-welcome-acceptdonations #intro ul, #page-welcome-wepay #intro ul {
  margin-bottom: 1em;
}
/* line 18, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #intro ul li, #page-welcome-acceptdonations #intro ul li, #page-welcome-wepay #intro ul li {
  list-style: disc;
  margin-left: 20px;
  /*background: url(/img/icons/bullet_white.png) left center no-repeat; ;*/
}
/* line 22, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #intro ul li b, #page-welcome-acceptdonations #intro ul li b, #page-welcome-wepay #intro ul li b {
  color: #F99;
}
/* line 28, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #choose, #page-welcome-acceptdonations #choose, #page-welcome-wepay #choose {
  margin: 24px 0 0 -2px;
}
/* line 32, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons, #page-welcome-acceptdonations #ribbons, #page-welcome-wepay #ribbons {
  padding-top: 64px;
}
/* line 34, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons .ribbon, #page-welcome-acceptdonations #ribbons .ribbon, #page-welcome-wepay #ribbons .ribbon {
  border: 6px solid #222;
  display: block;
  float: left;
  height: 200px;
  margin: 0 0 53px 37px;
  position: relative;
  width: 200px;
}
/* line 36, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons .ribbon span, #page-welcome-acceptdonations #ribbons .ribbon span, #page-welcome-wepay #ribbons .ribbon span {
  display: block;
}
/* line 39, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons .ribbon .info, #page-welcome-acceptdonations #ribbons .ribbon .info, #page-welcome-wepay #ribbons .ribbon .info {
  bottom: 0;
  height: 38px;
  left: 0;
  position: absolute;
  width: 200px;
}
/* line 41, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons .ribbon .info .inner, #page-welcome-acceptdonations #ribbons .ribbon .info .inner, #page-welcome-wepay #ribbons .ribbon .info .inner {
  margin: 0 8px;
}
/* line 44, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons .ribbon .info .title, #page-welcome-acceptdonations #ribbons .ribbon .info .title, #page-welcome-wepay #ribbons .ribbon .info .title {
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  padding: 3px 0 0;
}
/* line 47, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons .ribbon .info .subtitle, #page-welcome-acceptdonations #ribbons .ribbon .info .subtitle, #page-welcome-wepay #ribbons .ribbon .info .subtitle {
  color: #DDD;
  font-size: 11px;
  font-weight: 200;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
}
/* line 49, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons .ribbon .info .subtitle b, #page-welcome-acceptdonations #ribbons .ribbon .info .subtitle b, #page-welcome-wepay #ribbons .ribbon .info .subtitle b {
  color: #F99;
}
/* line 54, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons .ribbon .info.bg, #page-welcome-acceptdonations #ribbons .ribbon .info.bg, #page-welcome-wepay #ribbons .ribbon .info.bg {
  background-color: #000;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
/* line 58, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons .ribbon:hover, #page-welcome-acceptdonations #ribbons .ribbon:hover, #page-welcome-wepay #ribbons .ribbon:hover {
  text-decoration: none;
}
/* line 61, ../../app/assets/stylesheets/welcome.scss */
#page-welcome-index #ribbons .ribbon.i0, #page-welcome-acceptdonations #ribbons .ribbon.i0, #page-welcome-wepay #ribbons .ribbon.i0 {
  margin-left: 0;
}

/* line 66, ../../app/assets/stylesheets/welcome.scss */
#theheader.header-welcome {
  background: transparent url(/img/opc_000_20.png);
  border-bottom: none;
  padding: 6px 0;
}
/* line 69, ../../app/assets/stylesheets/welcome.scss */
#theheader.header-welcome #thetabs a {
  background-color: #000;
  display: block;
  float: right;
  font-size: .9em;
  font-weight: normal !important;
  line-height: 24px;
  padding: 0 24px 2px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-box-shadow: 0 0 5px 1px  #888;
  -webkit-box-shadow: 0 0 5px 1px #888;
  box-shadow: 0 0 5px 1px  #888;
}
/* line 77, ../../app/assets/stylesheets/welcome.scss */
#theheader.header-welcome #thetabs a:hover {
  text-decoration: none;
}

/* line 83, ../../app/assets/stylesheets/welcome.scss */
#thefooter.footer-welcome {
  border-color: #333;
  color: #555;
}

@media only screen and (max-width: 480px) {
  /*
  *= require jquery.myform_mobile.css
  */
  /* line 93, ../../app/assets/stylesheets/welcome.scss */
  body.body-welcome {
    background: black url(/img/welcome_bg.jpg) right top no-repeat;
    background-size: 72%;
  }

  /* line 95, ../../app/assets/stylesheets/welcome.scss */
  #theheader.header-welcome {
    background: none;
  }

  /* line 96, ../../app/assets/stylesheets/welcome.scss */
  #theheader.header-welcome #thetabs {
    width: 46% !important;
  }

  /* line 97, ../../app/assets/stylesheets/welcome.scss */
  #theheader.header-welcome #thetabs .tab {
    margin-left: 4px !important;
    width: 100% !important;
  }

  /* line 99, ../../app/assets/stylesheets/welcome.scss */
  #page-welcome-index h1 {
    font-size: 3.2em;
    font-weight: 500;
    padding: 0.4em 0 0px;
  }

  /* line 100, ../../app/assets/stylesheets/welcome.scss */
  #page-welcome-index #intro {
    padding-top: 0.8em;
    width: 100%;
  }

  /* line 101, ../../app/assets/stylesheets/welcome.scss */
  #page-welcome-index #choose {
    margin: 0.8em auto 0 0;
    width: 100%;
  }

  /* line 102, ../../app/assets/stylesheets/welcome.scss */
  #page-welcome-index #choose a img {
    width: 100%;
  }

  /* line 104, ../../app/assets/stylesheets/welcome.scss */
  #page-welcome-index #ribbons {
    padding-top: 32px;
  }

  /* line 105, ../../app/assets/stylesheets/welcome.scss */
  #page-welcome-index #ribbons .ribbon {
    border: 1em solid #222;
    margin: 0 10px 30px 0;
  }
}
@media only screen and (max-width: 420px) {
  /* line 110, ../../app/assets/stylesheets/welcome.scss */
  #page-welcome-index #ribbons .ribbon {
    float: none;
    margin: 0 auto 30px auto;
  }

  /* line 111, ../../app/assets/stylesheets/welcome.scss */
  #page-welcome-index #ribbons .ribbon.i0 {
    margin-left: auto;
  }
}
/* line 1, ../../app/assets/stylesheets/jquery.myform.css */
.myform {
  position: relative;
}

/* line 2, ../../app/assets/stylesheets/jquery.myform.css */
.myform input, .myform textarea, .myform select {
  font-size: 1.2em;
  font-weight: 200;
}

/* line 3, ../../app/assets/stylesheets/jquery.myform.css */
.myform input, .myform textarea {
  width: 320px;
}

/* line 4, ../../app/assets/stylesheets/jquery.myform.css */
.myform textarea {
  height: 4em;
}

/* line 5, ../../app/assets/stylesheets/jquery.myform.css */
.myform select {
  width: 330px;
}

/* line 6, ../../app/assets/stylesheets/jquery.myform.css */
.myform input.w1, .myform textarea.w1, .myform select.w1 {
  width: 80px;
}

/* line 7, ../../app/assets/stylesheets/jquery.myform.css */
.myform input.w2, .myform textarea.w2, .myform select.w2 {
  width: 160px;
}

/* line 8, ../../app/assets/stylesheets/jquery.myform.css */
.myform input.w3, .myform textarea.w3, .myform select.w3 {
  width: 280px;
}

/* line 9, ../../app/assets/stylesheets/jquery.myform.css */
.myform input.w4, .myform textarea.w4, .myform select.w4 {
  width: 440px;
}

/* line 10, ../../app/assets/stylesheets/jquery.myform.css */
.myform textarea.h1 {
  height: 1.3em;
}

/* line 11, ../../app/assets/stylesheets/jquery.myform.css */
.myform textarea.h2 {
  height: 2.6em;
}

/* line 12, ../../app/assets/stylesheets/jquery.myform.css */
.myform textarea.h3 {
  height: 3.9em;
}

/* line 13, ../../app/assets/stylesheets/jquery.myform.css */
.myform input.checkbox, .myform input.radio {
  width: auto;
}

/* line 14, ../../app/assets/stylesheets/jquery.myform.css */
.myform .hint, .myform .note {
  font-size: 12px;
  line-height: normal !important;
}

/* line 15, ../../app/assets/stylesheets/jquery.myform.css */
.myform .hint {
  width: 330px;
}

/* line 16, ../../app/assets/stylesheets/jquery.myform.css */
.myform .multi {
  padding: 0;
}

/* line 17, ../../app/assets/stylesheets/jquery.myform.css */
.myform.big input, .myform.big textarea, .myform.big select {
  font-size: 1.5em;
}

/* line 18, ../../app/assets/stylesheets/jquery.myform.css */
.myform.big textarea {
  height: 4em;
}

/* line 20, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .birth-month {
  width: 32px;
}

/* line 21, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .birth-day {
  width: 32px;
}

/* line 22, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .birth-year {
  width: 56px;
}

/* line 23, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .ssn {
  width: 104px;
}

/* line 24, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .pin {
  width: 56px;
}

/* line 26, ../../app/assets/stylesheets/jquery.myform.css */
.myform-section {
  margin-bottom: 16px;
}

/* line 27, ../../app/assets/stylesheets/jquery.myform.css */
.myform-heading {
  border-bottom: 1px dotted #CCC;
  font-size: 16px;
  display: block;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 8px;
}

/* line 29, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input, .myform-label {
  width: 330px;
}

/* line 31, ../../app/assets/stylesheets/jquery.myform.css */
.myform-checkbox-label {
  font-size: 18px;
}

/* line 33, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input {
  font-size: 16px;
}

/* line 34, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .dollar, .myform-input .dollar input {
  font-size: 40px;
}

/* line 35, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .dollar {
  background: #eeffdd url(/css/img/input_bg_dollar.gif) left top repeat-x;
  border-color: #8A2 #BCA #CDB;
  border-style: solid;
  border-width: 1px;
  color: #690;
  height: 49px;
  padding: 0 6px 0 10px;
  width: 312px !important;
}

/* line 36, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .dollar span {
  float: left;
}

/* line 37, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .dollar input {
  background: none;
  border: none;
  float: right;
  padding: 0;
  width: 280px !important;
}

/* line 38, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input input.myform-input-error, .myform-input textarea.myform-input-error {
  border-color: #900;
}

/* line 39, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input label.myform-input-error, .myform-input select.myform-input-error {
  color: #900;
}

/* line 40, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input input.checkbox,
.myform-input input.radio {
  margin-right: 8px;
}

/* line 42, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .myform-value-hint {
  color: #CCC;
}

/* NOT CURRENTLY IN USE
.myform-input .myform-error { background: url(/img/myform-error.png) left center no-repeat; display: none; height: 28px; line-height: 28px; padding-left: 24px; position: absolute; }
.myform-input .myform-error span { color: #900; font-size: 11px; }
*/
/* line 48, ../../app/assets/stylesheets/jquery.myform.css */
.myform-row {
  margin-bottom: 8px;
}

/* line 49, ../../app/assets/stylesheets/jquery.myform.css */
tr.myform-row td, tr.myform-row th {
  padding-bottom: 8px;
}

/* line 50, ../../app/assets/stylesheets/jquery.myform.css */
tr.myform-row th {
  padding-right: 16px;
  white-space: nowrap;
}

/* line 51, ../../app/assets/stylesheets/jquery.myform.css */
.myform-row.first {
  margin-top: 0;
}

/* line 52, ../../app/assets/stylesheets/jquery.myform.css */
.myform .address-phone.hide,
.myform-row.address-add.hide,
.myform-row.phone-add.hide {
  display: none;
}

/* line 55, ../../app/assets/stylesheets/jquery.myform.css */
.myform-row.app-add.hide {
  display: none;
}

/* line 57, ../../app/assets/stylesheets/jquery.myform.css */
.myform-label {
  color: #838077;
  font-size: 1.1em;
  line-height: 16px;
}

/* line 58, ../../app/assets/stylesheets/jquery.myform.css */
.myform-label b, .myform b.required {
  color: #900;
  font-weight: bold;
}

/* line 59, ../../app/assets/stylesheets/jquery.myform.css */
.myform-label i {
  color: #BBB;
  float: right;
  font-size: .9em;
  font-style: normal;
  font-weight: normal;
  text-transform: lowercase;
}

/* line 60, ../../app/assets/stylesheets/jquery.myform.css */
.myform.label-left .myform-label,
.myform.label-left .myform-input {
  float: left;
  line-height: 24px;
}

/* line 62, ../../app/assets/stylesheets/jquery.myform.css */
.myform.label-left .myform-label {
  height: 24px;
  padding-right: 16px;
  text-align: right;
}

/* line 63, ../../app/assets/stylesheets/jquery.myform.css */
.myform.label-top .myform-label {
  margin-bottom: 4px;
}

/* line 65, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input dl.hint {
  display: none;
  float: right;
  font-size: 11px;
  left: 400px;
  position: absolute;
  top: 0;
  width: 240px;
}

/* line 66, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .hint dt {
  float: left;
}

/* line 67, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .hint dd {
  margin-left: 30px;
}

/* line 68, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input dl.hint.nofade {
  display: block;
  position: static;
  width: auto;
}

/* line 69, ../../app/assets/stylesheets/jquery.myform.css */
.myform.label-top .myform-row.multi-2 .column {
  padding-left: 10px;
  width: 160px;
}

/* line 70, ../../app/assets/stylesheets/jquery.myform.css */
.myform.label-top .myform-row.multi-2 .column.first {
  padding-left: 0;
}

/* line 71, ../../app/assets/stylesheets/jquery.myform.css */
.myform.label-top .myform-row.multi-2 .myform-input .column select {
  width: 160px;
}

/* line 72, ../../app/assets/stylesheets/jquery.myform.css */
.myform.label-top .myform-row.multi-2 .myform-input .column input,
.myform.label-top .myform-row.multi-2 .myform-input .column textarea {
  width: 150px;
}

/* line 75, ../../app/assets/stylesheets/jquery.myform.css */
.myform-input .myform-help {
  float: right;
  font-size: .8em;
  font-weight: 200;
  margin-top: .25em;
}

/* line 76, ../../app/assets/stylesheets/jquery.myform.css */
.myform-label .myform-help {
  float: right;
  font-size: .9em;
  font-weight: normal;
}

/* line 78, ../../app/assets/stylesheets/jquery.myform.css */
.myform-actions button {
  font-size: 20px;
  padding: 3px 5px 3px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ddd;
}

/* line 79, ../../app/assets/stylesheets/jquery.myform.css */
.myform-actions .myform-input {
  position: static;
}

/* line 80, ../../app/assets/stylesheets/jquery.myform.css */
.myform-actions {
  white-space: nowrap;
}

/* line 81, ../../app/assets/stylesheets/jquery.myform.css */
.myform-actions .action {
  margin-right: 24px;
}

/* line 82, ../../app/assets/stylesheets/jquery.myform.css */
.myform .action-back {
  background-color: #EEE;
  bottom: 0;
  color: #999;
  display: block;
  left: 0;
  padding: 4px 8px;
  position: absolute;
}

/* line 83, ../../app/assets/stylesheets/jquery.myform.css */
.myform .action-skip {
  clear: both;
  display: block;
  float: right;
  font-size: 1.1em;
  font-weight: 200;
  margin-top: 1.4em;
}

/* line 85, ../../app/assets/stylesheets/jquery.myform.css */
.myform-helper {
  font-size: .8em;
  font-weight: 200;
  margin-left: 15px;
}

/* line 86, ../../app/assets/stylesheets/jquery.myform.css */
.myform-helper-dialog {
  height: 270px;
  width: 475px;
}

/* line 87, ../../app/assets/stylesheets/jquery.myform.css */
.myform-helper-dialog .dialog-title {
  font-size: 1.5em;
  font-weight: 800;
}

/* credit card fields */
/* line 91, ../../app/assets/stylesheets/jquery.myform.css */
.myform-row-cc-expires-cvv2 .myform-input-cc-expires {
  width: 136px !important;
}

/* line 92, ../../app/assets/stylesheets/jquery.myform.css */
.myform-row-cc-expires-cvv2 .myform-input-cc-expires .cc-month {
  width: 28px;
}

/* line 93, ../../app/assets/stylesheets/jquery.myform.css */
.myform-row-cc-expires-cvv2 .myform-input-cc-expires .cc-year {
  width: 56px;
}

/* line 94, ../../app/assets/stylesheets/jquery.myform.css */
.myform-row-cc-expires-cvv2 .myform-label-cc-cvv2 {
  width: 112px !important;
}

/* line 95, ../../app/assets/stylesheets/jquery.myform.css */
.myform-row-cc-expires-cvv2 .myform-input-cc-cvv2 {
  width: 66px !important;
}

/* line 96, ../../app/assets/stylesheets/jquery.myform.css */
.myform-row-cc-expires-cvv2 .myform-input-cc-cvv2 input {
  width: 56px;
}

/*
*= require default
*= require jquery.myform.css
*/
/**
 * ribbon/edit_photos
 */
/* line 14, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-edit_photos #photos .photo {
  float: left;
  margin: 24px 24px 0 0;
  text-align: center;
  width: 210px;
}
/* line 19, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-edit_photos #photos .photo img {
  background-color: #FFF;
  border: 1px solid #DDD;
  margin-top: 8px;
  padding: 6px;
}
/* line 22, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-edit_photos #photos .photo input[type="submit"] {
  font-size: 14px;
  padding: 2px 4px 2px 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #DDD;
}
/* line 31, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-edit_photos #photos .photo .photo_action {
  float: left;
  margin-right: 5px;
}
/* line 34, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-edit_photos #photos .photo .photo_actions {
  margin-top: 15px;
}

/**
 * ribbon/view
 */
/* line 45, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #admin {
  background-color: #900;
  color: #DAA;
  font-size: 1.4em;
  font-weight: 200;
  margin-bottom: 32px;
  padding: 8px 16px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/* line 46, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #admin a {
  color: #FFF;
  font-weight: normal;
}

/* line 47, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #admin dt, #page-ribbon-view #admin dd {
  float: left;
}

/* line 48, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #admin dd {
  margin-left: 24px;
}

/* line 50, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view .column-left {
  width: 424px;
}

/* line 51, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view .column-right {
  width: 480px;
}

/* line 53, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photo {
  left: -5px;
  position: relative;
  width: 434px;
}

/* line 54, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photo .photo-frame {
  padding: 0 5px;
}

/* line 55, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photo .photo-top {
  background: url(/img/photoframe_top.png) center top no-repeat;
  height: 15px;
}

/* line 56, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photo .photo-mid {
  background: url(/img/photoframe_mid.png) center center repeat-y;
}

/* line 57, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photo .photo-bottom {
  background: url(/img/photoframe_bottom.png) center bottom no-repeat;
  height: 23px;
}

/* line 58, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photo .photo-inner {
  padding-left: 12px;
}

/* line 59, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photo .photo-empty {
  background-color: #666;
  display: block;
  height: 560px;
  width: 400px;
}

/* line 60, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photo .photo-empty span {
  color: #FFF;
  display: block;
  font-size: 3em;
  font-weight: 200;
  padding-top: 200px;
  text-align: center;
}

/* line 61, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photo .photo-empty:hover {
  text-decoration: none;
}

/* line 63, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photos {
  margin-top: 2em;
}

/* line 64, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photos .photo {
  margin-left: 13px;
}

/* line 65, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #photos .photo.i0 {
  margin-left: 0;
}

/* line 67, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #about {
  margin-top: 2em;
}

/* line 68, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #about h2 {
  font-weight: bold;
}

/* line 69, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #about h4 {
  font-weight: 200;
}

/* line 70, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #about .description {
  font-size: 1.2em;
  font-style: normal;
  font-weight: 200;
}

/* line 72, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #like {
  border: none;
  height: 28px;
  margin-top: 1em;
  overflow: hidden;
  width: 100%;
}

/* line 73, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #title {
  font-weight: bold;
  margin: 0;
}

/* line 74, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #subtitle {
  background: url(/img/quote_bg.png) left top no-repeat;
  font-size: 2.4em;
  font-style: italic;
  margin: 1em 0 0;
  padding-left: 56px;
}

/* line 76, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress {
  margin-top: 4em;
}

/* line 77, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .goal {
  font-size: 1.1em;
  font-weight: 200;
  text-align: center;
}

/* line 78, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .meter, #page-ribbon-view #progress .meter-inner {
  height: 32px;
}

/* line 79, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .meter {
  background: white url(/img/meter_bg.png) right top repeat-x;
  border: 1px solid #539208;
  margin-top: 4px;
}

/* line 80, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .meter-inner {
  background-color: #539208;
}

/* line 81, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .info {
  color: #777;
  font-weight: 200;
  margin: 8px 0 2em;
}

/* line 82, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .info b {
  color: #000;
  font-size: 1em;
}

/* line 83, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .info .sofar {
  float: left;
}

/* line 84, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .info .togo {
  float: right;
}

/* line 85, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .info .green {
  color: #539208;
}

/* line 86, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .info .red {
  color: #900;
}

/* line 87, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #progress .successmessage {
  font-size: 2em;
  font-weight: 200;
  margin-bottom: 15px;
  text-align: center;
}

/* line 89, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #donate {
  display: block;
  text-align: center;
  width: 480px;
}

/* line 90, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #donate h3 {
  margin-bottom: 5px;
}

/* line 91, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #donate .amount_choose {
  display: block;
}

/* line 92, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #donate .amount {
  display: inline-block;
  margin: 5px;
}

/* line 93, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #donate .default {
  border: 1px solid #aaa;
  background: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#bbb');
  background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#bbbbbb));
  background: -moz-linear-gradient(top, #dddddd, #bbbbbb);
}

/* line 98, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #donate .radio {
  margin-right: 5px;
}

/* line 99, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #donate .dollar {
  color: #567334;
  font-size: 29px;
  margin-right: 5px;
}

/* line 101, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #donate .amount .custom {
  color: #567334;
  font-size: 29px;
  font-weight: 200px;
  width: 75px;
  background: white url(/img/input_bg.gif) left top repeat-x;
  border-color: #868686 #C1C1C1 #E1E1E1;
  border-style: solid;
  border-width: 1px;
  padding: 3px 4px;
}

/* line 102, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #donate .donate_button {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* line 104, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #account_create_link .button {
  margin-top: 25px;
}

/* line 105, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #account_create_link:hover {
  text-decoration: none;
}

/* line 107, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #contact_owner {
  margin-bottom: 15px;
}

/* line 109, ../../app/assets/stylesheets/ribbon.scss */
#feed {
  margin-top: 4em;
}

/* line 110, ../../app/assets/stylesheets/ribbon.scss */
#feed h6 {
  border-bottom: 1px solid #CCC;
  color: #888;
  font-size: .85em;
  font-weight: 200;
  margin-bottom: 2em;
  padding-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
}

/* line 111, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem {
  margin-top: 16px;
}

/* line 112, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-icon {
  float: left;
}

/* line 113, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-date {
  color: #666;
  float: right;
  font-size: .9em;
  font-weight: 200;
  margin-top: 3px;
  white-space: nowrap;
}

/* line 114, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-title {
  margin-left: 40px;
}

/* line 115, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-title b.dollar {
  color: #539208;
}

/* line 116, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-title dl dt {
  font-size: 1.2em;
  font-weight: 200;
}

/* line 117, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-title dl dd {
  display: none;
  padding-bottom: 8px;
}

/* line 118, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-title dl dd select {
  margin-bottom: 4px;
  width: 336px;
}

/* line 119, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-title dl dd button {
  margin-right: 4px;
}

/* line 120, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-title dl .feeditem_edit {
  font-size: 0.8em;
  margin-right: 15px;
}

/* line 121, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-title dl .feeditem_delete {
  font-size: 0.8em;
}

/* line 122, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-menu {
  font-size: 11px;
  margin-left: 40px;
}

/* line 123, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-menu .note {
  margin-left: 8px;
}

/* line 124, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-note {
  margin: 8px 0 0 40px;
}

/* line 125, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-note dl dt {
  background: url(/img/quote_bg.png) left top no-repeat;
  color: #333;
  font-size: 1.6em;
  font-style: italic;
  padding: 2px 0 0 56px;
}

/* line 126, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-note dl dd {
  display: none;
  padding-top: 8px;
}

/* line 127, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-note dl dd textarea {
  height: 80px;
  margin-bottom: 4px;
  width: 336px;
}

/* line 128, ../../app/assets/stylesheets/ribbon.scss */
#feed .feeditem-note dl dd button {
  margin-right: 4px;
}

/* line 129, ../../app/assets/stylesheets/ribbon.scss */
#feed .more_activity h4 {
  margin-top: 15px;
  font-size: 16px;
}

/* line 131, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #percent_complete {
  color: #FFF;
  background-color: #9f9996;
  padding: 10px 10px 10px 10px;
  margin-top: 5px;
  margin-bottom: 15px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/* line 132, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #percent_complete #percent_complete_text {
  font-size: 1.7em;
}

/* line 133, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #percent_complete #complete_bar {
  height: 15px;
  background: white url(/img/meter_bg.png) right top repeat-x;
  margin: 5px 25px 25px 0px;
}

/* line 134, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #percent_complete #complete_bar_inner {
  background-color: #539208;
  height: 15px;
  width: 0px;
}

/* line 135, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #percent_complete #tips_title {
  font-size: 1.6em;
}

/* line 136, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #percent_complete .progress_tips_incomplete {
  padding-left: 25px;
  font-weight: bold;
  font-size: 1.3em;
  margin-left: 15px;
}

/* line 137, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #percent_complete .progress_tips_complete {
  color: white;
  font-size: 1.1em;
  text-decoration: line-through;
  margin-left: 15px;
  padding-left: 25px;
  background: url(/img/green_check.png) left top no-repeat;
}

/* line 138, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #percent_complete .progress_tips_complete a {
  color: white !important;
}

/* line 140, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #sharing {
  height: 80px;
  margin-top: 20px;
}

/* line 141, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #share_title {
  margin-bottom: 8px;
  font-size: 1.2em;
}

/* line 142, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #sharing .sharetext {
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  color: #333;
}

/* line 143, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #sharing #emailsharetext {
  margin-left: 10px;
}

/* line 144, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #sharing :hover {
  /*text-decoration:none; */
}

/* line 145, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #sharing .share_item {
  width: 50px;
  margin-left: 10px;
  margin-right: 10px;
  height: 100px;
  float: left;
}

/* line 146, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #sharing .share_item #email_img {
  background-color: white;
  height: 34px;
  width: 48px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* line 147, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-view #sharing .share_item .share_email_text {
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  text-align: center;
  border-style: solid;
  border-color: #9f9996;
  border-width: 1px;
  margin-top: 5px;
  background-color: #c6c3c1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 149, ../../app/assets/stylesheets/ribbon.scss */
#donate-dialogue table {
  width: 600px;
}

/* line 150, ../../app/assets/stylesheets/ribbon.scss */
#donate-dialogue table td {
  text-align: center;
}

/* line 151, ../../app/assets/stylesheets/ribbon.scss */
#donate-dialogue table thead td {
  font-size: 2em;
  font-weight: 200;
  padding: 32px 0;
}

/* line 152, ../../app/assets/stylesheets/ribbon.scss */
#donate-dialogue table thead td img {
  margin-top: 24px;
}

/* line 153, ../../app/assets/stylesheets/ribbon.scss */
#donate-dialogue table thead td i {
  color: #999;
  display: block;
  font-size: 12px;
  margin-top: 16px;
}

/* line 154, ../../app/assets/stylesheets/ribbon.scss */
#donate-dialogue table tbody td {
  background-color: #004c6c;
  border-color: #004563;
  border-style: solid;
  border-width: 2px 0;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 200;
  padding: 12px 0;
}

/* line 155, ../../app/assets/stylesheets/ribbon.scss */
#donate-dialogue table tfoot td {
  padding: 32px 0;
}

/* line 158, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-list .column-left {
  width: 424px;
}

/* line 159, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-list .column-right {
  width: 480px;
}

/* line 160, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-list #ribbons .ribbon {
  margin-bottom: 1em;
}

/* line 161, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-list #ribbons .ribbon .info {
  margin-left: 96px;
}

/* line 162, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-list #ribbons .ribbon .info .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: .1em;
}

/* line 163, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-list #ribbons .ribbon .info .subtitle {
  font-size: 1.1em;
  font-style: italic;
}

/* line 164, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-list #ribbons .ribbon .info .date {
  color: #999;
  font-size: .9em;
  font-weight: 200;
  margin-top: 4px;
}

/* line 165, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-list #ribbons .ribbon .info .categories {
  color: #999;
  font-size: .9em;
  font-weight: 200;
  margin-top: 4px;
}

/* line 166, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-list #ribbons .ribbon .info .body {
  font-weight: 200;
  margin-top: 8px;
}

/* line 167, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-list #ribbons .ribbon .info .footer {
  font-size: .9em;
  margin-top: 8px;
}

/* line 169, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-get_money .getmoneylink {
  font-size: 2em;
}

/* line 172, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-transactions #transactions #header {
  background-color: #539208;
}

/* line 173, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-transactions #transactions #header tr th {
  color: white;
  font-size: 1.5em;
  padding: 0px 5px 0px 5px;
}

/* line 174, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-transactions #transactions #body tr td {
  font-size: 1.2em;
  padding: 1px 5px 1px 5px;
}

/* line 175, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-transactions #transactions #body tr .fee {
  color: #900;
}

/* line 176, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-transactions #transactions #body tr .donation {
  color: #539208;
}

/* line 179, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-get_money #withdrawals #header {
  background-color: #539208;
}

/* line 180, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-get_money #withdrawals #header tr th {
  color: white;
  font-size: 1.5em;
  padding: 0px 5px 0px 5px;
}

/* line 181, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-get_money #withdrawals #body tr td {
  font-size: 1.2em;
  padding: 1px 5px 1px 5px;
}

/* line 182, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-get_money #withdrawals #body tr .fee {
  color: #900;
}

/* line 183, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-get_money #withdrawals #body tr .donation {
  color: #539208;
}

/* line 185, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-transactions #trends {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 187, ../../app/assets/stylesheets/ribbon.scss */
.myform-ribbonedit .column-right .myform-label,
.myform-ribbonedit .column-right .myform-input {
  width: auto;
}

/* line 189, ../../app/assets/stylesheets/ribbon.scss */
.myform-ribbonedit .column-right textarea {
  height: 200px;
  resize: vertical;
  width: 560px;
}

/* line 191, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-share_by_email textarea#message {
  resize: vertical;
}

/* line 193, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-donate {
  min-height: 400px;
}

/**
 * Send Message
 */
/* line 199, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-contact textarea#message {
  height: 150px;
  width: 500px;
  resize: vertical;
}

/* line 201, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .progressbox .infos {
  padding: 10px 0 5px 20px;
  float: left;
}

/* line 202, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .progressbox .label {
  font-size: 15px;
  font-weight: 200;
  color: #5E5E5E;
}

/* line 203, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .progressbox .value {
  font-size: 20px;
  font-weight: bold;
  color: #5E5E5E;
}

/* line 204, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .progressbox .moneys.value {
  color: #055168;
}

/* line 205, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .progressbox .biginfo .value {
  width: 100%;
  font-size: 60px;
  text-align: center;
  color: #006098;
  margin-top: -10px;
}

/* line 207, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent {
  width: 450px;
}

/* line 208, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .custom_donation_wrapper {
  padding-left: 0;
  padding-top: 0;
}

/* line 209, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .sidebox {
  color: #4B4B4B;
  background: #F8F8F8;
  border: 1px solid #999;
  padding: 14px 20px 14px 14px;
  position: relative;
  margin: 0 20px 20px 0;
}

/* line 210, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .sidebox input.sd_radio {
  position: absolute;
  top: 32px;
  left: 20px;
}

/* line 211, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .sidebox .money_amount {
  color: #7B9F19;
  font-size: 38px;
  font-weight: bold;
  display: inline-block;
  width: 180px;
  text-align: right;
}

/* line 212, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .sidebox .note {
  font-size: 14px;
  float: right;
  width: 200px;
  word-wrap: break-word;
}

/* line 213, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent a,
#rightcontent a span {
  display: block;
}

/* line 215, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent a:hover {
  text-decoration: none;
}

/* line 216, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent a:hover .money_amount {
  color: #570;
}

/* line 217, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent a:hover .sidebox {
  background: #ddd;
  border: 1px solid #ccc;
}

/* line 218, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .sidebox .money_amount {
  text-align: center;
}

/* line 219, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .amount_selector {
  float: left;
  margin: 0;
}

/* line 220, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .sidebox.custom_donation input.amount_input {
  font-size: 38px;
  padding: 5px 10px;
  width: 125px;
  position: absolute;
  top: 10px;
  left: 50px;
  text-align: right;
}

/* line 221, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .sidebox.custom_donation label {
  width: 30px;
}

/* line 222, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .sidebox .note input.button {
  margin: 5px 0 6px 30px;
  width: 170px !important;
}

/* line 223, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .sidebox.custom_donation .note {
  width: 210px;
}

/* line 224, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .inactive {
  font-style: italic;
  color: #682105;
  font-weight: 200;
  font-size: 14px;
  margin: 0;
}

/* line 228, ../../app/assets/stylesheets/ribbon.scss */
.donation-options.myform-section .myform-row {
  border-top: 1px dashed #bbb;
  padding-top: 8px;
}

/* line 229, ../../app/assets/stylesheets/ribbon.scss */
.donation-options.myform-section .myform-row .behalf-label.myform-label {
  color: #000;
  font-size: 18px;
}

/* line 231, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .donorcount {
  font-style: italic;
  font-size: 16px;
  color: #5E5E5E;
  position: relative;
  top: 14px;
}

/* line 232, ../../app/assets/stylesheets/ribbon.scss */
#rightcontent .donorlist .donor {
  font-size: 15px;
  color: #5E5E5E;
  font-weight: 200;
  height: 22px;
}

/* line 234, ../../app/assets/stylesheets/ribbon.scss */
#page-ribbon-get_money p {
  font-size: 16px;
}

/* line 236, ../../app/assets/stylesheets/ribbon.scss */
iframe.wepay-iframe {
  width: 600px;
  height: 300px;
  border: 1px solid white;
  border-bottom: 1px solid #ddd;
  background: white;
}
/* line 242, ../../app/assets/stylesheets/ribbon.scss */
iframe.wepay-iframe.barrier {
  border: 1px solid #ddd;
}

/* buttons */
/* line 248, ../../app/assets/stylesheets/ribbon.scss */
input.button,
.button, button.ui-button span {
  cursor: pointer;
  border: 1px solid #b8b8b8;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, white 0%, #d7d7d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #d7d7d7));
  color: #7e7e7e !important;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px #ffffff;
  zoom: 1;
  *display: inline;
}

/* line 250, ../../app/assets/stylesheets/ribbon.scss */
input.button:hover, .button:hover, button.ui-button span:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e0e0e0));
  text-decoration: none;
}

/* line 251, ../../app/assets/stylesheets/ribbon.scss */
.button, .button:before, .button:after, button.ui-button span {
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

/* line 252, ../../app/assets/stylesheets/ribbon.scss */
.button:before, .button:after {
  content: "";
  position: absolute;
  z-index: -1;
}

/* line 253, ../../app/assets/stylesheets/ribbon.scss */
.button.submit, .button:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* line 254, ../../app/assets/stylesheets/ribbon.scss */
.button:after {
  bottom: 0;
  left: 1px;
  right: 1px;
  top: 1px;
}

/* line 255, ../../app/assets/stylesheets/ribbon.scss */
.button {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

/* line 256, ../../app/assets/stylesheets/ribbon.scss */
a.button:focus, input.button:focus {
  box-shadow: 0 0 5px rgba(180, 218, 0, 0.5);
  outline: none;
  border: 1px solid #82A41F;
}

/* line 257, ../../app/assets/stylesheets/ribbon.scss */
a.button:active, input.button:active {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  background: #ececec;
  background: -moz-linear-gradient(top, #e9e9e9 0%, #f3f3f3 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(60%, #f3f3f3));
}

/* blue (and button-big for legacy purposes) */
/* line 259, ../../app/assets/stylesheets/ribbon.scss */
.blue.button, .button.button-big {
  border: 1px solid #004068;
  color: #FFF !important;
  font-weight: normal;
  text-shadow: 0 -1px #02466B;
  box-shadow: inset 0 1px #20a1ec, 0 1px 5px rgba(0, 0, 0, 0.15);
  background: #0074B6;
  background: -moz-linear-gradient(top, #1a80bc 0%, #0067a3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a80bc), color-stop(1, #0067a3));
}

/* line 260, ../../app/assets/stylesheets/ribbon.scss */
.blue.button:hover, .button.button-big:hover {
  background: #1084C6;
  background: -moz-linear-gradient(top, #2a90cc 0%, #1077b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2a90cc), color-stop(1, #1077b3));
}

/* line 261, ../../app/assets/stylesheets/ribbon.scss */
.blue.button:focus, .button.button-big:focus {
  box-shadow: inset 0 1px #20a1ec, 0 1px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(180, 218, 0, 0.5);
  outline: none;
  border: 1px solid #82A41F;
  background: #0074B6;
  background: -moz-linear-gradient(top, #1a80bc 0%, #0067a3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a80bc), color-stop(1, #0067a3));
}

/* line 262, ../../app/assets/stylesheets/ribbon.scss */
.blue.button:active, .button.button-big:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(0, 0, 0, 0.15);
}

/* green */
/* line 264, ../../app/assets/stylesheets/ribbon.scss */
.green.button {
  border: 2px solid #fff;
  background: #A4CD00;
  background: -moz-linear-gradient(top, #bada00 0%, #9ac600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bada00), color-stop(1, #9ac600));
  color: #FFF !important;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 14px 30px;
  text-decoration: none;
  text-shadow: 0 -1px 1px #587535;
}

/* line 265, ../../app/assets/stylesheets/ribbon.scss */
.green.button:hover {
  background: #A4CD00;
  background: -moz-linear-gradient(top, #cae300 0%, #add200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cae300), color-stop(1, #add200));
}

/* line 266, ../../app/assets/stylesheets/ribbon.scss */
.button.green.submit, .green.button:before {
  border: 1px solid #79a100;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

/* line 267, ../../app/assets/stylesheets/ribbon.scss */
.green.button:after {
  border-top: 1px solid #E1EF00;
  bottom: 0;
  left: 1px;
  right: 1px;
  top: 1px;
}

/* line 268, ../../app/assets/stylesheets/ribbon.scss */
.green.button.square {
  border-radius: 3px;
  padding: 5px;
  padding: 10px 25px;
}

/* line 269, ../../app/assets/stylesheets/ribbon.scss */
.green.button.submit {
  webkit-box-shadow: inset 0px 1px 0px 0px #e2ec2c;
  -moz-box-shadow: inset 0px 1px 0px 0px #e2ec2c;
  box-shadow: inset 0px 1px 0px 0px #e2ec2c;
}

/* line 270, ../../app/assets/stylesheets/ribbon.scss */
.green.button:focus {
  box-shadow: 0 0 5px rgba(180, 218, 0, 0.5);
  background: #A4CD00;
  background: -moz-linear-gradient(top, #cae300 0%, #add200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cae300), color-stop(1, #add200));
}

/* line 271, ../../app/assets/stylesheets/ribbon.scss */
a.green.button:focus {
  border: 2px solid #fff;
}

/* line 273, ../../app/assets/stylesheets/ribbon.scss */
button#comment_button {
  position: absolute;
  left: 390px;
  top: 19px;
}

/* line 274, ../../app/assets/stylesheets/ribbon.scss */
dl#comment_form {
  padding-left: 40px;
}

@media only screen and (max-width: 480px) {
  /* line 278, ../../app/assets/stylesheets/ribbon.scss */
  div#thecontent {
    margin-top: 45px;
  }

  /* line 279, ../../app/assets/stylesheets/ribbon.scss */
  div#page-ribbon-view {
    position: static;
  }

  /* line 281, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view .column-left {
    width: 100%;
  }

  /* line 282, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view .column-right {
    width: 100%;
  }

  /* line 284, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view .column-right #title {
    position: absolute;
    left: 10px;
    top: 65px;
  }

  /* line 286, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #photo {
    left: -5px;
    position: relative;
    width: 220px;
    margin: 0 auto;
  }

  /* line 287, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #photo .photo-frame {
    padding: 0 0;
  }

  /* line 288, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #photo .photo-top {
    display: none;
  }

  /* line 289, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #photo .photo-mid {
    background: none;
  }

  /* line 290, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #photo .photo-mid img {
    border: 8px solid #FFF;
  }

  /* line 291, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #photo .photo-bottom {
    display: none;
  }

  /* line 292, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #photo .photo-inner {
    padding-left: 0;
  }

  /* line 293, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #photo .photo-empty {
    background-color: #666;
    display: block;
    height: 560px;
    width: 400px;
  }

  /* line 294, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #photo .photo-empty span {
    color: #FFF;
    display: block;
    font-size: 3em;
    font-weight: 200;
    padding-top: 200px;
    text-align: center;
  }

  /* line 296, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #about {
    margin-top: 4px;
  }

  /* line 297, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #about h2 {
    display: none;
  }

  /* line 299, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #subtitle {
    font-size: 2.0em;
    margin: 15px 0 0;
    padding-left: 56px;
  }

  /* line 301, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #sharing .share_item {
    height: auto;
  }

  /* line 302, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #sharing .share_item .share_email_text {
    clear: both;
  }

  /* line 304, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #donate {
    width: 100%;
  }

  /* line 305, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-view #donate img {
    width: 100%;
  }

  /* line 307, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-list .column-left {
    width: 100%;
  }

  /* line 308, ../../app/assets/stylesheets/ribbon.scss */
  #page-ribbon-list .column-right {
    width: 100%;
    margin-top: 8px;
  }

  /* line 310, ../../app/assets/stylesheets/ribbon.scss */
  #rightcontent {
    width: 100%;
  }

  /* line 311, ../../app/assets/stylesheets/ribbon.scss */
  #rightcontent .sidebox {
    padding: 10px 5% 10px 3%;
    position: relative;
    margin: 0 0 10px 0;
  }

  /* line 312, ../../app/assets/stylesheets/ribbon.scss */
  #rightcontent .sidebox .money_amount {
    width: 60%;
    color: #7B9F19;
    font-size: 2.2em;
    font-weight: bold;
    padding: 10px 0 0 0;
  }

  /* line 313, ../../app/assets/stylesheets/ribbon.scss */
  #rightcontent .sidebox .note {
    width: 44%;
  }

  /* line 314, ../../app/assets/stylesheets/ribbon.scss */
  #rightcontent .sidebox .note input.button {
    margin: 6% 0 6% 12%;
    width: 90% !important;
  }

  /* line 315, ../../app/assets/stylesheets/ribbon.scss */
  #rightcontent .sidebox.custom_donation input.amount_input {
    padding: 1% 2%;
    width: 38%;
    top: 14px;
    left: 10%;
  }

  /* line 316, ../../app/assets/stylesheets/ribbon.scss */
  #rightcontent .sidebox.custom_donation .note {
    width: 47%;
  }

  /* line 317, ../../app/assets/stylesheets/ribbon.scss */
  #rightcontent .sidebox.custom_donation label {
    width: 6.7%;
  }

  /* line 319, ../../app/assets/stylesheets/ribbon.scss */
  #wepay_iframe_div {
    width: 100%;
  }

  /* line 320, ../../app/assets/stylesheets/ribbon.scss */
  #wepay_iframe_div #wepay_checkout_iframe {
    width: 100%;
    max-width: 300px;
    height: 600px;
  }

  /* line 322, ../../app/assets/stylesheets/ribbon.scss */
  button#comment_button {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 5px;
  }

  /* line 323, ../../app/assets/stylesheets/ribbon.scss */
  dl#comment_form {
    padding-left: 0;
  }
}
/* line 2, ../../app/assets/stylesheets/cpanel.scss */
body.body-cpanel thead tr td, body.body-cpanel tfoot tr td {
  font-weight: bold;
}
/* line 3, ../../app/assets/stylesheets/cpanel.scss */
body.body-cpanel td {
  padding: 5px;
  font-size: 16px;
}
/* line 5, ../../app/assets/stylesheets/cpanel.scss */
body.body-cpanel dl.object_attributes {
  width: 520px;
  font-size: 16px;
}
/* line 6, ../../app/assets/stylesheets/cpanel.scss */
body.body-cpanel dl.object_attributes dd {
  display: inline-block;
  width: 200px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
  margin-right: 10px;
}
/* line 7, ../../app/assets/stylesheets/cpanel.scss */
body.body-cpanel dl.object_attributes dt {
  display: inline-block;
  width: 300px;
}
/* line 9, ../../app/assets/stylesheets/cpanel.scss */
body.body-cpanel #cpanel_nav {
  margin-bottom: 20px;
}
/* line 10, ../../app/assets/stylesheets/cpanel.scss */
body.body-cpanel #cpanel_nav a {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #999;
}

/*
*= require default
*/
/* line 4, ../../app/assets/stylesheets/about.scss */
#page-about-index .about_everribbon {
  font-size: 1.2em;
}

/* line 6, ../../app/assets/stylesheets/about.scss */
#page-about-index .aboutme {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  clear: both;
}

/* line 8, ../../app/assets/stylesheets/about.scss */
#page-about-index img {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 130px;
  height: 130px;
  float: left;
}

/* line 10, ../../app/assets/stylesheets/about.scss */
#page-about-index .aboutme div {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 810px;
  height: 130px;
  float: right;
  font-size: 1.2em;
}

/* line 12, ../../app/assets/stylesheets/about.scss */
#page-about-faq h3 {
  font-size: 2.2em;
}

/* line 13, ../../app/assets/stylesheets/about.scss */
#page-about-faq p {
  margin-left: 40px;
  font-size: 1.2em;
  margin-right: 200px;
}

/* line 14, ../../app/assets/stylesheets/about.scss */
#page-about-faq ul {
  margin-left: 70px;
  margin-bottom: 20px;
}

/* line 15, ../../app/assets/stylesheets/about.scss */
#page-about-faq ul li {
  list-style-type: circle;
  font-size: 1.1em;
  margin-bottom: 2px;
}

/* line 18, ../../app/assets/stylesheets/about.scss */
#page-about-contact h2 {
  text-decoration: underline;
  font-weight: bold;
}

/* line 19, ../../app/assets/stylesheets/about.scss */
#page-about-contact p {
  width: 300px;
}

@media only screen and (max-width: 480px) {
  /* about us page */
  /* line 23, ../../app/assets/stylesheets/about.scss */
  #page-about-index img {
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    width: 130px;
    height: auto;
    float: left;
  }

  /* line 24, ../../app/assets/stylesheets/about.scss */
  #page-about-index .aboutme div {
    margin-top: 0.2em;
    margin-bottom: 0.4em;
    width: 100%;
    height: auto;
  }

  /* faq page */
  /* line 27, ../../app/assets/stylesheets/about.scss */
  #page-about-faq h3 {
    font-size: 1.4em;
    font-weight: bold;
  }

  /* line 28, ../../app/assets/stylesheets/about.scss */
  #page-about-faq p {
    margin-left: 0;
    font-size: 1.2em;
    margin-right: 0;
  }

  /* line 29, ../../app/assets/stylesheets/about.scss */
  #page-about-faq ul {
    margin-left: 30px;
    margin-bottom: 0.8em;
  }
}
/**
 * user/view
 */
/* line 4, ../../app/assets/stylesheets/user.scss */
#page-user-view .column-left {
  width: 424px;
}

/* line 5, ../../app/assets/stylesheets/user.scss */
#page-user-view .column-right {
  width: 480px;
}

/* line 7, ../../app/assets/stylesheets/user.scss */
#page-user-view #ribbons .ribbon {
  margin-bottom: 1em;
}

/* line 8, ../../app/assets/stylesheets/user.scss */
#page-user-view #ribbons .ribbon .info {
  margin-left: 96px;
}

/* line 9, ../../app/assets/stylesheets/user.scss */
#page-user-view #ribbons .ribbon .info .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: .1em;
}

/* line 10, ../../app/assets/stylesheets/user.scss */
#page-user-view #ribbons .ribbon .info .subtitle {
  font-size: 1.1em;
  font-style: italic;
}

/* line 11, ../../app/assets/stylesheets/user.scss */
#page-user-view #ribbons .ribbon .info .date {
  color: #999;
  font-size: .9em;
  font-weight: 200;
  margin-top: 4px;
}

/* line 12, ../../app/assets/stylesheets/user.scss */
#page-user-view #ribbons .ribbon .info .body {
  font-weight: 200;
  margin-top: 8px;
}

/* line 13, ../../app/assets/stylesheets/user.scss */
#page-user-view #ribbons .ribbon .info .footer {
  font-size: .9em;
  margin-top: 8px;
}

/* line 16, ../../app/assets/stylesheets/user.scss */
#page-user-view #photo {
  left: -5px;
  position: relative;
  width: 434px;
}

/* line 17, ../../app/assets/stylesheets/user.scss */
#page-user-view #photo .photo-frame {
  padding: 0 5px;
}

/* line 18, ../../app/assets/stylesheets/user.scss */
#page-user-view #photo .photo-top {
  background: url(/img/photoframe_top.png) center top no-repeat;
  height: 15px;
}

/* line 19, ../../app/assets/stylesheets/user.scss */
#page-user-view #photo .photo-mid {
  background: url(/img/photoframe_mid.png) center center repeat-y;
}

/* line 20, ../../app/assets/stylesheets/user.scss */
#page-user-view #photo .photo-bottom {
  background: url(/img/photoframe_bottom.png) center bottom no-repeat;
  height: 23px;
}

/* line 21, ../../app/assets/stylesheets/user.scss */
#page-user-view #photo .photo-inner {
  padding-left: 12px;
}

/* line 22, ../../app/assets/stylesheets/user.scss */
#page-user-view #photo .photo-empty {
  background-color: #666;
  display: block;
  height: 560px;
  width: 400px;
}

/* line 23, ../../app/assets/stylesheets/user.scss */
#page-user-view #photo .photo-empty span {
  color: #FFF;
  display: block;
  font-size: 3em;
  font-weight: 200;
  padding-top: 200px;
  text-align: center;
}

/* line 24, ../../app/assets/stylesheets/user.scss */
#page-user-view #photo .photo-empty:hover {
  text-decoration: none;
}

/* line 26, ../../app/assets/stylesheets/user.scss */
#page-user-view #create {
  font-weight: bold;
  margin-top: 2em;
}

/* line 28, ../../app/assets/stylesheets/user.scss */
#page-user-view #admin {
  background-color: #900;
  color: #DAA;
  font-size: 1.4em;
  font-weight: 200;
  margin-bottom: 32px;
  padding: 8px 16px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/* line 29, ../../app/assets/stylesheets/user.scss */
#page-user-view #admin a {
  color: #FFF;
  font-weight: normal;
}

/* line 30, ../../app/assets/stylesheets/user.scss */
#page-user-view #admin dt, #page-user-view #admin dd {
  float: left;
}

/* line 31, ../../app/assets/stylesheets/user.scss */
#page-user-view #admin dd {
  margin-left: 24px;
}

/* line 34, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed h6 {
  border-bottom: 1px solid #CCC;
  color: #888;
  font-size: .85em;
  font-weight: 200;
  margin-bottom: 2em;
  padding-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
}

/* line 35, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem {
  margin-top: 16px;
}

/* line 36, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-icon {
  float: left;
}

/* line 37, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-date {
  color: #666;
  float: right;
  font-size: .9em;
  font-weight: 200;
  margin-top: 3px;
  white-space: nowrap;
}

/* line 38, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-title {
  margin-left: 40px;
}

/* line 39, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-title b.dollar {
  color: #539208;
}

/* line 40, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-title dl dt {
  font-size: 1.2em;
  font-weight: 200;
}

/* line 41, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-title dl dd {
  display: none;
  padding-bottom: 8px;
}

/* line 42, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-title dl dd select {
  margin-bottom: 4px;
  width: 336px;
}

/* line 43, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-title dl dd button {
  margin-right: 4px;
}

/* line 44, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-menu {
  font-size: 11px;
  margin-left: 40px;
}

/* line 45, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-menu .note {
  margin-left: 8px;
}

/* line 46, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-note {
  margin: 8px 0 0 40px;
}

/* line 47, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-note dl dt {
  background: url(/img/quote_bg.png) left top no-repeat;
  color: #333;
  font-size: 1.6em;
  font-style: italic;
  padding: 2px 0 0 56px;
}

/* line 48, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-note dl dd {
  display: none;
  padding-top: 8px;
}

/* line 49, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-note dl dd textarea {
  height: 80px;
  margin-bottom: 4px;
  width: 336px;
}

/* line 50, ../../app/assets/stylesheets/user.scss */
#page-user-view #feed .feeditem-note dl dd button {
  margin-right: 4px;
}

/* line 52, ../../app/assets/stylesheets/user.scss */
#page-user-edit_photos #photos .photo {
  float: left;
  margin: 24px 24px 0 0;
  text-align: center;
  width: 210px;
}

/* line 53, ../../app/assets/stylesheets/user.scss */
#page-user-edit_photos #photos .photo img {
  background-color: #FFF;
  border: 1px solid #DDD;
  margin-top: 8px;
  padding: 6px;
}

/* line 55, ../../app/assets/stylesheets/user.scss */
#page-user-edit_photos #photos .photo input[type="submit"] {
  font-size: 14px;
  padding: 2px 4px 2px 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #DDD;
}

/* line 56, ../../app/assets/stylesheets/user.scss */
#page-user-edit_photos #photos .photo .photo_action {
  margin-left: auto;
  margin-right: auto;
}

/* line 57, ../../app/assets/stylesheets/user.scss */
#page-user-edit_photos #photos .photo .photo_action {
  float: left;
  margin-right: 5px;
}

/* line 58, ../../app/assets/stylesheets/user.scss */
#page-user-edit_photos #photos .photo .photo_actions {
  margin-top: 15px;
}

@media only screen and (max-width: 480px) {
  /* line 61, ../../app/assets/stylesheets/user.scss */
  #page-user-view #admin {
    margin-bottom: 16px;
    font-size: 1.2em;
    background-color: #DAA;
    color: #900;
  }

  /* line 62, ../../app/assets/stylesheets/user.scss */
  #page-user-view #admin dd {
    margin-left: 0.8em;
    width: 100%;
    font-weight: bold;
  }

  /* line 64, ../../app/assets/stylesheets/user.scss */
  #page-user-view .columns {
    position: relative;
  }

  /* line 65, ../../app/assets/stylesheets/user.scss */
  #page-user-view .column-left {
    width: 100%;
  }

  /* line 66, ../../app/assets/stylesheets/user.scss */
  #page-user-view .column-right {
    width: 100%;
  }

  /* line 68, ../../app/assets/stylesheets/user.scss */
  #page-user-view #photo {
    left: 0;
    position: relative;
    width: 90%;
  }

  /* line 69, ../../app/assets/stylesheets/user.scss */
  #page-user-view #photo .photo-frame {
    padding: 0 0px;
  }

  /* line 70, ../../app/assets/stylesheets/user.scss */
  #page-user-view #photo .photo-top {
    background: none;
    height: 0;
  }

  /* line 71, ../../app/assets/stylesheets/user.scss */
  #page-user-view #photo .photo-mid {
    background: none;
  }

  /* line 72, ../../app/assets/stylesheets/user.scss */
  #page-user-view #photo .photo-bottom {
    background: none;
    height: 0;
  }

  /* line 73, ../../app/assets/stylesheets/user.scss */
  #page-user-view #photo .photo-inner {
    padding-left: 12px;
  }

  /* line 74, ../../app/assets/stylesheets/user.scss */
  #page-user-view #photo .photo-inner img {
    min-width: 6em;
    max-width: 8em;
    max-height: 8em;
    border: 0.5em solid white;
  }

  /* line 75, ../../app/assets/stylesheets/user.scss */
  #page-user-view #photo .photo-empty {
    background-color: #666;
    display: block;
    height: 8em;
    width: 8em;
    border: 0.5em solid #FFF;
  }

  /* line 76, ../../app/assets/stylesheets/user.scss */
  #page-user-view #photo .photo-empty span {
    color: #FFF;
    display: block;
    font-size: 0.8em;
    font-weight: 200;
    padding: 20% 5% 5% 5%;
    text-align: center;
  }

  /* line 77, ../../app/assets/stylesheets/user.scss */
  #page-user-view #photo .photo-empty:hover {
    text-decoration: none;
  }

  /* line 79, ../../app/assets/stylesheets/user.scss */
  #page-user-view .column-right #info {
    width: 50%;
    position: absolute;
    float: none;
    top: 4%;
    left: 50%;
    margin: 0 auto;
  }

  /* line 81, ../../app/assets/stylesheets/user.scss */
  #page-user-view #ribbons {
    margin-top: 2.0em;
  }
}
