/* http://nicolasgallagher.com/demo/pure-css-speech-bubbles/bubbles.html */
.triangle-obtuse {
  position: relative;
  padding: 15px;
  margin: 14px 0px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe9cf), to(#fc8a00));
  background: -moz-linear-gradient(top, #ffe9cf, #fc8a00);
  background: -o-linear-gradient(top, #ffe9cf, #fc8a00);
  background: linear-gradient(top, #ffe9cf, #fc8a00); }
  .triangle-obtuse:before {
    content: "\00a0";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 60px;
    width: 0;
    height: 0;
    border-width: 0;
    border-right-width: 30px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent #fc8a00; }
  .triangle-obtuse:after {
    content: "\00a0";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 80px;
    width: 0;
    height: 0;
    border-width: 0;
    border-right-width: 10px;
    border-bottom-width: 20px;
    border-style: solid;
    border-color: transparent #fff; }

/* * RESET * */
html, body, div, p, blockquote, h1, h2, h3 {
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 1.1em 0; }

body {
  font-size: 12px;
  /* font-family: Verdana, Tahoma, sans-serif */
  font-family: Helvetica, Verdana, Arial, sans-serif;
  color: #333333;
  background-color: #ffffff; }

* {
  margin: 0;
  padding: 0; }

img {
  border: 0px; }

a:link, a:active, a:hover, a:visited {
  text-decoration: none;
  color: #999999; }
a:hover, a:active {
  color: #0000ff; }

/* * GENERAL * */
#container {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  width: 900px;
  margin: 0 auto; }

#content {
  padding: 1em 1em 3em 1em; }

.sidebar_none #content {
  width: 900px; }

.sidebar_right #content {
  width: 650px; }

#quote {
  text-align: center; }

#footer_gap {
  clear: both;
  height: 30px; }

#footer {
  clear: both;
  /* position: absolute  */
  position: fixed;
  bottom: 0;
  width: 900px;
  padding: 5px;
  color: #BBB;
  font-size: .9em;
  background-color: #ffffff;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px; }

#header {
  width: 100%;
  font-size: .9em;
  padding: 5px;
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px; }
  #header .logo {
    float: left; }
  #header UL {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px; }
    #header UL li {
      display: inline-block; }
  #header FORM {
    display: inline-block;
    margin-right: 20px; }
  #header .nav {
    text-align: right;
    padding-bottom: 8px;
    float: right; }
  #header .default_text {
    color: #848484; }
  #header .toplinks {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    float: right; }
    #header .toplinks LI {
      padding: 6px 13px 1px; }

#sidebar {
  float: right;
  margin-top: 20px;
  width: 200px;
  margin-right: -10px;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #CCC;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }
  #sidebar h4 {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px; }

.quotelist blockquote {
  font-size: 200%; }
  .quotelist blockquote a:visited, .quotelist blockquote a {
    color: #000; }
  .quotelist blockquote a:hover, .quotelist blockquote a:active {
    color: blue; }
.quotelist cite {
  font-style: italic;
  font-size: 120%;
  margin-left: 100px; }
  .quotelist cite a:visited, .quotelist cite a:link {
    color: #000; }

body#quote_quote #content {
  -moz-text-shadow: 1px 1px 1px #fff;
  -webkit-text-shadow: 1px 1px 1px #fff;
  text-shadow: 1px 1px 1px #fff; }
body#quote_quote blockquote {
  display: inline-block;
  text-align: center;
  margin: 1.5em 0 0 -.5em;
  padding: .5em 0 0 .5em;
  font-size: 3em; }
  body#quote_quote blockquote:before, body#quote_quote blockquote:after {
    display: block;
    font-size: 2.5em;
    color: #ccc;
    font-family: Times, serif;
    position: relative; }
  body#quote_quote blockquote:before {
    float: left;
    top: -20px;
    left: -0.1em;
    content: '\201c'; }
  body#quote_quote blockquote:after {
    float: right;
    content: '\201d';
    left: 0.1em; }
body#quote_quote blockquote.light {
  color: #ffeebf;
  text-shadow: 1px 1px 1px #4f4427; }
body#quote_quote cite {
  clear: both;
  width: 85%;
  padding-right: 10%;
  padding-top: 0.0em;
  margin-top: -0px;
  font-size: 1.7em;
  font-style: italic;
  text-align: right;
  float: right; }
  body#quote_quote cite a:visited, body#quote_quote cite a:link {
    color: #000;
    z-index: 1; }
body#quote_quote #comments {
  background-color: #ffffff;
  opacity: 0.9;
  -moz-opacity: 0.9; }

.vcard.small {
  font-size: 11px;
  margin-bottom: 10px; }
  .vcard.small > a {
    display: block;
    float: left;
    width: 32;
    height: 32; }
  .vcard.small > div {
    margin-left: 36px; }

#sidebar .taglist {
  margin-top: 8px;
  margin-bottom: 10px; }
  #sidebar .taglist ul {
    list-style-type: none;
    margin-left: 4px; }
  #sidebar .taglist .tagaddlink {
    color: #0063dc; }

#profile_show .stats_group {
  float: right; }
#profile_show .vcard {
  float: left; }
  #profile_show .vcard img {
    float: left; }
  #profile_show .vcard > div {
    float: left;
    margin-left: 10px; }
#profile_show h2 {
  border-bottom: 1px solid #888888;
  color: #888888;
  font-size: 24px;
  line-height: 20pt;
  margin-bottom: 5px; }

.stat_bubble {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #999999;
  color: #ffffff;
  float: left;
  height: 75px;
  margin: 0 0 10px 10px;
  padding: 8px; }
  .stat_bubble .title {
    font-size: 10px;
    margin-bottom: 5px;
    text-align: center; }
  .stat_bubble .content {
    font-size: 70px;
    font-weight: bold;
    text-align: center; }

.button {
  margin: 3px;
  background: -webkit-gradient(linear, center top, center bottom, from(#999), to(#666));
  background: -moz-linear-gradient(top, #999, #666);
  background-color: #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  .button:hover {
    background-color: #fc2c00;
    background: -webkit-gradient(linear, center top, center bottom, from(#fc8a00), to(#fc2c00));
    background: -moz-linear-gradient(top, #fc8a00, #fc2c00); }
  .button a {
    width: 100%;
    display: inline-block;
    padding: 6px 13px;
    color: #ffffff; }
    .button a:hover {
      color: blue; }

.SmallButton {
  font-size: 10px;
  padding: 3px 5px;
  background-color: #0063dc;
  color: #ffffff;
  border: medium none; }

#pick_image p {
  margin: 2px;
  color: #999; }

form#add_quote_form, form#add_image_form, form#pick_images_form {
  font-size: 16px; }
  form#add_quote_form label, form#add_image_form label, form#pick_images_form label {
    font-size: 14px;
    font-weight: bold;
    display: block; }
  form#add_quote_form input, form#add_quote_form textarea, form#add_image_form input, form#add_image_form textarea, form#pick_images_form input, form#pick_images_form textarea {
    margin-bottom: 8px; }
  form#add_quote_form #id_quote, form#add_image_form #id_quote, form#pick_images_form #id_quote {
    line-height: 120%;
    height: 40px;
    width: 100%; }
  form#add_quote_form #id_cite, form#add_quote_form #id_tags, form#add_image_form #id_cite, form#add_image_form #id_tags, form#pick_images_form #id_cite, form#pick_images_form #id_tags {
    width: 20em; }
  form#add_quote_form span.description, form#add_image_form span.description, form#pick_images_form span.description {
    font-weight: normal;
    font-size: 80%;
    color: #999;
    margin-left: 2em; }
  form#add_quote_form .button_default, form#add_image_form .button_default, form#pick_images_form .button_default {
    padding: 3px 6px;
    background-color: #fc2c00;
    background: -webkit-gradient(linear, center top, center bottom, from(#fc8a00), to(#fc2c00));
    background: -moz-linear-gradient(top, #fc8a00, #fc2c00); }

.paginator {
  margin: 1em; }
  .paginator a, .paginator span {
    border: 1px solid #666;
    padding: 0.5em;
    color: black;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
    .paginator a.next, .paginator span.next {
      float: right;
      text-align: right; }
    .paginator a.prev, .paginator span.prev {
      float: left; }
  .paginator a {
    background-color: #ffe9cf; }
    .paginator a:hover {
      background-color: #fc8a00; }
  .paginator span {
    color: #ccc; }

