.sidebar_list  {
  list-style-type: none;
}
.sidebar_list li {
  padding-bottom: 5px;
  }

.sidebar_list li a {
  font:18px 'Lucida Sans', 'Lucida Sans Unicode', Arial, sans-serif;
  text-decoration: none;
  color:#990000;
  line-height:2;
  }

.standard_rightcol {
#  display: inline;
  background-color: #efefef;
  border: solid 1px #969696;
  margin-right: 10px;
  margin-left: 4px;
  margin-bottom: 17px;
  padding-left: 5px;
}

form#signin fieldset, form#profile fieldset
{
  max-width: 600px;
  background-color: #e6e6e6;
  border: solid 1px #969696;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}


form#signin label, form#profile label
{
  display: block;
  margin-top: 5px;
}

form#signin div.option
{
  padding:5px 0;
}

form#signin div.option label
{
  display:inline;
}

/*
form#signin input#user_email
{
  width: 350px;
}
*/
form#signin div#create_account
{
  margin-top: 10px;
}

form#add_topic input#topic_submit
{
  display: block;
}

.form_error
{
  color: #ff0000;
}









.ns_colbox_flexiblebar {
  background:url(/images/flexbar.jpg) no-repeat 100% 0;
  margin:0 0 0 10px;
  height:8px;
  }
.ns_colbox_flexiblebar div {
  background:url(/images/flexbar.jpg) no-repeat 0 0;
  height:8px;
  width: 10px;
  left: -10px;
  position:relative;
  overflow:hidden;
  }
.ns_colbox_gradient {background:url(/images/flexbar_gradient.jpg) repeat-x 0 0; border-bottom:1px solid #666;}
.ns_colbox_content {
  border:1px solid #ccc;
  margin-bottom: 15px;
  padding: 4px;
  background-color:#e6e6e6;
  }
.ns_colbox_content ul {
  list-style-type: none;
}
.ns_colbox_content li{
  padding: 0px;
    list-style-position: outside;
  list-style-image: url(/images/pil.gif);
  }

.ns_colbox_content a {
  color:#990000;
  text-decoration: none;
  line-height:1.55;
}
.ns_colbox_content a:hover, #ns_tb_mainnav a:active, #ns_tb_mainnav a:focus {
  color:#000;
  letter-spacing: .01px;
  text-decoration:underline;
  }
.ns_colbox_header {
    font-weight:bold;
    font-size:11px;
    color:#fff;
    line-height:1.2;
    padding:0 0 3px 10px;
    position:relative;
    display:inline;
    }






.sfSimpleBlog .post
{
  margin: 10px 0;
}

.sfSimpleBlog .post h2
{
  font-family: "Trebuchet MS", verdana, sans-serif;
  size: 1.3em;
  margin-bottom: 5px;
}

.sfSimpleBlog .post .details
{
  font-weight: bold;
  font-size: 0.9em;
  margin: 5px 0;
  color: #555555;
}

.sfSimpleBlog .related_details
{
  font-style: italic;
}

.sfSimpleBlog .comment
{
  padding:5px;
  margin: 5px;
  background: #efefef;
  border: solid 1px #ccd;
}

.sfSimpleBlog .comment .author
{
  font-weight: bold;
  color: #333333;
}

.sfSimpleBlog form.add_comment .form_control
{
  margin: 2px;
}

.sfSimpleBlog form.add_comment .form_control label
{
  padding-left:10px;
}

.sfSimpleBlog form.add_comment .form_control input.text
{
  width: 200px;
}

.sfSimpleBlog form.add_comment .form_control textarea
{
  width: 300px;
  height: 150px;
}

.sfSimpleBlog .form_error
{
  color: red;
}

.comment.moderated
{
  font-style: italic;
  background-color: #FFFFEE;
}
