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

*:focus {
  outline: 0; }

body {
  line-height: 1em;
  color: #000000;
  background: #fff; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: "" ""; }
  q:before, q:after,   blockquote:before, blockquote:after {
    content: ""; }

img a {
  border: none; }



#idea_form {
  text-align: center; }
  #idea_form .error_messages {
    color: #637dc6;
    font-weight: bold;
    background: none; }
  #idea_form textarea {
    width: 90%;
    height: 100px; }
  #idea_form input#idea_title {
    width: 90%;
    text-align: center;
    margin-bottom: 5px; }
  #idea_form label {
    font-size: 90%;
    color: #777; }
  #idea_form #idea_categories {
    background: none; }
    #idea_form #idea_categories p {
      text-align: left;
      margin: 0 10px; }
      #idea_form #idea_categories p label {
        color: black; }

.column .idea {
  min-width: inherit;
  max-width: 100% !important; }

.idea {
  z-index: 99999;
  border: 1px outset !idea_color;
  margin: 0 3px 7px 3px;
  padding: 5px 0 0;
  cursor: move !important;
  border: 1px solid #ccc;
  background: #ffffff url('/images/small-top-highlight.png') repeat-x top;
  *display: inline-block;
  -webkit-box-shadow: 3px 3px 3px #bbbbbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .idea:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .idea .throbber {
    width: 100%; }
    .idea .throbber img {
      margin: auto;
      display: block; }
  .idea div, .idea p {
    cursor: move; }
  .idea a:not(.plain), .idea input[type=button], .idea input[type=submit] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 5px;
    color: #555;
    display: inline-block;
    background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
    text-shadow: 1px 1px 1px #fffff7;
    font-size: 10px; }
    .idea a:not(.plain):hover,     .idea input[type=button]:hover,     .idea input[type=submit]:hover {
      background-color: #f7f0df;
      text-decoration: none;
      border-color: #999;
      color: #333;
      cursor: pointer;
      text-shadow: 1px 1px 1px #ffffff; }
    .idea a:not(.plain):active,     .idea input[type=button]:active,     .idea input[type=submit]:active {
      background-color: #dcd5c4; }
  .idea .idea_title_image {
    background: none; }
    .idea .idea_title_image .attachment.inset-box {
      float: left;
      clear: none;
      margin-top: 5px; }
      .idea .idea_title_image .attachment.inset-box a {
        color: black; }
    .idea .idea_title_image img {
      text-align: middle; }
  .idea .categories {
    border: 1px solid #CCC;
    *display: inline-block;
    display: block;
    float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 50%;
    margin: 5px;
    margin-right: 10px;
    padding: 2px; }
    .idea .categories:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .idea .categories .category {
      background: none;
      display: block;
      text-transform: uppercase;
      font-size: 70%;
      text-align: right;
      margin: 2px; }
  .idea .subideas {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #bbb;
    width: 90%;
    margin: 5px auto 0;
    text-align: center; }
    .idea .subideas .subidea, .idea .subideas .header {
      border-bottom: 1px solid #DDD;
      padding: 5px 0; }
    .idea .subideas .header {
      color: #888;
      border-bottom-color: #bbb; }
    .idea .subideas .subidea a, .idea .subideas .subidea .ordinal {
      vertical-align: middle; }
    .idea .subideas .subidea .ordinal {
      display: inline;
      font-size: 10px;
      color: #888; }
  .idea .view-sublist {
    margin: auto;
    text-align: center; }
  .idea .hidden-elements {
    clear: both;
    text-align: center; }
  .idea .links {
    clear: left;
    font-size: 65%;
    padding: 5px;
    margin: 5px auto;
    text-align: center; }
  .idea .bottom {
    clear: both;
    *display: inline-block;
    text-align: right;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    min-height: 10px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: block;
    font-style: italic;
    font-size: 10px;
    max-width: 100%;
    width: 100%; }
    .idea .bottom:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .idea .bottom>span {
      display: block;
      margin: 0 10px;
      padding: 0;
      padding-bottom: 2px; }
      .idea .bottom>span.hidden-count {
        color: #555;
        float: left; }
        .idea .bottom>span.hidden-count div {
          font-size: 10px; }
          .idea .bottom>span.hidden-count div.highlight {
            background: #efda55;
            padding: 2px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            font-weight: bold;
            font-style: normal; }
  .idea .times, .idea .times * {
    font-size: 10px;
    color: #555; }
  .idea .times {
    float: right;
    padding: 5px; }
  .idea p {
    margin: 5px;
    padding: 0;
    float: left;
    padding: 1px;
    padding-left: 5px;
    font-size: 80%; }
  .idea .search-special {
    display: none; }
  .idea .redcloth a:not(.big) {
    color: black;
    border-color: black; }
    .idea .redcloth a:not(.big):after {
      color: black !important; }
  .idea .body {
    *display: inline-block;
    background: none; }
    .idea .body:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .idea .attachments {
    clear: both; }
  .idea .inset-box.attachment {
    background-color: transparent;
    border: none; }
  .idea .comment-wrapper {
    clear: both;
    width: 90%;
    margin: 10px auto; }
    .idea .comment-wrapper .comments {
      min-height: 10px;
      max-height: 200px;
      overflow: auto;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border: 1px solid #ccc;
      border-bottom: none; }
      .idea .comment-wrapper .comments .comment .body-and-name {
        *display: inline-block; }
        .idea .comment-wrapper .comments .comment .body-and-name:after {
          content: " ";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; }
        .idea .comment-wrapper .comments .comment .body-and-name div {
          float: left;
          font-size: 12px; }
    .idea .comment-wrapper #comment_text {
      display: block;
      padding: 5px;
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      height: 20px; }
  .idea .idea_title_text {
    margin: 5px 10px;
    border: none;
    color: #333;
    background: none;
    display: block; }
  .idea .comment_form {
    background: none;
    width: 100%;
    text-align: center; }
  .idea:hover {
    background-color: #ffffff;
    cursor: move !important; }

.disabled .idea.highlighted, .idea.highlighted {
  background-color: #ffffff;
  border-color: #777; }

.placeholder {
  margin: 0 3px 7px 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px inset #eeeeee;
  display: block;
  content: '-';
  color: transparent;
  background: #bbbbbb;
  padding: 5px 0; }

.flat-idea {
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .flat-idea .times li {
    display: inline;
    margin: 10px;
    font-size: 80%; }

textarea, input[type=text], input[type=password] {
  background: #efefef url('/images/small-top-highlight.png') repeat-x top;
  padding: 8px 5px 6px 5px;
  border: 1px inset #DDD;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #333333;
  font-size: 90%;
  width: 50%;
  -moz-user-select: text; }
  textarea::-webkit-input-placeholder,   input[type=text]::-webkit-input-placeholder,   input[type=password]::-webkit-input-placeholder {
    color: #333333; }
  textarea:hover,   input[type=text]:hover,   input[type=password]:hover {
    color: #000000;
    background-color: #ffffff; }
  textarea:focus,   input[type=text]:focus,   input[type=password]:focus {
    color: #000000;
    border-style: solid;
    background: #ffffff url(/images/tiny-top-shadow.png) repeat-x top;
    border-color: #666; }

textarea {
  height: 250px;
  width: 95%; }

input[type=submit] {
  margin: 10px; }

label {
  display: block; }

label.inline {
  display: inline;
  vertical-align: middle; }

select {
  min-width: 50px;
  border: 1px inset #DDD;
  background: #efefef url(/images/tiny-top-highlight.png) repeat-x top;
  height: 2.5em;
  line-height: 2.5em;
  padding: 5px 3px;
  -moz-border-radius: 5px;
  color: #333333;
  display: inline;
  margin: auto; }
  select:focus, select:hover {
    color: #000000;
    background-color: #ffffff; }
  select option {
    vertical-align: middle;
    background: #efefef url(/images/tiny-top-highlight.png) repeat-x top; }

.fieldWithErrors {
  padding: 0;
  margin: 0; }
  .fieldWithErrors input {
    border: 3px solid red; }
  .fieldWithErrors label {
    color: red; }

.errorExplanation h2, .errorExplanation p {
  display: none; }
.errorExplanation ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .errorExplanation ul li {
    text-align: left;
    color: black;
    border-bottom: 1px dashed red; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.redcloth {
  text-align: left; }
  .redcloth pre code {
    display: block;
    width: 100%; }
  .redcloth code {
    font-family: courier, monospace;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #637dc6;
    border: 1px solid #BBB; }
  .redcloth ol, .redcloth ul {
    margin-left: 25px;
    text-indent: 0; }
  .redcloth p {
    line-height: 1.5em;
    letter-spacing: 0.75px;
    text-align: left;
    padding-bottom: 10px; }
  .redcloth ol, .redcloth ul {
    margin-left: 20px;
    text-align: left;
    text-indent: 0; }
    .redcloth ol li,     .redcloth ul li {
      margin: 2px 0;
      background: none;
      text-align: left; }
  .redcloth ol li {
    list-style: decimal inside; }
  .redcloth ul li {
    list-style: auto inside; }
  .redcloth .lightbox {
    margin: auto;
    display: block; }

html, body, p, a, div, input, span, textarea {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px; }

div, p {
  cursor: default; }

span.highlight {
  background: #efda55 url(/images/tiny-top-highlight.png) repeat-x top;
  color: black;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: none;
  padding: 1px 3px;
  margin: -1px;
  border: 1px inset #b9b9f9; }

.ie6nomore a, .ie6nomore a:hover {
  border-bottom: none !important; }
  .ie6nomore a:after,   .ie6nomore a:hover:after {
    display: none; }

body {
  background: #333333;
  min-width: 1000px; }
  body #contents {
    clear: both;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    *display: inline-block;
    min-height: 450px;
    min-width: 900px;
    background: #2a2a2a; }
    body #contents:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

a {
  text-decoration: none;
  color: #637dc6; }
  a:hover {
    text-decoration: underline; }
  a.big {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 5px;
    color: #555;
    display: inline-block;
    background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
    text-shadow: 1px 1px 1px #fffff7;
    font-size: 20px;
    padding: 10px; }
    a.big:hover {
      background-color: #f7f0df;
      text-decoration: none;
      border-color: #999;
      color: #333;
      cursor: pointer;
      text-shadow: 1px 1px 1px #ffffff; }
    a.big:active {
      background-color: #dcd5c4; }
  a.show-hide, a.button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 5px;
    color: #555;
    display: inline-block;
    background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
    text-shadow: 1px 1px 1px #fffff7; }
    a.show-hide:hover,     a.button:hover {
      background-color: #f7f0df;
      text-decoration: none;
      border-color: #999;
      color: #333;
      cursor: pointer;
      text-shadow: 1px 1px 1px #ffffff; }
    a.show-hide:active,     a.button:active {
      background-color: #dcd5c4; }

input[type=button], input[type=submit] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 5px;
  color: #555;
  display: inline-block;
  background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
  text-shadow: 1px 1px 1px #fffff7; }
  input[type=button]:hover,   input[type=submit]:hover {
    background-color: #f7f0df;
    text-decoration: none;
    border-color: #999;
    color: #333;
    cursor: pointer;
    text-shadow: 1px 1px 1px #ffffff; }
  input[type=button]:active,   input[type=submit]:active {
    background-color: #dcd5c4; }
  input[type=button].big,   input[type=submit].big {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 5px;
    color: #555;
    display: inline-block;
    background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
    text-shadow: 1px 1px 1px #fffff7;
    font-size: 20px;
    padding: 10px; }
    input[type=button].big:hover,     input[type=submit].big:hover {
      background-color: #f7f0df;
      text-decoration: none;
      border-color: #999;
      color: #333;
      cursor: pointer;
      text-shadow: 1px 1px 1px #ffffff; }
    input[type=button].big:active,     input[type=submit].big:active {
      background-color: #dcd5c4; }

a[href^='http://']:not([href*='localhost:']):not([href*='.stormweight.com']):not([href*='s3.amazonaws.com/stormweight']):not([href*='sente:']):after {
  color: #777;
  content: "⇒"; }

em {
  font-style: italic; }

p {
  margin: 2px; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.warning, .notice {
  border-color: #f1a74d !important;
  background-color: #f1a74d !important;
  color: black; }

.error {
  background-color: #637dc6 !important;
  text-transform: uppercase;
  color: white;
  margin: 5px; }

.left-margin {
  position: absolute;
  left: 20px;
  top: 45%;
  z-index: 0; }

.ui-tabs {
  clear: both;
  background: none;
  padding-top: 30px; }
  .ui-tabs .box {
    border-top: 1px solid #ffffff; }
  .ui-tabs>ul {
    margin: auto;
    text-align: center;
    *display: inline-block; }
    .ui-tabs>ul:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .ui-tabs>ul li {
      *display: inline-block;
      display: inline-block;
      margin-bottom: -14px; }
      .ui-tabs>ul li:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .ui-tabs>ul li a {
        color: #333;
        text-decoration: none;
        display: block;
        float: left;
        height: 20px;
        padding: 5px 10px 2px;
        margin-bottom: 10px;
        border: none;
        border-top: 1px solid #ccc;
        border-bottom: 2px solid #ccc;
        text-shadow: -1px -1px 1px #999;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-box-shadow: none;
        background: #aaaaaa url('/images/tiny-bottom-shadow.png') bottom repeat-x; }
        .ui-tabs>ul li a:before {
          margin: -5px -10px;
          padding: 0 10px; }
        .ui-tabs>ul li a:hover {
          background-color: #BBB; }
    .ui-tabs>ul li#warning-tab a {
      text-shadow: -1px -1px 1px #be741a;
      border-color: #f4b766;
      border-bottom-color: #be741a;
      background-color: #f1a74d; }
    .ui-tabs>ul li#warning-tab a:hover {
      background-color: #f4b766; }
    .ui-tabs>ul li#warning-tab.ui-state-active a {
      text-shadow: 1px 1px 1px #be741a;
      background-color: #f1a74d;
      color: white;
      border-color: #f4b766; }
    .ui-tabs>ul li.ui-state-active {
      margin-bottom: -14px; }
      .ui-tabs>ul li.ui-state-active a, .ui-tabs>ul li.ui-state-active a:hover {
        text-shadow: 1px 1px 1px #ccc;
        border-bottom: none;
        padding-bottom: 3px;
        padding-top: 10px;
        background: white; }
        .ui-tabs>ul li.ui-state-active a:before,         .ui-tabs>ul li.ui-state-active a:hover:before {
          margin-top: -10px; }
  .ui-tabs .ui-tabs-hide {
    display: none; }

.double-button .left, .double-button .right {
  float: left; }
.double-button .left {
  margin-right: 0px !important;
  border-right: none;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0; }
  .double-button .left:before {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px; }
.double-button .right {
  border-left-style: solid;
  margin-left: 0px !important;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; }
  .double-button .right:before {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px; }

iframe.chromeFrameInstallDefaultStyle {
  z-index: 10000; }

.ui-resizable-handle {
  background: none; }

ol.shaded li, ul.shaded li {
  background: #ffffff;
  list-style: none;
  padding: 5px;
  padding-left: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  *display: inline-block; }
  ol.shaded li:after,   ul.shaded li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
ol.shaded li.zebra, ul.shaded li.zebra {
  border-bottom: 1px solid #CCC;
  background: #eeeeee url(/images/tiny-top-shadow.png) repeat-x top; }
ol.inline, ul.inline {
  margin: 5px 0; }
  ol.inline li,   ul.inline li {
    padding: 0;
    display: inline; }
ol.plain li, ul.plain li {
  background: transparent; }

ol.clean {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-bottom: 5px;
  padding: 5px;
  margin: 0 5px;
  background: #dddddd; }
  ol.clean>li {
    border-bottom: 1px solid #dcdcdc;
    list-style: none;
    padding: 0; }
    ol.clean>li.header {
      border: none;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      background: #dddddd; }
      ol.clean>li.header ol {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        color: #777777;
        text-shadow: 1px 1px 1px #ffffff;
        border-bottom: 1px solid #bbbbbb; }
        ol.clean>li.header ol li {
          border: none; }
    ol.clean>li ol {
      width: 100%;
      *display: inline-block; }
      ol.clean>li ol:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      ol.clean>li ol li {
        background: none;
        display: block;
        float: left;
        overflow: hidden;
        width: 60px;
        padding: 5px 0; }
        ol.clean>li ol li.selected {
          background: #eeeeee; }
        ol.clean>li ol li a {
          vertical-align: middle;
          margin: -5px 0; }

ol.bulleted, ul.bulleted {
  margin-left: 20px;
  text-align: left;
  text-indent: 0; }
  ol.bulleted li,   ul.bulleted li {
    margin: 2px 0;
    background: none;
    text-align: left; }

ol.bulleted li {
  list-style: decimal inside; }

ul.bulleted li {
  list-style: auto inside; }

ol.no-bullet li, ul.no-bullet li, li.no-bullet {
  list-style: none; }

.selectable {
  cursor: select;
  -moz-user-select: text;
  -webkit-user-select: auto;
  -khtml-user-select: auto; }

.box {
  *display: inline-block;
  min-height: 500px;
  z-index: 1;
  width: 300px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  border: 1px solid #333;
  border-bottom: none;
  width: 800px;
  background: #ffffff;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px; }
  .box:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .box h1, .box h2, .box h3 {
    word-spacing: 2px; }
  .box h1 {
    text-shadow: 1px 1px 2px #aaaaaa;
    color: #333;
    line-height: 1.5em;
    font-size: 175%;
    text-align: center; }
  .box h2 {
    text-shadow: 1px 1px 2px #aaaaaa;
    text-align: center;
    font-size: 115%;
    margin: 5px; }
  .box h3 {
    line-height: 1.5em;
    text-align: center;
    font-style: italic;
    margin: 10px 5px; }
  .box .banner {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #ffffff url('/images/tiny-bottom-shadow.png') bottom repeat-x;
    margin: 0 -20px 30px;
    padding: 20px; }
  .box .narrow {
    width: 300px; }
  .box .centered {
    margin: auto; }
  .box p.spaced {
    margin: 5px; }
  .box.small-pad {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px; }
    .box.small-pad:after {
      margin: -20px -5px;
      margin-top: 0;
      padding: 0 5px; }

.inset-box {
  clear: both;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #bbbbbb;
  margin: 10px 10px;
  padding: 10px 5px; }
  .inset-box hr {
    background-color: #666;
    margin: 10px -5px;
    border: none;
    border-top: 1px outset #666; }
  .inset-box .shaded {
    margin: 0 -5px; }
  .inset-box.narrow {
    width: 50%;
    margin: 10px auto; }
  .inset-box .inset-box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #bbbbbb;
    margin: 10px 10px;
    padding: 10px 5px; }
    .inset-box .inset-box hr {
      background-color: #666;
      margin: 10px -5px;
      border: none;
      border-top: 1px outset #666; }
    .inset-box .inset-box .shaded {
      margin: 0 -5px; }
    .inset-box .inset-box.narrow {
      width: 50%;
      margin: 10px auto; }

.outset-box {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #bbbbbb;
  margin: 10px 10px;
  padding: 10px 5px; }
  .outset-box hr {
    background-color: #666;
    margin: 10px -5px;
    border: none;
    border-top: 1px outset #666; }
  .outset-box .shaded {
    margin: 0 -5px; }
  .outset-box.narrow {
    width: 50%;
    margin: 10px auto; }

.sidebar {
  width: 25%;
  margin: 5px 15px;
  border: 1px solid #dddddd;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px; }
  .sidebar p {
    padding-bottom: 0;
    margin-bottom: 0; }
  .sidebar.right {
    clear: right;
    float: right;
    margin-right: -35px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-right: 0;
    padding-right: 30px;
    background: #ffffff url(/images/tiny-right-shadow.png) repeat-y right;
    -webkit-box-shadow: 0 3px 5px #ccc; }
    .sidebar.right:before {
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0; }
  .sidebar.left {
    clear: left;
    float: left;
    margin-left: -35px;
    border-left: none;
    -webkit-box-shadow: 0 3px 5px #333;
    padding-left: 30px;
    background: #ffffff url(/images/tiny-left-shadow.png) repeat-y left;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px; }
    .sidebar.left:before {
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0; }

.inset-box .sidebar {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #bbbbbb;
  margin: 10px 10px;
  padding: 10px 5px;
  width: 33%;
  margin: 5px 20px 10px;
  padding: 20px 10px; }
  .inset-box .sidebar hr {
    background-color: #666;
    margin: 10px -5px;
    border: none;
    border-top: 1px outset #666; }
  .inset-box .sidebar .shaded {
    margin: 0 -5px; }
  .inset-box .sidebar.narrow {
    width: 50%;
    margin: 10px auto; }
  .inset-box .sidebar:after {
    margin: 20px -10px -20px;
    padding: 0 10px; }
  .inset-box .sidebar.left {
    background-color: #ffffff;
    margin-left: -28px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-left: 1px solid #ffffff; }
    .inset-box .sidebar.left:after {
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-topleft: 10px;
      -webkit-border-top-left-radius: 10px; }
  .inset-box .sidebar.right {
    background: #ffffff;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    margin-right: -27px;
    border-right: 1px solid #ffffff;
    -webkit-box-shadow: none;
    border-right: none; }
    .inset-box .sidebar.right:after {
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      -moz-border-radius-topright: 10px;
      -webkit-border-top-right-radius: 10px; }

#copy {
  font-size: 11px;
  text-shadow: 1px 1px 1px white;
  color: #999; }

/* 
 * Welcome to Compass. We'll show you the way, but you'll have to get there on your own.
 * Use this file to define print styles. */
#nav-bar {
  background: #2a2a2a url('/images/nav-gradient.png') repeat-x;
  width: 100%;
  height: 50px;
  *display: inline-block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
  #nav-bar:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #nav-bar div {
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
  #nav-bar ol.nav {
    list-style: none;
    *display: inline-block;
    background: none;
    border: none;
    list-style: none;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px; }
    #nav-bar ol.nav:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #nav-bar ol.nav li.nav {
      float: left; }
      #nav-bar ol.nav li.nav a {
        color: #ffffcc;
        font-size: 12px;
        text-shadow: 1px 1px 1px black;
        text-decoration: none; }
        #nav-bar ol.nav li.nav a:hover {
          text-decoration: underline; }
    #nav-bar ol.nav#left-nav {
      float: left; }
      #nav-bar ol.nav#left-nav li.nav {
        float: left; }
    #nav-bar ol.nav#right-nav {
      float: right; }
      #nav-bar ol.nav#right-nav li.nav {
        float: right; }
  #nav-bar li.nav {
    *display: inline-block;
    vertical-align: middle; }
    #nav-bar li.nav:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #nav-bar li.nav#title {
      clear: left;
      color: white;
      margin: 5px;
      margin-left: 10px; }
      #nav-bar li.nav#title, #nav-bar li.nav#title a {
        text-shadow: 1px 1px 1px black;
        font-size: 25px; }
    #nav-bar li.nav#user {
      margin: 2px 5px;
      font-size: 12px; }
      #nav-bar li.nav#user #log-out {
        float: right;
        margin: none;
        padding-left: 10px;
        border-left: 1px solid #777; }
      #nav-bar li.nav#user #username {
        color: #bbb;
        float: right;
        font-size: 12px;
        padding-right: 10px;
        border-right: 1px solid #222; }
  #nav-bar #list-preferences {
    display: none; }
    #nav-bar #list-preferences a {
      float: right; }
  #nav-bar #logo.nav {
    color: #ffffcc;
    text-shadow: 1px 1px 1px black;
    margin: 2px;
    margin-left: 10px;
    font-size: 80%; }
  #nav-bar #list.nav {
    display: none;
    text-align: left;
    margin-left: 10px; }
    #nav-bar #list.nav .double-button a {
      position: relative; }
      #nav-bar #list.nav .double-button a.left {
        padding-right: 2px;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0; }
      #nav-bar #list.nav .double-button a.right {
        padding-left: 2px;
        padding-right: 3px;
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0; }
    #nav-bar #list.nav ol {
      display: block;
      position: relative;
      *display: inline-block; }
      #nav-bar #list.nav ol:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      #nav-bar #list.nav ol li {
        list-style: none;
        float: left;
        margin: 1px; }
    #nav-bar #list.nav #list-dropdown-expand {
      font-style: normal;
      z-index: 98; }
      #nav-bar #list.nav #list-dropdown-expand.depressed {
        color: #637dc6;
        background: #637dc6 url(/images/tiny-top-shadow.png) repeat-x top;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border: 1px inset #CCC;
        border-bottom: 1px solid #AAA; }
        #nav-bar #list.nav #list-dropdown-expand.depressed:before {
          display: none; }
    #nav-bar #list.nav #list-dropdown {
      background: #637dc6 url(/images/tiny-top-highlight.png) repeat-x top;
      padding-bottom: 0px;
      margin: 0;
      max-width: 500px;
      min-width: 100px;
      z-index: 98;
      position: absolute;
      overflow: visible;
      border: 1px outset #637dc6; }
      #nav-bar #list.nav #list-dropdown #nav-search {
        margin-top: -3px;
        min-width: 300px;
        *display: inline-block; }
        #nav-bar #list.nav #list-dropdown #nav-search:after {
          content: " ";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; }
        #nav-bar #list.nav #list-dropdown #nav-search .search-clear {
          font-size: 100%;
          text-align: center; }
      #nav-bar #list.nav #list-dropdown #border-blocker {
        width: 18px;
        height: 5px;
        padding: 5px 0;
        margin: 0;
        top: -2px;
        left: 14px;
        margin-bottom: 3px;
        z-index: 98;
        position: relative;
        background: #637dc6;
        -moz-border-radius: 0;
        -webkit-border-radius: 0; }
      #nav-bar #list.nav #list-dropdown ol {
        background: #aaaaaa url(/images/small-bottom-shadow.png) repeat-x bottom;
        margin: 5px;
        border: 1px inset #CCC;
        max-height: 300px;
        overflow: auto; }
        #nav-bar #list.nav #list-dropdown ol li {
          float: none;
          margin: 0;
          display: block;
          padding: 5px 0;
          text-align: left;
          border: none; }
          #nav-bar #list.nav #list-dropdown ol li a {
            margin: 0;
            margin-left: 5px;
            margin-right: 10px;
            display: block;
            float: left;
            -webkit-box-shadow: none; }
          #nav-bar #list.nav #list-dropdown ol li .flag {
            margin-left: 5px; }

#edit-membership .inset-box h2 {
  text-align: left;
  margin-top: 0; }
#edit-membership #membership-form {
  text-align: left; }
  #edit-membership #membership-form ol li {
    padding: 10px 0; }
    #edit-membership #membership-form ol li ul.inline {
      float: left; }
      #edit-membership #membership-form ol li ul.inline li {
        float: left;
        padding: 0;
        margin-right: 10px; }
      #edit-membership #membership-form ol li ul.inline input[type=radio] {
        margin: 0;
        vertical-align: middle; }
#edit-membership .option-group-label {
  font-style: italic;
  font-size: 110%;
  background: transparent;
  clear: left;
  margin-top: 5px;
  float: left;
  text-align: right;
  width: 250px;
  margin-right: 20px; }

#membership_user_identifier {
  width: 175px; }

ul#memberships {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-bottom: 5px;
  padding: 5px;
  margin: 0 5px;
  background: #dddddd; }
  ul#memberships>li {
    border-bottom: 1px solid #dcdcdc;
    list-style: none;
    padding: 0; }
    ul#memberships>li.header {
      border: none;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      background: #dddddd; }
      ul#memberships>li.header ol {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        color: #777777;
        text-shadow: 1px 1px 1px #ffffff;
        border-bottom: 1px solid #bbbbbb; }
        ul#memberships>li.header ol li {
          border: none; }
    ul#memberships>li ol {
      width: 100%;
      *display: inline-block; }
      ul#memberships>li ol:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      ul#memberships>li ol li {
        background: none;
        display: block;
        float: left;
        overflow: hidden;
        width: 60px;
        padding: 5px 0; }
        ul#memberships>li ol li.selected {
          background: #eeeeee; }
        ul#memberships>li ol li a {
          vertical-align: middle;
          margin: -5px 0; }
  ul#memberships ol.membership li.comment {
    width: 80px; }
  ul#memberships ol.membership li.login {
    text-align: left;
    padding-left: 20px;
    width: 250px; }
  ul#memberships ol.membership li.delete {
    width: 70px;
    float: right; }

#search, .search {
  background: none;
  border-bottom: 1px solid black;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding-bottom: 2px;
  border-bottom: none;
  *display: inline-block;
  background: url('/images/search.png') no-repeat 10px center;
  margin-bottom: 5px;
  width: 100%; }
  #search:after,   .search:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #search #search_field, #search .search-field,   .search #search_field, .search .search-field {
    margin-left: 40px;
    padding-right: 20px;
    float: left; }
  #search #clear, #search .search-clear,   .search #clear, .search .search-clear {
    float: left; }

#nav-bar #search {
  background: none;
  float: right;
  clear: right;
  margin-top: 1px; }
  #nav-bar #search #magnifying-glass {
    width: 15px;
    height: 15px;
    margin-right: -15px;
    background: url("/images/magnifying-glass.png");
    float: left;
    position: relative;
    left: 5px;
    top: 2px; }
  #nav-bar #search #search_field {
    float: left;
    background: #dddddd url(/images/tiny-top-shadow.png) repeat-x top;
    width: 250px;
    line-height: 20px;
    font-size: 12px;
    height: 20px;
    padding: 0;
    padding-left: 25px;
    border: 1px solid #999;
    margin: 0;
    margin-right: 5px; }
    #nav-bar #search #search_field:focus {
      background-color: #EEE;
      border-color: #EEE; }
    #nav-bar #search #search_field::-webkit-input-placeholder {
      color: #777; }
    #nav-bar #search #search_field:hover::-webkit-input-placeholder {
      color: #333; }
  #nav-bar #search #clear {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 5px;
    color: #555;
    display: inline-block;
    background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
    text-shadow: 1px 1px 1px #fffff7;
    -webkit-box-shadow: 1px 2px 3px #333;
    text-align: center;
    text-decoration: none;
    background: #dddddd;
    border: 1px solid #ccc;
    padding: 0;
    font-size: 12px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    display: block;
    margin: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 2px;
    margin-left: -30px; }
    #nav-bar #search #clear:hover {
      background-color: #f7f0df;
      text-decoration: none;
      border-color: #999;
      color: #333;
      cursor: pointer;
      text-shadow: 1px 1px 1px #ffffff; }
    #nav-bar #search #clear:active {
      background-color: #dcd5c4; }
    #nav-bar #search #clear:hover {
      background: #eeeeee;
      border-color: #888; }
    #nav-bar #search #clear:before {
      display: none; }

body.lists.show {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none; }

div#list_description {
  background: none;
  margin: auto;
  width: auto; }

#all-columns {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  background: #d1d1d1;
  *display: inline-block; }
  #all-columns:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #all-columns .column-wrapper {
    width: 25%;
    padding: 0;
    margin: 0;
    height: 100%;
    background: none;
    float: left; }
  #all-columns .column {
    border: 1px solid #d1d1d1;
    border-left-color: #e5e5e5;
    border-top: none;
    margin: 0;
    min-width: 110px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
    #all-columns .column #copy {
      float: right;
      padding-top: 3px;
      padding-right: 3px; }
    #all-columns .column .column-insides {
      border-bottom: 1px solid #7F7F7F;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
    #all-columns .column p {
      margin: 5px; }
    #all-columns .column div.title {
      cursor: pointer;
      background: #DCDCDC url('/images/chrome.png') top repeat-x;
      height: 30px;
      line-height: 30px;
      border: 1px solid #e5e5e5;
      border-left: 0;
      border-right: 0;
      color: #444;
      padding-left: 10px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      *display: inline-block; }
      #all-columns .column div.title:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      #all-columns .column div.title:hover {
        color: black;
        background-position: 0 -3px;
        border-bottom-color: #AAA;
        text-shadow: -1px -1px 1px #eee; }
        #all-columns .column div.title:hover * {
          text-shadow: none; }
      #all-columns .column div.title .right {
        float: right;
        text-align: center; }
      #all-columns .column div.title #idea-display-count {
        width: 30px; }
      #all-columns .column div.title #ranked-count {
        width: 60px;
        background: rgba(0,255,0,0.25); }
        #all-columns .column div.title #ranked-count.full {
          background: rgba(255, 0, 0, 0.25); }
    #all-columns .column .contents {
      margin: 0;
      min-width: 100px;
      padding: 5px 3px;
      background: #f9f9f9; }
      #all-columns .column .contents.scroll {
        padding-bottom: 100px;
        height: 315px;
        overflow: auto; }
        #all-columns .column .contents.scroll .idea {
          max-width: none;
          min-width: none; }
        #all-columns .column .contents.scroll#rankings, #all-columns .column .contents.scroll#all_ideas {
          background: #eeeeee; }
      #all-columns .column .contents #group_rankings {
        background: none; }

#list-help {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  min-height: 0;
  margin-bottom: 10px; }
  #list-help #hide-list-help {
    float: right;
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 0; }
  #list-help .content {
    clear: right; }

#also-viewing {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #637dc6;
  color: white;
  padding: 5px 10px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  *display: inline-block; }
  #also-viewing:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

a#unrank {
  padding: 1px 2px;
  margin: 1px;
  background: #637dc6 url(/images/tiny-top-highlight.png) repeat-x top; }
  a#unrank:hover {
    background-color: #859fe8; }
  a#unrank:active {
    background: #415ba4 url(/images/tiny-top-shadow.png) repeat-x top; }
  a#unrank:before {
    display: none; }

#list_description h1 {
  margin: auto;
  text-align: center; }

#list_description span.author {
  text-align: center;
  display: block; }

#resize-handle {
  position: absolute;
  width: 100%;
  height: 25px;
  padding: 0;
  margin: -5px -20px 0;
  background: transparent;
  clear: both;
  cursor: row-resize; }

#ads {
  background: none;
  width: 200px;
  margin: auto;
  margin-top: 10px; }

.tip {
  position: relative;
  display: block;
  float: left;
  padding: 25px 10px;
  border: 1px solid black;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(0,0,0,0.5); }
  .tip#rank-ideas {
    line-height: 1.5em; }

#all-columns .column #chat.contents {
  *display: inline-block;
  padding-bottom: 10px;
  height: 200px;
  overflow: auto; }
  #all-columns .column #chat.contents:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #all-columns .column #chat.contents .comments {
    padding: 5px 0; }
    #all-columns .column #chat.contents .comments .comment {
      margin-top: 3px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #ffffff;
      border: 1px solid #cccccc; }
      #all-columns .column #chat.contents .comments .comment .body {
        float: left;
        margin-left: 5px; }
      #all-columns .column #chat.contents .comments .comment p {
        font-size: 12px; }
  #all-columns .column #chat.contents #comment_text {
    height: 25px;
    font-size: 12px; }
  #all-columns .column #chat.contents input[type=submit] {
    display: none; }

#footer {
  border-top: 1px solid #000000;
  clear: both;
  text-align: center;
  color: #333;
  font-size: 75%;
  background: url('/images/tiny-top-shadow.png') repeat-x top; }
  #footer #bottom-drawer {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border: 1px solid #000000;
    border-top: none;
    background: #dddddd;
    margin: -1px auto 25px;
    width: 800px;
    padding: 10px 20px 5px;
    color: white;
    -webkit-box-shadow: 0 3px 5px #111111;
    text-align: center;
    *display: inline-block; }
    #footer #bottom-drawer:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #footer #bottom-drawer:before {
      background: transparent url(/images/medium-top-highlight.png) repeat-x top;
      width: 100%;
      height: 12px;
      padding: 0 5px;
      margin: -5px;
      margin-bottom: -7px;
      content: '-';
      text-indent: -1000px;
      overflow: hidden;
      display: block;
      color: transparent;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-bottomleft: 7px;
      -webkit-border-bottom-left-radius: 7px;
      -moz-border-radius-bottomright: 7px;
      -webkit-border-bottom-right-radius: 7px; }
    #footer #bottom-drawer:before {
      height: 30px;
      background: transparent url(/images/tiny-top-shadow.png) repeat-x top;
      margin: -10px -20px;
      padding: 0 20px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
    #footer #bottom-drawer a {
      margin: 0 10px;
      vertical-align: middle;
      font-size: 12px; }
    #footer #bottom-drawer #copy {
      width: 100%;
      clear: both; }
    #footer #bottom-drawer #footer-links {
      border-top: 1px solid #ffffff;
      margin: 10px -20px;
      margin-top: 0;
      padding-top: 5px; }
      #footer #bottom-drawer #footer-links li {
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ccccc4;
        list-style: none;
        display: inline-block; }
    #footer #bottom-drawer #post-nav {
      background: none;
      *display: inline-block;
      margin: 0 -20px;
      padding-bottom: 5px;
      border-bottom: 1px solid #ccccc4; }
      #footer #bottom-drawer #post-nav:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      #footer #bottom-drawer #post-nav ol {
        display: inline; }
        #footer #bottom-drawer #post-nav ol #news {
          display: inline;
          vertical-align: middle; }
        #footer #bottom-drawer #post-nav ol li {
          border-left: 1px solid #ffffff;
          border-right: 1px solid #ccccc4;
          list-style: none;
          display: inline-block;
          text-align: center; }

#welcome.box h1 {
  color: #637dc6;
  font-size: 150%; }
#welcome.box p {
  margin-bottom: 15px;
  text-align: left; }


#categories-tab-contents ol li {
  border-bottom: 1px solid #ccc; }

#categories .category {
  line-height: 1em; }
  #categories .category .name {
    float: left;
    background: none;
    margin: 10px 25px;
    text-transform: uppercase; }
  #categories .category a {
    float: left;
    margin-left: 200px; }

.post {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 25px 10px;
  padding: 20px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 0 30px #aaaaaa; }
  .post h1 {
    color: #637dc6; }
  .post span {
    font-size: 75%; }
  .post #body {
    background: none;
    margin: 10px;
    text-align: left; }
    .post #body p {
      margin-bottom: 15px; }
  .post .comments {
    background: #eeeeee url(/images/tiny-top-shadow.png) repeat-x top; }
    .post .comments .comment {
      border-style: outset;
      background: #ffffff url('/images/tiny-bottom-shadow.png') bottom repeat-x;
      padding: 15px;
      margin: 5px; }
  .post form.new_comment textarea {
    height: 55px;
    width: 98%;
    margin-top: 10px; }

.post.private {
  background-color: #CCC; }


.attachments, #attachments {
  margin: 5px;
  color: black;
  background: none;
  overflow: hidden; }
  .attachments .attachment,   #attachments .attachment {
    text-align: center;
    float: left;
    margin: 10px; }
    .attachments .attachment .delete,     #attachments .attachment .delete {
      padding-top: 10px;
      background: none; }
    .attachments .attachment .attachment-link,     #attachments .attachment .attachment-link {
      max-width: 150px;
      display: block;
      overflow: hidden; }
    .attachments .attachment a.image,     #attachments .attachment a.image {
      *display: inline-block;
      margin: 0;
      height: auto;
      background: none;
      border: none;
      -webkit-box-shadow: none;
      overflow: hidden; }
      .attachments .attachment a.image:after,       #attachments .attachment a.image:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .attachments .attachment a.image:before,       #attachments .attachment a.image:before {
        display: none; }
      .attachments .attachment a.image img,       #attachments .attachment a.image img {
        float: left;
        max-width: 100px;
        max-height: 100px;
        vertical-align: middle; }

.attachment.full {
  text-align: center;
  clear: both;
  background: none; }
  .attachment.full .image {
    background: none; }

#attachment-form:after {
  display: block;
  content: '-';
  color: transparent;
  clear: both; }
#attachment-form .please-wait {
  border: 1px inset #CCC;
  background: #AAA url('/images/loadingAnimation.gif') no-repeat center 5px;
  padding-top: 20px;
  padding-bottom: 5px;
  color: black;
  *display: inline-block;
  clear: both; }
  #attachment-form .please-wait:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
#attachment-form .file-select {
  *display: inline-block;
  overflow: hidden;
  width: 100%;
  float: left;
  background: none; }
  #attachment-form .file-select:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #attachment-form .file-select #attachment_uploaded_data {
    float: right;
    background: none;
    margin: 5px; }
#attachment-form #attachment_submit {
  float: left; }

div.comments {
  background: none;
  clear: both;
  *display: inline-block; }
  div.comments:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  div.comments .comment {
    *display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px 0;
    font-size: 90%; }
    div.comments .comment:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    div.comments .comment .name {
      margin: 5px;
      font-style: italic; }
    div.comments .comment .body {
      margin: 0; }
    div.comments .comment p {
      margin: 0;
      padding: 0; }
    div.comments .comment div {
      background: none; }
    div.comments .comment a.delete {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border: 1px solid #ccc;
      padding: 3px;
      margin: 5px;
      color: #555;
      display: inline-block;
      background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
      text-shadow: 1px 1px 1px #fffff7;
      -webkit-box-shadow: 1px 2px 3px #333;
      text-align: center;
      text-decoration: none;
      background: #ffffff;
      border: 1px solid #ccc;
      padding: 0;
      font-size: 12px;
      height: 15px;
      width: 15px;
      line-height: 15px;
      display: block;
      margin: 0;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      float: left;
      vertical-align: middle; }
      div.comments .comment a.delete:hover {
        background-color: #f7f0df;
        text-decoration: none;
        border-color: #999;
        color: #333;
        cursor: pointer;
        text-shadow: 1px 1px 1px #ffffff; }
      div.comments .comment a.delete:active {
        background-color: #dcd5c4; }
      div.comments .comment a.delete:hover {
        background: #ffffff;
        border-color: #888; }
      div.comments .comment a.delete:before {
        display: none; }
    div.comments .comment .comment_date {
      font-size: 80%;
      font-style: italic;
      display: block;
      float: right;
      vertical-align: middle; }

.box#list-settings input, .box#list-settings textarea, #new-list input, #new-list textarea {
  margin: 5px 0 10px; }
.box#list-settings input[type=text], #new-list input[type=text] {
  width: 95%; }
  .box#list-settings input[type=text]#list_idea_word,   #new-list input[type=text]#list_idea_word {
    width: 25%; }
.box#list-settings #ranking-expiration, #new-list #ranking-expiration {
  padding: 3px; }
.box#list-settings textarea, #new-list textarea {
  height: 100px; }
.box#list-settings #show-hide-advanced, #new-list #show-hide-advanced {
  margin: 10px; }
  .box#list-settings #show-hide-advanced #advanced-list-settings_show_hide,   #new-list #show-hide-advanced #advanced-list-settings_show_hide {
    margin-bottom: 0; }
.box#list-settings #advanced-list-settings, #new-list #advanced-list-settings {
  margin-top: 5px; }
.box#list-settings #list_submit, #new-list #list_submit {
  margin: 30px auto; }

#new-list-link {
  float: left;
  margin: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 5px;
  color: #555;
  display: inline-block;
  background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
  text-shadow: 1px 1px 1px #fffff7;
  font-size: 20px;
  padding: 10px; }
  #new-list-link:hover {
    background-color: #f7f0df;
    text-decoration: none;
    border-color: #999;
    color: #333;
    cursor: pointer;
    text-shadow: 1px 1px 1px #ffffff; }
  #new-list-link:active {
    background-color: #dcd5c4; }

#my-lists {
  *display: inline-block;
  clear: both;
  margin: 25px auto;
  padding-bottom: 25px; }
  #my-lists:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#featured-lists {
  float: right;
  width: 200px;
  border: 1px solid #ccc;
  border-right: none;
  margin: 0 -20px 30px 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  background: #f3f3f3;
  text-align: left;
  padding: 10px; }

input#list_title {
  width: 95%;
  text-align: center; }

.list-of-lists {
  clear: both;
  *display: inline-block; }
  .list-of-lists:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .list-of-lists ol {
    *display: inline-block; }
    .list-of-lists ol:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .list-of-lists ol> li {
      *display: inline-block;
      display: block;
      border-bottom: 1px solid #ccc;
      padding: 10px 0; }
      .list-of-lists ol> li:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      .list-of-lists ol> li:hover .links {
        display: block; }
      .list-of-lists ol> li .links {
        display: none;
        margin-top: -5px;
        clear: right;
        float: right;
        width: 400px;
        text-align: right; }
        .list-of-lists ol> li .links a {
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border: 1px solid #ccc;
          padding: 3px;
          margin: 5px;
          color: #555;
          display: inline-block;
          background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
          text-shadow: 1px 1px 1px #fffff7; }
          .list-of-lists ol> li .links a:hover {
            background-color: #f7f0df;
            text-decoration: none;
            border-color: #999;
            color: #333;
            cursor: pointer;
            text-shadow: 1px 1px 1px #ffffff; }
          .list-of-lists ol> li .links a:active {
            background-color: #dcd5c4; }
  .list-of-lists .list-name {
    padding-top: 10px; }
    .list-of-lists .list-name a {
      font-size: 20px;
      float: left; }
      .list-of-lists .list-name a span {
        font-size: 20px; }
  .list-of-lists span.stats {
    float: right;
    margin: 10px;
    text-align: center; }
  .list-of-lists span.list-name {
    margin-top: 5px;
    float: left; }
  .list-of-lists .sublists {
    clear: left;
    float: left;
    margin-left: 20px;
    text-align: left;
    border-left: 1px solid #ccc; }
    .list-of-lists .sublists:hover {
      border-color: #888; }
    .list-of-lists .sublists li {
      float: left;
      clear: left;
      margin: 5px; }
      .list-of-lists .sublists li .subidea-count, .list-of-lists .sublists li a {
        vertical-align: middle; }
      .list-of-lists .sublists li .subidea-count {
        font-size: 12px;
        color: #888; }

.list .flags {
  *display: inline-block;
  float: left; }
  .list .flags:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .list .flags .flag {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    background: transparent;
    margin: 0 2px;
    font-weight: bold; }
    .list .flags .flag.secure {
      color: #46467a;
      padding-left: 16px;
      margin-left: 2px;
      vertical-align: middle; }

#empty-group-rankings-blurb {
  font-size: 12px; }

#group_rankings {
  margin: 0 -3px; }
  #group_rankings .redcloth {
    background: none;
    margin: 10px; }
    #group_rankings .redcloth .content_edit {
      position: relative; }
  #group_rankings ol {
    margin-top: -5px;
    padding-top: 5px;
    background: white;
    border-bottom: 3px solid #f0f0f0; }
    #group_rankings ol li {
      background: white;
      border-bottom: 1px solid #e5e5e5;
      list-style: none;
      color: #777;
      display: block;
      padding: 10px;
      *display: inline-block; }
      #group_rankings ol li:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      #group_rankings ol li:hover {
        border-color: #d1d1d1; }
      #group_rankings ol li span.meta {
        float: right;
        font-size: 12px; }
      #group_rankings ol li span.number {
        float: left;
        clear: left;
        vertical-align: middle; }
      #group_rankings ol li a {
        color: #333;
        min-width: 30px;
        vertical-align: middle;
        float: left;
        text-decoration: none;
        height: auto;
        margin-left: 5px;
        display: block;
        cursor: hand;
        -webkit-box-shadow: none;
        text-shadow: none;
        border: none; }
        #group_rankings ol li a:hover {
          border: none;
          text-decoration: underline; }
        #group_rankings ol li a:active {
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          line-height: 1em; }
        #group_rankings ol li a img {
          max-height: 30px;
          vertical-align: middle; }

#account-types {
  *display: inline-block;
  margin-bottom: 35px; }
  #account-types:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #account-types ol {
    *display: inline-block; }
    #account-types ol:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #account-types ol li {
      list-style: none;
      *display: inline-block;
      float: left; }
      #account-types ol li:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
  #account-types .account-type {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin: 5px;
    width: 150px;
    padding: 0;
    background: white;
    position: relative;
    border: 2px solid #ddd; }
    #account-types .account-type.featured {
      border-color: #2a2a2a; }
      #account-types .account-type.featured .price dd {
        border-color: #bbb;
        background-color: #eee; }
    #account-types .account-type h1 {
      text-shadow: 1px 1px 2px #cccccc;
      color: #46467a;
      padding: 5px 0;
      margin: 0 5px;
      border-bottom: 1px solid #DDD;
      border-bottom-width: 1px; }
    #account-types .account-type ul {
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      margin: 0; }
    #account-types .account-type dl {
      *display: inline-block;
      float: none;
      margin: 5px;
      border-bottom: 1px solid #ccc;
      padding: 10px 0; }
      #account-types .account-type dl:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      #account-types .account-type dl.price {
        margin-bottom: 0;
        border-bottom: none; }
        #account-types .account-type dl.price dt {
          display: none; }
        #account-types .account-type dl.price dd {
          float: none;
          margin: auto;
          text-align: center;
          clear: both;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          height: 50px;
          background: #CCC;
          border: 2px solid #DDD;
          line-height: 50px;
          font-size: 150%; }
      #account-types .account-type dl dt {
        font-weight: bold;
        clear: both;
        float: left;
        text-align: left;
        vertical-align: middle; }
      #account-types .account-type dl dd {
        text-align: right;
        float: right;
        overflow: hidden;
        vertical-align: middle;
        height: 26px;
        min-width: 30px; }
        #account-types .account-type dl dd.checkbox {
          background: url("/images/checkbox.png") no-repeat; }
          #account-types .account-type dl dd.checkbox span {
            display: none; }
          #account-types .account-type dl dd.checkbox.checked {
            background-position: 0 -26px; }
        #account-types .account-type dl dd img {
          vertical-align: bottom; }
    #account-types .account-type .description {
      padding: 5px 10px;
      min-height: 50px;
      border-bottom: 1px solid #ddd;
      margin: 0 5px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
    #account-types .account-type .coming-soon {
      border: 1px solid #ccc;
      height: 40px;
      line-height: 40px;
      margin: 10px 15px;
      -webkit-box-shadow: 0 0 10px #ccc; }
  #account-types.clickable .account-type:not(.current):hover, #account-types.clickable .account-type.selected {
    cursor: pointer;
    border-color: #46467a;
    -webkit-box-shadow: 0 5px 30px black; }
    #account-types.clickable .account-type:not(.current):hover h1,     #account-types.clickable .account-type.selected h1 {
      -webkit-box-shadow: 0 5px 30px black;
      display: block;
      background-color: #5d60a1;
      color: white; }
  #account-types.clickable .account-type.selected {
    top: 5px; }
  #account-types.clickable .account-type.disabled:not(:hover) ul, #account-types.clickable .account-type.disabled:not(:hover) li,   #account-types.clickable .account-type.current ul, #account-types.clickable .account-type.current li {
    background-color: #AAA;
    border-color: #555; }
  #account-types.clickable .account-type.disabled:not(:hover) li.zebra,   #account-types.clickable .account-type.current li.zebra {
    background-color: #777; }
  #account-types.clickable .account-type.disabled:not(:hover) li.last,   #account-types.clickable .account-type.current li.last {
    background: #777 url('/images/tiny-bottom-highlight.png') repeat-x bottom; }
  #account-types.clickable .account-type.disabled:not(:hover) h1,   #account-types.clickable .account-type.current h1 {
    background: inherit url(/images/small-bottom-shadow.png) repeat-x bottom;
    color: #CCC; }

.account_type {
  width: 150px;
  border: 1px solid black; }

.new-account {
  overflow: hidden;
  *display: inline-block; }
  .new-account:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .new-account .inset-box p {
    padding: 10px 0;
    *display: inline-block; }
    .new-account .inset-box p:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .new-account .inset-box p label {
      clear: both;
      width: 45%;
      float: left;
      margin: 5px;
      text-align: right; }
    .new-account .inset-box p input, .new-account .inset-box p select {
      float: left;
      text-align: left;
      margin: 0 5px; }
      .new-account .inset-box p input[type=text],       .new-account .inset-box p select[type=text] {
        width: 20%; }
      .new-account .inset-box p input#cvv,       .new-account .inset-box p select#cvv {
        width: 30px; }
  .new-account .inset-box img#cc-icons {
    margin: 10px; }
  .new-account .inset-box.submit {
    text-align: center; }
    .new-account .inset-box.submit #purchase-submit {
      width: 200px; }
  .new-account img.lock {
    margin: 0 10px;
    vertical-align: bottom; }
    .new-account img.lock.left {
      float: left; }
    .new-account img.lock.right {
      float: right; }
  .new-account .inset-box {
    *display: inline-block; }
    .new-account .inset-box:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .new-account #legalese {
    color: #999;
    font-size: 80%; }

ol.small-links li {
  display: inline; }

.account ol li strong {
  float: left; }
.account ol li em {
  float: right; }

.sign-up-form {
  background: none; }
  .sign-up-form .field {
    *display: inline-block;
    margin-bottom: 10px;
    display: block; }
    .sign-up-form .field:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .sign-up-form .field label, .sign-up-form .field input {
      float: left; }
    .sign-up-form .field label {
      text-align: right;
      clear: both;
      line-height: 2em;
      padding: 0 10px;
      width: 125px; }
    .sign-up-form .field #availability {
      background: none;
      display: block;
      float: right;
      height: 35px;
      line-height: 35px;
      margin-right: 20px;
      margin-top: -35px; }
    .sign-up-form .field.available input {
      border: 2px solid green; }
    .sign-up-form .field.available #availability {
      color: green; }
    .sign-up-form .field.unavailable input {
      border: 2px solid red; }
    .sign-up-form .field.unavailable #availability {
      color: red; }
    .sign-up-form .field input {
      width: 280px; }
  .sign-up-form .inset-box {
    text-align: center;
    margin: 10px; }
    .sign-up-form .inset-box label, .sign-up-form .inset-box input {
      margin: auto;
      display: block;
      width: 90%; }
    .sign-up-form .inset-box span.sub {
      display: block;
      font-size: 75%;
      margin-top: 2px;
      margin-bottom: -3px; }
  .sign-up-form input[type=submit] {
    margin-top: 30px;
    margin-bottom: 20px; }

body.users.new #top-message .redcloth {
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #ffffff url('/images/tiny-bottom-shadow.png') bottom repeat-x;
  margin: 0 -20px 30px;
  padding: 20px; }
body.users.new #log-in {
  width: 500px;
  margin: auto; }
body.users.new #sign-up {
  *display: inline-block; }
  body.users.new #sign-up:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  body.users.new #sign-up #left, body.users.new #sign-up #right {
    border: 2px solid #ffffff;
    float: left;
    padding: 10px 0; }
  body.users.new #sign-up #left {
    width: 450px; }
  body.users.new #sign-up #right {
    width: 300px;
    margin-left: 25px; }
body.users.new #already-a-member, body.users.new #not-a-member {
  padding-top: 20px;
  clear: both;
  display: block; }

#sign-up-blurb, #invitation-sign-up-blurb {
  padding: 20px;
  min-height: 400px; }
  #sign-up-blurb p,   #invitation-sign-up-blurb p {
    margin-bottom: 10px; }
  #sign-up-blurb h1,   #invitation-sign-up-blurb h1 {
    margin-bottom: 20px; }

.edit-user p {
  margin-bottom: 10px; }

.user .inset-box.profile .about {
  background: none;
  text-align: left;
  text-indent: 2em; }
  .user .inset-box.profile .about em {
    font-style: italic; }

#profile-form textarea {
  width: 90%;
  height: 100px; }

.box#log-in-blurb {
  text-align: left; }
  .box#log-in-blurb .inset-box {
    padding: 10px; }
    .box#log-in-blurb .inset-box p {
      margin: 10px 5px; }
    .box#log-in-blurb .inset-box a#sign-up-link {
      margin: 20px auto 5px;
      width: 150px; }

body.sessions .inset-box.log-in {
  width: 500px;
  padding: 30px;
  margin: 75px auto 30px; }
  body.sessions .inset-box.log-in:before {
    margin: -30px;
    margin-bottom: 0;
    padding: 30px;
    padding-bottom: 0; }

.inset-box.log-in {
  margin: auto;
  *display: inline-block; }
  .inset-box.log-in:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .inset-box.log-in p {
    margin: 7px 0;
    *display: inline-block; }
    .inset-box.log-in p:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .inset-box.log-in p.two-col#password label {
      padding-top: 2px; }
    .inset-box.log-in p.two-col label {
      padding: 10px;
      display: inline;
      width: 200px;
      float: left;
      text-align: right; }
  .inset-box.log-in #forgot-password {
    font-size: 90%;
    text-align: right; }


a#new-user {
  margin: 5px; }

#nav-bar .nav#brochure ol {
  margin-top: 15px;
  margin-right: 30px; }
  #nav-bar .nav#brochure ol li {
    float: left;
    margin: 0 10px; }
    #nav-bar .nav#brochure ol li span, #nav-bar .nav#brochure ol li a {
      color: white;
      font-size: 14px; }

#brochure-pricing {
  overflow: hidden; }
  #brochure-pricing #account-types .account-type, #brochure-pricing #account-types .account_type:hover {
    -webkit-box-shadow: none !important; }
    #brochure-pricing #account-types .account-type h1,     #brochure-pricing #account-types .account_type:hover h1 {
      -webkit-box-shadow: none;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0; }

body.brochure.new_index .centered-links {
  clear: both;
  display: block;
  width: 350px;
  margin: auto;
  padding: 0; }
  body.brochure.new_index .centered-links p {
    padding: 0;
    margin-left: -5px;
    text-align: center; }
body.brochure.new_index .box#landing {
  *display: inline-block;
  padding: 20px; }
  body.brochure.new_index .box#landing:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  body.brochure.new_index .box#landing #screenshot {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    *display: inline-block;
    position: relative;
    clear: both;
    display: block;
    text-align: center;
    padding: 25px 10px 20px;
    margin: -20px -20px 25px; }
    body.brochure.new_index .box#landing #screenshot:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    body.brochure.new_index .box#landing #screenshot object {
      padding: 10px;
      background: #ffffff;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }
    body.brochure.new_index .box#landing #screenshot img {
      float: left;
      margin: -100px -125px 0 -20px; }
    body.brochure.new_index .box#landing #screenshot object {
      float: left;
      margin: -100px 30px 15px; }
    body.brochure.new_index .box#landing #screenshot h1 {
      text-shadow: 1px 1px 3px #ccc;
      margin: 0 auto;
      padding-top: 25px;
      font-size: 250%;
      color: #666666; }
    body.brochure.new_index .box#landing #screenshot h2 {
      color: #666666;
      padding-bottom: 25px;
      line-height: 25px;
      margin-bottom: 125px;
      display: block; }
    body.brochure.new_index .box#landing #screenshot .links {
      background: #ffffff;
      *display: inline-block;
      float: right;
      clear: right;
      padding: 5px;
      margin-top: 30px;
      margin-right: 30px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border: 1px solid #cccccc; }
      body.brochure.new_index .box#landing #screenshot .links:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      body.brochure.new_index .box#landing #screenshot .links a {
        position: relative;
        clear: right;
        float: right;
        margin: 10px; }
  body.brochure.new_index .box#landing #features {
    *display: inline-block;
    background: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    body.brochure.new_index .box#landing #features:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    body.brochure.new_index .box#landing #features .feature {
      border: 1px solid #cccccc;
      background-color: #ffffff;
      float: left;
      width: 358px;
      line-height: 20px;
      margin: 9px;
      padding: 10px; }
      body.brochure.new_index .box#landing #features .feature:before {
        margin: -10px;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px; }
      body.brochure.new_index .box#landing #features .feature.right .image {
        float: right; }
      body.brochure.new_index .box#landing #features .feature.right .description {
        margin-top: 15px; }
      body.brochure.new_index .box#landing #features .feature .title {
        line-height: 25px;
        margin: 10px;
        margin-bottom: 0;
        padding: 0;
        vertical-align: middle;
        font-size: 150%;
        text-align: center;
        background: none;
        color: #444444; }
      body.brochure.new_index .box#landing #features .feature .description {
        float: left;
        text-align: left;
        display: block;
        background: none;
        width: 235px;
        padding: 0 10px 5px;
        color: #777777; }
      body.brochure.new_index .box#landing #features .feature .image {
        line-height: 75px;
        width: 75px;
        height: 75px;
        margin: 5px 10px 5px;
        background: #CCC;
        font-size: 300%;
        display: block;
        float: left;
        text-align: center; }
      body.brochure.new_index .box#landing #features .feature p {
        margin: none !important;
        padding: none !important; }
      body.brochure.new_index .box#landing #features .feature .lightbox {
        display: block; }
      body.brochure.new_index .box#landing #features .feature img {
        -webkit-box-shadow: none;
        border: none;
        *display: inline-block;
        width: 75px;
        height: 75px;
        margin: 10px;
        margin-top: 20px;
        float: left; }
        body.brochure.new_index .box#landing #features .feature img:after {
          content: " ";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; }
    body.brochure.new_index .box#landing #features #brochure-small-features {
      margin-top: 15px; }
      body.brochure.new_index .box#landing #features #brochure-small-features .small-feature, body.brochure.new_index .box#landing #features #brochure-small-features dl {
        float: left;
        border: 1px solid #cccccc;
        padding: 10px;
        margin: 5px;
        width: 230px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #ffffff; }
        body.brochure.new_index .box#landing #features #brochure-small-features .small-feature .title, body.brochure.new_index .box#landing #features #brochure-small-features .small-feature dt,         body.brochure.new_index .box#landing #features #brochure-small-features dl .title, body.brochure.new_index .box#landing #features #brochure-small-features dl dt {
          text-align: center;
          font-size: 110%;
          color: #777777; }
        body.brochure.new_index .box#landing #features #brochure-small-features .small-feature .description, body.brochure.new_index .box#landing #features #brochure-small-features .small-feature dd,         body.brochure.new_index .box#landing #features #brochure-small-features dl .description, body.brochure.new_index .box#landing #features #brochure-small-features dl dd {
          color: #888888; }
  body.brochure.new_index .box#landing #text {
    *display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cccccc; }
    body.brochure.new_index .box#landing #text:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    body.brochure.new_index .box#landing #text a.big {
      float: left;
      margin: 10px; }
    body.brochure.new_index .box#landing #text #brochure-left-paragraph {
      *display: inline-block;
      margin: 10px;
      width: 360px;
      float: left;
      text-align: left;
      padding-right: 20px;
      color: #888888; }
      body.brochure.new_index .box#landing #text #brochure-left-paragraph:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      body.brochure.new_index .box#landing #text #brochure-left-paragraph .image {
        line-height: 100px;
        text-align: center;
        width: 350px;
        margin: auto;
        font-size: 300%;
        background: #CCC;
        height: 100px;
        margin-bottom: 10px; }
      body.brochure.new_index .box#landing #text #brochure-left-paragraph .lightbox {
        display: block;
        margin-bottom: 10px; }
        body.brochure.new_index .box#landing #text #brochure-left-paragraph .lightbox img {
          width: 350px;
          height: 100px;
          margin: auto;
          display: block;
          clear: both; }
      body.brochure.new_index .box#landing #text #brochure-left-paragraph p.blurb {
        color: #444444; }
    body.brochure.new_index .box#landing #text ol {
      float: left;
      width: 360px;
      margin: 0;
      padding-left: 20px;
      border-left: 1px solid #cccccc; }
      body.brochure.new_index .box#landing #text ol li {
        list-style: none;
        color: #888888;
        text-align: left;
        float: left;
        width: 150px;
        padding: 5px 15px;
        text-indent: -15px; }
        body.brochure.new_index .box#landing #text ol li:before {
          content: "-";
          margin-right: 10px; }
        body.brochure.new_index .box#landing #text ol li a {
          display: inline; }

ol#user-accounts li.action {
  width: 20%; }
ol#user-accounts li.user {
  width: 80%; }

#user_account_user_login {
  width: 150px; }

.administrators {
  margin-top: 50px; }

#featured-lists .featured {
  width: 20%; }
#featured-lists .title {
  width: 80%;
  text-align: left; }

textarea#content_text {
  height: 500px; }

.content {
  background: none;
  *display: inline-block; }
  .content:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .content #attachments, .content .attachments {
    *display: inline-block;
    clear: both; }
    .content #attachments:after,     .content .attachments:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .content #attachments .attachment,     .content .attachments .attachment {
      float: left;
      clear: none; }
  .content img {
    max-width: 100%;
    margin: auto;
    display: block; }
  .content.admin {
    min-height: 10px; }
    .content.admin:hover {
      border: 1px dashed #637dc6;
      margin: -1px; }
      .content.admin:hover a.content_edit {
        display: block; }
    .content.admin a.content_edit {
      float: right;
      display: none;
      height: 25px;
      margin-bottom: -27px;
      line-height: 25px;
      padding: 0 10px;
      position: relative;
      background: #ffffff url(/images/medium-bottom-shadow.png) repeat-x bottom;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border: 1px solid #637dc6;
      border-top: none;
      border-right: none; }
      .content.admin a.content_edit:hover {
        background: #ffffff url('/images/tiny-bottom-shadow.png') bottom repeat-x; }
      .content.admin a.content_edit:active {
        background: #ffffff url(/images/small-top-shadow.png) repeat-x top;
        color: #637dc6; }

#inquiry_email {
  width: 90%; }

.lightbox {
  max-width: 100%;
  border-bottom: none !important; }
  .lightbox:hover {
    border-bottom: none !important; }
  .lightbox:active {
    background: none !important; }
  .lightbox img {
    background: none !important;
    max-width: 100%;
    margin: auto;
    display: block; }

#fb_placeholder {
  display: none; }

#facebox {
  top: 0;
  left: 0;
  z-index: 100;
  background: white;
  text-align: left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #bbbbbb;
  margin: 10px 10px;
  padding: 10px 5px;
  position: fixed;
  -webkit-box-shadow: 5px 5px 5px #333; }
  #facebox hr {
    background-color: #666;
    margin: 10px -5px;
    border: none;
    border-top: 1px outset #666; }
  #facebox .shaded {
    margin: 0 -5px; }
  #facebox.narrow {
    width: 50%;
    margin: 10px auto; }
  #facebox .image img {
    margin: 10px;
    background: white; }
  #facebox .popup {
    position: relative; }
  #facebox .loading, #facebox .image {
    text-align: center; }
  #facebox .footer {
    margin-top: 10px;
    *display: inline-block; }
    #facebox .footer:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #facebox .footer a {
      float: right;
      display: block;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border: 1px solid #ccc;
      padding: 3px;
      margin: 5px;
      color: #555;
      display: inline-block;
      background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
      text-shadow: 1px 1px 1px #fffff7; }
      #facebox .footer a:hover {
        background-color: #f7f0df;
        text-decoration: none;
        border-color: #999;
        color: #333;
        cursor: pointer;
        text-shadow: 1px 1px 1px #ffffff; }
      #facebox .footer a:active {
        background-color: #dcd5c4; }
  #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
    height: 10px;
    width: 10px;
    overflow: hidden;
    padding: 0; }

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.facebox_hide {
  z-index: -100; }

.facebox_overlayBG {
  background-color: #000;
  z-index: 99; }

* html #facebox_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

body.logs.index ol#log_entries {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-bottom: 5px;
  padding: 5px;
  margin: 0 5px;
  background: #dddddd; }
  body.logs.index ol#log_entries>li {
    border-bottom: 1px solid #dcdcdc;
    list-style: none;
    padding: 0; }
    body.logs.index ol#log_entries>li.header {
      border: none;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      background: #dddddd; }
      body.logs.index ol#log_entries>li.header ol {
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        color: #777777;
        text-shadow: 1px 1px 1px #ffffff;
        border-bottom: 1px solid #bbbbbb; }
        body.logs.index ol#log_entries>li.header ol li {
          border: none; }
    body.logs.index ol#log_entries>li ol {
      width: 100%;
      *display: inline-block; }
      body.logs.index ol#log_entries>li ol:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      body.logs.index ol#log_entries>li ol li {
        background: none;
        display: block;
        float: left;
        overflow: hidden;
        width: 60px;
        padding: 5px 0; }
        body.logs.index ol#log_entries>li ol li.selected {
          background: #eeeeee; }
        body.logs.index ol#log_entries>li ol li a {
          vertical-align: middle;
          margin: -5px 0; }
  body.logs.index ol#log_entries>li {
    cursor: pointer; }
    body.logs.index ol#log_entries>li:hover:not(.header) {
      background: #eee; }
    body.logs.index ol#log_entries>li.header {
      margin-top: 10px; }
  body.logs.index ol#log_entries ol li {
    width: 100px !important; }
    body.logs.index ol#log_entries ol li.newness {
      width: 70px !important; }
      body.logs.index ol#log_entries ol li.newness .new-indicator {
        display: none; }
      body.logs.index ol#log_entries ol li.newness.new .new-indicator {
        color: white;
        padding: 5px 10px;
        margin: 5px;
        margin-top: -5px;
        float: left;
        display: block;
        background: #637dc6;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; }
    body.logs.index ol#log_entries ol li.colors {
      width: 40px !important;
      padding: 5px 0;
      margin: 0;
      height: 30px; }
      body.logs.index ol#log_entries ol li.colors .color {
        width: 10px;
        float: left;
        color: white;
        padding: 0 2px;
        line-height: 15px;
        text-shadow: 1px 1px 1px black; }
    body.logs.index ol#log_entries ol li.location {
      width: 200px !important; }
  body.logs.index ol#log_entries ol.hidden {
    width: 100%; }
    body.logs.index ol#log_entries ol.hidden .inset-box {
      background: #fff; }
    body.logs.index ol#log_entries ol.hidden li {
      float: none;
      width: 100% !important;
      text-align: left;
      padding-left: 10px;
      height: auto; }

.user-rankings {
  margin-top: 35px; }
  .user-rankings .user-ranking {
    margin: 5px;
    float: left;
    border: 1px solid #888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 30%;
    background: #ffffff; }
    .user-rankings .user-ranking .user {
      cursor: move;
      padding: 5px;
      font-weight: bold;
      text-shadow: 1px 1px 1px #ccc;
      border-bottom: 1px solid #888; }
    .user-rankings .user-ranking .rankings {
      overflow: auto;
      padding: 5px;
      padding-left: 30px;
      max-height: 300px;
      margin-bottom: 3px;
      background: #fafafa; }
      .user-rankings .user-ranking .rankings .ranking {
        text-align: left;
        list-style: outside decimal;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px; }
        .user-rankings .user-ranking .rankings .ranking.highlight {
          background: #637dc6; }
          .user-rankings .user-ranking .rankings .ranking.highlight a {
            border: 1px solid black; }
        .user-rankings .user-ranking .rankings .ranking a {
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border: 1px solid #ccc;
          padding: 3px;
          margin: 5px;
          color: #555;
          display: inline-block;
          background: #ede6d5 url(/images/medium-top-highlight.png) repeat-x top;
          text-shadow: 1px 1px 1px #fffff7;
          vertical-align: middle; }
          .user-rankings .user-ranking .rankings .ranking a:hover {
            background-color: #f7f0df;
            text-decoration: none;
            border-color: #999;
            color: #333;
            cursor: pointer;
            text-shadow: 1px 1px 1px #ffffff; }
          .user-rankings .user-ranking .rankings .ranking a:active {
            background-color: #dcd5c4; }
