BODY {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #DCE7EC url(../images/page-bg.png) top left repeat-x; }

TEXTAREA {
  font-family: monaco, courier new;
  font-size: 13px; }

.page-layout {
  width: 750px;
  margin: 0 auto; }

#header {
  margin-bottom: 0px;
  padding-bottom: 0px; }
  #header IMG {
    border: 0px; }

#flash-message {
  margin: 0px !important;
  padding: 0px !important;
  color: green; }
  #flash-message DIV {
    padding: 5px;
    text-align: center; }

#adbar {
  float: right;
  clear: right;
  margin-right: 40px;
  margin-top: 15px;
  margin-bottom: 25px; }

#sidebar {
  float: right;
  background: #C3D8E0;
  width: 200px;
  font-size: 110%;
  padding: 0px;
  margin-top: 50px;
  padding-top: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px; }
  #sidebar h4 {
    margin: 5px 0px;
    padding: 5px  15px;
    background-color: #b2cbd6;
    color: #2a659a;
    text-shadow: 1px 1px 1px #FFF; }
  #sidebar .actions {
    opacity: 0.1;
    float: right;
    font-size: 80%;
    font-weight: normal;
    margin-top: 6px;
    margin-right: 3px; }
    #sidebar .actions A {
      color: #2a659a;
      padding: 2px 10px;
      text-decoration: none;
      -webkit-border-radius: 8px;
      -moz-border-radius: 9px;
      background: #C3D8E0; }
    #sidebar .actions A:hover {
      text-decoration: underline; }
  #sidebar UL {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 15px; }
  #sidebar LI {
    padding: 3px;
    padding-left: 10px; }
  #sidebar .sidebar-categories {
    margin-bottom: 25px; }
  #sidebar .sidebar-categories:hover .actions {
    opacity: 1; }
  #sidebar P {
    font-size: 80%;
    margin: 0px;
    padding: 4px 20px; }

.new-idea {
  padding-top: 15px;
  text-align: center; }
  .new-idea INPUT {
    width: 175px; }

.sidebar-categories {
  color: #000;
  font-weight: bold; }
  .sidebar-categories A {
    color: #2a659a;
    font-weight: normal; }

.sidebar-tags UL {
  margin-left: 23px !important; }
.sidebar-tags LI {
  float: left;
  padding-left: 2px !important; }
  .sidebar-tags LI A {
    font-size: 80%;
    background: #2a659a;
    color: #FFF;
    padding: 2px 8px;
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 9px; }
  .sidebar-tags LI A:hover {
    text-decoration: underline; }

.sidebar-beta {
  margin-bottom: 15px; }
  .sidebar-beta A {
    color: #2a659a; }
  .sidebar-beta A:hover {
    color: #000; }

.clearfix {
  clear: both; }

.content-box {
  width: 500px;
  margin: 20px;
  padding: 0px;
  border: 1px solid #AAA;
  background-color: #FFF;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-box-shadow: 2px 5px 15px #8D9DAA; }
  .content-box .content-body {
    padding: 10px; }
  .content-box .tips {
    float: right; }

#inline-new-idea {
  background: url(../images/header-content-bg.png) top left repeat;
  width: 500px;
  margin: 20px;
  padding: 0px;
  margin-top: 0px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px; }
  #inline-new-idea .body {
    padding: 20px;
    padding-top: 30px; }
    #inline-new-idea .body A {
      color: #2a659a; }
    #inline-new-idea .body A:hover {
      color: #000; }
  #inline-new-idea .tips {
    float: left;
    padding: 5px 0px; }
  #inline-new-idea .button-group {
    float: right;
    padding: 5px 10px; }

h1 {
  padding-left: 20px;
  color: #2a659a;
  text-shadow: 1px 1px 1px #FFF; }

.body h1 {
  padding-left: 0px;
  margin-top: 0px; }

.category-entry {
  background: #FFF;
  margin-bottom: 5px;
  border: 1px solid #8CACB9;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px; }
  .category-entry FORM {
    display: inline; }
  .category-entry .body {
    padding: 5px 20px !important;
    padding-right: 10px !important; }
  .category-entry .delete {
    color: maroon !important;
    margin-top: -4px;
    float: right;
    padding: 3px;
    text-decoration: none; }
    .category-entry .delete:hover {
      color: red !important; }
  .category-entry LABEL {
    width: 200px; }
    .category-entry LABEL A {
      color: black !important;
      font-weight: bold;
      text-decoration: none; }
  .category-entry A:hover {
    color: black;
    font-weight: bold;
    text-decoration: underline; }

.color-picker {
  margin-right: 15px; }
  .color-picker A {
    float: left;
    width: 16px;
    text-decoration: none;
    margin-right: 8px;
    margin-top: -1px; }
  .color-picker A:hover {
    text-decoration: none !important; }

.meta {
  background: #EEE;
  padding: 5px 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 9px;
  border-bottom: 1px solid #DDD;
  color: #BBB;
  font-size: 90%; }
  .meta SPAN {
    font-weight: bold;
    padding-right: 15px; }
  .meta A {
    color: #999;
    text-decoration: none; }
  .meta A:hover {
    color: black;
    text-decoration: underline; }
  .meta .actions {
    opacity: 0.1;
    float: right;
    margin-left: 5px; }

.idea:hover .actions {
  opacity: 1; }

.destroy-idea {
  padding-left: 5px; }

.idea {
  padding: 0px 10px; }

.page-content {
  line-height: 1.4em; }

.highlight {
  background-color: #FFFFC7; }

DL.idea {
  width: 500px;
  margin: 20px;
  padding: 0px;
  border: 1px solid #AAA;
  background-color: #FFF;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-box-shadow: 2px 5px 15px #8D9DAA; }

DD.idea-body {
  margin: 0px;
  padding: 10px 20px; }

.created-on {
  color: #AAA;
  float: right;
  margin-top: -9px; }

.pager-navigation {
  background: #C3D8E0;
  height: 45px;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 500px;
  margin: 20px;
  margin-top: 25px; }
  .pager-navigation IMG {
    border: 0px; }

.search {
  text-align: center;
  padding-bottom: 8px; }
  .search FORM {
    padding: 0px;
    margin: 0px; }

.profile-info {
  float: right;
  padding-top: 0px; }
  .profile-info #gravatar {
    float: left; }
  .profile-info .email {
    padding-top: 8px;
    font-weight: bold;
    font-size: 120%; }
  .profile-info DIV {
    margin-left: 55px;
    font-size: 80%; }
  .profile-info A {
    color: #2a659a;
    font-size: 110%; }
  .profile-info A:hover {
    color: #000; }

.next {
  position: absolute;
  right: 18px;
  top: 9px; }

.previous {
  position: absolute;
  left: 18px;
  top: 9px; }

.page-footer {
  color: #5E7E99;
  margin: 50px 0;
  padding-left: 25px;
  text-shadow: 1px 1px 1px #FFF; }
  .page-footer A {
    color: #5E7E99; }
  .page-footer A:hover {
    color: black; }

.light-text .meta {
  color: #CCC !important; }
  .light-text .meta A {
    color: #FFF !important; }

.dark-text .meta {
  color: #666 !important; }
  .dark-text .meta A {
    color: #000 !important; }

.spacer {
  clear: both;
  height: 1px; }

FIELDSET.form {
  border: 0px solid #A9C0CC;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px; }
  FIELDSET.form LEGEND {
    display: none; }
  FIELDSET.form LABEL {
    display: block;
    font-weight: bold;
    text-align: right;
    width: 140px;
    float: left; }
    FIELDSET.form LABEL SPAN {
      color: #666666;
      display: block;
      font-size: 11px;
      font-weight: normal;
      text-align: right; }
  FIELDSET.form input {
    float: left;
    font-size: 12px;
    padding: 4px 2px;
    width: 200px;
    margin: 2px 0 20px 10px; }
  FIELDSET.form .button {
    clear: both;
    margin-left: 150px;
    text-align: center;
    line-height: 31px;
    font-size: 11px;
    font-weight: bold;
    width: auto; }

.script {
  font-family: "American Typewriter", 'Courier New';
  font-size: 120%;
  line-height: 1.3em; }
  .script TD {
    padding-top: 4px;
    padding-bottom: 4px; }
  .script .page-header {
    font-weight: bolder;
    font-size: 125%;
    background-color: #E0E0E0; }
    .script .page-header A {
      text-decoration: none;
      color: black; }
  .script .character {
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 5px;
    border-right: 1px dotted silver; }
    .script .character SPAN {
      text-decoration: underline; }
    .script .character .parenthetical {
      color: gray;
      font-size: 85%;
      text-decoration: none !important; }
  .script .dialog {
    padding-left: 5px;
    vertical-align: top;
    width: 75%; }
  .script .dialog-count {
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: top;
    color: gray;
    font-size: 75%; }
  .script P {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px; }
  .script .action .panel {
    font-style: italic;
    font-weight: bold; }

#cmDefault {
  position: absolute;
  left: 0;
  top: 0;
  height: 234px;
  width: 282px;
  z-index: 900; }

#ColourMod {
  width: 300px;
  position: relative;
  left: 0;
  top: 0;
  display: none;
  z-index: 900; }

.cmDefaultMiniOverlay {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/ColourModMiniBG.png');
  height: 234px;
  width: 282px;
  position: absolute;
  left: 0;
  top: 0; }

.cmDefaultMiniOverlay[class] {
  background: url(../images/ColourModMiniBG.png) no-repeat; }

#cmSatValContainer {
  height: 150px;
  width: 150px;
  position: absolute;
  left: 14px;
  top: 43px; }

#cmHueContainer {
  position: absolute;
  top: 44px;
  left: 185px;
  height: 168px;
  width: 40px; }

.cmColorContainer {
  background: #FFFFFF;
  height: 160px;
  width: 20px;
  position: absolute;
  left: 230px;
  top: 49px; }

.cmBlueDot {
  position: relative;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/BlueDot.png');
  height: 21px;
  width: 21px; }

.cmBlueDot[class] {
  background: url(../images/BlueDot.png) no-repeat; }

.cmBlueArrow {
  position: relative;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/BlueArrow.png');
  height: 21px;
  width: 23px; }

.cmBlueArrow[class] {
  background: url(../images/BlueArrow.png) no-repeat; }

.cmSatValBg {
  height: 150px;
  width: 150px;
  background: #FF0000;
  position: absolute;
  left: 29px;
  top: 50px; }

a.cmLink {
  width: 90px;
  margin-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  position: absolute;
  top: 203px;
  z-index: 400;
  color: #CCCCCC;
  text-decoration: none;
  border: none 0px; }

a.cmLink:hover {
  color: #999999;
  text-decoration: none;
  border: none 0px; }

#cmHex {
  position: relative;
  top: 3px;
  color: #333333;
  font: 12px "Arial Narrow", Arial, Helvetica, sans-serif;
  border: 1px solid #CCC; }

#cmClose {
  position: absolute;
  left: 135px;
  width: 120px;
  text-align: right;
  height: 30px; }

#cmCloseButton {
  position: relative;
  top: 13px; }
