.clear {
  clear: both;
}

#container {
  width: 960px;
  margin: 0 auto;
}

  #login {
    text-align: right;
  }

.comment_block {
  background-color: #eee;
  padding: 0 20px 20px 20px;
  position: relative;
}

.photos_index .new_comment label {
  display: block;
}

a.show_comments {
/*  float: right;*/
  position: absolute;
  bottom: 10px;
  right: 10px;
}

  form.new_comment {
    display: none;
  }

  span.user {
    color: #333;
  }

textarea.comment, textarea.caption {
  width: 500px;
  height: 100px;
}

.profiles_show .comment_meat {
  /*display: none;*/
}

  .project_text_box .comments h3 {
    margin: 0;
    float: none;
  }
  
  .comment {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }

  .comment img.photo {
    float: left;
    margin: 0 10px 0 0;
    height: 40px;
    width: 40px;
  }

.entry .att {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #bbb;
}

#login {
  color: #ccc;
  position: absolute;
  top: 0;
  right: 30px;
  padding: 3px 10px;
  background-color: #999;
  border-radius-bottom-left: 4px;
  border-radius-bottom-right: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
}

  #login a {
    color: #222;
    font-size: 14px;
    text-decoration: none;
  }
  #login a:hover {
    color: #555;
  }

.slider_control {
  display: none !important;
}

#flash_messaging {
  position: absolute;
}



.jbar{
  height:50px;
  width:100%;
  position:fixed;
  text-align:center;
  left:0px;
  z-index:9999999;
  margin:0px;
  padding:0px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=92); 
  opacity: 0.92;
  -moz-opacity: 0.92;
  -moz-box-shadow: #555 0px 0px 5px;
  box-shadow: #555 0px 0px 5px;
  background-color: #333;
  color: green;
}

.jbar-top{
  top:0px;
}

.jbar-bottom{
  bottom:0px;
}

.jbar-content{
  line-height:46px;
  font-size: 18px;
}

.jbar-top a.jbar-cross{
  top:8px;
}

.jbar-bottom a.jbar-cross{
  bottom:8px;
}

a.buy_button {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-decoration: none;
  border-radius: 6px;
  background-color: #FBC71D;
  border: 1px solid #FBC71D;
  padding: 8px 50px;
  font-size: 16px;
  color: #666;
  text-shadow: -1px 1px 1px white, 1px 1px 1px white;
  -moz-text-shadow: -1px 1px 1px white, 1px 1px 1px white;
  -o-text-shadow: -1px 1px 1px white, 1px 1px 1px white;
  -webkit-text-shadow: -1px 1px 1px white, 1px 1px 1px white;
  cursor: pointer;
}
a.buy_button:hover {
  background-color: #FDDB4A;
  border: 1px solid #fbc71d;
}

p.lefter, 
p.righter {
  width: 590px;
}

img.lefter {
  margin: 0 0 50px 0;
}

img.righter {
  margin: 0 0 10px 0;
}

.lefter {
  float: left;
}
.righter {
  float: right;
}

#registration {
  width: 400px;
  float: left;
}


#why_register {
  width: 400px;
  float: right;
  padding: 70px 0 0 0;
}
  #why_register p {
    line-height: 30px;
    font-size: 20px;
  }
  
  #why_register li {
    margin: 0 0 10px 0;
  }