/*-------------content-------------*/

#content
{
    padding: 11px;
    background-color: #2f8bca;
}
#content .head
{
    float: left;
    width: 280px;
}
h1 {
    font-size: 28px;
}
.search h2 {
    padding-bottom: 10px;
}
#content .head  h3
{
    margin-bottom: 7px;
    padding: 6px 0px;
    float: left;
    font-size: 20px;
}
#content .head img
{
    padding: 0;
}
#content .text
{
    float: left;
    width: 275px;
    min-height: 140px;
    padding-bottom: 10px;
}

/*-------------body-------------*/
#body_left .sign_up,
#body_left .search
{
    background-color: #4b82a8;
    font-size: 14px;
    padding: 15px;
    margin: 7px 0;
    position: relative;
}
.btn_member, .btn_search
{
    margin: 10px 3px 0 0;
}

#body_left
{
    width: 375px;
    float: left;
}
#body_right
{
    width: 356px;
    float: right;
}
#body_right .wrapper
{
    padding: 15px;
}
#body_right .blog
{
    width: 356px;
    min-height: 354px;
    background-color: #001c52;
    /*background-image: url('../images/blog_bg.png');*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: scroll;*/
    /*background-position: bottom;*/
    margin-top: 7px;
}
#body_right .blog h3
{
    font-size: 18px;
    padding: 3px 0px;
}
#body_right .lines,
#content .lines
{
    border-top: 1px solid #fffa00;
    border-bottom: 1px solid #ffcd00;
    height: 5px;
    margin: 5px 0;
}
#body_right .lines2,
#content .lines2
{
    border-top: 1px solid #ffa800;
    margin-bottom: 5px;
}
#circles2, .details2 {
    float: right;
    width: 118px;
}
#circles2 div {
    float: right;
}
.details2 button {
    width: 118px;
}
#sign_up_box {
    width: 340px;
}
#sign_up_box_extra {
    top: 135px;
    right: 0px;
    background-color: #4B82A8;
    background-image: none;
}
#welcome #social {
    float: none;
    margin: 0px auto;
    width: 380px;
}