/* --------- /plugin_assets/clean_base/stylesheets/rounded_box.css --------- */ 
.clean_rounded_box {
  position: relative;
  margin: 0px auto;
  min-width: 8em;
  max-width: 850px;
  margin-left: 12px;
  margin-bottom: 0.5em; }
  .clean_rounded_box .clean_rounded_box_content {
    background: transparent no-repeat top right;
    position: relative;
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 1px; }
    .clean_rounded_box .clean_rounded_box_content .clean_rounded_box_wrapper {
      max-height: 1550px;
      overflow: auto;
      padding-bottom: 5px;
      padding-left: 3px; }
  .clean_rounded_box .clean_rounded_box_t {
    background: transparent no-repeat top right;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    margin-left: -12px;
    height: 100%;
    background-position: top left; }
  .clean_rounded_box .clean_rounded_box_b {
    background: transparent no-repeat top right;
    position: relative;
    width: 100%;
    height: 30px;
    font-size: 1px;
    background-position: bottom right; }
    .clean_rounded_box .clean_rounded_box_b div {
      background: transparent no-repeat top right;
      height: 30px;
      font-size: 1px;
      position: relative;
      width: 12px;
      margin-left: -12px;
      background-position: bottom left; }
/* --------- /plugin_assets/clean_cms/stylesheets/clean_cms_page.css --------- */ 
#clean_cms_toolbar {
  z-index: 9999999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 52px !important;
  background-image: url(/plugin_assets/clean_cms/images/bar-bg.png);
  color: white;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif; }
  #clean_cms_toolbar a:active, #clean_cms_toolbar a, #clean_cms_toolbar a:focus {
    outline: none !important; }
  #clean_cms_toolbar a:active {
    color: red !important; }
  #clean_cms_toolbar #clean_cms_toggle_toolbar {
    background-image: url(/plugin_assets/clean_cms/images/cms_bar_tab.png);
    width: 36px;
    height: 18px;
    color: white;
    font-size: 0.8em;
    position: absolute;
    left: 0;
    top: 52px;
    text-decoration: none;
    padding-left: 8px;
    padding-top: 3px;
    text-align: left; }
    #clean_cms_toolbar #clean_cms_toggle_toolbar:hover {
      color: #49afeb; }
  #clean_cms_toolbar #clean_cms_logo {
    float: left;
    margin: 8px; }
  #clean_cms_toolbar #main_function_buttons {
    float: right; }
    #clean_cms_toolbar #main_function_buttons a {
      display: block;
      height: 20px;
      float: left;
      text-decoration: none;
      font-weight: bold;
      color: white;
      font-size: 12px;
      margin-right: 20px;
      overflow: visible;
      padding-top: 30px;
      text-shadow: 0.1em 0.1em 0.2em black;
      background-image: url(/plugin_assets/clean_cms/images/button.png);
      background-position: top center;
      background-repeat: no-repeat; }
      #clean_cms_toolbar #main_function_buttons a:hover {
        color: #49afeb;
        background-image: url(/plugin_assets/clean_cms/images/button-over.png);
        background-color: transparent; }
      #clean_cms_toolbar #main_function_buttons a#logout_button {
        background-image: url(/plugin_assets/clean_cms/images/logout_button.png);
        margin-top: -6px;
        padding-top: 38px; }
        #clean_cms_toolbar #main_function_buttons a#logout_button:hover {
          background-image: url(/plugin_assets/clean_cms/images/logout_button-over.png); }
  #clean_cms_toolbar #toolbar_buttons {
    float: right;
    margin-top: 6px; }
    #clean_cms_toolbar #toolbar_buttons img {
      border: 0;
      vertical-align: middle;
      margin-right: 15px; }
  #clean_cms_toolbar #slider_container {
    width: 270px;
    position: absolute;
    left: 50%;
    margin-left: -112px; }
    #clean_cms_toolbar #slider_container #edit_slider {
      position: relative;
      width: 223px;
      height: 31px;
      margin-top: 10px;
      background-image: url(/plugin_assets/clean_cms/images/slider_bg.png); }
      #clean_cms_toolbar #slider_container #edit_slider #edit_handle {
        background-image: url(/plugin_assets/clean_cms/images/slider_handle.png);
        position: absolute;
        width: 50px;
        height: 50px;
        margin-top: -9px;
        margin-left: -8px;
        cursor: move; }
        #clean_cms_toolbar #slider_container #edit_slider #edit_handle:hover {
          background-image: url(/plugin_assets/clean_cms/images/slider_handle-over.png); }


table.mceEditor {
  border: 3px inset #CCC; }

table.mceEditor, iframe.mceEditorIframe, body.mceContentBody {
  background-color: transparent; }
/* --------- /stylesheets/clean_components.css --------- */ 
.sense_half_column {
  border: 1px solid #999; }

.clean_rounded_box.blog_post {
  max-width: 760px;
  margin-top: 10px; }
  .clean_rounded_box.blog_post .clean_rounded_box_content, .clean_rounded_box.blog_post .clean_rounded_box_t, .clean_rounded_box.blog_post .clean_rounded_box_b, .clean_rounded_box.blog_post .clean_rounded_box_b_i {
    background-image: url(/images/blog/post_bg.png); }
  .clean_rounded_box.blog_post .clean_rounded_box_wrapper {
    min-height: 160px;
    padding-bottom: 1px; }

.blog_post h2, .blog_post h3 {
  padding-bottom: 5px; }
.blog_post .blog_details {
  color: #4384a8;
  font-style: italic;
  text-align: right;
  margin-bottom: 10px; }
.blog_post .blog_links {
  text-align: right;
  margin-bottom: 6px; }
  .blog_post .blog_links a {
    color: #4384a8;
    padding: 4px;
    margin: 0 5px;
    border: 1px solid;
    border-color: #4384a8;
    text-decoration: nones; }
    .blog_post .blog_links a:hover {
      color: black;
      border-color: black;
      text-decoration: underline; }

form.new_comment_form {
  width: 600px;
  text-align: right; }
  form.new_comment_form div.form_field {
    margin: 10px;
    clear: both; }
  form.new_comment_form label {
    display: block;
    float: left;
    width: 215px;
    margin-right: 6px;
    text-align: right;
    font-weight: bold;
    color: #4384a8; }
  form.new_comment_form input.text_field, form.new_comment_form textarea {
    font-size: 1.3em;
    border: 1px solid black;
    width: 350px;
    color: black;
    margin-bottom: 8px;
    padding: 2px; }
    form.new_comment_form input.text_field:focus,     form.new_comment_form textarea:focus {
      color: black; }
    form.new_comment_form input.text_field:hover,     form.new_comment_form textarea:hover {
      border-color: #4384a8; }
  form.new_comment_form textarea {
    height: 150px; }
  form.new_comment_form small {
    width: 334px;
    border: 1px solid #666;
    padding: 10px;
    display: block;
    text-align: left;
    float: right; }

.pagination {
  clear: both;
  text-align: center;
  margin: 20px 0; }
  .pagination a {
    padding: 4px;
    margin: 0 1px;
    border: 1px solid #666;
    color: #666;
    text-decoration: none; }
    .pagination a:hover {
      text-decoration: underline;
      color: #4384a8;
      border-color: #4384a8; }
  .pagination .current {
    color: white;
    font-weight: bold;
    padding: 4px;
    margin: 0 1px;
    border: 1px solid #666;
    background-color: #666; }

.clean_rounded_box.contact_box {
  width: 338px;
  float: left;
  margin-right: 25px; }
  .clean_rounded_box.contact_box .clean_rounded_box_content .clean_rounded_box_wrapper {
    overflow: visible;
    height: 267px;
    padding: 10px;
    padding-bottom: 0; }

form#contact_form {
  text-align: center;
  float: left;
  width: 306px;
  font-size: 1em;
  margin-right: 120px; }
  form#contact_form input.text_field, form#contact_form textarea {
    text-align: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: .8em;
    border: 1px solid #999;
    width: 300px;
    color: #8E8E8E;
    margin-bottom: 8px;
    padding: 2px; }
    form#contact_form input.text_field:focus,     form#contact_form textarea:focus {
      color: black; }
    form#contact_form input.text_field:hover,     form#contact_form textarea:hover {
      border-color: #4384a8; }
  form#contact_form textarea {
    height: 60px; }
  form#contact_form input.button {
    margin-top: 15px;
    width: 200px; }
/* --------- /plugin_assets/proto_growl/stylesheets/proto_growl.css --------- */ 
.clean_rounded_box.proto_growl_message {
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 316px;
  z-index: 1000000; }
  .clean_rounded_box.proto_growl_message .clean_rounded_box_content, .clean_rounded_box.proto_growl_message .clean_rounded_box_t, .clean_rounded_box.proto_growl_message .clean_rounded_box_b, .clean_rounded_box.proto_growl_message .clean_rounded_box_b, .clean_rounded_box.proto_growl_message .clean_rounded_box_b_i {
    background-image: url(/plugin_assets/proto_growl/images/box.png); }
  .clean_rounded_box.proto_growl_message .clean_rounded_box_t {
    width: 42px;
    margin-left: -42px; }
  .clean_rounded_box.proto_growl_message .clean_rounded_box_content {
    padding-top: 42px;
    padding-right: 46px; }
    .clean_rounded_box.proto_growl_message .clean_rounded_box_content .clean_rounded_box_wrapper {
      max-height: 525px; }
      .clean_rounded_box.proto_growl_message .clean_rounded_box_content .clean_rounded_box_wrapper img.proto_growl_icon {
        float: left;
        margin-right: 10px;
        margin-bottom: 5px; }
      .clean_rounded_box.proto_growl_message .clean_rounded_box_content .clean_rounded_box_wrapper .proto_growl_content {
        margin-left: 58px;
        color: white;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 1em;
        text-align: justify;
        text-justify: distribute-all-lines; }
  .clean_rounded_box.proto_growl_message .clean_rounded_box_b {
    height: 42px; }
    .clean_rounded_box.proto_growl_message .clean_rounded_box_b .clean_rounded_box_b_i {
      height: 42px;
      width: 42px;
      margin-left: -42px; }
